Merge branch 'dad/mml2015-epg-use-from-to-sign' of http://www.baby-gnu.org/~nebu...
[gnus] / lisp / ChangeLog
1 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-put-image): Break lines when inserting big pictures.
4
5 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6
7         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8         sender, thanks Katsumi Yamaoka.
9
10 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
11
12         * nnir.el (nnir-run-imap): Reverse the article list for each group
13         rather than the whole list.
14
15 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16
17         * shr.el (shr-image-displayer): Protect function against non-existent
18         image source.
19
20         * gnus-art.el (gnus-inhibit-images): New user option.
21         (gnus-mime-display-single): Don't display image if it is non-nil.
22
23         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
24         gnus-inhibit-images.
25
26         * shr.el (shr-image-displayer): New function.
27         (shr-tag-img): Use it.
28
29 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
30
31         * mml2015.el (mml2015-epg-sign): Use From header.
32
33 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * gnus-html.el (gnus-html-wash-images): Register a displayer.
36
37         * gnus-util.el (gnus-find-text-property-region): Return markers.
38
39         * shr.el (shr-tag-img): Put a displayer in the text property.
40
41         * gnus-util.el (gnus-find-text-property-region): New utility function.
42
43         * gnus-html.el (gnus-html-display-image): Make the alt optional.
44         (gnus-html-show-images): Remove.
45
46         * gnus-art.el (gnus-article-show-images): New, more general function.
47
48         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
49         image url text properties.
50
51         * shr.el: Ditto.
52
53         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
54         gnus-agent-auto-agentize-methods is set.  Which it isn't.
55
56 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
57
58         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
59         work for two or more articles.
60
61 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
62
63         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
64         divide an image that's in an html article to two or more when washing
65         non-ASCII characters in alt text of it.
66
67 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
68
69         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
70         smime-decrypt-region using function argument.
71         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
72
73         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
74
75         * smime.el (smime-decrypt-region): Catch it.
76
77 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
78
79         * smime.el (smime-mode-map): Move initialization into declaration.
80         (gnus-run-mode-hooks): Don't autoload.
81         (smime-mode): Use define-derived-mode.
82
83 2010-11-11  Glenn Morris  <rgm@gnu.org>
84
85         * smime.el (from): Restrict declaration to XEmacs.
86
87         * nnir.el (gnus-group-topic-name): Autoload.
88
89 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
90
91         * shr.el (shr-insert): Don't break long line if it is because of
92         kinsoku-bol characters in the line end.
93
94 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
95
96         * nnir.el (nnir-request-move-article): Fix to provide original group
97         and subject.
98         (nnir-warp-to-article): Don't fail on articles whose headers haven't
99         been retrieved.
100
101         * gnus-sum.el (gnus-summary-move-article): Use original group and
102         subject for virtual articles such as those in an nnir summary buffer.
103
104 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
105
106         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
107         least 21.5).
108
109         * smime.el (from): Declare it again for XEmacs.
110
111 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112
113         * message.el (message-resend): Don't disable encoding unless it's
114         already encoded.
115
116         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
117         low-numbered articles.
118
119 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
120
121         * rfc2047.el (rfc2047-syntax-table): Simplify.
122
123         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
124
125         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
126         set-char-table-range for XEmacs.
127
128 2010-11-10  Glenn Morris  <rgm@gnu.org>
129
130         * time-date.el (time-to-seconds): Always an alias on Emacs,
131         never a real function.
132         (with-no-warnings): Remove compat stub, now unused.
133         (time-less-p): Doc fix.
134         (time-to-number-of-days): Simplify.
135
136         * smime.el (from): Remove unused declaration.
137
138         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
139         (gnus-float-time): On Emacs, always an alias.
140
141         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
142         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
143
144 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
145
146         * dgnushack.el: Don't use ignore-errors in the top level form since it
147         is unavailable in XEmacs even if cl is loaded.
148
149         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
150
151 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
152
153         * shr.el (browse-url-mailto): Autoload.
154
155         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
156
157         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
158         regexp doesn't need quoting.
159
160 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
161
162         * message.el (message-subject-trailing-was-ask-regexp)
163         (message-subject-trailing-was-regexp): Match was: in addition to was.
164
165 2010-11-09  Glenn Morris  <rgm@gnu.org>
166
167         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
168         (nnbabyl-check-mbox): Use point-at-bol.
169
170 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
171
172         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
173
174         * message.el (message-mailto): New function.
175         (message-mailto): Should accept other parameters.
176         (message-mailto): Remove since it duplicates browse-url-mailto
177         functionality.
178
179 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
180
181         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
182         methods.
183         (gnus-read-active-file): Ditto.
184
185         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
186         ": " from the prompt.
187         (gnus-group-make-group): Ditto.
188
189 2010-11-07  Glenn Morris  <rgm@gnu.org>
190
191         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
192         (gnus-bookmark-kill-line): Use point-at-eol.
193
194 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
195
196         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
197         asterisks in From header.
198
199 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
200
201         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
202         string to avoid making the From headers syntactically invalid.
203
204         * message.el (message-send-mail): Don't insert courtesy messages if the
205         message already has List-Post and List-ID messages.
206
207 2010-11-06  Glenn Morris  <rgm@gnu.org>
208
209         * gnus-art.el (gnus-treat-article): Give dynamic local variables
210         `condition', `type', `length' a prefix.
211         (gnus-treat-predicate): Update for above name changes.
212
213 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
214
215         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
216         binding.  Handled by `gnus-summary-refer-thread' instead.
217         (nnir-warp-to-article): New backend function.
218
219         * nnimap.el (nnimap-request-thread): Force dependency updating.
220
221         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
222         (gnus-summary-refer-thread): Rework to improve thread-referral.
223
224         * gnus-int.el (gnus-warp-to-article): New function.
225
226         * gnus-sum.el (gnus-summary-article-map): Bind it.
227
228 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
229
230         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
231         gnus-summary-refer-thread.
232
233         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
234         headers.
235         (gnus-summary-limit-include-thread): Prevent articles in thread from
236         being cut in gnus-cut-threads.
237         (gnus-summary-refer-thread): Limit retrieved headers to those in
238         thread.
239
240 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * message.el (message-send-mail): Use the value of
243         message-courtesy-message from the message buffer.
244
245         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
246
247         * shr.el (shr-browse-url): Implement mailto: URLs.
248
249         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
250         "raw".
251
252         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
253         if it's already selected.
254
255         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
256
257 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
258
259         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
260         to measure the length and truncate alt text.
261
262 2010-11-03  Glenn Morris  <rgm@gnu.org>
263
264         * nndiary.el (nndiary-generate-nov-databases-1)
265         (nndiary-generate-active-info): Rename dynamic variable `files' to
266         something less generic.
267
268 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
269
270         * nnir.el (nnir-request-move-article): Call the underlying backend to
271         move articles from nnir.
272
273 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
274
275         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
276
277 2010-11-02  Julien Danjou  <julien@danjou.info>
278
279         * nnir.el: Remove wais support.
280
281 2010-11-02  Glenn Morris  <rgm@gnu.org>
282
283         * gnus-html.el: Reorder requirements to quieten compiler.
284
285 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
286
287         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
288         properly for XEmacs as well.
289         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
290         (gnus-article-natural-long-line-p): Use window-width rather than
291         frame-width.
292
293 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
294
295         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
296         (nnir-read-parms): Don't modify query.
297         (nnir-run-query): Add ability to search topic on current line.
298         (nnir-get-active): Clean up.
299
300 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
303         degenerate articles.
304
305         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
306         (gnus-print-buffer): Just print the buffer as is, without any copying
307         to a buffer and then re-highlighting.
308
309         * nnimap.el (nnimap-request-group): Store the new updated info.
310         (nnimap-request-group): Select the group when we don't know whether it
311         exists or not.
312
313         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
314         groups.
315
316         * gnus-group.el (gnus-group-find-new-groups): Display all the new
317         groups.
318
319         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
320         groups.
321
322         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
323         long-lines case by only filling the long lines.
324
325         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
326         (bug #7311).
327
328 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
329
330         * shr.el: No need to declare `declare-function' since shr.el is for
331         only Emacsen that provide `libxml-parse-html-region'.
332
333         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
334         effective only in a file it is referred to.
335
336 2010-11-01  Glenn Morris  <rgm@gnu.org>
337
338         * mm-util.el (gnus-completing-read): Autoload.
339         (mm-read-coding-system): Simplify Emacs definition.
340
341         * nnmail.el (gnus-activate-group):
342         * nnimap.el (gnutls-negotiate):
343         * nntp.el (netrc-parse): Fix declarations.
344
345 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
346
347         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
348         string-match-p in Emacs >=23.
349
350         * gnus-msg.el (gnus-configure-posting-styles)
351         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
352
353 2010-11-01  Glenn Morris  <rgm@gnu.org>
354
355         * nnir.el (declare-function): Add compat stub.
356         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
357         (nnir-run-gmane): Require 'mm-url.
358
359         * mm-util.el (mm-string-to-multibyte): Simplify.
360
361         * shr.el (declare-function): Add compat stub.
362         (url-cache-create-filename): Declare.
363         (mm-disable-multibyte, widget-convert-button): Autoload.
364
365         * smime.el (ldap-search): Declare.
366         (smime-cert-by-ldap-1): Require ldap on Emacs.
367
368         * nnimap.el: Require nnmail, and gnus-sum when compiling.
369         (nnimap-keepalive): Use gnus-float-time.
370
371         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
372         (mail-source-delete-crash-box): Use gnus-float-time.
373
374         * gnus-dired.el (gnus-completing-read): Autoload.
375
376         * mm-view.el (gnus-rescale-image): Autoload.
377
378         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
379
380         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
381
382         * sieve-manage.el: Require 'cl when compiling.
383
384         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
385         (gnus-iswitchb-completing-read): Require iswitchb.
386         (gnus-select-frame-set-input-focus): Silence compiler.
387
388 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
389
390         * message.el (message-subject-trailing-was-query): Change default to t,
391         since I think that's what most people want.
392
393         * nnimap.el (nnimap-request-accept-article): Erase buffer before
394         appending for easier debugging.
395         (nnimap-wait-for-connection): Take a regexp.
396         (nnimap-request-accept-article): Wait for the continuation line before
397         sending anything unless we're streaming.
398
399         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
400         leave the header washing to take place.
401
402 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
403
404         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
405         regular expression match and replace in posting styles.
406
407 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
408
409         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
410         an entire server.
411         (nnir-get-active): New function.
412         (nnir-run-imap): Use it.
413         (nnir-run-gmane): Who knew, gmane search returns an article score!
414
415         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
416         server on the current line with nnir.
417
418 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
419
420         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
421         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
422         left edge.
423         (gnus-article-foldable-buffer): Skip past the prefix when determining
424         raggedness.
425
426         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
427         the raw article, and change `C-u g' to show the article without doing
428         treatments.
429
430         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
431         on to `gnus-treat-article'.
432         (gnus-inhibit-article-treatments): New variable.
433
434         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
435
436         * gnus-art.el (gnus-treatment-function-alist): Have
437         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
438         (gnus-treat-fill-long-lines): Change default to fill all text/plain
439         sections.
440
441         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
442         parameter.
443         (gnus-article-fill-cited-long-lines): New function.
444         (gnus-article-fill-cited-article): Allow filling only long sections.
445
446         * shr.el (shr-find-fill-point): Don't break lines between punctuation
447         and non-punctuation (like after the apostrophe in "'We").
448
449         * gnus-sum.el (gnus-summary-select-article): Make sure
450         gnus-original-article-buffer is alive.
451
452         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
453         reflect the order they're in in the digest.
454
455         * gnus.el (gnus-group-startup-message): Move point to the start of the
456         buffer.
457
458         * nnimap.el (nnimap-capability): New function.
459         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
460         is set.
461
462 2010-10-31  David Engster  <dengste@eml.cc>
463
464         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
465         conform with changes to gnus-completing-read.
466
467 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
468
469         * shr.el (shr-tag-img): Output "*" instead of "[img]".
470
471 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
472
473         * nnir.el move defvar, defcustom around to keep file organized and keep
474         byte-compiler quiet.
475         (nnir-read-parms): accept search-engine as arg.
476         (nnir-run-query): pass search-engine as arg.
477         (nnir-search-engine): remove.
478
479 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
480
481         * shr.el (shr-generic): The text nodes should be text, not :text.
482
483         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
484         later in the file.
485
486 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
487
488         * nnir.el: general clean up. allow searching with multiple
489         engines. allow separate extra-parameters for each engine. batch queries
490         when possible.
491         (nnir-imap-default-search-key,nnir-method-default-engines): add
492         customize interface.
493         (nnir-run-gmane): new engine.
494         (nnir-engines): use it. qualify all prompts with engine name.
495         (nnir-search-engine): remove global variable.
496         (nnir-run-hyrex): restore for now.
497         (nnir-extra-parms,nnir-search-history): new variables.
498         (gnus-group-make-nnir-group): use them.
499         (nnir-group-server): remove in favor of gnus-group-server.
500         (nnir-request-group): avoid searching twice.
501         (nnir-sort-groups-by-server): new function.
502
503 2010-10-30  Julien Danjou  <julien@danjou.info>
504
505         * gnus-group.el: Remove gnus-group-fetch-control.
506
507         * gnus-start.el (gnus-find-new-newsgroups): Remove
508         gnus-check-first-time-used.
509
510         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
511
512 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
513
514         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
515         set on groups that don't have \* permanentflags.
516
517 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
518
519         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
520         control the background color.
521         (shr-tag-img): Ignore very small web bug type images.
522         (shr-put-image): Add help-echo alt texts to the images.
523         (shr-tag-video): Show the video poster image.
524
525 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * shr.el (shr-table-depth): New variable.
528         (shr-tag-table-1): Only insert the images after the top-level table.
529
530         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
531
532         * gnus-util.el (gnus-list-memq-of-list): New function.
533
534         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
535         selected.
536         (nnimap-unsplittable-articles): New slot.
537         (nnimap-new-articles): Use it.
538
539 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
540
541         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
542         move to the previous line on `M-g'.
543
544 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
545
546         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
547         *-request-group, which seems unnecessary.
548
549         * nnimap.el (nnimap-quote-specials): Function copied over from
550         imap.el.
551         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
552         they support that.  Suggested by Tom Regner.
553
554 2010-10-29  Julien Danjou  <julien@danjou.info>
555
556         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
557         defalias.
558         (gnus-summary-delete-marked-with): Remove obsolete defalias.
559
560         * gnus.el: Remove `gnus-nntp-service' variable.
561         (gnus-secondary-servers): Make obsolete.
562         (gnus-nntp-server): Make obsolete.
563
564         * gnus-start.el (gnus-1): Remove x-splash calls.
565
566         * gnus-ems.el (gnus-x-splash): Remove.
567
568         * gnus.el (gnus-group-startup-message): Simplify/update code.
569
570         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
571         definition.
572
573         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
574         capability before doing anything.
575         (gnus-group-insert-group-line): Remove useless
576         gnus-group-remove-excess-properties.
577
578 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
579
580         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
581
582 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
583
584         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
585         config after reselecting.
586
587 2010-10-28  Julien Danjou  <julien@danjou.info>
588
589         * shr.el (shr-put-image): Use point even if only inserting text.
590         (shr-put-image): Save excursion when inserting alt text on non-graphic
591         display, so the behaviour is the same when we are on a graphic display.
592
593         * nnir.el (nnir-run-swish-e): Remove hyrex support.
594
595 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
596
597         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
598         (gnus-mime-copy-part): Check coding system, not charset.
599         (gnus-mime-view-part-externally): Never remove part.
600         (gnus-mime-view-part-internally): Don't remove part here.
601         (gnus-article-part-wrapper): Make sure MIME tag is visible.
602         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
603         multipart/alternative.
604
605         * mm-decode.el (mm-display-part): Take optional arg `force'.
606
607 2010-10-26  Julien Danjou  <julien@danjou.info>
608
609         * gnus-group.el (gnus-group-default-list-level): Add this function to
610         compute the default list level.
611         (gnus-group-default-list-level): Add possibility to use a function.
612
613 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
614
615         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
616
617         * gnus-group.el (gnus-group-completing-read)
618         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
619         gnus-replace-in-string.
620
621 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
622
623         * shr.el (shr-tag-div): Added.
624
625         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
626
627 2010-10-25  Julien Danjou  <julien@danjou.info>
628
629         * gnus-util.el: Remove `gnus-with-local-quit'.
630
631         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
632
633 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
634
635         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
636         the original article buffer.
637
638 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
639
640         * nnimap.el (nnimap-request-head): New function.
641         (nnimap-request-move-article): Try to be slighly faster by not
642         requesting the entire message when moving.
643         (nnimap-transform-headers): Don't bug out on bodiless articles.
644         (nnimap-send-command): Have no outstanding messages if the IMAP server
645         doesn't support streaming.
646         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
647
648 2010-10-24  Julien Danjou  <julien@danjou.info>
649
650         * message.el (message-default-headers): Fix type.
651
652 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
653
654         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
655         prefetching images.
656
657         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
658         backend for unknown groups.  This is mainly useful for nnimap groups.
659
660         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
661         group isn't covered by the agent.
662
663 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
664
665         * nnir.el (nnir-method-default-engines): new variable.
666         (nnir-run-query): use it.
667         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
668         (gnus-summary-nnir-goto-thread): change group if needed.
669
670         * gnus-group.el (gnus-group-group-map): add key binding for
671         gnus-group-make-nnir-group.
672
673 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
674
675         * shr.el (shr-tag-object): Added.
676
677         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
678         original article buffer live.
679         (gnus-summary-select-article-buffer): Mention
680         gnus-widen-article-buffer.
681
682 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
683
684         * shr.el (shr-tag-strong): Added.
685
686 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
687
688         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
689         group names.  They mess up the group buffer badly.
690
691         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
692
693         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
694         instead of the summary one.
695
696 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
697
698         * mml.el (mml-preview): Work properly when editing article.
699
700         * gnus-start.el (gnus-read-active-file-1): Don't add method to
701         gnus-have-read-active-file if it's already been in.
702
703 2010-10-22  Tom Tromey  <tromey@redhat.com>
704
705         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
706         gnus-group-completing-read.
707
708 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
709
710         * message.el (message-mode-map): Don't bind M-; to comment region, to
711         allow the global comment-dwim to work.
712
713 2010-10-21  Julien Danjou  <julien@danjou.info>
714
715         * message.el (message-setup-1): Allow message-default-headers to be a
716         function.
717
718 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
719
720         * shr.el (shr-tag-table): Simplify.
721
722 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
723
724         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
725         to avoid trying to snarf invalid stuff.
726
727         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
728
729         * gnus.el (gnus-message-archive-group): Quote value.
730         (gnus-message-archive-group): Mark as changed.
731
732         * shr.el (shr-add-font): Don't put the font properties on the newline
733         or the indentation.
734
735         * message.el (message-fix-before-sending): Change options when sending
736         non-printable characters.
737
738         * gnus.el (gnus-message-archive-method): Change the default to
739         monthly outgoing groups.
740
741         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
742         that have gotten new numbers.
743
744         * nnimap.el (nnimap-request-replace-article): New function.
745
746 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
747
748         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
749         (nnrss-request-article): Don't use special html washing code.
750
751 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
752
753         * shr.el (shr-tag-table): Remove useless nconc.
754
755 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
756
757         * gnus-art.el (article-wash-html): Simplify and remove the charset
758         stuff.  Use the normal html rendering code instead of the special html
759         washing code.
760
761         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
762         `gnus-w3m' symbols.
763         (mm-text-html-washer-alist): Removed.
764
765         * mm-decode.el (mm-inline-text-html-renderer): Removed.
766         (mm-inline-media-tests): Removed use.
767         (mm-text-html-renderer): Change default to the `shr' symbol.
768
769         * mm-view.el (mm-inline-text-html): Removed use.
770
771         * gnus-art.el (gnus-blocked-images): New function.  Allow the
772         `gnus-blocked-images' to be a function.
773         (gnus-article-wash-function): Removed.
774
775 2010-10-20  Julien Danjou  <julien@danjou.info>
776
777         * spam.el (spam-list-of-processors): Mark as obsolete.
778
779         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
780         (nnimap-insert-partial-structure): Fix boundary detection.
781
782 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
783
784         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
785         run file-truename on remote files.  This can be expensive and even
786         prevent one from editing drafts if some unrelated buffer has a stale
787         connection.
788
789 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
790
791         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
792         kinsoku-eol regardless of shr-kinsoku-shorten.
793         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
794         (shr-tag-table): Support caption, thead, and tfoot.
795
796 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
797
798         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
799         lines.
800         (shr-save-contents): New command and keystroke.
801
802         * nndoc.el (nndoc-type-alist): Add git support.
803         (nndoc-git-type-p): New function.
804         (nndoc-transform-git-article): Ditto.
805         (nndoc-transform-git-headers): Ditto.
806         (nndoc-transform-git-headers): Generate Subject headers.
807
808         * shr.el (shr-parse-style): New function.
809         (shr-tag-span): Ditto.
810
811         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
812         to `G G' to avoid collisions.
813
814 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
815
816         * shr.el: Load kinsoku if necessary.
817         (shr-kinsoku-shorten): New internal variable.
818         (shr-find-fill-point): Make kinsoku shorten text line if
819         shr-kinsoku-shorten is bound to non-nil.
820         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
821         shr-indentation too when testing if table is wider than frame width.
822         (shr-insert-table): Use `string-width' instead of `length' to measure
823         text width.
824         (shr-insert-table-ruler): Make sure indentation is done at bol.
825
826 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
827
828         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
829         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
830         undecoded network data.
831
832 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
833
834         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
835         name in the mode line spec so that the mode line menu works
836         (bug #2431).
837
838         * message.el (message-get-reply-headers): If we're fed `to-address',
839         then always use that.
840
841         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
842         aren't so wide as to need to switch off the edit menu.
843
844         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
845         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
846
847         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
848         `M-g'.
849         (nnimap-update-info): Update flags/read marks even if \* isn't part of
850         the permanent marks.
851
852 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
853
854         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
855         Splitting according to references/in-reply-to obeys the ignore-groups
856         variable, while splitting by sender and subject do not.
857
858 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
859
860         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
861         alist, so that we can look for non-Unicode chars.
862         (article-translate-strings): Allow both character and string maps.
863
864 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
865
866         * shr.el (shr-insert): Don't insert space behind a wide character
867         categorized as kinsoku-bol, or between characters both categorized as
868         nospace.
869
870 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
871
872         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
873         headers to gnus-newsgroup-headers.
874
875 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
876
877         * shr.el (shr-tag-img): Don't align images -- since we're not
878         rescaling, this often leads to ugly displays.
879
880 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
881
882         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
883         duplicates.
884
885 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
886
887         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
888         call.
889
890 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
891
892         * gnus.el: Autoload gnus-html-show-images.
893
894         * nnimap.el: Use nnheader-message throughout.
895
896         * shr.el (shr-tag-img): Ignore images with no data.
897
898 2010-10-15  Julien Danjou  <julien@danjou.info>
899
900         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
901         a possibility to disable format=flow encoding when using hard newlines.
902
903 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
904
905         * shr.el (shr-insert): Remove space inserted before or after a
906         breakable character or at the beginning or the end of a line.
907         (shr-find-fill-point): Do kinsoku; find the second best point or give
908         it up if there's no breakable point.
909
910 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911
912         * nnimap.el (nnimap-open-connection): Message when opening connection
913         for debugging purposes.
914
915         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
916         on every setup buffer call to allow this to change from article to
917         article.
918
919         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
920         buffers where we have a wide table.
921
922 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
923
924         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
925         uses *-request-thread.
926
927 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
928
929         * nnimap.el (nnimap-open-connection): Remove %s from openssl
930         incantation, which is no longer valid.
931
932 2010-10-14  Julien Danjou  <julien@danjou.info>
933
934         * shr.el: Fix defcustom type (char -> character).
935
936 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
937
938         * nnimap.el (nnimap-open-connection): tls-program should be a list of
939         programs.
940
941 2010-10-14  Julien Danjou  <julien@danjou.info>
942
943         * shr.el (shr-tag-a): Use url-link as widget type.
944
945         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
946         `gnus-group-get-icon'.
947
948 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
951         This should make server editing work better.
952
953         * shr.el (shr-find-fill-point): Don't inloop on indented text.
954
955         * tls.el (tls-program): Remove spurious %s from openssl.
956
957         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
958         (nnimap-parse-flags): Fix regexp.
959
960         * shr.el (shr-find-fill-point): Use a filling algorithm that should
961         probably work for CJVK text, too.
962
963         * nnimap.el (nnimap-extend-tls-programs): Removed.
964         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
965
966         * tls.el (tls-starttls-switches): Remove starttls hack.
967         (open-tls-stream): Ditto.
968         (tls-find-starttls-argument): Ditto.
969
970 2010-10-13  Julien Danjou  <julien@danjou.info>
971
972         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
973         responses.
974
975 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
976
977         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
978
979         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
980         anything in Emacs.
981
982         * shr.el (shr-current-column): Remove buggy and unnecessary function.
983
984 2010-10-13  Julien Danjou  <julien@danjou.info>
985
986         * shr.el (shr-width): Make shr-width a defcustom with default to
987         fill-column.
988         (shr-tag-img): Use shr-width rather than fill-column.
989
990 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
991
992         * dgnushack.el (byte-optimize-apply)
993         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
994
995         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
996         position when (X-)Faces exist.
997         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
998         avatars when called interactively.
999
1000 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1001
1002         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1003         gnus-article-x-face-too-ugly is bound.
1004
1005 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1006
1007         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1008
1009         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1010         mailbox that doesn't exist.
1011
1012 2010-10-12  Julien Danjou  <julien@danjou.info>
1013
1014         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1015         (shr-get-image-data): Encode URL properly when fetching from cache.
1016         (shr-tag-img): Use aligned-to spaces to align correctly images.
1017
1018         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1019         before inserting the Gravatar.
1020
1021         * shr.el (shr-tag-img): Add align attribute support for <img>.
1022
1023 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1024
1025         * gnus-gravatar.el (gnus-art): Required.
1026
1027         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1028         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1029         Remove long obsoleted functions.
1030
1031 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1032
1033         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1034
1035         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1036
1037         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1038         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1039         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1040         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1041         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1042         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1043         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1044
1045 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1046
1047         * nnimap.el (nnimap-request-rename-group): Select group read-only
1048         before renaming it.
1049
1050         * shr.el (shr-insert): Fix up the white space only regexp.
1051
1052         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1053         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1054
1055         * shr.el (shr-current-column): New function.
1056         (shr-find-fill-point): New function.
1057
1058 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1059
1060         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1061         numbers.
1062
1063 2010-10-11  Julien Danjou  <julien@danjou.info>
1064
1065         * shr.el (shr-hr-line): Add.
1066         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1067         display hr lines.
1068         (shr-max-columns): Do not change state to nil if we just inserting
1069         spaces.
1070
1071 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1072
1073         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1074         select the last group.
1075
1076 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1077
1078         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1079
1080 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1081
1082         * dig.el (dig-mode-map): Declare and define in one step.
1083
1084 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1085
1086         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1087         for Gnus.
1088         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1089         (nnimap-update-qresync-info): Mark \Seen articles as read.
1090
1091         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1092         non-variable, too.
1093
1094         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1095         available.
1096         (nnimap-update-info): Rely more on the current active than the param
1097         active to avoid marking articles as read too much.
1098
1099         * auth-source.el (auth-source-create): Use (user-login-name) for the
1100         user name default.
1101
1102         * nnimap.el (nnimap-update-info): If the server doesn't return any
1103         useful info, just use the previous info.
1104         (nnimap-update-info): Prefer old info over start-article.
1105         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1106
1107 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1108
1109         * nnir.el (autoload): Clean up autoloads.
1110         (nnir-imap-default-search-key): Renamed from
1111         nnir-imap-search-field. Use key rather than value.
1112         (nnir-imap-search-other): New variable.
1113         (nnir-read-parm): Use it.
1114         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1115         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1116
1117 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1118
1119         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1120         the process, too.
1121
1122 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1123
1124         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
1125         Allbery.
1126
1127         * shr.el: Rework the way things are indented by <li> slightly.
1128
1129         * gnus.el (gnus-group-set-parameter): Fix typo.
1130
1131         * nnimap.el: Start implementing QRESYNC support.
1132
1133 2010-10-09  Julien Danjou  <julien@danjou.info>
1134
1135         * nnir.el (nnir-engines): Fix too many arguments.
1136
1137 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1138
1139         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1140         group is the "last", so that the backends like nnfolder actually save
1141         their folders.
1142
1143         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1144         try to use that for the tls stream.
1145         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1146         UIDVALIDITY and find out which groups are read-only and not.
1147         (nnimap-get-flags): Use the same marks parsing code as the rest of
1148         nnimap.
1149
1150 2010-10-09  Julien Danjou  <julien@danjou.info>
1151
1152         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1153
1154         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1155         retrieving gravatars.
1156
1157         * shr.el (shr-table-corner): Add.
1158         (shr-table-line): Add.
1159         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1160
1161 2010-10-08  Julien Danjou  <julien@danjou.info>
1162
1163         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1164
1165 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1166
1167         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1168
1169         * gnus-sum.el (gnus-mark-article-as-unread)
1170         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1171         (gnus-summary-set-bookmark): Use it.
1172
1173         * gnus-msg.el (gnus-setup-message): Use it.
1174
1175         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1176
1177         * gnus.el (gnus-group-remove-parameter): Use it.
1178
1179         * gnus-group.el (gnus-group-make-web-group): Use it.
1180
1181         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1182
1183         * nnregistry.el: Update docs to mention manual.
1184
1185         * gnus-registry.el: Update docs to mention nnregistry.el.
1186         (gnus-registry-initialize): Don't install nnregistry refer method
1187         automatically.
1188         (gnus-registry-install-nnregistry): Remove it.
1189
1190 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1191
1192         * shr.el (shr-insert): Don't insert double spaces.
1193
1194 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1195
1196         * gnus-gravatar.el (gnus-treat-from-gravatar)
1197         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1198         called interactively.
1199
1200         * gnus-art.el (gnus-mime-view-part-externally)
1201         (gnus-mime-view-part-internally): Make predicate function passed to
1202         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1203         of a mime type.
1204
1205         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1206
1207 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1208
1209         * shr.el (require): Require cl when compiling.
1210         (shr-tag-hr): New function.
1211
1212         * nnimap.el (nnimap-update-info): Remove double setting of high.
1213         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
1214         makes nnimap work properly on Courier again.
1215
1216         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1217         the variable for backwards compatability.
1218
1219         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1220         the file name before using to avoid setting mm-default-directory to
1221         nil.
1222
1223         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1224         bidning gnus-agent variables.
1225
1226         * shr.el (shr-render-td): Use a cache for the table rendering function
1227         to avoid getting an exponential rendering behaviour in nested tables.
1228         (shr-insert): Rework the line-breaking algorithm.
1229         (shr-insert): Don't leave trailing spaces.
1230         (shr-insert-table): Also insert empty TDs.
1231         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1232
1233 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1234
1235         * gnus-sum.el (gnus-number): Rename from `number'.
1236         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1237         (gnus-summary-limit-children): Update uses correspondingly.
1238
1239 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1240
1241         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1242         (gnus-gravatar-transform-address): Don't show avatars of people of
1243         which mail addresses match gnus-gravatar-too-ugly.
1244
1245 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1246
1247         * shr.el (shr-table-widths): Expand TD elements to fill available
1248         space.
1249
1250 2010-10-07  Julien Danjou  <julien@danjou.info>
1251
1252         * nnimap.el (nnimap-request-rename-group): Add this method.
1253
1254 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1255
1256         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1257         name from XEmacs' function-arglist.
1258
1259         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1260         gravatar under XEmacs.
1261
1262 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1263
1264         * auth-source.el: Update docs with TODO items.
1265
1266         * gnus-sync.el: Update docs to explain state and plans.
1267
1268         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1269         Hooks for mark updates.
1270         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1271
1272         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1273         hooks with arguments, which is needed for mark update hooks.
1274
1275 2010-10-06  Julien Danjou  <julien@danjou.info>
1276
1277         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1278         was matched.
1279
1280         * sieve-manage.el: Update example in `Commentary'.
1281
1282         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1283
1284         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1285         not 2000.
1286         (sieve-manage-authenticate): Re-add function.
1287
1288 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1289
1290         * shr.el (shr-insert): Get 'space transition right.
1291         (shr-render-td): Only delete space at the end of the TD.
1292
1293         * nnimap.el (nnimap-open-connection): Prepare to support
1294         open-gnutls-stream.
1295
1296         * shr.el: Rearrange function order to be more logical.
1297
1298 2010-10-06  Julien Danjou  <julien@danjou.info>
1299
1300         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1301         (nnrss-discover-feed): Remove 404 URL in docstring.
1302
1303         * nnir.el: Fix Swish-E URL.
1304         Fix Namazu URL.
1305
1306         * message.el (message-change-subject): Remove 404 URL in a comment.
1307
1308 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1309
1310         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1311         called interactively.
1312
1313         * gnus-util.el (gnus-remove-if): Allow hash table.
1314         (gnus-remove-if-not): New function.
1315
1316         * gnus-art.el (gnus-mime-view-part-as-type)
1317         * gnus-score.el (gnus-summary-score-effect)
1318         * gnus-sum.el (gnus-read-move-group-name):
1319         Replace remove-if-not with gnus-remove-if-not.
1320
1321         * gnus-group.el (gnus-group-completing-read):
1322         Regard collection as a hash table if it is not a list.
1323
1324 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1325
1326         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1327
1328         * shr.el: Document the table-rendering algorithm.
1329
1330 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1331
1332         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1333         for Emacsen having no `libxml-parse-html-region' support.
1334
1335 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1336
1337         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1338         invalid URLs.
1339
1340         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1341         line-broken.
1342         (shr-tag-img): Ignore image fetching errors.
1343         (shr-overlays-in-region): Compute overlay positions correctly.
1344
1345         * mm-decode.el (mm-shr): Require shr.
1346
1347         * gnus-art.el (gnus-blocked-images): Move variable here.
1348
1349         * shr.el (shr-insert-table): Bind free variable.
1350
1351         * mm-decode.el (mm-shr): Bind shr-content-function.
1352
1353         * shr.el (shr-content-function): New variable.
1354
1355         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1356         added for symmetry.
1357
1358         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1359
1360         * gnus-group.el (gnus-group-make-group): Doc fix.
1361
1362         * nnimap.el (nnimap-request-newgroups): Return success.
1363
1364         * shr.el (shr-find-elements): New function.
1365         (shr-tag-table): Put all the images after the table.
1366         (shr-tag-table): Really inhibit images inside the table.
1367         (shr-collect-overlays): Copy over overlays from the TD elements to the
1368         main document.
1369
1370         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1371         gnus-blocked-images.
1372
1373 2010-10-05  Julien Danjou  <julien@danjou.info>
1374
1375         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1376
1377         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1378         (gnus-html-maximum-image-size): Add this function.
1379         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1380
1381         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1382         server-value of the capability is nil.
1383
1384 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1385
1386         * shr.el (shr-tag-em): Add <EM> tag.
1387
1388 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1389
1390         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1391         customizable.
1392
1393         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1394         handing broken links to browse-url.
1395
1396 2010-10-05  Julien Danjou  <julien@danjou.info>
1397
1398         * gnus-util.el (gnus-emacs-completing-read)
1399         (gnus-iswitchb-completing-read): Use autoload rather than require.
1400
1401 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1402
1403         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1404         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1405         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1406         iswitchb-temp-buflist for XEmacs.
1407
1408         * gnus-util.el (gnus-completing-read-function): Exclude
1409         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1410         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1411         XEmacs.
1412
1413         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1414         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1415
1416         * gnus-html.el: Don't require help-fns under XEmacs.
1417         (gnus-html-schedule-image-fetching): Work for XEmacs.
1418
1419         * mm-decode.el (mm-shr): Decode contents by charset.
1420
1421 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1422
1423         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1424         unknown.
1425
1426         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1427         (shr-get-image-data): Ensure against the cache file missing.
1428
1429         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1430         for data.
1431
1432         * spam-report.el (spam-report-url-ping-plain): Don't query about
1433         killing the process.
1434
1435         * shr.el (shr-render-td): Protect against too-wide text.
1436
1437 2010-10-04  Julien Danjou  <julien@danjou.info>
1438
1439         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1440         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1441
1442         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1443         retrieved.
1444
1445 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1446
1447         * shr.el (browse-url): Required.
1448         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1449         lines.
1450         (shr-show-alt-text, shr-browse-image): New commands.
1451         (shr-browse-url, shr-copy-url): New commands.
1452
1453         * gnus-sum.el (gnus-widen-article-window): New variable.
1454         (gnus-summary-select-article-buffer): Use it.
1455
1456         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1457         without @ signs.
1458
1459 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1460
1461         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1462
1463 2010-10-04  Julien Danjou  <julien@danjou.info>
1464
1465         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1466         for XEmacs.
1467
1468 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1469
1470         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1471
1472         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1473         (nnimap-close-server): Implement.
1474
1475         * dgnushack.el (iswitchb): Require to shut up the compiler.
1476
1477         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1478         (shr-insert): Tweak line breaking.
1479         (shr-insert): Handle <pre> better.
1480         (shr-tag-li): Get <li> indentation right.
1481         (shr-tag-li): Get <li> indentation even righter.
1482         (shr-tag-blockquote): Ensure paragraph start.
1483         (shr-make-table): Tweak table generation.
1484         (shr-make-table): Fix typo.
1485
1486         * shr.el: Implement table rendering.
1487
1488 2010-10-04  Julien Danjou  <julien@danjou.info>
1489
1490         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1491
1492 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1493
1494         * shr.el (shr-insert): Use string anchors instead of line anchors.
1495
1496 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1497
1498         * shr.el: Add headings.
1499         (shr-ensure-paragraph): Actually work.
1500         (shr-tag-li): Make <ul> prettier.
1501         (shr-insert): Get white space at the beginning/end of elements right.
1502         (shr-tag-p): Collapse subsequent <p>s.
1503         (shr-ensure-paragraph): Don't insert double line feeds after blank
1504         lines.
1505         (shr-insert): \t is also space.
1506         (shr-tag-s): Fix "s" tag name function.
1507         (shr-tag-s): Fix face prop name.
1508
1509 2010-10-03  Julien Danjou  <julien@danjou.info>
1510
1511         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1512
1513         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1514         gnus-window-inside-pixel-edges.
1515
1516         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1517         gnus-ems.
1518
1519         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1520
1521         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1522         function.
1523
1524         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1525         resize choice.
1526
1527 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1528
1529         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1530         beginning of the buffer.
1531
1532         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1533         article buffer again.
1534
1535         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1536         buffer.
1537
1538         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1539         when it's at the start of the buffer.
1540
1541         * shr.el (shr-tag-blockquote): Convert name.
1542         (shr-rescale-image): Use the right image-size variant.
1543
1544         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1545         buffer isn't shown, then select the current article first instead of
1546         bugging out.
1547         (gnus-summary-select-article-buffer): Show both the article and summary
1548         buffers again.
1549
1550         * shr.el (shr-fontize-cont): Protect against regions with no text.
1551         Rename tag functions to shr-tag-* for enhanced security.
1552         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1553
1554 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1555
1556         * shr.el (shr-insert):
1557         * pop3.el (pop3-movemail):
1558         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1559         loaded.
1560
1561 2010-10-03  Glenn Morris  <rgm@gnu.org>
1562
1563         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1564
1565         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1566
1567         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1568
1569         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1570
1571         * gnus-util.el (gnus-make-local-hook): Simplify.
1572
1573 2010-10-02  Julien Danjou  <julien@danjou.info>
1574
1575         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1576         (gnus-ido-completing-read): New function.
1577         (gnus-emacs-completing-read): New function.
1578         (gnus-completing-read): Use gnus-completing-read-function.
1579         Add gnus-completing-read-function.
1580
1581 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1582
1583         * shr.el (shr-insert-document): Autoload.
1584         (shr-img): Be silent.
1585         (shr-insert): Add a newline after every picture before text.
1586         (shr-add-font): Use overlays for combining faces.
1587         (shr-insert): Pass upwards the text start point.
1588
1589         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1590         possible.
1591         (mm-shr): New function.
1592
1593 2010-10-02  Julien Danjou  <julien@danjou.info>
1594
1595         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1596         should go backward.
1597
1598 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1599
1600         * shr.el (shr): Fix typo in provide call.
1601
1602 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1603
1604         * shr.el: New file.
1605
1606         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1607
1608         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1609         completing read.
1610
1611 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612
1613         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1614         we're being queried about.  Suggested by Dan Jacobson.
1615
1616         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1617         by Jason Eisner.
1618
1619         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1620         table, too.  Suggested by Stefan Wiens.
1621         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1622         the table unnecessary.  Suggested by Stefan Wiens.
1623
1624         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1625         longer needed, and probably doesn't work either, as pointed out by
1626         Stefan Wiens.
1627         (gnus-summary-exit): Remove call to the clearing function.
1628         (gnus-summary-exit-no-update): Ditto.
1629
1630         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1631         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1632         Reported by Stefan Monnier.
1633         (gnus-summary-save-in-rmail): Ditto.
1634
1635         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1636         article buffer, instead of both the article buffer and the summary
1637         buffer.  Sort of suggested by Dan Jacobson.
1638
1639         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1640
1641         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1642         Suggested by Dan Jacobson.
1643
1644         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1645         documentation clearer.
1646
1647         * message.el (message-shorten-references): Comment on the number "21".
1648         Suggested by Stefan Monnier.
1649
1650         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1651         Suggested by Dan Jacobson.
1652
1653         * gnus.el (gnus-large-newsgroup): Mention
1654         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1655
1656         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1657         externalize attachments.  Bug reported by Steve Wen.
1658
1659         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1660         really message anything to the user.
1661
1662         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1663         directly.
1664
1665         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1666         messages in empty groups.
1667
1668 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1669
1670         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1671         non-UIDNEXT group.
1672
1673 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1674
1675         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1676         not the value from the collection.
1677
1678         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1679         values.  This sometimes happens on some groups that have no info.
1680         (nnimap-request-newgroups): New function.
1681
1682 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1683
1684         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1685         check into `gnus-registry-initialize'.
1686         (gnus-registry-initialize): Ditto.
1687         Fix and extend header docs.
1688
1689 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1690
1691         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1692         regexp backtrace overflows.
1693
1694         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1695         for starttls that tls.el implements; i.e. openssl.
1696
1697         * tls.el (tls-starttls-switches): Give up on using starttls with
1698         gnutls-cli.
1699         (tls-program): Add --insecure to be consistent with the defaults from
1700         openssl s_client.  Now all three commands are insecure.
1701
1702 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1703
1704         * lpath.el: Bind completion-styles-alist for XEmacs.
1705
1706         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1707         (gravatar-create-image): New function that's an alias to
1708         gnus-xmas-create-image, gnus-create-image, or create-image.
1709         (gravatar-data->image): Use it.
1710
1711 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1712
1713         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1714         install the nnregistry refer method.
1715         (gnus-registry-install-hooks): Use it.
1716         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1717         unfollowed groups.
1718
1719 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1720
1721         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1722         expanding threads.
1723
1724 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1725
1726         * nnir.el: Use the server names without suffixes (bug #7009).
1727
1728         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1729         unencrypted to STARTTLS, if possible.
1730
1731 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1732
1733         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1734         headers before superseding.
1735
1736 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1737
1738         * nnrss.el (nnrss-use-local): Add documentation.
1739
1740         * nnimap.el (nnimap-extend-tls-programs): New function.
1741         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1742         (nnimap-wait-for-connection): Accept the greeting from the stupid
1743         output from openssl s_client -starttls, too.
1744
1745         * tls.el (tls-starttls-switches): New variable.
1746         (tls-find-starttls-argument): Use it.
1747         (open-tls-stream): Ditto.
1748
1749         * netrc.el (netrc-credentials): Return the value of the "default"
1750         entry.
1751         (netrc-machine): Ditto.
1752
1753         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1754         article number.
1755         (nnimap-split-fancy): New variable.
1756         (nnimap-split-incoming-mail): Use it.
1757
1758         * nntp.el (nntp-server-list-active-group): Document.
1759
1760         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1761         SELECT to get the message-id.
1762
1763         * mail-source.el (mail-sources): Removed webmail support.
1764         (defvar): Ditto.
1765         (mail-source-fetcher-alist): Ditto.
1766         (mail-source-fetch-webmail): Removed.
1767
1768         * webmail.el: Removed -- doesn't seem relevant any more.
1769
1770         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1771
1772         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1773         the \r.
1774
1775 2010-09-30  Julien Danjou  <julien@danjou.info>
1776
1777         * gnus-agent.el (gnus-agent-add-group): Fix call to
1778         gnus-completing-read.
1779
1780 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1781
1782         * nndoc.el (nndoc-retrieve-groups): New function.
1783
1784         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1785         `default', use nnmail-split-methods.
1786         (nnimap-request-article): Downcase the NILs so that they are nil.
1787
1788         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1789         symbol.
1790
1791         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1792         code, since if the user has requested network, that's what they ought
1793         to get.
1794         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1795         (nnimap-split-rule): Mark as obsolete.
1796
1797         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1798         variable.
1799
1800         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1801         correct slot, too.
1802
1803 2010-09-29  Julien Danjou  <julien@danjou.info>
1804
1805         * gnus.el (gnus-local-domain): Declare variable obsolete.
1806
1807         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1808         computing.
1809         (gnus-ido-completing-read): Require ido.
1810
1811 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1812
1813         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1814         build Gnus.
1815
1816         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1817         when interpreting the structures.
1818         (nnimap-request-accept-article): Add \r\n to the lines to make this
1819         work with Cyrus.
1820
1821         * nndraft.el (nndraft-request-expire-articles): Use the group name
1822         instead if "nndraft".  Fix found by Nils Ackermann.
1823
1824 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1825
1826         * nnregistry.el: Added.
1827
1828 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1829
1830         * nnmail.el (group, group-art-list, group-art):
1831         Remove unneeded directives.
1832
1833 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1834
1835         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1836         (mm-mime-charset)
1837         * rfc2047.el (rfc2047-syntax-table)
1838         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1839
1840         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1841         rather than `insert-file-contents' and `eval-region'.
1842
1843         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1844         construction.
1845
1846         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1847
1848         * time-date.el: No need to require cl for Emacs 21.
1849
1850 2010-09-29  Julien Danjou  <julien@danjou.info>
1851
1852         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1853         replacement of `gnus-gravatar-relief' to mimic
1854         `gnus-faces-properties-alist'.
1855         Add :version property.
1856
1857 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1858
1859         * mail-source.el (mail-source-report-new-mail)
1860         * message.el (message-default-mail-headers)
1861         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1862
1863         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1864
1865 2010-09-28  Julien Danjou  <julien@danjou.info>
1866
1867         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1868         mail-address contains the same string as real-name.
1869
1870         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1871         non-blank in header, otherwise it'll get stripped.
1872
1873         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1874         real-name, and then for mail address rather than doing : or , search.
1875
1876 2010-09-27  Julien Danjou  <julien@danjou.info>
1877
1878         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1879         (gnus-server-goto-server): Use gnus-completing-read.
1880
1881         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1882
1883         * mm-util.el (defalias): Use gnus-completing-read.
1884         (mm-codepage-setup): Use gnus-completing-read.
1885
1886         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1887         (smime-decrypt-buffer): Use gnus-completing-read.
1888
1889         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1890
1891         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1892         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1893         (mml-insert-multipart): Use gnus-completing-read.
1894
1895         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1896
1897         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1898
1899         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1900
1901         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1902
1903         * gnus.el (gnus-read-method): Use gnus-completing-read.
1904
1905         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1906
1907         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1908         (gnus-mime-action-on-part): Use gnus-completing-read.
1909         (gnus-article-encrypt-body): Use gnus-completing-read.
1910
1911         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1912         (gnus-topic-move-matching): Use gnus-completing-read.
1913         (gnus-topic-copy-matching): Use gnus-completing-read.
1914         (gnus-topic-sort-topics): Use gnus-completing-read.
1915         (gnus-topic-move): Use gnus-completing-read.
1916
1917         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1918         (gnus-agent-add-group): Use gnus-completing-read.
1919
1920         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1921         gnus-completing-read.
1922         (nnmairix-update-groups): Use gnus-completing-read.
1923         (nnmairix-get-server): Use gnus-completing-read.
1924         (nnmairix-backend-to-server): Use gnus-completing-read.
1925         (nnmairix-goto-original-article): Use gnus-completing-read.
1926         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1927
1928         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1929
1930         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1931         (gnus-group-make-useful-group): Use gnus-completing-read.
1932         (gnus-group-make-web-group): Use gnus-completing-read.
1933         (gnus-group-add-to-virtual): Use gnus-completing-read.
1934         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1935
1936         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1937         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1938         (gnus-summary-execute-command): Use gnus-completing-read.
1939         (gnus-summary-respool-article): Use gnus-completing-read.
1940         (gnus-read-move-group-name): Use gnus-completing-read.
1941
1942         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1943         (gnus-summary-score-effect): Use gnus-completing-read.
1944
1945         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1946
1947         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1948         right completing-read function.
1949         (gnus-use-ido): New variable
1950         (gnus-completing-read-with-default): Remove.
1951
1952 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1953
1954         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1955         x-focus-frame.
1956
1957         * nnimap.el (auth-source-forget-user-or-password)
1958         (auth-source-user-or-password): Autoload.
1959
1960         * message.el (message-from-style, message-interactive)
1961         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1962         (message-yank-prefix, message-indentation-spaces, message-signature)
1963         (message-signature-file): Add comment.
1964
1965 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1966
1967         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1968         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1969         new articles.
1970
1971         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1972         parts.
1973         (nnimap-request-article): Work with the t setting, too.
1974
1975         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1976         that you don't get flashes of other buffers.
1977         (gnus-summary-show-complete-article): Intern before setting.
1978
1979 2010-09-27  David Engster  <dengste@eml.cc>
1980
1981         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1982         well as HEADERS.
1983         (nnmairix-retrieve-headers): Provide new argument for the above.
1984
1985 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1986
1987         * gnus-sum.el (gnus-summary-move-article): Don't alter
1988         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1989         group.
1990
1991         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1992
1993         * message.el (message-cite-prefix-regexp): Revert my last edit.
1994
1995         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1996         variable instead of the Gnus variable.
1997
1998         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1999
2000         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
2001         again.
2002
2003         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2004         since some servers don't like it.
2005         (nnimap-open-connection): Forget credentials if the server says the
2006         password was wrong.
2007         (nnimap-parse-line): Protect against invalid data.
2008
2009         * gnus-sum.el (gnus-summary-move-article): Add comment.
2010         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2011         nothing alters it while scanning for new messages.
2012
2013         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2014         which may or may not help.
2015         (nnimap-open-connection): If we're doing a stream connection, and then
2016         discover we're on a STARTTLS-capable server, then open a STARTTLS
2017         connection instead.
2018
2019 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2020
2021         * nnimap.el (utf7): Required.
2022
2023         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2024         prefix.
2025
2026 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2027
2028         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2029
2030 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2031
2032         * nnimap.el (nnimap-request-accept-article): Message the error on
2033         error.
2034
2035 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2036
2037         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2038
2039 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2040
2041         * nndoc.el (nndoc-request-list): Return success always.
2042
2043         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2044         `fetch-old' -- we only want to fetch the articles we've requested.  The
2045         rest are in the agent, probably.
2046         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2047         disappeared server" to something low.  It's not important.
2048
2049         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2050         arrived before the FETCH data.
2051
2052         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2053         target here, because we don't know the Gnus name of the group.
2054
2055         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2056         for the correct group.
2057
2058         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2059
2060         * gnus.el (gnus): Give a final warning after startup.
2061
2062         * gnus-util.el (gnus-action-message-log): New variable.
2063         (gnus-message): Use it.
2064         (gnus-final-warning): New function.
2065
2066         * nnimap.el (nnimap-open-connection): Record the greeting.
2067         (nnimap): Add greeting.
2068
2069 2010-09-26  Julien Danjou  <julien@danjou.info>
2070
2071         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2072         arguments.
2073         (gnus-html-wash-images): Fix spec computing to include start/end.
2074
2075         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2076
2077 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2078
2079         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2080         deletion.
2081         (nnimap-retrieve-headers): Don't select the group, because that's
2082         already done by nnimap-possibly-change-group.
2083
2084         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2085         (gnus-picon-transform-address): Use it.
2086
2087         * mail-source.el (mail-source-value): Revert previous patch.
2088
2089         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2090         on failure.
2091         (nnimap-open-connection): Look up both virtual and physical server name
2092         credentials.
2093
2094         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2095
2096 2009-02-07  Dave Love  <fx@gnu.org>
2097
2098         * tls.el (open-tls-stream): Don't query killing process.
2099
2100 2009-02-08  Dave Love  <fx@gnu.org>
2101
2102         * gnus-win.el (gnus-window-to-buffer-helper,
2103         gnus-all-windows-visible-p): Function needn't be a symbol.
2104
2105         * mail-source.el (mail-source-value): Function needn't be a symbol.
2106
2107 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2108
2109         * message.el (message-cite-prefix-regexp): Remove } from the cite
2110         prefix.
2111
2112         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2113         highlight again, so that the highlight is correct.
2114
2115         * gnus-picon.el (gnus-picon): Remove again.
2116         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2117
2118         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2119         doing the header highlightling, so that the background colour of the
2120         picon is correct.
2121
2122         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
2123         (gnus-picon): Ditto.
2124         (gnus-picon): Reinstate.  The background colour for picons is white.
2125         (gnus-picon-insert-glyph): Make the background white.
2126
2127         * nnml.el (nnml-open-nov): Don't return dead buffers.
2128
2129         * auth-source.el (auth-source-create): Query the user for whether to
2130         store the credentials.
2131
2132         * netrc.el (netrc-store-data): New function.
2133
2134         * auth-source.el (auth-source-user-or-password): Use the existing auth
2135         sources, if any, for creation.
2136
2137         * gnus.el (gnus-group-fast-parameter): Return the last matching
2138         parameter instead of the first matching parameter.
2139
2140 2010-09-26  Julien Danjou  <julien@danjou.info>
2141
2142         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2143
2144 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2145
2146         * mml2015.el (mml2015-use): Remove gpg support.
2147
2148         * mml1991.el (mml1991-function-alist): Remove gpg function.
2149         (mml1991-gpg-sign): Removed.
2150
2151 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2152
2153         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2154         (gnus-browse-unsubscribe-current-group): Document it.
2155         (gnus-browse-unsubscribe-group): Use it.
2156
2157 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2158
2159         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2160         address to the To list for easier response.
2161
2162         * gnus.el (gnus-play-startup-jingle): Removed.
2163         (gnus-splash): Don't play jingle.
2164         (gnus): Silence gnus-load message.
2165
2166         * gnus-art.el (gnus-treat-play-sounds): Removed.
2167
2168         * gnus.el (gnus-play-jingle): Remove audio support.
2169
2170         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2171
2172         * earcon.el: Removed -- no users.
2173
2174         * gnus-audio.el: Removed -- no users of this package.
2175
2176         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2177
2178         * gnus-start.el (gnus-setup-news): Remove nocem support.
2179
2180         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
2181
2182         * gnus.el (gnus-use-nocem): Removed.
2183
2184         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2185         Removed.
2186
2187         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
2188         uses NoCeM any more.
2189
2190         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2191         (gnus-button-ctan-handler): Ditto.
2192         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2193         (gnus-button-ctan-directory-regexp): Ditto.
2194         (gnus-button-handle-ctan): Ditto.
2195         (gnus-button-tex-level): Ditto.
2196         (gnus-button-alist): Removed CTAN stuff.
2197
2198 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2199
2200         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
2201         nnimap-streaming test.
2202
2203         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2204         servers twice.
2205
2206         * nnimap.el (nnimap-open-connection): Add more error reporting when
2207         nnimap fails early.
2208
2209         * nnheader.el (nnheader-get-report-string): New function.
2210         (nnheader-get-report): Use it.
2211
2212         * gnus-int.el (gnus-check-server): Say what the error was when opening
2213         failed.
2214
2215         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2216         using streaming.
2217
2218 2010-09-25  Julien Danjou  <julien@danjou.info>
2219
2220         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2221         gnus-window-inside-pixel-edges.
2222
2223 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2224
2225         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2226
2227         * mm-decode.el (mm-save-part): Allow saving to other directories the
2228         normal Emacs way.
2229
2230         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
2231         by Jay Berkenbilt.
2232
2233         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2234         there isn't a single byte.
2235
2236         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2237         just do it.  It doesn't really seem to matter what the user responds
2238         here, I think, so it's just a confusing question.
2239
2240         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2241         non-streaming case.
2242
2243         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
2244         (gnus-article-encrypt-body): Use it.
2245
2246         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2247         keystroke.
2248
2249         * nnimap.el (nnimap-find-wanted-parts-1): Use
2250         gnus-fetch-partial-articles.
2251
2252         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2253
2254         * nnimap.el (nnimap-insert-partial-structure): New function.
2255         (nnimap-get-partial-article): New function.
2256         (nnimap-request-article): Use it.
2257         (nnimap-wait-for-response): Return whether the wait was successful.
2258         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2259         retrieval wasn't successful.
2260         (nnimap-retrieve-group-data-early): Allow throttling servers.
2261         (nnimap-streaming): New variable.
2262         (nnimap-fetch-partial-articles): Removed.
2263
2264         * mm-decode.el (mm-with-part): Protect against killed buffers.
2265
2266         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2267         for prettier summary display.
2268
2269 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2270
2271         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2272         directly.
2273
2274 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2275
2276         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2277         apparently third-party libraries depend on it.
2278
2279         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2280         before starting negotiation.
2281
2282         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2283         privacy reasons.
2284         (gnus-treat-mail-gravatar): Ditto.
2285
2286         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2287         buffer when inserting images.  Inserting text into the headers, for
2288         instance, can make them invalid.
2289
2290 2010-09-25  Julien Danjou  <julien@danjou.info>
2291
2292         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2293         variables.
2294
2295         * nnheader.el: Remove useless variables news-reply-yank-from and
2296         news-reply-yank-message-id.
2297
2298         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2299         variables.
2300
2301         * mml1991.el: Remove useless mml1991-verbose.
2302
2303         * gnus.el: Remove useless variable gnus-use-generic-from.
2304         Remove obsolete variable gnus-topic-indentation.
2305
2306         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2307
2308         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2309
2310         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2311
2312         * gnus-group.el: Remove useless gnus-group-icon-cache.
2313         Remove useless gnus-ephemeral-group-server.
2314
2315         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2316
2317         * mml2015.el: Remove useless mml2015-verbose.
2318
2319         * mml-smime.el: Remove useless mml-smime-verbose.
2320
2321         * gnus.el: Remove useless gnus-local-domain.
2322
2323         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2324         gnus-gravatar-size.
2325
2326         * gnus-art.el: Remove useless gnus-treat-translate.
2327
2328 2010-09-24  Julien Danjou  <julien@danjou.info>
2329
2330         * gnus-sum.el: Add support for Gravatars.
2331
2332         * gnus-art.el: Add support for Gravatars.
2333
2334         * gnus-gravatar.el: Add this file.
2335
2336         * gravatar.el: Add this file.
2337
2338 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2339
2340         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2341
2342         * gnus-group.el (gnus-group-fetch-faq): Removed.
2343
2344         * gnus.el (gnus-group-faq-directory): Removed.
2345
2346         * gnus-group.el (gnus-group-fetch-charter): Removed.
2347
2348         * gnus.el (gnus-group-charter-alist): Removed.
2349
2350         * gnus-group.el (gnus-group-archive-directory): Removed.
2351         (gnus-group-recent-archive-directory): Ditto.
2352         (gnus-group-make-archive-group): Removed.
2353
2354         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2355
2356         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2357         use the same article number for all the cached articles.
2358
2359         * nnimap.el (nnimap-command): Register the last command time so
2360         that we can use it for idling NOOPs.
2361         (nnimap-open-connection): Start the keeplive timer.
2362         (nnimap-make-process-buffer): Store all the process buffers.
2363         (nnimap-keepalive): New function.
2364
2365         * starttls.el (starttls-open-stream): Add autoload cookie.
2366
2367 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2368
2369         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2370         handling.
2371
2372 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2373
2374         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2375         its data structures.
2376
2377         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2378         instead of the cl.el copy-list.
2379         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2380         equalp.
2381
2382 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2383
2384         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2385         and tool-bar-local-item-from-menu.
2386
2387         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2388         mode-line-highlight face for Emacs.
2389
2390         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2391         loading gnus-sum.elc; fix comment for canlock-verify.
2392         (gnus-article-jump-to-part): Use read-number.
2393         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2394         Emacs pre-21 compatible code for help-echo.
2395         (gnus-article-next-page-1): No need to adjust the number of lines.
2396         (gnus-article-describe-bindings): Always use help-buffer.
2397
2398         * gnus-audio.el (gnus-audio-inline-sound)
2399         * gnus-cus.el (gnus-custom-mode)
2400         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2401
2402         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2403
2404         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2405         compatible code.
2406
2407 2010-09-24  Glenn Morris  <rgm@gnu.org>
2408
2409         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2410         visiting the fcc file in rmail-mode.
2411
2412         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2413
2414 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * nnir.el: Silence the byte compiler.
2417
2418         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2419         alias to browse-url-url-encode-chars if any.
2420         (gnus-html-encode-url): Use it.
2421
2422 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423
2424         * gnus-start.el (gnus-use-backend-marks): New variable.
2425         (gnus-get-unread-articles-in-group): Use it.
2426
2427         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2428         makeover.
2429
2430 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2431
2432         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2433
2434 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2435
2436         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2437         Removed.
2438         (gnus-setup-news-hook): Removed
2439         gnus-fixup-nnimap-unread-after-getting-new-news.
2440
2441         * gnus-int.el (gnus-request-update-info): Protect against backends not
2442         having the function.
2443
2444         * nnimap.el (nnimap-stream): Mention starttls.
2445         (nnimap-open-connection): Add starttls support.
2446
2447 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2448
2449         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2450
2451 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2452
2453         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2454         BODYSTRUCTUREs.
2455         (nnimap-transform-headers): Unfold quoted {42} headers.
2456
2457         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2458         the info.
2459         (gnus-get-unread-articles): Only call updatep on backends that support
2460         it.
2461
2462         * nnweb.el (nnweb-request-update-info): NOOP.
2463
2464         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2465
2466         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2467         since it only deals with marks.
2468
2469         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2470         gnus-request-marks, and make a new gnus-request-update-info.
2471
2472         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2473         the active instead of the high number, which is usually too low.
2474
2475 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2476
2477         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2478         * encrypt.el: Removed.
2479
2480 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2481
2482         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2483         server in symbolic form.
2484
2485         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2486         0.9.
2487
2488 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489
2490         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2491         (nnimap-update-info): Fix up code slightly.
2492
2493         * gnus-int.el (gnus-open-server): Add tracing for performance
2494         debugging.
2495
2496         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2497         (gnus-group-insert-group-line): Pass the real group name so that it
2498         gets the right data.
2499
2500         * gnus-start.el (gnus-get-unread-articles): Don't have
2501         `gnus-get-unread-articles-in-group' update info, since that can be
2502         really slow and doesn't seem to be needed?
2503
2504 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2505
2506         * time-date.el (date-to-time): Try using parse-time-string first before
2507         using the slower timezone-make-date-arpa-standard.
2508
2509 2010-09-22  Julien Danjou  <julien@danjou.info>
2510
2511         * gnus-group.el (gnus-group-insert-group-line): Call
2512         gnus-group-highlight-line.
2513         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2514         default hook list.
2515         (gnus-group-update-eval-form): Add new function.
2516         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2517         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2518
2519 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2520
2521         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2522         immediate, then expire all articles.
2523         (nnimap-update-info): Fix off-by-one errors.
2524         (nnimap-flags-to-marks): Would return no marks lists for group with no
2525         flags.  Instead return the other data.
2526
2527 2010-09-22  Julien Danjou  <julien@danjou.info>
2528
2529         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2530         Only return an icon.
2531         (gnus-group-insert-group-line): Compute icon to return.
2532
2533         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2534         variable.
2535         (gnus-html-image-fetched): Only cache if
2536         gnus-html-image-automatic-caching is set.
2537         (gnus-html-image-fetched): Check for errors.
2538
2539 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2540
2541         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2542         once per method on `g'.  This ensures that backends like nnfolder don't
2543         open all their folders.
2544
2545         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2546         (nnimap-request-list): Nix out group in the correct buffer.
2547         (nnimap-parse-flags): Implement by using `read' instead of
2548         hand-parsing.
2549         (nnimap-flags-to-marks): Pass on permanent-flags.
2550         (nnimap-make-process-buffer): Record the server name.
2551         (nnimap-parse-flags): Fix typo.
2552         (nnimap-request-scan): Run split on the server in general, not just a
2553         single group.
2554
2555         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2556         parameter, and propagate this downwards.
2557
2558         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2559         since EXAMINE changes it on the server.
2560
2561         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2562         this command might take a while.
2563
2564 2010-09-22  Julien Danjou  <julien@danjou.info>
2565
2566         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2567         harmful if you have 2 images side-by-side, they can't be properly
2568         update on text deletion.  Using text-property is safer here.
2569         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2570         data.
2571
2572 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2573
2574         * nnimap.el (nnimap-expunge-inbox): Removed.
2575         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2576         (nnimap-expunge): Flip default to t.
2577
2578         * gnus.el (gnus-method-to-server): Don't push things to the cache
2579         unless it's unique.
2580         (gnus-server-to-method): Ditto.
2581
2582 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2583
2584         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2585
2586 2010-09-22  Julien Danjou  <julien@danjou.info>
2587
2588         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2589         get the start of data.
2590         (gnus-html-encode-url): Add this function to encode special chars in
2591         URL.
2592         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2593         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2594
2595         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2596         default.
2597         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2598
2599         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2600         images alt-text.
2601         (gnus-html-put-image): Put alt-text as help-echo.
2602
2603 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2604
2605         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2606         * mm-util.el (mm-decompress-buffer)
2607         * nnir.el (nnir-run-find-grep)
2608         * pop3.el (pop3-list): Use 3rd arg of split-string.
2609
2610         * time-date.el (format-seconds): Comment fix.
2611
2612         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2613         and byte-optimize-form-code-walker.
2614         (dgnushack-make-auto-load): Don't advise make-autoload.
2615
2616         * lpath.el: Remove Emacs 21 stuff.
2617
2618 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2619
2620         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2621         outside the active range.  Suggested by Dan Christensen.
2622
2623         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2624         slightly later to avoid double-getting it.
2625
2626         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2627         previous patch.
2628
2629         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2630
2631 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2632
2633         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2634
2635 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2636
2637         * gnus-int.el (gnus-open-server): Give a better error message in the
2638         "go offline" case.
2639
2640         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2641         marks for nnimap, which is seldom the right thing to do.
2642
2643         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2644         (gnus-same-method-different-name): New function.
2645
2646         * nnimap.el (parse-time): Require.
2647
2648         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2649         method in the presence of many similar methods.
2650
2651         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2652
2653         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2654         nnml-inhibit-expiry.
2655
2656         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2657         find out whether methods are equal.
2658
2659         * nnimap.el (nnimap-find-expired-articles): New function.
2660         (nnimap-process-expiry-targets): New function.
2661         (nnimap-request-move-article): Request the article before looking at
2662         what the Message-ID is.  Fix found by Andrew Cohen.
2663         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2664
2665         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2666         for oldness in addition to being a predicate.
2667
2668         * nnimap.el (nnimap-request-group): When we have zero articles, return
2669         the right data to Gnus.
2670         (nnimap-request-expire-articles): Only delete articles immediately if
2671         the target is 'delete.
2672
2673         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2674         method, this would bug out.
2675
2676         * gnus-group.el (gnus-group-expunge-group): Renamed from
2677         gnus-group-nnimap-expunge, and implemented as a normal interface
2678         function.
2679
2680         * gnus-int.el (gnus-request-expunge-group): New function.
2681
2682         * nnimap.el (nnimap-request-create-group): Implement.
2683         (nnimap-request-expunge-group): New function.
2684
2685 2010-09-21  Julien Danjou  <julien@danjou.info>
2686
2687         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2688         (gnus-html-cache-expired): Add new function.
2689         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2690         wethever we should display image for fetch it.
2691         Compute alt-text earlier to pass it to the fetching function too.
2692         (gnus-html-schedule-image-fetching): Change function argument to only
2693         get one image at a time, not a list.
2694         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2695         cache.
2696         (gnus-html-get-image-data): New function to retrieve image data from
2697         cache.
2698         (gnus-html-put-image): Change buffer argument to use image data rather
2699         than file, and place image above region rather than inserting a new
2700         one. Do not take alt-text as argument, since it's useless now: we place
2701         the image above alt-text.
2702         (gnus-html-prune-cache): Remove.
2703         (gnus-html-show-images): Start to fetch image when we find one, do not
2704         push into a temporary list.
2705         (gnus-html-prefetch-images): Only fetch image if they have expired.
2706         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2707         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2708
2709 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2712
2713 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2714
2715         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2716         spec inser "*" if the group isn't active instead of 0.
2717
2718         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2719         opening the server.
2720         (nnimap-request-delete-group): Implement group deletion.
2721         (nnimap-transform-headers): Return the size of the entire message in
2722         the Bytes header, not just the size of the first part.
2723         (nnimap-request-move-article): When moving an article from nnimap,
2724         request the article first so the accepting form has an article to
2725         accept.  Reported by Dan Christensen.
2726         (nnimap-command): Make sure that the error message doesn't error out.
2727
2728 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2729
2730         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2731         we haven't requested anything.
2732
2733 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2734
2735         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2736         "".  Fix found by Andrew Cohen.
2737
2738         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2739         instead of -encode-string.
2740
2741 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2742
2743         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2744
2745         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2746         by mm-subst-char-in-string.
2747
2748 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2749
2750         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2751         waiting for the connection string.
2752
2753         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2754         arriving.
2755
2756         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2757         bogus characters.  This allows selecting certain Gmail groups.
2758
2759         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2760         (nnimap-fetch-partial-articles): New variable.
2761         (nnimap-open-connection): When looking for credentials, also use the
2762         nnimap-server-port.
2763         (nnimap-request-article): Return the group/article number, so that Gnus
2764         `^' works as expected.
2765         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2766         them.
2767
2768         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2769         comments.
2770         (gnus-methods-sloppily-equal): New function.
2771         (gnus): When using the development version of Gnus, load the gnus-load
2772         file.
2773
2774         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2775         `gnus-open-server' on each method before trying to scan them etc.  This
2776         ensures that all the backend parameters are set correctly.
2777
2778         * nnimap.el (nnimap-authenticator): New variable.
2779         (nnimap-open-connection): Allow anonymous login.
2780         (nnimap-transform-headers): The chars header is called Chars not
2781         Bytes.
2782         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2783         drops.
2784
2785         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2786         patch, found by Knut Anders Hatlen.
2787
2788 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2789
2790         * gnus-agent.el (gnus-agent-batch-confirmation)
2791         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2792         to gnus-message.
2793         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2794         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2795         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2796         * gnus-int.el (gnus-open-server): Likewise.
2797         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2798         (gnus-score-check-syntax): Likewise.
2799         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2800         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2801         Likewise.
2802         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2803
2804 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2805
2806         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2807         calling conventions so that prefetch doesn't bug out.
2808
2809 2010-09-19  Julien Danjou  <julien@danjou.info>
2810
2811         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2812         rather than `subst-char-in-region' in order to be able to replace ASCII
2813         char by UTF-8 ones.
2814
2815         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2816         than curl.
2817         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2818         the right URL and ALT text on images.
2819         (gnus-html-wash-tags): Fix tag case.
2820         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2821         (gnus-article-html): Add -o display_ins_del=2 option.
2822         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2823
2824 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2825
2826         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2827         the extra mail headers, which sometimes seem to happen for unknown
2828         reasons.
2829
2830         * mail-parse.el (mail-header-encode-parameter): Define as
2831         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2832         (or most, perhaps?) mail readers don't understand the latter, but do
2833         understand the former.
2834
2835         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2836         to nil, so that no methods are automatically agentized.  I think this
2837         is probably what most users want.
2838
2839         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2840         from url-retrieve, for instance about invalid URLs.
2841
2842         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2843         groups that have no articles.
2844         (nnimap-request-article): Check that we really got an article when we
2845         requested one.
2846
2847         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2848         doesn't exist.
2849
2850         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2851         nntp buffer so the agent can save it.
2852         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2853         that CRLF doesn't get translated to \n.
2854         (nnimap-open-connection): Don't make 'shell commands only send \n.
2855
2856 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2857
2858         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2859         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2860         Update var name.
2861         (nnml-generate-nov-file): Use dolist.
2862         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2863         Use with-current-buffer.
2864
2865 2010-09-18  Julien Danjou  <julien@danjou.info>
2866
2867         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2868         parallel.
2869
2870 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2871
2872         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2873         the range update right.
2874         (nnimap-request-group): Don't make `M-g' bug out on group with no
2875         marks.
2876         (nnoo): Required, so that other packages can require nnimap.
2877         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2878         command we're looking for.  This helps when the server sends more
2879         responses after we've gotten everything we expected.
2880         (nnimap): Add a `newlinep' field to keep track of end-of-line
2881         conventions.
2882         Don't send CRLF to things that don't want it.
2883         (nnimap-request-accept-article): Ditto.
2884
2885 2010-09-18  Julien Danjou  <julien@danjou.info>
2886
2887         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2888         than curl to retrieve images.
2889
2890 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2891
2892         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2893         the marks.
2894         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2895         (nnimap-wait-for-connection): New function.
2896         (nnimap-open-connection): If we have PREAUTH, don't query for login
2897         credentials.
2898         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2899         when doing a partial update.
2900
2901 2010-09-18  Julien Danjou  <julien@danjou.info>
2902
2903         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2904         tags.
2905
2906 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2907
2908         * nnimap.el (nnimap-credentials): New function.
2909         (nnimap-open-connection): Use the new function to look for credentials
2910         also on the numeric equivalents of "imap" and "imaps".
2911
2912         * gnus-start.el (gnus-activate-group): Send the info to
2913         gnus-request-group.
2914
2915         * nnimap.el (nnimap-request-group): Have the "check" version of the
2916         function parse flags and update the info, so that a `M-g' get a total
2917         resync of all flags from the group.
2918
2919         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2920         to allow backends to alter the info on group selection.  Also alter all
2921         the backend -request-group functions to take the parameter.
2922
2923         * nnimap.el (nnimap-store-info): New function.
2924         (nnimap-update-info): Store the info for later usage.
2925         (nnimap-request-group): Use the stored info for the dont-check case, so
2926         that we don't retrieve all marks when we enter a group.
2927
2928         * nnimap.el: Use deffoo instead of defun for interface functions.
2929
2930         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2931         update the group info.  This makes the nndraft groups, for instance, go
2932         back to their old behaviour.
2933
2934         * gnus-sum.el (gnus-select-newsgroup): Indent.
2935
2936         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2937         in.
2938         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2939         nothing.
2940
2941         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2942         from methods that are denied.
2943
2944         * gnus-int.el (gnus-method-denied-p): New function.
2945
2946         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2947         store the password instead of netrc.
2948         (nnimap-open-connection): Don't error out when we can't make a
2949         connections.
2950
2951         * auth-source.el (auth-source-create): In the password prompt, say what
2952         we're querying for.  Also prompt for user name if that hasn't been
2953         given.
2954
2955         * nnimap.el (nnimap-with-process-buffer): Removed.
2956
2957 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2958
2959         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2960         method when we're reading from the agent.
2961
2962         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2963
2964         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2965         that's probably most useful for users.
2966
2967         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2968         "failed" all the time.
2969
2970         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2971         ...)) with (with-current-buffer ... ).
2972
2973         * nntp.el (nntp-open-server): Return whether the open was successful or
2974         not.
2975
2976         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2977         select an unread unseen article first.
2978
2979         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2980         /etc/services, supply some sensible port defaults.
2981
2982         * dgnushack.el: Define netrc-credentials.
2983
2984 2010-09-17  Julien Danjou  <julien@danjou.info>
2985
2986         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2987
2988 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2989
2990         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2991         doesn't have any parameters.
2992
2993 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2994
2995         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2996         only upcased checks.
2997
2998         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2999
3000         * nnimap.el (nnimap-open-shell-stream): New function.
3001         (nnimap-open-connection): Use it.
3002         (nnimap-transform-headers): Get the number of lines in each message.
3003         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3004         number of lines.
3005         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3006         problem.
3007
3008         * utf7.el (utf7-encode): Autoload.
3009
3010         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3011         to allow the mail splitting to not return a default group.  This is
3012         useful for nnimap, which will leave unmatched mail in the inbox.
3013
3014         * nnimap.el: Rewritten.
3015
3016         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3017         nnimap usage.
3018
3019         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3020         if the move is internal, so that nnimap can do fast internal moves.
3021
3022         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3023         data.
3024         (gnus-read-active-for-groups): Support finishing the early retrieval of
3025         data.
3026
3027         * gnus-range.el (gnus-range-nconcat): New function.
3028
3029         * gnus-int.el (gnus-finish-retrieve-group-infos)
3030         (gnus-retrieve-group-data-early): New functions.
3031
3032 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3033
3034         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3035         (nnrss-retrieve-groups):
3036         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3037         (pop3-quit): Use with-current-buffer.
3038
3039 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3040
3041         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3042         instead of nnheader-accept-process-output.
3043
3044         * dgnushack.el (dgnushack-compile): Add comment.
3045
3046         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3047
3048         * gnus-html.el (gnus-html-schedule-image-fetching)
3049         (gnus-html-prefetch-images): Replace process-kill-without-query by
3050         gnus-set-process-query-on-exit-flag.
3051
3052 2010-09-16  Romain Francoise  <romain@orebokech.com>
3053
3054         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3055
3056 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3057
3058         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3059         parameter to unintern is mandatory-ish in Emacs 24.
3060
3061         * gnus-html.el (gnus-html-schedule-image-fetching)
3062         (gnus-html-prefetch-images): Check for curl before using it.
3063
3064         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3065         depend on curl, which isn't essential.
3066
3067         * imap.el: Revert back to version
3068         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3069         seem problematic.
3070
3071 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3072
3073         * gnus-registry.el (gnus-registry-install-shortcuts):
3074         Explicitly pass `obarray' to `unintern' to avoid a warning.
3075
3076 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3077
3078         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
3079         change.
3080
3081         * nnrss.el (nnrss-request-list): Removed this function and related
3082         functions, including the moreover stuff.
3083
3084 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3085
3086         * nnrss.el (nnrss-retrieve-groups): New function.
3087
3088 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3089
3090         * .dir-locals.el: Add no-byte-compile cookie.
3091
3092 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3093
3094         * time-date.el (format-seconds): Comment fix.
3095
3096         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3097         for back end that doesn't support request-scan.
3098
3099 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3100
3101         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3102         then do request scans from the backends.
3103
3104         * netrc.el (netrc-credentials): New conveniency function.
3105
3106         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3107         avoid running a hook per line, since this takes a lot of time,
3108         profiling shows.
3109         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3110         directly if gnus-visual-p is true.
3111
3112 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3115         groups; replace mapcar with dolist which is a bit faster; pass groups
3116         info to gnus-read-active-file-1.
3117         (gnus-read-active-file-1): Scan only specified groups if the new
3118         optional arg `infos' is given.
3119
3120 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3121
3122         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3123
3124         * pop3.el (pop3-movemail): Removed.
3125         (pop3-streaming-movemail): Renamed to pop3-movemail.
3126
3127         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3128         don't restrict end-tag searches to the end of the line.
3129
3130 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3131
3132         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3133         articles of every unchecked group to t, which means unknown since the
3134         server has never been opened.
3135
3136 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3137
3138         * gnus-html.el (gnus-html-show-alt-text): New command.
3139         (gnus-html-browse-image): Ditto.
3140         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3141         to browse the image directly.
3142         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3143         better.
3144
3145         * gnus-async.el (gnus-async-article-callback): Call
3146         `gnus-html-prefetch-images' unconditionally.
3147
3148         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3149         before feeding URLs to curl.
3150
3151 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3152
3153         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3154         internal images as deletable by `W D D'.
3155
3156         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3157         (gnus-async-article-callback): Fix typo.
3158
3159 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3160
3161         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3162         current line to work around bugs in the output from w3m.
3163
3164         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3165         for groups that want that.
3166
3167         * nntp.el (nntp-wait-for-string): Supply a timeout for
3168         accept-process-output to ensure progress.
3169
3170         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3171         level to get unread articles from, then use that for foreign groups,
3172         too.
3173
3174         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3175         confuses the rest of the function.
3176
3177         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3178         for the methods that support -retrieve-groups, too.
3179
3180         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3181
3182 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3183
3184         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3185         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3186
3187         * pop3.el: Require cl when compiling.
3188         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3189
3190 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3191
3192         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3193         that aren't going to be activated.
3194         (gnus-get-unread-articles): Fix up the last commit.
3195
3196         * gnus-html.el (gnus-article-html): Allow calling without specifying
3197         the handle.  In that case, dissect the buffer first.
3198
3199         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3200
3201         * nnimap.el (nnimap-open-connection): Revert the change that would look
3202         into authinfo for imaps instead of imap.
3203
3204         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3205         say that you don't want to call gnus-request-group with don-check, but
3206         do check the reponse.  This is for virtual groups only.
3207         (gnus-get-unread-articles): Count the archive groups as secondary, so
3208         that they're activated the same way as before.
3209
3210         * imap.el (imap-message-map): Removed optional buffer parameter, since
3211         no callers use it.
3212         (imap-message-get): Ditto.
3213         (imap-message-put): Ditto.
3214         (imap-mailbox-map): Ditto.
3215         (imap-mailbox-put): Ditto.
3216         (imap-mailbox-get): Ditto.
3217         (imap-mailbox-get): Revert last change for this function.
3218
3219         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3220         case-insensitively.
3221         (nnimap-debug): Removed.
3222
3223         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3224         to use `imap-fetch' instead.  According to the comments, this should be
3225         safe, since all other IMAP clients use the 1:* syntax.
3226         (imap-enable-exchange-bug-workaround): Removed.
3227         (imap-debug): Removed -- doesn't seem very useful.
3228
3229         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3230         mail from a file, and the file doesn't exist.
3231
3232         * imap.el (imap-log): New convenience function used throughout instead
3233         of repeating the same code all over the place.
3234
3235         * pop3.el (pop3-streaming-movemail): Return t for success.
3236
3237         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3238         .authinfo if we're using ssl connection.
3239
3240         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3241         already have if we're in a main Gnus `g' run.
3242
3243         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3244
3245 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3248
3249         * nnmh.el (nnmh-request-list-1): Bind `file'.
3250
3251         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3252         alias to set-process-query-on-exit-flag or process-kill-without-query.
3253         (pop3-open-server): Use it.
3254
3255 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3256
3257         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3258         box to the Incoming file.  Fixes mistake in previous checkin.
3259
3260         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3261         request loop (for debugging purposes) removed.
3262
3263         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3264         culprit is more visible.
3265         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3266         (nnml-add-incremental-nov): New functions to do "incremental" nov
3267         updates, where we just append to the end of the existing nov files
3268         without reading/writing them in full.
3269
3270         * mail-source.el (mail-source-delete-crash-box): Really only check the
3271         incoming files once in a while.
3272
3273         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3274
3275         * mail-source.el (mail-source-delete-crash-box): Only check the
3276         incoming files for deletion once per day to save a lot of file
3277         accesses.
3278
3279         * pop3.el (pop3-logon): Fix up unbound variable typo.
3280
3281         * mail-source.el (pop3-streaming-movemail): Autoload.
3282
3283         * pop3.el (pop3-streaming-movemail): Respect
3284         pop3-leave-mail-on-server.
3285
3286         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3287         retrieval.
3288
3289         * pop3.el (pop3-process-filter): Removed unused function.
3290         (pop3-streaming-movemail, pop3-send-streaming-command)
3291         (pop3-wait-for-messages, pop3-write-to-file)
3292         (pop3-number-of-responses): New functions for streaming pop3
3293         retrieval.
3294
3295         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3296         come from no known methods.
3297         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3298         list.
3299
3300         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3301         message sizes.
3302         (pop3-movemail): Use erase-buffer instead of looping and deleting
3303         regions, which seems rather odd.
3304
3305         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3306         file once per `g' run.
3307
3308         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3309         directories.  This makes the draft queue directory work.
3310
3311         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3312         data from the backends, so that we only request the list of groups from
3313         each method once.  This should speed things up considerably.
3314
3315         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3316         detect that it's not implemented.
3317
3318         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3319         we actually do recurse down into the tree, but don't stat all leaf
3320         nodes.
3321
3322         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3323         then say so instead of bugging out.
3324
3325         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3326         files exist before trying to read them.
3327
3328         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3329         around <pre_int>.
3330
3331         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3332
3333         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3334
3335 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3336
3337         * mm-util.el (mm-image-load-path): Just return the image directories,
3338         not all directories in the path in addition to the image directories.
3339         (mm-image-load-path): Maintain a cache of the image directories so that
3340         the `g' command in Gnus doesn't have to stat dozens of directories each
3341         time.
3342
3343         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3344         (gnus-html-wash-tags): Add a new `i' command to insert images.
3345         (gnus-html-insert-image): New command and keystroke.
3346         (gnus-html-redisplay-with-images): New command and keystroke.
3347         (gnus-html-show-images): Renamed command.
3348         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3349         spacers.
3350         (gnus-html-wash-tags): Decode entities at the end, so that entities
3351         inside the tags don't mess up the rest of the "parsing".
3352
3353         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3354         so that nnimap methods aren't agentized by default.  There's apparently
3355         many problems related to agent/imap behaviour.
3356
3357         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3358
3359         * gnus-html.el: Doc fix.
3360
3361 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3362
3363         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3364         specifier-spec-list for Emacs 21.
3365
3366         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3367         glyph-width and glyph-height instead of display-graphic-p and
3368         image-size; make avoidance of displaying small images work for XEmacs.
3369
3370         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3371         for XEmacs.
3372
3373         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3374         of symbol that holds plist data.
3375         (gnus-process-plist): Remove plist of process after getting it.
3376
3377 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3378
3379         * message.el (message-generate-hashcash): Change default to
3380         'opportunistic if hashcash is installed.
3381
3382         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3383         (gnus-html-put-image): Only call image-size once, since it's somewhat
3384         time-consuming on remote X servers.
3385
3386 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3387
3388         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3389         type on data, not a file name.
3390
3391         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3392         window-pixel-edges for Emacs 21.
3393
3394         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3395         decoded contents.
3396         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3397
3398 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3399
3400         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3401         group line format, since it isn't very interesting.
3402
3403         * gnus-agent.el (gnus-agent-short-article),
3404         (gnus-agent-long-article): Increase values for these two variables,
3405         since most people are likely to have more network connection and
3406         storage than before.
3407
3408         * gnus.el (gnus-refer-article-method): Change default to 'current.
3409         When referring an article, the common behaviour is to refer it from the
3410         current select method, not the native select method.  The chances of
3411         the native select method having the message in question is rather slim
3412         these days.
3413
3414         * gnus-sum.el (gnus-auto-select-subject): Change default to
3415         `unseen-or-unread'.  I think it's likely that most people want to
3416         select an unseen article over a previously seen, but unread one.
3417
3418         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3419         means that in the article buffer none of the minor mode elements will
3420         be shown, usually, and this is not desirable in most cases.
3421
3422         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3423         that commands like `d' (and the like) go to the next line in the
3424         buffer, instead of the next unread article.  I think this is the
3425         behaviour that is most natural for most users.
3426         (gnus-single-article-buffer): Change default to nil, so that people can
3427         have as many article buffers open as they have summary buffer.  I think
3428         this is the most natural way for the groups to behave.
3429
3430         * message.el (message-generate-new-buffers): Change default to
3431         `unsent', so that all new message buffers start their names with the
3432         string "*unsent", and it's easier to find the buffers if you move from
3433         them.
3434
3435 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3436
3437         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3438         small.  They're probably tracking images.
3439         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3440         (gnus-html-rescale-image): Yet another try at getting the image sizing
3441         right.
3442
3443         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3444         nntp-marks-file-name is nil.
3445
3446 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3447
3448         * gnus-html.el (gnus-html-wash-tags)
3449         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3450         Better logging.
3451
3452 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3453
3454         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3455
3456         * gnus-html.el (gnus-html-wash-tags): Check the value of
3457         gnus-blocked-images in the summary buffer.
3458
3459 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3460
3461         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3462
3463 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3464
3465         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3466         like "a", it seems like.
3467         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3468         since it needs to be picked from the correct buffer.
3469
3470         * nnwfm.el: Removed.
3471
3472         * nnlistserv.el: Removed.
3473
3474 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3475
3476         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3477         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3478
3479 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3480
3481         * nnkiboze.el: Removed.
3482
3483         * nndb.el: Removed.
3484
3485         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3486         alt text.
3487         (gnus-html-rescale-image): Try to get the rescaling logic right for
3488         images that are just wide and not tall.
3489
3490         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3491         overshadow variable bindings.
3492
3493 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3494
3495         * gnus-html.el (gnus-html-wash-tags)
3496         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3497         extra logging.
3498
3499 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3500
3501         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3502         (gnus-max-image-proportion): New variable.
3503         (gnus-html-rescale-image): New function.
3504         (gnus-html-put-image): Rescale images.
3505
3506 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3507
3508         Fix up some byte-compiler warnings.
3509         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3510         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3511         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3512         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3513         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3514         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3515         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3516
3517 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3518
3519         * gnus-html.el (gnus-article-html): Decode contents by charset.
3520
3521 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3522
3523         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3524         (gnus-html-frame-width, gnus-blocked-images)
3525         * message.el (message-prune-recipient-rules): Add custom version.
3526         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3527
3528         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3529         functions.
3530
3531         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3532         gnus-process-get.
3533
3534 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3535
3536         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3537         instead of lsub directly.
3538
3539 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3540
3541         * nnwarchive.el: Removed.
3542
3543         * gnus-soup.el: Removed.
3544
3545         * nnsoup.el: Removed.
3546
3547         * nnultimate.el: Removed.
3548
3549         * gnus-html.el (gnus-blocked-images): New variable.
3550
3551         * message.el (message-prune-recipients): New function.
3552         (message-prune-recipient-rules): New variable.
3553
3554         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3555         guess whether a long line is natural text or not.
3556
3557         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3558         gnus-process-plist and friends for compatibility.
3559
3560 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3561
3562         * gnus-html.el: Require packages that define macros used in this file.
3563         (gnus-article-mouse-face): Declare to silence byte-compiler.
3564         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3565         process-get.
3566         (gnus-html-put-image): Use plist-get to avoid getf.
3567         (gnus-html-prefetch-images): Use with-current-buffer.
3568
3569 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3570
3571         * gnus-ems.el: Provide compatibility functions for
3572         gnus-set-process-plist.
3573
3574         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3575         header-line-format for XEmacs 21.4.
3576
3577         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3578         * gnus.el (gnus-valid-select-methods)
3579         * message.el (message-send-mail-partially-limit)
3580         * mm-decode.el (mm-text-html-renderer)
3581         * mml.el (mml-insert-mime-headers-always)
3582         * smiley.el (smiley-regexp-alist): Bump custom version.
3583
3584 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3585
3586         * gnus-html.el: require mm-url.
3587         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3588         with the url to `url'.
3589         (gnus-html-wash-tags): Support cid: URLs/images.
3590
3591 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3592
3593         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3594         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3595         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3596
3597         * gnus-move.el: Removed file, since it doesn't really work.
3598
3599         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3600         UTF-8.  This seems to fix problems with some German web feeds.
3601
3602         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3603         at the top so that the proper colours are applied.
3604
3605         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3606         don't have dots in their names.
3607
3608         * gnus-art.el (gnus-article-view-part): Doc fix.
3609
3610         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3611         XEmacs-compatible.
3612         (gnus-html-put-image): Don't do images on non-graphic displays.
3613
3614         * nnslashdot.el: Removed this unused backend.
3615
3616         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3617         actions.
3618         (gnus-undo-register-1): Revert last change.
3619
3620         * gnus-group.el (gnus-group-completing-read): Protect against not
3621         having completion-styles bound.
3622
3623         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3624         make broken recipients happier.
3625
3626         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3627
3628         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3629         point parameter.
3630
3631         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3632
3633         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3634         completion-styles for group selection.
3635
3636 2009-02-04  Andreas Schwab  <schwab@suse.de>
3637
3638         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3639         headers and regexp-quote the match if necessary.
3640
3641 2009-03-24  Miles Bader  <miles@gnu.org>
3642
3643         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3644         the blinking smiley.
3645
3646 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3647
3648         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3649         blink smiley.
3650
3651 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3652
3653         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3654         where the dribbel file lives exists.
3655
3656         * message.el (message-send-mail-partially-limit): Change the default to
3657         nil, since most people don't want this.
3658
3659         * mm-url.el (mm-url-decode-entities): Also decode entities like
3660         &#x3212.
3661
3662 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3663
3664         * gnus-sum.el (gnus-summary-idna-message):
3665         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3666         Hyperlink urls in docstrings with URL `...'.
3667
3668 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3669
3670         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3671         functions.
3672
3673 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3674
3675         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3676         say what the mouseover text should be.
3677
3678         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3679         version of the mm-w3m-safe-url-regexp variable to only download images
3680         in the groups where we want that to happen.
3681
3682         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3683
3684         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3685         easier debugging.
3686         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3687         big pictures in the article buffer.
3688
3689         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3690         gnus-article-html.
3691         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3692         w3m.
3693
3694         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3695
3696 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3697
3698         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3699         which doesn't exist.
3700
3701         * message.el (message-inhibit-ecomplete): New variable to allow some
3702         function to inhibit ecomplete address storage.
3703         (message-resend): Disable ecomplete message storage when resending
3704         messages.
3705
3706         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3707
3708 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3709
3710         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3711         Save excursion while copying, moving, and deleting articles in order to
3712         prevent the cursor from jumping to unforeseen place.
3713
3714 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3715
3716         * lpath.el: No need to bind bookmark-current-buffer,
3717         bookmark-yank-point and bookmark-make-record-function.
3718
3719 2010-08-17  Glenn Morris  <rgm@gnu.org>
3720
3721         * gnus-sync.el: Require gnus components whose functions are used.
3722
3723         * gnus-art.el (bookmark-make-record-function):
3724         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3725         Declare for compiler.
3726
3727         * mm-url.el (mml-compute-boundary): Autoload.
3728
3729 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3730
3731         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3732
3733 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3734
3735         Typo fix "hoo4a" -> "hook".
3736
3737         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3738
3739 2010-08-14  Glenn Morris  <rgm@gnu.org>
3740
3741         * gnus-sync.el (gnus-sync): Fix defgroup version.
3742
3743 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3744
3745         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3746
3747         * gnus-sync.el: Fix docs.
3748         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3749         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3750
3751 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3752
3753         Optimizations for gnus-sync.el.
3754
3755         * gnus-sync.el: Add docs about gnus-sync-backend
3756         possibilities.
3757         (gnus-sync-save): Remove unnecessary message.
3758         (gnus-sync-read): Optimize and show what groups were skipped.
3759
3760 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3761
3762         Minor bug fixes for gnus-sync.el.
3763
3764         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3765         read the sync on get-new-news.
3766
3767         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3768         quiet.
3769
3770         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3771
3772 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3773
3774         Make saving and restoring of hidden threads work with overlays.
3775         Patch applied by Ted Zlatanov.
3776
3777         * gnus-sum.el (gnus-hidden-threads-configuration)
3778         (gnus-restore-hidden-threads-configuration): Update to deal with text
3779         properties, rather than searching for a magic character.
3780
3781 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3782
3783         New gnus-sync.el library for synchronization of marks.
3784
3785         * gnus-sync.el: New library for synchronization of marks.
3786
3787         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3788         renamed from `gnus-registry-grep-in-list'.
3789
3790         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3791
3792         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3793
3794 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3795
3796         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3797         determining charset of text fails.
3798
3799 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3800
3801         * nnmail.el (nnmail-get-new-mail-1): Revert.
3802
3803         * nnml.el (nnml-active-number): Make sure names of newly created groups
3804         in nnml-group-alist are encoded.
3805
3806 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3807
3808         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3809         containing non-ASCII characters in active file for nnml back end.
3810
3811 2010-07-24  David Engster  <dengste@eml.cc>
3812
3813         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3814         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3815
3816 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3817
3818         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3819         tag (Bug#6654).
3820
3821 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3822
3823         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3824         the article buffer, not the summary buffer.
3825
3826 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3827
3828         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3829         Emacs 23 as well.
3830
3831 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3834         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3835
3836 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3837
3838         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3839         Patch applied by Karl Fogel.
3840
3841         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3842         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3843
3844 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3845
3846         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3847         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3848         C-w still not working correctly from Article buffers; Thierry's
3849         patch to fix that will be applied after this.
3850
3851         * gnus-art.el (bookmark-make-record-function): New local variable.
3852
3853         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3854         article buffer.
3855         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3856
3857 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3858
3859         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3860         on changes in bookmark.el.
3861
3862 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3863
3864         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3865         `no-log' instead of message not to log prompt string.
3866
3867 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3868
3869         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3870         the *other* type of HTML form submission.
3871
3872 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3873
3874         * auth-source.el (auth-source-pick): If choice does not contain a
3875         questioned keyword, set the check to t.
3876
3877 2010-06-12  Romain Francoise  <romain@orebokech.com>
3878
3879         * gnus-util.el (gnus-date-get-time): Move up before first use.
3880
3881 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3882
3883         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3884         (gnus-article-edit-part): Bind it to make last part that is substituted
3885         or deleted visible.
3886         (gnus-mime-display-single): Buttonize part of which id equals to
3887         gnus-mime-buttonized-part-id.
3888
3889 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3890
3891         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3892         (gnus-dd-mmm): Use gnus-date-get-time.
3893         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3894         simplify logic.
3895         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3896         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3897
3898 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3899
3900         * auth-source.el (top): Autoload `secrets-list-collections',
3901         `secrets-create-item', `secrets-delete-item'.
3902         (auth-sources): Fix tag string.
3903         (auth-get-source, auth-source-retrieve, auth-source-create)
3904         (auth-source-delete): New defuns.
3905         (auth-source-pick): Rewrite in order to avoid 2 passes.
3906         (auth-source-forget-user-or-password): New parameter USERNAME.
3907         (auth-source-user-or-password): New parameters CREATE-MISSING and
3908         DELETE-EXISTING.  Retrieve password interactively, if needed.
3909
3910 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3911
3912         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3913         deleting unused directories when gnus-expert-user is t.
3914
3915 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3916
3917         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3918         for each temp file when gnus-article-browse-delete-temp is ask.
3919
3920 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3921
3922         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3923         Lisp calls to delete-backward-char by calls to delete-char.
3924
3925 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3926
3927         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3928
3929 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3930
3931         * password-cache.el (password-cache-remove): Fix docstring.
3932
3933 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3934
3935         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3936         article unless decoding article to be saved.
3937
3938 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3939
3940         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3941         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3942         generated within the mm-with-unibyte-current-buffer macro.
3943
3944 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3945
3946         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3947         to nil when we're in a mml-preview buffer and no group is selected.
3948
3949 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3950
3951         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3952         when catching the `C-g'.  Reported by "Leo".
3953
3954 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3955
3956         * message.el (message-forward-make-body-plain)
3957         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3958         multibyte-string-p.
3959
3960         * lpath.el: Revert.
3961
3962 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3963
3964         * message.el (message-forward-make-body-mml): Assume original message
3965         is multibyte string; error on unibyte.
3966         (message-forward-make-body-plain): Ditto; don't add excessive newline
3967         in body end.
3968
3969         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3970
3971 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3972
3973         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3974         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3975
3976 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3977
3978         * mm-extern.el (mm-extern-url): Don't use
3979         mm-with-unibyte-current-buffer.
3980         (mm-extern-cache-contents): Use with-current-buffer instead of
3981         save-excursion + set-buffer.
3982
3983 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3984
3985         * mm-util.el (mm-emacs-mule): Remove.
3986
3987 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3988
3989         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3990         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3991         change.
3992
3993 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3994
3995         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3996         bind the default value of enable-multibyte-characters to nil.
3997
3998 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3999
4000         * message.el (message-forward-make-body-plain)
4001         (message-forward-make-body-mml):
4002         Don't use mm-with-unibyte-current-buffer.
4003
4004 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4005
4006         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4007
4008 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4009
4010         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4011         (Bug#5592).
4012
4013 2010-05-07  Julien Danjou  <julien@danjou.info>
4014
4015         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4016         it to mm-pipe-part.
4017
4018         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4019         it is given.
4020
4021 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4022
4023         * binhex.el (binhex-decode-region-internal)
4024         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4025         (dns-query)
4026         * nnweb.el (nnweb-gmane-search)
4027         * pgg-parse.el (pgg-parse-armor)
4028         * pgg.el (pgg-verify-region)
4029         * sha1.el (sha1-string-external)
4030         * uudecode.el (uudecode-decode-region-internal)
4031         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4032         XEmacs.
4033
4034         * gnus-art.el (gnus-article-browse-html-parts)
4035         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4036         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4037         make-temp-file.
4038
4039         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4040         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4041         compiling.
4042
4043         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4044         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4045         XEmacs when compiling.
4046
4047         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4048         gnus-pick-mode-off-hook for XEmacs when compiling.
4049         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4050         gnus-binary-mode-off-hook for XEmacs when compiling.
4051
4052         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
4053         nil if char-charset is not available.
4054
4055         * imap.el (imap-disable-multibyte)
4056         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4057         macros.
4058
4059         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4060         instead of encode-coding-string.
4061
4062         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4063         'xemacs) instead of mm-emacs-mule to switch function definitions.
4064         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4065
4066         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4067         bind temporary-file-directory for XEmacs;
4068         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4069         timer-set-function for XEmacs 21.4 and SXEmacs;
4070         bind timer-list for XEmacs 21.4 and SXEmacs;
4071         fbind char-charset and find-charset-region for non-Mule XEmacs;
4072         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4073         encode-coding-region and encode-coding-string for XEmacs having no
4074         file-coding feature.
4075
4076 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4077
4078         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4079
4080 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4081
4082         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4083         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4084
4085 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4086
4087         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4088         alias `jka-compr-delete-temp-file' no longer exists.
4089
4090 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4091
4092         Use define-minor-mode in Gnus where applicable.
4093         * mml.el (mml-mode): Use define-minor-mode.
4094         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4095         (gnus-undo-mode): Use define-minor-mode.
4096         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4097         (gnus-dead-summary-mode): Use define-minor-mode.
4098         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4099         Initialize in declaration.
4100         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4101         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4102         (gnus-mailing-list-mode): Use define-minor-mode.
4103         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4104         (gnus-draft-mode): Use define-minor-mode.
4105         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4106         (gnus-dired-mode): Use define-minor-mode.
4107
4108 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4109
4110         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4111         handles on recursive mml-to-mime translation and check them for
4112         boundary delimiter collisions.  Reported by Greg Troxel.
4113
4114 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4115
4116         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4117
4118 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4119
4120         * mm-util.el (mm-find-buffer-file-coding-system):
4121         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4122
4123 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4124
4125         * message.el (message-generate-headers): Record insertion of optional
4126         headers as well.  Otherwise the check to prevent repeated insertion of
4127         optional headers is a no-op.
4128
4129 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4130
4131         * smime.el: Don't mention CVS.
4132
4133         * nnrss.el (nnrss-fetch): Don't mention CVS.
4134
4135         * nnir.el: Don't mention CVS.
4136
4137 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4138
4139         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
4140
4141 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * lpath.el: Fbind bookmark-default-handler,
4144         bookmark-get-bookmark-record, bookmark-make-record-default,
4145         bookmark-prop-get for Emacs <23 and XEmacs.
4146
4147 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4148
4149         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4150         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4151         Use with-current-buffer to silence the byte-compiler.
4152         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4153         bother to require `gnus'.
4154         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4155
4156 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4157
4158         * gnus-sum.el (gnus-summary-bookmark-make-record)
4159         (gnus-summary-bookmark-jump): New functions.
4160         (gnus-summary-mode): Setup bookmark support.
4161
4162 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4163
4164         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4165         if set.
4166
4167 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4168
4169         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4170         gnus-article-browse-html-save-cid-image; make it work recursively for
4171         forwarded messages as well.
4172         (gnus-article-browse-html-parts): Work when prefix arg is given.
4173         (gnus-article-browse-html-article): Doc fix.
4174
4175 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4176
4177         * message.el (message-default-mail-headers):
4178         (message-default-headers): Carry the value mail-default-headers over
4179         into message-default-mail-headers, rather than message-default-headers.
4180
4181 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4182
4183         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
4184         charset.
4185
4186         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4187         charset into the <meta> tag when the article is encoded to utf-8.
4188
4189 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
4192         directories as well.
4193         (gnus-article-browse-html-parts): Work for images that do not specify
4194         file names; delete temp directory when quitting; insert header at the
4195         right place; use file: scheme for image files.
4196
4197 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4198
4199         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4200         (gnus-article-browse-html-parts): Use it to make temporary cid image
4201         files in addition to html file so that browser may display them.
4202
4203 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4204
4205         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4206
4207 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4208
4209         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4210
4211 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4212
4213         * auth-source.el (auth-sources): Change default to be simpler.  Explain
4214         about Secret Service API sources.  Improve Customize options.
4215         (auth-source-pick): Change to accept any number of search parameters.
4216         Implement fallbacks iteratively, not recursively.  Add scoring on the
4217         second pass and sort by score.  Call Secret Service API when needed.
4218         (auth-source-user-or-password): Use it.  Call Secret Service API
4219         directly when needed to get the user name and the password.
4220
4221 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4222
4223         * message.el (message-interactive): Doc fix.
4224         (message-qmail-inject-args): Reflow.
4225         (message-kill-to-signature): Fix typo in docstring.
4226
4227         * smiley.el (smiley-buffer): Fix typo in docstring.
4228
4229 2010-03-24  Glenn Morris  <rgm@gnu.org>
4230
4231         * mail-source.el (gnus-message): Declare.
4232         (mail-source-delete-old-incoming): Require gnus-util.
4233
4234 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4235
4236         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4237
4238         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4239
4240         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4241         password-cache's default if it is not bound.
4242         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4243         password-cache-expiry's default if it is not bound.
4244
4245         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4246         available in Emacs 21.
4247
4248         * lpath.el: Suppress compiler warnings for:
4249         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4250         XEmacs;
4251         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4252         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4253         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4254
4255 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4256
4257         * auth-source.el (auth-sources): Fix up definition so extra parameters
4258         are always inline.
4259
4260 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4261
4262         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4263         wasn't updated after mismatch.  Clear cached mailbox info correctly
4264         when uidvalidity changes.
4265         (nnimap-group-prefixed-name): New function to avoid some code
4266         duplication.
4267         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4268         (nnimap-request-group): Use it.
4269         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4270         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4271         with many imap folders.  This is done by caching the group status from
4272         the imap server persistently in a group parameter `imap-status'.  (This
4273         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4274         but not persistently, so every Gnus startup was still very slow.)
4275
4276 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4277
4278         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4279         delete the extra newline.  Otherwise editing of :string and :number
4280         types don't work.
4281
4282 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4283
4284         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4285         secrets.el dependency.
4286         (auth-sources): Add optional user name.  Add secrets.el configuration
4287         choice (unused right now).
4288
4289 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4290
4291         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4292         `gnus-registry-install-shortcuts' fill in the functions.
4293
4294         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4295         warnings.
4296         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4297         (gnus-registry-install-shortcuts): Populate and use it in a
4298         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4299
4300 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4301
4302         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4303         In-place substitutions for the group name encoding/decoding.
4304         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4305         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4306         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4307         (nnimap-update-unseen, nnimap-request-list)
4308         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4309         (nnimap-request-set-mark, nnimap-split-to-groups)
4310         (nnimap-split-articles, nnimap-request-newgroups)
4311         (nnimap-request-create-group, nnimap-request-accept-article)
4312         (nnimap-request-delete-group, nnimap-request-rename-group)
4313         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4314         `encoded-mbx' for consistency.
4315         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4316         variable `imap-current-mailbox'.
4317
4318         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4319         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4320
4321 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4322
4323         * pop3.el (pop3-display-message-size-flag): Display message size byte
4324         counts during POP3 download.
4325         (pop3-movemail): Use it.
4326         (pop3-list): Implement listing of available messages.
4327
4328 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4329
4330         * nnir.el (nnir-get-article-nov-override-function): New function to
4331         override the normal NOV retrieval.
4332         (nnir-retrieve-headers): Use it.
4333
4334 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4335
4336         * auth-source.el (netrc-machine-user-or-password): Autoload.
4337
4338 2010-03-19  Glenn Morris  <rgm@gnu.org>
4339
4340         Stop message.el from loading about 40 libraries it doesn't always need.
4341         The general approach is to autoload rather than require, and to
4342         require in the specific functions rather than the file.  (Bug#5642)
4343
4344         * gmm-utils.el: Don't require wid-edit.
4345         (widget-create-child-value, widget-convert, widget-default-get):
4346         Autoload.
4347
4348         * gnus-util.el: Don't require time-date, netrc.
4349         (message-fetch-field, gnus-group-name-decode): Declare rather than
4350         autoloading.
4351         (gnus-fetch-field): Require message.
4352         (gnus-decode-newsgroups): Require gnus-group.
4353
4354         * ietf-drums.el: Don't require time-date.
4355
4356         * message.el: Don't require hashcash, canlock, ecomplete.
4357         Do require mail-utils.  Require nnheader only when compiling.
4358         (smtpmail-default-smtp-server): Remove declaration.
4359         (message-send-mail-function): Check smtpmail-default-smtp-server
4360         is bound rather than requiring smtpmail.
4361         (message-auto-save-directory, message-insert-signature): Use
4362         expand-file-name rather than nnheader-concat.
4363         (nnheader-insert-file-contents): Autoload.
4364         (hashcash-wait-async): Declare.
4365         (message-send-mail): Only call gnus-setup-posting-charset if
4366         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4367         (message-send-mail-with-sendmail): Require sendmail.
4368         (canlock-password, canlock-password-for-verify): Declare.
4369         (message-canlock-password): Require canlock.
4370         (nnheader-get-report): Autoload.
4371         (gnus-setup-posting-charset): Declare.
4372         (message-send-news): Require gnus-msg.
4373         (message-make-references, message-make-in-reply-to): Use mail-header-id
4374         rather than the alias mail-header-message-id.
4375         (ecomplete-add-item, ecomplete-save): Declare.
4376         (message-put-addresses-in-ecomplete): Require ecomplete.
4377         (ecomplete-display-matches): Autoload.
4378
4379         * mm-decode.el: Don't require mailcap, gnus-util.
4380         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4381         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4382         Autoload.
4383         (mailcap-mime-extensions): Declare.
4384
4385         * mm-encode.el: Don't require mailcap.
4386         (mailcap-extension-to-mime): Autoload.
4387
4388         * mml-sec.el: Don't require password-cache.
4389
4390         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4391         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4392         (mml-minibuffer-read-type): Require mailcap.
4393         (mml-preview): Require gnus-msg.
4394
4395         * mml1991.el: Require password-cache.
4396         (password-cache-expiry): Remove declaration.
4397
4398         * mml2015.el: Require password-cache.
4399         (password-cache-expiry): Remove declaration.
4400
4401         * nneething.el (mailcap): Require mailcap.
4402
4403         * nnheader.el (declare-function): Add compatibility stub.
4404         (message-remove-header): Declare rather than autoload.
4405         (nnheader-replace-header): Require message.
4406
4407         * nnimap.el (declare-function): Add compatibility stub.
4408         (netrc-parse, netrc-machine-user-or-password): Declare.
4409         (nnimap-open-connection): Require netrc.
4410
4411         * nntp.el (declare-function): Add compatibility stub.
4412         (netrc-parse, netrc-machine, netrc-get): Declare.
4413         (nntp-send-authinfo): Require netrc.
4414
4415         * rfc2047.el: Don't require qp.
4416         (quoted-printable-encode-region, quoted-printable-decode-string):
4417         Autoload.
4418
4419         * sieve-mode.el: Don't require easymenu.
4420         (easy-menu-add-item): Autoload it.
4421
4422         * spam-stat.el (time-to-number-of-days): Autoload it.
4423
4424 2010-03-19  Glenn Morris  <rgm@gnu.org>
4425
4426         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4427
4428 2010-03-18  Glenn Morris  <rgm@gnu.org>
4429
4430         * hashcash.el (declare-function): Remove duplicate definition.
4431
4432 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4433
4434         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4435         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4436         value if any backslash escapes).
4437
4438 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4439
4440         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4441         if it is available.  (bug#5647)
4442
4443         * lpath.el: Suppress compiler warning for coding-system-from-name for
4444         Emacs 21 and XEmacs.
4445
4446 2010-03-14  Juri Linkov  <juri@jurta.org>
4447
4448         * hmac-def.el:
4449         * hmac-md5.el:
4450         * netrc.el: Fix keywords.
4451
4452 2010-02-26  Glenn Morris  <rgm@gnu.org>
4453
4454         * message.el (message-send-mail-function): Change the default, so that
4455         it inherits from a customized send-mail-function.  (Bug#5643)
4456
4457 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4458
4459         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4460         shell-command-to-string signals an error (bug#5299).
4461
4462 2010-02-24  Glenn Morris  <rgm@gnu.org>
4463
4464         * message.el (message-smtpmail-send-it)
4465         (message-send-mail-with-mailclient): Doc fixes.
4466
4467 2010-02-16  Glenn Morris  <rgm@gnu.org>
4468
4469         * message.el (message-default-mail-headers): Change the default value
4470         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4471
4472 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4473
4474         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4475         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4476
4477 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4478
4479         * time-date.el (date-to-time): Doc fix (Bug#5408).
4480
4481 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4482
4483         * message.el (message-mail): Just pass yank-action on to message-setup.
4484         (message-setup): Handle (FUN . ARGS) form of yank-action.
4485         (message-with-reply-buffer, message-widen-reply)
4486         (message-yank-original): Handle non-buffer values of
4487         message-reply-buffer (Bug#4080).
4488         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4489
4490 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4491
4492         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4493         Fix typo in docstring.
4494
4495 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4496
4497         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4498         response.
4499
4500 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4501
4502         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4503
4504         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4505
4506         * message.el (message-check-news-header-syntax): Protect against a
4507         string that `rfc822-addresses' returns when parsing fails.
4508
4509 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4512         (gnus-previous-char-property-change): New functions.
4513
4514         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4515
4516 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4517
4518         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4519         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4520
4521 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4522
4523         * message.el (message-exchange-point-and-mark): Rework last change to
4524         avoid using optional arg of exchange-point-and-mark, for backward
4525         compatibility.
4526
4527 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4528
4529         * message.el (message-exchange-point-and-mark): Call
4530         exchange-point-and-mark with an argument rather than setting
4531         mark-active by hand (Bug#5175).
4532
4533 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4534
4535         * nntp.el (nntp-service-to-port): Work for service expressed with
4536         numeric string; replace [:digit:] with [0-9] for XEmacs.
4537
4538 2009-12-17  Glenn Morris  <rgm@gnu.org>
4539
4540         * gnus-group.el (gnus-bug-group-download-format-alist):
4541         Change emacs entry to debbugs.gnu.org.  Bump :version.
4542
4543 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4544
4545         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4546
4547 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4548
4549         * message.el (message-info): Explain why we use `Info-goto-node'.
4550
4551 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4552
4553         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4554
4555 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4556
4557         * message.el (message-completion-in-region): New compatibility function.
4558         (message-expand-group): Use it.
4559
4560 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4561
4562         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4563         with no unread article should be listed if the 2nd arg `predicate' is
4564         given.
4565
4566 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4567
4568         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4569
4570 2009-11-29  Juri Linkov  <juri@jurta.org>
4571
4572         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4573         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4574         on `gnus-recenter'. (Bug#4698, Bug#4981)
4575
4576 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4577
4578         * sha1.el (sha1-string-external): default-directory "/" in case
4579         otherwise non-existent.  process-connection-type pipe for touch of
4580         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4581
4582 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4583
4584         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4585         it's comms related and sgml-mode.el has "comm" on that basis too.
4586
4587 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4588
4589         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4590         containing tspecial characters if they have been already quoted.
4591
4592 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4593
4594         * dns-mode.el (auto-mode-alist): Purecopy string.
4595
4596 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4597
4598         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4599
4600 2009-10-24  Glenn Morris  <rgm@gnu.org>
4601
4602         * gnus-art.el (help-xref-stack-item): Define for compiler.
4603
4604 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4605
4606         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4607
4608 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4611
4612 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4613
4614         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4615         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4616
4617 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4618
4619         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4620         (gnus-overlays-in): New alias to overlays-in.
4621
4622         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4623         gnus-overlay-get, and gnus-delete-overlay.
4624         (gnus-summary-show-thread): Make it work as well for systems in which
4625         next-single-char-property-change is not available.
4626         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4627
4628         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4629         (gnus-overlay-get): New alias to extent-property.
4630         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4631
4632         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4633         SXEmacs.
4634
4635         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4636         SXEmacs.
4637
4638 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4639
4640         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4641
4642 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4643
4644         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4645         and XEmacs that don't have `remove-overlays'.
4646
4647 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4648
4649         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4650         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4651         selective display.  Use overlays instead.
4652
4653 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4654
4655         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4656
4657 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4658
4659         * spam-stat.el (spam-stat-load): Fix typo in message.
4660
4661 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4662
4663         * dig.el (dig-invoke): Fix typo in docstring.
4664         (query-dig): Reflow docstring.
4665
4666 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4667
4668         * gnus-art.el (gnus-article-encrypt-body):
4669         * message.el (message-check-recipients):
4670         * mm-util.el (mm-codepage-setup):
4671         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4672         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4673
4674 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4675
4676         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4677         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4678         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4679         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4680         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4681
4682 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4683
4684         * dig.el: Add "Keywords: comm", as per net-utils.el.
4685
4686 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4687
4688         * dig.el (dig-mode): Use define-derived-mode.
4689
4690 2009-09-19  Glenn Morris  <rgm@gnu.org>
4691
4692         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4693
4694 2009-09-18  Glenn Morris  <rgm@gnu.org>
4695
4696         * gnus-diary.el (gnus-diary-check-message):
4697         * message.el (message-insert-formatted-citation-line):
4698         * nnbabyl.el (top-level):
4699         * nndiary.el (nndiary-schedule):
4700         Fix typos in condition-case handlers.
4701
4702 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4703
4704         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4705         configuration that provides the sole article window in a frame;
4706         position point correctly after deleting a part.
4707
4708 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4709
4710         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4711         (spam-resolve-registrations-routine): Use it to unregister articles
4712         that change status.
4713
4714 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4715
4716         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4717         with XEmacs.
4718         (parse-time-string-chars): Use it.
4719
4720 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4721
4722         * imap.el (imap-interactive-login): Better messages.
4723         (imap-open): Fix bug with renamed buffer on reconnect.
4724         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4725         for easier debugging and cleaner code.  On successful (guessed based on
4726         server capabilities) secondary authentication, set imap-state
4727         correctly.
4728         (imap-last-authenticator): Define imap-last-authenticator as a variable
4729         to avoid warnings.
4730
4731 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4732
4733         * nnrss.el (nnrss-request-article): Remove binding of
4734         default-enable-multibyte-characters that has gotten needless by
4735         the 2007-07-13 change in rfc2047-encode-message-header.
4736
4737         * mml.el (mml-insert-multipart): Error on the message header.
4738         (mml-insert-part): Error on the message header; position point at
4739         the end of a MIME tag.
4740
4741 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4742
4743         * time-date.el (autoload): Expand define-obsolete-function-alias into
4744         defalias and make-obsolete for old Emacsen that Gnus supports.
4745         (with-no-warnings): Define it for old Emacsen.
4746         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4747         is available.
4748         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4749         float-time is available; suppress compile warning for time-to-seconds.
4750
4751         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4752         (gnus-float-time): Alias to float-time if it exists.
4753
4754         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4755         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4756         float-time is available; suppress compile warning for time-to-seconds.
4757
4758         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4759         XEmacs.
4760
4761 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4762
4763         * imap.el (imap-message-map): Docstring fix.
4764
4765 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4766
4767         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4768         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4769         Add the optional argument `encoding' that overrides the default.
4770
4771         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4772         mm-encode-buffer.
4773
4774 2009-09-04  Glenn Morris  <rgm@gnu.org>
4775
4776         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4777         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4778         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4779         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4780         * mm-util.el (mm-with-unibyte-current-buffer)
4781         (mm-find-buffer-file-coding-system):
4782         * yenc.el (yenc-decode-region): Use default-value rather than
4783         default-enable-multibyte-characters.
4784
4785 2009-09-03  Glenn Morris  <rgm@gnu.org>
4786
4787         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4788         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4789         than default-enable-multibyte-characters.
4790
4791 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4792
4793         * gnus-art.el (gnus-article-read-summary-keys):
4794         Fix gnus-buffer-configuration's value temporarily used.
4795
4796 2009-09-02  Glenn Morris  <rgm@gnu.org>
4797
4798         * gnus-util.el (gnus-float-time): New function.
4799         * gnus-delay.el (gnus-delay-article):
4800         * gnus-sum.el (gnus-thread-latest-date):
4801         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4802         * nnspool.el (nnspool-request-newgroups):
4803         Use gnus-float-time rather than time-to-seconds.
4804         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4805
4806         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4807         (gnus-header-subject-face, gnus-header-newsgroups-face)
4808         (gnus-header-name-face, gnus-header-content-face):
4809         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4810         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4811         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4812         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4813         (gnus-cite-face-11):
4814         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4815         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4816         (gnus-server-closed-face, gnus-server-denied-face)
4817         (gnus-server-offline-face):
4818         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4819         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4820         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4821         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4822         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4823         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4824         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4825         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4826         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4827         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4828         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4829         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4830         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4831         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4832         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4833         (gnus-summary-high-undownloaded-face)
4834         (gnus-summary-low-undownloaded-face)
4835         (gnus-summary-normal-undownloaded-face)
4836         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4837         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4838         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4839         (gnus-splash-face):
4840         * message.el (message-header-to-face, message-header-cc-face)
4841         (message-header-subject-face, message-header-newsgroups-face)
4842         (message-header-other-face, message-header-name-face)
4843         (message-header-xheader-face, message-separator-face)
4844         (message-cited-text-face, message-mml-face):
4845         * sieve-mode.el (sieve-control-commands-face)
4846         (sieve-action-commands-face, sieve-test-commands-face)
4847         (sieve-tagged-arguments-face):
4848         * spam.el (spam-face):
4849         Mark face aliases with "-face" in the name as obsolete.
4850
4851 2009-09-01  Glenn Morris  <rgm@gnu.org>
4852
4853         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4854         than goto-line.
4855
4856 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4857
4858         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4859         Don't move point if the command is invoked inside the message header.
4860
4861 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4862
4863         * imap.el (imap-send-command): Simplify.
4864         (imap-wait-for-tag): point-max -> buffer-size.
4865
4866 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4867
4868         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4869         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4870         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4871         * nnir.el (nnir-swish-e-index-file):
4872         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4873         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4874         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4875         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4876         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4877         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4878
4879 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4880
4881         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4882         Don't save excursion.
4883
4884 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4885
4886         * nnheader.el (nnheader-find-file-noselect):
4887         * mm-util.el (mm-insert-file-contents):
4888         Use (default-value 'major-mode) instead of default-major-mode.
4889
4890 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4891
4892         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4893
4894 2009-08-26  Glenn Morris  <rgm@gnu.org>
4895
4896         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4897         than placing in files.el.
4898
4899 2009-08-25  Glenn Morris  <rgm@gnu.org>
4900
4901         * nnir.el (top-level): Don't require cl at run-time.
4902         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4903         Replace cl-function substitute with gnus-replace-in-string.
4904         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4905         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4906         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4907         simplified expansions.
4908
4909 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4910
4911         * dig.el (dig): Add autoload cookie.
4912
4913 2009-08-22  Glenn Morris  <rgm@gnu.org>
4914
4915         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4916         goto-line.
4917
4918 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4919
4920         * parse-time.el (parse-time-string-chars): Save match data.
4921
4922 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4923
4924         * parse-time.el (parse-time-string-chars): Compute using character
4925         classes, to handle non-ascii characters (Bug#3190).
4926
4927 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4930
4931         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4932         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4933         (gnus-mm-display-part, gnus-mime-display-single)
4934         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4935         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4936
4937         * gnus-sum.el
4938         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4939         (gnus-summary-move-article): Add expirable mark to articles copied or
4940         moved to group that has auto-expire turned on if the option is non-nil.
4941
4942 2009-07-24  Glenn Morris  <rgm@gnu.org>
4943
4944         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4945         Fix typo.  (Bug#3903)
4946
4947 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4948
4949         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4950         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4951         that should not be used for draft articles.
4952         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4953         that has no concern in minor mode keys.
4954         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4955         Abolish.
4956
4957 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4958
4959         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4960         article without making inquiry to a user for unknown encoding.
4961
4962         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4963         (nnmaildir--scan): Assume i-node and device number that file-attributes
4964         returns might be cons-cell.
4965
4966         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4967
4968         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4969
4970 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4971
4972         * auth-source.el: Remove docs now in auth.texi.  Don't use
4973         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4974         `auth-source-hide-passwords' and use them.
4975
4976 2009-07-15  Glenn Morris  <rgm@gnu.org>
4977
4978         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4979
4980 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4981
4982         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4983         excessive whitespace from the default values of title and description.
4984
4985 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4988         mail-fetch-field to fetch Content-Description header in order to
4989         exclude newlines.
4990
4991 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4992
4993         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4994         format used by GnuPG 2.0.11.
4995
4996 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4999         to deleted part.
5000
5001 2009-05-30  David Engster  <dengste@eml.cc>
5002
5003         * nnmairix.el: Remove old documentation in the commentary block.
5004         (nnmairix-request-group): Do not update active file for nnml back ends.
5005         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5006         end so that overview files are ignored.
5007         (nnmairix-update-groups): Make updating the groups more robust by using
5008         marks.
5009         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5010         with dollar characters in message-id.
5011
5012 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5013
5014         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5015         2008-12-25 in dns.el.
5016
5017 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5018
5019         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5020         could happen if the text is only composed of spaces and/or tabs.
5021
5022 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5023
5024         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5025         when sending a queued message to avoid extra mml tags.
5026
5027 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5028
5029         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5030
5031 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5032
5033         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5034         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5035         rmail-toggle-header for XEmacs;
5036         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5037
5038 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5039
5040         * gnus-dired.el: Remove autoload for gnus-setup-message.
5041         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5042         displaying Gnus logo; always use compose-mail.
5043
5044 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5045
5046         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5047
5048 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5049
5050         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5051         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5052         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5053         available.
5054         (gnus-nocem-epg-verify): New function.
5055
5056 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5057
5058         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5059
5060 2009-02-15  Glenn Morris  <rgm@gnu.org>
5061
5062         * gnus-util.el (rmail-insert-rmail-file-header)
5063         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5064         autoloads.
5065         (rmail-default-rmail-file): Remove unnecessary declaration.
5066         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5067
5068 2009-02-14  Glenn Morris  <rgm@gnu.org>
5069
5070         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5071         variable (only used in gnus-util, which declares it anyway).
5072         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5073         which was only needed by gnus-art (changed to not use it any more).
5074         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5075         only used in gnus-util, which autoloads it itself.
5076         (rmail-update-summary): Fix autoload.
5077
5078         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5079         rather than rmail-output-to-rmail-file.
5080
5081 2009-02-07  Glenn Morris  <rgm@gnu.org>
5082
5083         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5084         autoload of function that no longer exists.
5085         (rmail-toggle-header): Declare.
5086         (message-forward-rmail-make-body): Handle mbox Rmail.
5087
5088 2009-01-31  Glenn Morris  <rgm@gnu.org>
5089
5090         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5091         2009-01-09 change.
5092
5093 2009-01-31  Dave Love  <fx@gnu.org>
5094
5095         * imap.el (imap-fetch-safe): Bind debug-on-error.
5096         (imap-debug): Add imap-fetch-safe.
5097
5098 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
5099
5100         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5101         (auth-source-forget-all-cached): New convenience function.
5102         (auth-source-user-or-password): Accept list of modes or a single mode.
5103
5104         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5105         auth-source modes.
5106
5107         * netrc.el (netrc-machine-user-or-password): Use list of
5108         auth-source modes.
5109
5110         * nnimap.el (nnimap-open-connection): Use list of
5111         auth-source modes.
5112
5113         * nntp.el (nntp-send-authinfo): Use list of
5114         auth-source modes.
5115
5116 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5117
5118         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5119         now.
5120
5121 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5124         coding system in XEmacs; add a workaround for XEmacs.
5125
5126         * lpath.el: Fbind coding-system-aliasee.
5127
5128 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5129
5130         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5131         of current-language-environment.
5132
5133 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5134
5135         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5136         available at runtime.
5137
5138 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5139
5140         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5141
5142 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5143
5144         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5145         the greatest positive fixnum value doesn't work under an XEmacs with
5146         bignum support; use the most-positive-fixnum constant instead,
5147         available since Emacs 21.1 with cl and XEmacs 21.1.
5148
5149 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5150
5151         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5152         XEmacs gets not to work.
5153
5154 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5155
5156         * mm-util.el (mm-coding-system-priorities): Allow the value like
5157         "Japanese (UTF-8)" of current-language-environment.
5158
5159 2009-01-09  Glenn Morris  <rgm@gnu.org>
5160
5161         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5162         with last-command-event.
5163
5164 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5165
5166         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5167         in the doc string.
5168
5169         * message.el (message-fix-before-sending): Amend comment.
5170
5171 2009-01-08  Dave Love  <fx@gnu.org>
5172
5173         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5174
5175 2009-01-07  David Engster  <dengste@eml.cc>
5176
5177         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5178         simplified server definitions by converting it via
5179         gnus-server-to-method.
5180
5181 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5184         parameter's operands.
5185
5186 2009-01-06  David Engster  <dengste@eml.cc>
5187
5188         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5189         primary select method (for gnus-group-mark-article-as-read).
5190
5191 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5192
5193         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5194         `(gnus)Face', not `(gnus)X-Face'.
5195
5196 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * mm-util.el (mm-ucs-to-char): New function.
5199
5200         * mm-url.el (mm-url-decode-entities): Use it.
5201
5202         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5203         unicode-to-char.
5204
5205 2009-01-05  Dave Love  <fx@gnu.org>
5206
5207         * time-date.el: Require cl for `declare'.
5208
5209 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5210
5211         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5212         Dave Love.
5213
5214 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5215
5216         * message.el (message-fix-before-sending): Add `eight-bit' to
5217         illegible-text check.
5218
5219 2009-01-03  Michael Olson  <mwolson@gnu.org>
5220
5221         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5222         `headers' is nil.  This can occur if the IMAP server does not have
5223         permissions to read messages from a folder, but can write new messages
5224         to the folder.
5225         (nnimap-request-article-part): Do not insert `data' if it is nil.
5226
5227         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5228         characters which will confuse `read', so skip past them.
5229
5230 2009-01-01  Dave Love  <fx@gnu.org>
5231
5232         * imap.el (imap-string-to-integer): Fix typo.
5233         (imap-fetch-safe): New function.
5234         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5235
5236         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5237
5238         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5239         (imap-parse-greeting): Fix doc strings.
5240         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5241         (imap-parse-flag-list): Make messages unique.
5242         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5243
5244         * nnimap.el: Fix author email.
5245         (nnimap-split-rule): Add FIXME comment.
5246         (nnimap-debug): Fix doc string.
5247
5248 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5249
5250         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5251
5252 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5253
5254         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5255         nslookup if resolv.conf isn't available.
5256         (dns-query): Rename from query-dns.
5257         (dns-query-cached): Rename from query-dns-cached.
5258
5259 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5262         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5263         to check if those variables exist (first appeared in Emacs 18.50).
5264
5265 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5266
5267         * mm-util.el (mm-line-number-at-pos): New function.
5268
5269         * spam-report.el (spam-report-process-queue): Use it.
5270
5271 2008-12-24  David Engster  <dengste@eml.cc>
5272
5273         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5274         parameters that haven't existed as variables as buffer-local variables.
5275
5276 2008-12-23  Dave Love  <fx@gnu.org>
5277
5278         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5279         cadar.
5280
5281         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
5282         imap-starttls-p.
5283         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
5284
5285 2008-12-22  Dave Love  <fx@gnu.org>
5286
5287         * imap.el: Fix author email.  Doc fixes.
5288         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5289         reply.
5290
5291 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5292
5293         * spam-report.el (spam-report-gmane-max-requests): New constant.
5294         (spam-report-gmane-wait): New variable.
5295         (spam-report-gmane-ham, spam-report-gmane-spam)
5296         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5297         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5298         the server.
5299
5300         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5301         Add explanations.
5302
5303         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5304         nnheader-accept-process-output and nnheader-read-timeout if available.
5305         (pop3-movemail): Use it.
5306
5307         * message.el (message-check-news-body-syntax): Fix signature check if
5308         there's an attachment.
5309
5310 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5311
5312         * mm-util.el: Add comments to the mm- emulating functions.
5313
5314 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5315
5316         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5317         by Stephen Berman <stephen.berman@gmx.net>.
5318
5319 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5320
5321         * mm-util.el (mm-substring-no-properties): New function.
5322         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5323         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5324         (mm-string-to-multibyte): Doc fix.
5325
5326         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5327
5328 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5329
5330         * mml.el (mml-attach-file): Strip text properties from file name.
5331         (Bug#1574)
5332
5333 2008-12-16  Glenn Morris  <rgm@gnu.org>
5334
5335         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5336
5337 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5338
5339         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5340         knows since the charset specified might be a bogus alias that
5341         mm-charset-synonym-alist provides.
5342
5343 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5344
5345         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5346         "ISO_8859-1".
5347
5348         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5349
5350 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5351
5352         * mm-util.el (mm-charset-eval-alist):
5353         Define it before mm-charset-to-coding-system.
5354         (mm-charset-to-coding-system): Add optional argument `silent';
5355         define it before mm-charset-override-alist.
5356         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5357         default value if it can be used in Emacs currently running;
5358         silence mm-charset-to-coding-system.
5359
5360 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5361
5362         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5363         `allow-override' which says whether to use `mm-charset-override-alist'.
5364         (rfc2047-decode-encoded-words): Use it.
5365
5366         * mm-util.el (mm-charset-override-alist): Fix custom type;
5367         add `(gb2312 . gbk)' to choices.
5368
5369 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5372         fast.
5373
5374         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5375
5376         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5377
5378 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5379
5380         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5381         on links.
5382
5383         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5384
5385 2008-12-03  Lute Kamstra  <lute@gnu.org>
5386
5387         * sha1.el: Remove leading * from docstrings of defcustoms,
5388         deffaces, defconsts and defuns.
5389
5390 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5391
5392         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5393         users' addresses that don't have domain parts.
5394         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5395         rather than message-narrow-to-head since there will be the message
5396         header separator.
5397
5398 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5399
5400         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5401         since the result is inserted in a unibyte buffer anyway.
5402         (nnimap-demule-use-string-to-multibyte): Remove.
5403         (nnimap-demule): Alias it to mm-string-to-multibyte.
5404
5405 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5406
5407         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5408         variable for debugging bug#464 and bug#1174.
5409         (nnimap-demule): Use it.
5410
5411 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5412
5413         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5414         score calculation correctly.
5415
5416 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5417
5418         * message.el (message-send-mail): Just set the buffer to unibyte
5419         rather than use mm-with-unibyte-current-buffer which does a lot more.
5420         (message-send-mail-partially): Don't bother with
5421         mm-with-unibyte-current-buffer since it's already been made unibyte by
5422         message-send-mail.
5423
5424 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5425
5426         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5427
5428 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5429
5430         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5431
5432 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5433
5434         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5435         require itself and to remove `with-no-warnings'.
5436
5437 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5438
5439         * starttls.el (starttls-any-program-available): Get the name of the
5440         available TLS layer program.
5441         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5442         well as the host name in the "opening" message.
5443
5444         * auth-source.el (auth-source-cache, auth-source-do-cache)
5445         (auth-source-user-or-password): Cache passwords and logins by default,
5446         allow override with `auth-source-do-cache'.
5447         (auth-source-forget-user-or-password): Allow users to remove cache
5448         entries if needed.
5449
5450 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5451
5452         * md4.el (md4-buffer): Fix typo in docstring.
5453         (md4, md4-64): Doc fixes.
5454         (md4-pack-int32): Reflow docstring.
5455
5456 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5457
5458         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5459         condition-case to only the forward-sexp call.
5460
5461 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5462
5463         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5464         quotes contained.  Make it more robust regardless by an extra
5465         condition-case wrapper.
5466
5467 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5468
5469         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5470
5471 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * nnml.el (nnml-request-expire-articles): Check if the function set to
5474         `nnmail-expiry-target' returns the symbol `delete'.
5475
5476         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5477
5478         * nnmail.el (nnmail-expiry-target): Fix custom type.
5479
5480 2008-10-02  Glenn Morris  <rgm@gnu.org>
5481
5482         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5483         Silence compiler warning.
5484
5485 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5486
5487         * tls.el (open-tls-stream): Show the actual command being
5488         executed, instead of the format string.
5489
5490 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * lpath.el: Fbind codepage-setup for Emacs 23.
5493
5494 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5495
5496         * mml.el (mml-menu): Don't assume mml2015 is bound.
5497
5498 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5499
5500         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5501         exists.
5502
5503 2008-09-27  Glenn Morris  <rgm@gnu.org>
5504
5505         * gnus-util.el (mail-header-remove-comments): Autoload it.
5506
5507 2008-09-27  Andreas Schwab  <schwab@suse.de>
5508
5509         * gnus-util.el (gnus-split-references): Strip comments.
5510         (gnus-parent-id): Likewise.
5511
5512 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5513
5514         * message.el (message-confirm-send): Fix version.
5515
5516 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5517
5518         * message.el (message-idna-to-ascii-rhs-1): Use
5519         mail-extract-address-components rather than mail-header-parse-addresses
5520         that is an alias by default to ietf-drums-parse-addresses that does not
5521         support non-ASCII names in headers' contents.
5522
5523 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5524
5525         * message.el (message-confirm-send): Fixed variable documentation to
5526         avoid the "y/n" wording.
5527
5528 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5529
5530         * message.el (message-set-auto-save-file-name): Save to a different
5531         filename so multiple messages (especially drafts) can be recovered.
5532
5533 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5534
5535         * message.el (message-confirm-send): Add appropriate version.
5536
5537 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5538
5539         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5540         defvar.
5541
5542 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5543
5544         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5545         (mm-pkcs7-enveloped-magic): Ditto.
5546
5547 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5548
5549         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5550         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5551
5552 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5553
5554         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5555         default, it's better.
5556
5557 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5558
5559         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5560         summary line gnus-number property and ignore them (with a warning
5561         message).
5562
5563 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5564
5565         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5566         macro caddr in the interactive form since it won't be expanded.
5567
5568 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5569
5570         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5571         `charset'; fix name of function called recursively.
5572         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5573
5574 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5577         (gnus-mime-set-charset-parameters): New function.
5578         (gnus-mime-view-part-as-charset): Use it to correctly display part
5579         specifying wrong charset.
5580
5581 2008-09-08  David Engster  <dengste@eml.cc>
5582
5583         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5584         in completing-read for back end server.
5585
5586 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5587
5588         * message.el (message-confirm-send): New variable to confirm sending a
5589         message.
5590         (message-send): Use it.
5591
5592 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5593
5594         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5595
5596 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5597
5598         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5599
5600 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5601
5602         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5603         prevent tracking too many groups.
5604         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5605         Use it.
5606
5607 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5608
5609         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5610         moving point to the bottom of the window in order to avoid recentering.
5611
5612 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5613
5614         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5615
5616         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5617         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5618         (gnus-article-beginning-of-window): Fix calculation.
5619
5620 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * gnus-msg.el (gnus-summary-supersede-article)
5623         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5624         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5625         message header.
5626
5627 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5628
5629         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5630         pending output coming after the status change.
5631
5632 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5633
5634         * message.el:
5635         * gnus-start.el:
5636         * gnus-registry.el: Remove VMS support.
5637
5638 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5641         macro.
5642         (rfc2104-hash): Use it.
5643
5644 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5645
5646         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5647         (gnus-summary-sort-by-most-recent-date): New commands.
5648         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5649         and menu entries.
5650
5651 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5652
5653         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5654         don't redisplay article for raw contents; remove plural articles stuff.
5655
5656         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5657         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5658         on gnus-summary-save-article; display results properly.
5659
5660 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * lpath.el: No need to fbind ns-focus-frame.
5663
5664 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5667
5668 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5671         gnus-save-all-headers.
5672
5673 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5674
5675         * gnus-util.el (ns-focus-frame): Remove declaration.
5676         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5677         like x.
5678
5679 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5680
5681         * rfc2104.el (rfc2104-zero): Delete defconst.
5682         (rfc2104-hex-alist): Likewise.
5683         (rfc2104-hex-to-int): Delete func.
5684         (rfc2104-hexstring-to-bitstring): Likewise.
5685         (rfc2104-nybbles): New defconst.
5686         (rfc2104-hash): Rewrite for speed.
5687
5688 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * tls.el (open-tls-stream): Make it work with the 2nd argument
5691         BUFFER that is a string but does not exist as a buffer object, as
5692         mentioned in the doc-string.
5693
5694 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5695
5696         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5697         SXEmacs.
5698
5699 2008-07-16  Glenn Morris  <rgm@gnu.org>
5700
5701         * gnus-util.el (ns-focus-frame): Declare for compiler.
5702
5703 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5704
5705         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5706         set as a group parameter.
5707         (gnus-summary-save-in-pipe): Work when it is called independently.
5708         (gnus-summary-pipe-to-muttprint): Don't modify
5709         gnus-summary-pipe-output-default-command.
5710
5711 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5712
5713         * message.el (message-send-mail-with-sendmail):
5714         Display the error message.
5715
5716 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * gnus-art.el (gnus-default-article-saver):
5719         Add gnus-summary-save-in-pipe to choices.
5720         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5721         gnus-summary-pipe-output-default-command as the default command.
5722         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5723         instead of gnus-last-shell-command.
5724
5725         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5726         New user option.
5727         (gnus-summary-muttprint-program): Mention the value will be changed.
5728         (gnus-summary-save-article): Force showing of all headers.
5729         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5730
5731 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5732
5733         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5734
5735 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5736
5737         * nnimap.el (nnimap-id):
5738         * sieve-manage.el (sieve-manage-open): Doc fixes.
5739
5740 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5741
5742         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5743         if available.
5744
5745 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5746
5747         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5748
5749         * nnkiboze.el (nnkiboze-generate-group):
5750         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5751
5752         * nnmairix.el: Require CL.
5753
5754 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5755
5756         * dgnushack.el: Autoload get-display-table and put-display-table for
5757         XEmacs 21.5.
5758
5759         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5760         21.4 and SXEmacs.
5761
5762 2008-06-15  David Engster  <dengste@eml.cc>
5763
5764         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5765
5766 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5767
5768         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5769         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5770         runtime choice under XEmacs.
5771
5772         * gnus-sum.el (gnus-summary-set-display-table):
5773         Use `gnus-put-display-table', `gnus-get-display-table',
5774         `gnus-set-display-table' for the display table, instead of `aset'.
5775
5776         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5777         Use `gnus-put-display-table', `gnus-get-display-table',
5778         `gnus-set-display-table' for the display table.
5779
5780 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5781
5782         * nnmairix.el: Add autoloads.
5783
5784 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5785
5786         * nnmairix.el (nnmairix-delete-recreate-group)
5787         (nnmairix-update-and-clear-marks): Fix error messages.
5788
5789 2008-06-14  David Engster  <dengste@eml.cc>
5790
5791         * nnmairix.el: Upgrade to version 0.6.
5792         (nnmairix-group-toggle-propmarks-this-group)
5793         (nnmairix-group-toggle-readmarks-this-group)
5794         (nnmairix-group-delete-recreate-this-group)
5795         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5796         (nnmairix-remove-tick-mark-original-article): New commands.
5797         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5798         (nnmairix-propagate-marks-to-nnmairix-groups)
5799         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5800         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5801         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5802         functions needed for marks propagation and manipulation of read marks.
5803         (nnmairix-update-groups): New function.
5804         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5805         (nnmairix-determine-original-group-from-registry)
5806         (nnmairix-determine-original-group-from-path)
5807         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5808         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5809         New helper functions.
5810         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5811         keystrokes for new commands.
5812         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5813         (nnmairix-request-group): Check allow-fast group parameter.
5814         (nnmairix-request-create-group): Set allow-fast group parameter if
5815         nnmairix-allowfast-default is set.
5816         (nnmairix-close-group): Propagate marks upon closing if needed.
5817         (nnmairix-group-toggle-threads-this-group): Use new.
5818         nnmairix-group-toggle-parameter helper function.
5819         (nnmairix-search): Better check for empty search result.
5820         (nnmairix-goto-original-article): Use new helper functions for
5821         determining original article.
5822         (nnmairix-show-original-article): Make sure message-id is in brackets.
5823         (nnmairix-call-mairix-binary): Change variable name.
5824         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5825         helper function.
5826         (nnmairix-widget-toggle-activate): Fix doc string.
5827
5828 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * nnir.el: Require edmacro when compiling with XEmacs.
5831         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5832         available in Emacs 21.
5833
5834 2008-06-11  Glenn Morris  <rgm@gnu.org>
5835
5836         * gnus-util.el (x-focus-frame):
5837         * gnus.el (image-size):
5838         * mm-decode.el (image-size): Declare.
5839
5840         * gnus-picon.el (declare-function): Add compat definition.
5841         (image-size): Declare.
5842
5843         * gnus-group.el (tool-bar-map):
5844         * gnus-sum.el (tool-bar-map): Define for compiler.
5845
5846         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5847
5848         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5849
5850         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5851         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5852         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5853         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5854         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5855         * sieve-manage.el, spam-report.el, spam.el:
5856         Remove unnecessary eval-and-compile of autoloads.
5857
5858 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5859
5860         * auth-source.el: Precise Tramp doc.
5861
5862 2008-06-07  Glenn Morris  <rgm@gnu.org>
5863
5864         * nnmairix.el: Remove unnecessary eval-when-compile.
5865
5866 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5867
5868         * lpath.el: Fbind propertize for XEmacs 21.4.
5869
5870 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5871
5872         * nnir.el: Move here from ../contrib.
5873
5874 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5875
5876         * gnus-util.el (gnus-read-shell-command): New function.
5877         * mm-decode.el (mm-pipe-part):
5878         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5879
5880 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5883
5884 2008-06-03  Glenn Morris  <rgm@gnu.org>
5885
5886         * pop3.el (nnheader-accept-process-output): Autoload it.
5887
5888 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5889
5890         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5891         are not 2-digit hexadecimal characters that follow `%'s.
5892
5893 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5894
5895         * message.el (message-bogus-recipient-p): Fix type in doc string.
5896         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5897         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5898         Improve custom options.
5899         (message-bogus-recipient-p): Adjust accordingly.
5900
5901 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5902
5903         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5904         long-form month and day names.
5905
5906 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5907
5908         * dgnushack.el: Autoload debug, eudc-expand-inline and
5909         pgg-snarf-keys-region for XEmacs.
5910
5911         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5912
5913         * nnmairix.el: Require edmacro when compiling with XEmacs.
5914
5915 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5916
5917         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5918         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5919
5920 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5921
5922         * auth-source.el: Add more docs.
5923
5924         * netrc.el (netrc-machine): Always match if the port is not given.
5925
5926 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5927
5928         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5929         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5930         retrieval faster in some cases, but might make CPU usage larger.  If
5931         this has any bad side effects, we might revert this change.
5932
5933         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5934         seems to make mail retrieval much, much faster.
5935         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5936         unconditionally.
5937
5938         * gnus-draft.el (gnus-group-send-queue): Bind
5939         message-send-mail-partially-limit to nil to avoid being prompted.
5940
5941 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5942
5943         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5944
5945         * message.el (message-bogus-address-regexp): Fix and improve custom
5946         type.
5947         (message-setup-hook): Add message-check-recipients as custom option.
5948
5949 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5950
5951         * message.el (message-cite-function): Remove bogus autoload which crept
5952         in during merge from v5-10.
5953
5954 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5955
5956         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5957
5958         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5959
5960         * auth-source.el: Preliminary Tramp docs.
5961         (auth-sources): Change the default auth-sources to use
5962         EPA .gpg files.
5963
5964 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5965
5966         * nntp.el: Autoload `auth-source-user-or-password'.
5967         (nntp-send-authinfo): Use it.
5968
5969         * nnimap.el: Autoload `auth-source-user-or-password'.
5970         (nnimap-open-connection): Use it.
5971
5972         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5973         for the gnus-message function.
5974         (auth-source-user-or-password): Use it.
5975
5976 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5977
5978         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5979         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5980         (rfc2104-hash): Use it.
5981
5982 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5983
5984         * gnus-art.el (gnus-article-toggle-truncate-lines):
5985         Don't use `iff' in docstring.
5986
5987 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5988
5989         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5990
5991         * gnus-util.el (gnus-extract-address-component-name)
5992         (gnus-extract-address-component-email): Convenience functions around
5993         `gnus-extract-address-components'.
5994
5995         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5996         Use `gnus-extract-address-component-email' to fix bug of comparing full
5997         sender name to `user-mail-address'.
5998
5999 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6000
6001         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6002         catch/throw to optimize.
6003         (gnus-registry-find-keywords): Just use member to find a keyword.
6004
6005 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6006
6007         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6008         is current before calling gnus-server-prepare.
6009         (gnus-server-setup-buffer, gnus-server-update-server)
6010         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6011
6012 2008-05-04  Juri Linkov  <juri@jurta.org>
6013
6014         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6015         (mailcap-file-default-commands): Use mailcap-replace-in-string
6016         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6017         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6018
6019 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6020
6021         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6022
6023 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6024
6025         * gnus.el: Bump version to 0.11.
6026
6027 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6028
6029         * gnus.el: No Gnus v0.10 is released.
6030
6031 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6032
6033         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6034         hooks.
6035         (gnus-update-read-articles): Speed up non-marks-using users.
6036         (gnus-use-marks): Define gnus-use-marks.
6037         (gnus-propagate-marks): Rename variable to something more sensible.
6038
6039 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6040
6041         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6042         (gmm-image-load-path-for-library): Fix typos in docstrings.
6043         (gmm-message): Reflow docstring.
6044
6045 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6046
6047         * mail-source.el (mail-source-set-1, mail-source-bind):
6048         Move auth-source code out of the macro to clean it up and fix bugs.
6049
6050 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6051
6052         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6053         by sender if it's equal to user-mail-address, it's likely to be
6054         useless.
6055
6056         * mail-source.el (mail-source-bind): Don't use user or password if they
6057         are not bound.  Unintern them if they are nil.  Don't use server unless
6058         it's bound, and default it to empty string otherwise.
6059
6060 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6061
6062         * mail-source.el: Load auth-source.el.
6063         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6064         get user name or password, if auth-sources is set up.
6065
6066         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6067         strategy of splitting with parent.
6068         (gnus-registry-split-fancy-with-parent)
6069         (gnus-registry-post-process-groups): Use it and fix prior
6070         bug (returning a list as the split result).
6071
6072         * auth-source.el (auth-sources): Remove server parameter.
6073         (auth-source-pick, auth-source-user-or-password)
6074         (auth-source-user-or-password-imap)
6075         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6076         (auth-source-user-or-password-sftp)
6077         (auth-source-user-or-password-smtp): Remove server parameter.
6078
6079 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6080
6081         * smime.el (smime-sign-region, smime-encrypt-region)
6082         (smime-decrypt-region):
6083         Remove redundant calls to `generate-new-buffer-name'.
6084
6085 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6086
6087         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6088         Don't use QP for message/rfc822.
6089         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6090
6091 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6092
6093         * sieve-manage.el (sieve-string-bytes): Remove.
6094         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6095         correct byte-length only if the process's coding-system is the same as
6096         the one used internally by Emacs to represent strings.
6097
6098 2008-04-22  Juri Linkov  <juri@jurta.org>
6099
6100         * mailcap.el (mailcap-file-default-commands): New function.
6101
6102 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6103
6104         * message.el (message-signature-separator, message-cite-function):
6105         Change custom version.
6106
6107 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6108
6109         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6110         commands.
6111         (tls-checktrust): Ditto.
6112
6113 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6114
6115         * mm-decode.el (mm-display-external): Make temp file read-only.
6116
6117 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6118
6119         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6120         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6121         `C-c C-f d'.
6122
6123 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6124
6125         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6126
6127 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6128
6129         * gnus.el: Bump version to 0.9.
6130
6131 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6132
6133         * gnus.el: No Gnus v0.8 is released.
6134
6135 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6136
6137         * mail-source.el (mail-source-value):
6138         Prefer fboundp to functionp so it works with macros as well.
6139
6140 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6141
6142         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6143         Fix last change in case the element is not even a symbol.
6144
6145 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6146
6147         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6148         Prefer fboundp to functionp so it works with macros as well.
6149
6150 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6151
6152         * auth-source.el: Added docs.
6153         (auth-sources): Modify format to support server.
6154         (auth-source-pick, auth-source-user-or-password)
6155         (auth-source-user-or-password-imap)
6156         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6157         (auth-source-user-or-password-sftp)
6158         (auth-source-user-or-password-smtp): Add server parameter.
6159
6160 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6161
6162         * gnus-registry.el: Initialize the registry when gnus-registry-install
6163         is t.
6164
6165 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6166
6167         * compface.el (uncompface): Make buffer unibyte.
6168
6169 2008-04-05  Glenn Morris  <rgm@gnu.org>
6170
6171         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6172
6173 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6174
6175         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
6176         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6177
6178         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6179         multibyteness after rather than before erasing it.
6180
6181         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6182         mm-with-multibyte.
6183         (gnus-request-article-this-buffer): Make sure the proper decoding is
6184         used if gnus-original-article-buffer happens to be unibyte.
6185
6186         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6187         default-enable-multibyte-characters.
6188
6189         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6190         default-enable-multibyte-characters.
6191
6192         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6193
6194         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6195
6196 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6197
6198         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6199         (imap-message-copyuid-1): Use it.
6200         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6201         J. Williams in
6202         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6203
6204         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6205         imap-enable-exchange-bug-workaround.
6206         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6207
6208 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6209
6210         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6211         a 100 byte status-checks into a 2-3MB transfer for each group.
6212         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6213         to enable bug workaround or not.
6214         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6215
6216 2008-03-31  Glenn Morris  <rgm@gnu.org>
6217
6218         * message.el (mml2015-use): Declare for compiler.
6219         (message-info): Require mml2015 when appropriate.
6220
6221 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6222
6223         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6224         whitespace.
6225
6226 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6227
6228         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6229         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6230         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6231         (nntp-service-to-port): New function.
6232         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6233         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6234         (nntp-open-netcat-stream): New function.
6235         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6236
6237 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6238
6239         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6240
6241 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6242
6243         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6244
6245 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6246
6247         * dns.el (dns-write): Use set-buffer-multibyte.
6248
6249 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6250
6251         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6252
6253 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6254
6255         * message.el (message-signature-separator): Change default.
6256         Improve custom type.
6257         (message-cite-function): Change default to
6258         message-cite-original-without-signature.
6259
6260         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6261         toggle.
6262
6263         * message.el (message-check-news-body-syntax): Fix signature check.
6264         (message-setup-1): Mark buffer as unmodified _after_ running
6265         message-setup-hook and handling message-alternative-emails.
6266         (message-shorten-references): Be more strict when building list of
6267         valid references to comply with GNKSA.
6268
6269         * gnus-group.el (gnus-read-ephemeral-bug-group)
6270         (gnus-read-ephemeral-debian-bug-group)
6271         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6272
6273         * message.el (message-info): Don't use booleanp which isn't supported
6274         in Emacs 21 and XEmacs.
6275
6276 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6277
6278         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6279         gnus-group-gmane-group-download-format.
6280         (gnus-group-read-ephemeral-gmane-group): Rename from
6281         gnus-group-read-ephemeral-gmane-group.
6282         (gnus-read-ephemeral-gmane-group-url): Rename from
6283         gnus-group-read-ephemeral-gmane-group-url.
6284         (gnus-bug-group-download-format-alist): New variable.
6285         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6286         (gnus-read-ephemeral-emacs-bug-group): New commands.
6287
6288 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6289
6290         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6291         (gnus-visible-headers): Improve custom type.
6292
6293 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6294
6295         * mml.el (mml-menu): Add workarounds for XEmacs.
6296
6297         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6298         X-Boundary header.
6299
6300         * message.el (message-simplify-recipients): Fix previous commit.
6301
6302 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6303
6304         * mm-util.el (mm-set-buffer-multibyte): New function.
6305         * mm-decode.el (mm-copy-to-buffer): Use it.
6306
6307 2008-03-19  Glenn Morris  <rgm@gnu.org>
6308
6309         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6310         Accidentally removed in the sync process with Emacs.
6311
6312 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6313
6314         * message.el (message-alter-recipients-discard-bogus-full-name):
6315         New function.
6316         (message-alter-recipients-function): New variable.
6317         (message-get-reply-headers): Use it.
6318         (message-replace-header): New helper function.
6319         (message-recipients-without-full-name): New variable.
6320         (message-simplify-recipients): New command.
6321
6322         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6323
6324         * message.el (message-info): Handle EasyPG manual.
6325
6326         * mml.el (mml-menu): Add entry for EasyPG.
6327
6328 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6329
6330         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6331         parameter.
6332
6333         * message.el (message-disassociate-draft): Specify drafts group name
6334         fully.
6335
6336 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6337
6338         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6339         unnecessary duplicates from the match list.
6340
6341 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6344
6345         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6346
6347         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6348         args of `how-many' of which the XEmacs version doesn't take; declare
6349         Info-index-next as function.
6350
6351 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6352
6353         * gnus-score.el (gnus-score-headers): Fix handling of
6354         gnus-inhibit-slow-scoring.
6355
6356         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6357         string.
6358         (gnus-button-url-regexp): Improve handling of parenthesis.
6359         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6360         (gnus-button-handle-info-keystrokes): Handle index entries.
6361
6362 2008-03-15  Glenn Morris  <rgm@gnu.org>
6363
6364         * parse-time.el (parse-time-string): Simplify.
6365
6366 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6369         Incoming* files.
6370
6371 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6372
6373         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6374         (auth-source-pick): Use it.
6375
6376 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6377
6378         * binhex.el (binhex-decode-region-internal):
6379         * uudecode.el (uudecode-decode-region-internal):
6380         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6381         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6382         setting default-enable-multibyte-characters.
6383
6384 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6385
6386         * auth-source.el (auth-source-protocols)
6387         (auth-source-protocols-customize, auth-source-choices): Added and
6388         modified variable customizations and defaults.
6389         (auth-source-pick, auth-source-user-or-password)
6390         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6391         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6392         (auth-source-user-or-password-sftp)
6393         (auth-source-user-or-password-smtp): Use new variables and provide an
6394         interface to netrc.el.
6395
6396 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6397
6398         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6399         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6400         Make sure the nntp port to specify is a string.
6401
6402 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6403
6404         * nntp.el: Use with-current-buffer.
6405         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6406         dubious mm-with-unibyte-current-buffer.
6407         (nntp-with-open-group-function): New function extracted from
6408         nntp-with-open-group macro.
6409         (nntp-with-open-group): Use the function, so it's easier to debug.
6410         Add indentation and debugging info.
6411         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6412         the use of the netcat alternatives.
6413
6414         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6415         Avoid mm-string-as-multibyte as well.
6416
6417         * nnweb.el (nnweb-insert-html):
6418         Remove use of nnheader-string-as-multibyte.
6419
6420         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6421         (nnheader-string-as-multibyte): Remove.
6422
6423         * mm-view.el: Use inhibit-read-only.
6424         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6425         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6426         or unibyte-string.
6427
6428         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6429         (mm-uu-yenc-extract): Use with-current-buffer.
6430
6431         * gnus-soup.el (gnus-soup-send-packet): Don't use
6432         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6433
6434         * nnmh.el: Use with-current-buffer.
6435         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6436         mm-string-as-multibyte on the output of mm-encode-coding-string.
6437
6438         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6439         (nnimap-request-move-article): Use with-current-buffer.
6440
6441         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6442         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6443         conversion uses string-make-unibyte rather than string-as-unibyte.
6444
6445         * gnus-msg.el: Use with-current-buffer.
6446
6447         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6448
6449 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6450
6451         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6452         string for caching if it is 'PIN.
6453
6454 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6455
6456         * lpath.el: Consider the case without Emacs/W3.
6457
6458 2008-03-08  Glenn Morris  <rgm@gnu.org>
6459
6460         * time-date.el (date-to-time, time-subtract, time-add)
6461         (safe-date-to-time): Doc fixes.
6462
6463 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6464
6465         * mail-source.el (mail-source-delete-old-incoming-confirm):
6466         Change default to nil.
6467         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6468
6469 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6470
6471         * lpath.el: Rearrange.
6472
6473         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6474         (gnus-article-goto-prev-page): Work for articles having ^L's.
6475
6476         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6477
6478         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6479
6480 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6481
6482         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6483         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6484         (gnus-bookmark-jump): Adjust some variable names.
6485
6486 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6487
6488         * auth-source.el: New package.
6489         (auth-source-choices): Add customization entry point variable.
6490
6491         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6492         bug.
6493
6494 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6495
6496         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6497         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6498         (gnus-registry-install-shortcuts): Rename from
6499         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6500         the `gnus-registry-mark-map' keymap dynamically from
6501         `gnus-registry-marks'.  The generated functions update the summary line
6502         when a registry mark is added or deleted, and will call
6503         `gnus-registry-install-p' (see the comments in the code).
6504         (gnus-registry-user-format-function-M): Use concat intelligently.
6505
6506         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6507         the registry mark functions.
6508
6509 2008-03-05  Glenn Morris  <rgm@gnu.org>
6510
6511         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6512         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6513         gnus-art.
6514         (top-level): No need to load own source when compiling.
6515
6516 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6517
6518         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6519         Suggested by <chris.anderton@zetnet.co.uk>.
6520
6521 2008-03-04  Glenn Morris  <rgm@gnu.org>
6522
6523         * gnus-sum.el (top-level): No need to require gnus when compiling,
6524         since unconditionally required near start of file.
6525         (gnus-summary-display-while-building): Move definition before use.
6526
6527 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6528
6529         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6530         formatting function.
6531
6532 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6533
6534         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6535         with plists.
6536         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6537         Use new format.
6538
6539 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6542         `where-is-internal' that returns a range of key sequences.
6543
6544 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6545
6546         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6547
6548         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6549         (gnus-summary-jump-to-group): Consider windows on other displayed
6550         frames as well.  Similar changes might be needed elsewhere, but that's
6551         the one I've bumped into during my use.
6552
6553         * nndoc.el (nndoc-oe-dbx-type-p):
6554         * gnus-msg.el (gnus-debug):
6555         * gnus-group.el (gnus-update-group-mark-positions):
6556         Use mm-string-to-multibyte.
6557
6558 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6559
6560         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6561         doesn't handle NotDashEscaped.
6562
6563         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6564         (mml-dnd-attach-options): Fix typo in custom choice.
6565
6566         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6567         nndoc-article-type to mbox.
6568         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6569
6570         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6571         to nil, instead of html2text.
6572
6573         * imap.el (imap-debug): Add `imap-ping-server'.
6574
6575         * gnus-bookmark.el: Add FIXMEs.
6576
6577         * message.el (message-form-letter-separator)
6578         (message-send-form-letter-delay): New variables.
6579         (message-send-form-letter): Use them.  New command to send form
6580         letters.  Requested by Uwe Siart.
6581         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6582
6583 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6584
6585         * Update copyright years.
6586
6587 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6588
6589         Sync from EMACS_22_BASE.
6590
6591         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6592
6593 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6594
6595         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6596         empty author.
6597
6598 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6599
6600         * gnus-registry.el (gnus-registry-marks): Add variable for
6601         customization of marks and their appearance.
6602         (gnus-registry-read-mark): Use it.
6603         (gnus-registry-do-marks): Add utility function to loop through
6604         `gnus-registry-marks'.
6605         (gnus-registry-install-shortcuts-and-menus): Add function to install
6606         shortcuts and menus.
6607         (gnus-registry-initialize): Use it.
6608         (gnus-registry-default-mark): Clarify documentation.
6609
6610 2008-02-29  Glenn Morris  <rgm@gnu.org>
6611
6612         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6613         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6614         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6615         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6616         Change defcustom :version from 23.0 to 23.1.
6617
6618 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6619
6620         * gnus-registry.el (gnus-registry-follow-group-p)
6621         (gnus-registry-post-process-groups): Add functions to aid registry
6622         splitting and improve logging.  Clarify behavior in function
6623         documentation.
6624         (gnus-registry-split-fancy-with-parent): Use them.
6625
6626 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6627
6628         * gnus-art.el: Use with-current-buffer.
6629
6630 2008-02-27  David Engster  <dengste@eml.cc>
6631
6632         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6633         Express real group name in the response.
6634
6635 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6638         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6639         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6640         autoload gnus-registry-fetch-group when compiling.
6641         (nnmairix-request-group-with-article-number-correction): Remove
6642         unreferenced argument passed to nnmairix-call-backend.
6643
6644 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6645
6646         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6647         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6648         Wilde.
6649
6650 2008-02-27  Glenn Morris  <rgm@gnu.org>
6651
6652         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6653         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6654         variables to defconsts.  Convert comments to doc-strings.
6655         (nnmairix-last-server, nnmairix-current-server): Convert from free
6656         variables to defvars.  Convert comments to doc-strings.
6657         (gnus-registry-fetch-group): Autoload.
6658         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6659         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6660         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6661         caddr.
6662         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6663         nnmairix-request-group-with-article-number-correction call.
6664         (nnmairix-fast, nnmairix-group): New, less general names, for free
6665         variables passed from nnmairix-request-group to
6666         nnmairix-request-group-with-article-number-correction.  Declare.
6667         (nnmairix-request-group-with-article-number-correction):
6668         Use nnmairix-fast, nnmairix-group rather than fast, group.
6669
6670 2008-02-26  David Engster  <dengste@eml.cc>
6671
6672         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6673         version 0.5.
6674
6675 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6676
6677         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6678         instead of making an extra function call.  Don't add the current group
6679         to articles only when they have the group.  Use
6680         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6681         Reported by David <de_bb@arcor.de>.
6682
6683 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6684
6685         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6686         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6687
6688 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6689
6690         * mail-source.el (mail-source-delete-incoming): Change default.
6691         Supplement doc string.
6692
6693         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6694
6695 2008-02-14  Glenn Morris  <rgm@gnu.org>
6696
6697         * time-date.el (format-seconds): New function.
6698
6699 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6700
6701         * nnmail.el (nnmail-message-id-cache-file): Derive from
6702         `gnus-home-directory'.
6703
6704 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6705
6706         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6707         Document negative prefix.
6708
6709         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6710
6711 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6712
6713         * message.el (message-unsent-separator): Add the Exim bounce
6714         separator.
6715
6716 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6717
6718         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6719         list.
6720         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6721         recipient/signer list.
6722
6723 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6724
6725         * Makefile.in (datarootdir): Define.
6726         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6727         name that might contain whitespace.
6728
6729 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6730
6731         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6732         fbound (Emacs 23 unicode), signal an error.
6733
6734 2008-02-08  Glenn Morris  <rgm@gnu.org>
6735
6736         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6737
6738 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6739
6740         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6741         ports to the calls to `netrc-machine-user-or-password' in addition to
6742         "imap" and "imaps".
6743
6744 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6745
6746         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6747
6748         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6749
6750 2008-02-01  Kenichi Handa  <handa@m17n.org>
6751
6752         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6753         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6754         (rfc2104-hash): Convert the result of concat to unibyte string.
6755
6756 2008-02-01  Dave Love  <fx@gnu.org>
6757
6758         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6759         coding-system-for-read.
6760         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6761
6762 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6763
6764         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6765         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6766         <hanche@math.ntnu.no>.
6767
6768 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6769
6770         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6771
6772         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6773
6774 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6775
6776         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6777         * message.el (message-beginning-of-line): Use featurep instead of bound
6778         tests in order to resolve conditionals at compile time.
6779
6780 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6781
6782         * mail-source.el (mail-sources): Add `group' choice.
6783
6784         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6785         parameter `in-group' to control into which group the articles go.
6786         Add treatment of `group' mail-source.
6787
6788 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6791
6792         * mm-decode.el (mm-dissect-buffer): Decode description.
6793
6794         * mml.el (mml-to-mime): Encode message header first.
6795
6796 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6799         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6800
6801         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6802         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6803
6804 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6805
6806         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6807
6808 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6809
6810         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6811         prefix keys.
6812         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6813         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6814         gnus-xmas.el.
6815
6816         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6817         (gnus-xmas-article-describe-bindings): New function.
6818         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6819         gnus-xmas-article-describe-bindings.
6820
6821         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6822
6823 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6824
6825         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6826         Add new variables for article mark management.
6827         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6828         list of extra data entries which, when present, will indicate that the
6829         article ID should not be trimmed from the registry.
6830         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6831         functions.
6832         (gnus-registry-read-mark): New function to read a mark name from the
6833         user.
6834         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6835         (gnus-registry-set-article-mark-internal): New functions to add and
6836         remove marks.
6837         (gnus-registry-get-article-marks): New function to show the marks for
6838         an article, or retrieve them for further use.
6839
6840 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6843         keys when no argument is given.
6844
6845 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6846
6847         * imap.el (imap-ping-server): New variable.
6848         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6849         (imap-ping-server): Minor doc string fixes.
6850
6851 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6852
6853         * imap.el (imap-ping-server): New function.
6854         (imap-opened): Call imap-ping-server.
6855
6856 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6857
6858         * gnus-sum.el (gnus-article-sort-by-random)
6859         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6860         jidanni@jidanni.org.
6861
6862 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * gnus-art.el (gnus-article-describe-bindings): New function.
6865         (gnus-article-read-summary-keys): Use it.
6866         (gnus-article-mode-map): Bind `C-h b' to it.
6867
6868 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6869
6870         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6871         XEmacs.
6872         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6873         against non-character events.
6874
6875         * lpath.el: Fbind map-keymap for Emacs 21.
6876
6877 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6878
6879         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6880         command.
6881         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6882         instead of END.  Change name of the temp file.
6883         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6884         customizable.
6885
6886 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6887
6888         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6889         bind `S W' to gnus-article-wide-reply-with-original; set default
6890         binding to gnus-article-read-summary-send-keys.
6891         (gnus-article-read-summary-keys): Fix the order of keys; display
6892         continuation keys correctly in the echo area; describe bindings
6893         correctly when keys end with `C-h'.
6894         (gnus-article-read-summary-send-keys): New function.
6895         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6896         for gnus-article-read-summary-send-keys; display continuation keys
6897         correctly in the echo area.
6898         (gnus-article-reply-with-original): Ignore prefix argument.
6899         (gnus-article-wide-reply-with-original): New function.
6900
6901         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6902         Emacs 21.
6903
6904 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6905
6906         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6907         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6908
6909 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6910
6911         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6912         (gnus-group-read-ephemeral-gmane-group): New command.
6913
6914 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6915
6916         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6917
6918 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6919
6920         * message.el (message-send-mail-function): Increase custom version.
6921
6922         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6923         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6924
6925 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6926
6927         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6928         for the cases where imap-authenticate is called with a nil buffer
6929         parameter.
6930
6931 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6932
6933         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6934         html parts correctly; support forwarded messages.
6935         (gnus-article-browse-html-article): Remove work buffers.
6936
6937         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6938         compiling.
6939         (netrc-bound-and-true-p): New macro.
6940         (netrc-parse): Use it instead of bound-and-true-p that is not available
6941         in XEmacs 21.4.
6942
6943 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6944
6945         * gnus-registry.el (gnus-registry-mark-article)
6946         (gnus-registry-article-marks): Add functionality to mark articles
6947         through the Gnus registry.
6948
6949         * encrypt.el: Clarify documentation for the new pgg method.
6950         (encrypt-file-alist): Add PGG option.
6951         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6952         functionality.  Abstract password key and messaging to external
6953         functions.
6954         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6955         (encrypt-message-method-and-cipher): Add new convenience external
6956         functions.
6957         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6958         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6959
6960         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6961         (netrc-parse): Use encrypt-file-alist to determine if
6962         encrypt-find-model or encrypt-insert-file-contents should be used.
6963
6964         * encrypt.el: Clarify documentation.  Load password-cache or
6965         password, whichever one is found first, instead of autoloading.
6966
6967 2007-12-19  Glenn Morris  <rgm@gnu.org>
6968
6969         * mml.el (message-options-set, message-narrow-to-head)
6970         (message-in-body-p, message-mail-p, message-encode-message-body):
6971         Autoload.
6972         (message-remove-header, message-narrow-to-headers-or-head)
6973         (message-subscribed-p, message-make-mail-followup-to)
6974         (message-position-on-field, message-news-p)
6975         (message-options-set-recipient, message-generate-headers)
6976         (message-sort-headers): Declare as functions.
6977
6978 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6979
6980         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6981         convention in doc string.
6982
6983 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6986         title to html parts.
6987         (gnus-article-browse-html-article): Pass message header to it.
6988
6989         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6990
6991 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6992
6993         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6994         or password compatible with XEmacs.
6995
6996 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6997
6998         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6999         format document.
7000         (gnus-mime-delete-part): Don't write description line if empty.
7001         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7002
7003 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7004
7005         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7006         (gnus-summary-mark-read-and-unread-as-read)
7007         (gnus-summary-mark-current-read-and-unread-as-read)
7008         (gnus-summary-mark-unread-as-ticked): Doc fix.
7009         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7010
7011 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7012
7013         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
7014         Christoph Conrad <christoph.conrad@gmx.de>.
7015
7016 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7017
7018         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7019         yes-or-no-p.
7020
7021 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7022
7023         * mm-decode.el (mm-add-meta-html-tag): New function.
7024         (mm-save-part-to-file, mm-pipe-part): Use it.
7025
7026         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
7027         gnus-y-or-n-p instead of y-or-n-p.
7028         (gnus-article-browse-html-parts): Work with message/external-body; use
7029         mm-add-meta-html-tag.
7030
7031 2007-12-11  Glenn Morris  <rgm@gnu.org>
7032
7033         * gnus-cache.el: Require gnus-sum not just when compiling.
7034
7035         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7036
7037         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
7038         definitions before use.
7039
7040         * mm-decode.el: Require gnus-util.
7041         (mm-remove-part): Only call delete-annotation on XEmacs.
7042
7043         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7044
7045         * nnmail.el: Require gnus-int.
7046
7047         * spam.el: Move `require's before `eval-when-compile's.
7048
7049         * gnus-ems.el (gnus-alive-p):
7050         * gnus-fun.el (message-goto-eoh):
7051         * gnus-util.el (gnus-group-name-decode):
7052         * mail-source.el (gnus-compress-sequence):
7053         * message.el (Info-goto-node, format-spec):
7054         * mm-bodies.el (message-options-get):
7055         * mm-decode.el (mm-view-pkcs7):
7056         * mm-util.el (gmm-write-region):
7057         * mml-smime.el (mml-compute-boundary)
7058         (gnus-completing-read-with-default):
7059         * mml.el (widget-button-press, gnus-make-hashtable):
7060         * mml1991.el (mm-decode-content-transfer-encoding)
7061         (mm-encode-content-transfer-encoding)
7062         (message-options-get, message-options-set):
7063         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7064         * nnfolder.el (gnus-request-group):
7065         * nnheader.el (ietf-drums-unfold-fws):
7066         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7067         * smime.el (gnus-run-mode-hooks):
7068         * spam-stat.el (gnus-message): Autoload.
7069
7070         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7071         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7072         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7073         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7074         Add declare-function compatibility definition.
7075
7076         * gnus-cache.el (nnvirtual-find-group-art):
7077         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7078         (gnus-add-image, gnus-add-wash-type):
7079         * gnus-group.el (nnkiboze-score-file):
7080         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7081         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7082         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7083         (message-tokenize-header, gnus-get-buffer-create)
7084         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7085         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7086         * gnus.el (gnus-group-decoded-name):
7087         * mail-source.el (imap-capability):
7088         * mm-bodies.el (message-options-set):
7089         * mm-decode.el (gnus-configure-windows):
7090         * mm-extern.el (message-goto-body):
7091         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7092         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7093         (epg-sub-key-validity, message-options-set):
7094         * mml.el (widget-event-point, gnus-configure-windows):
7095         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7096         * mml2015.el (epg-check-configuration, epg-configuration)
7097         (message-options-set):
7098         * nndb.el (nndb-request-article):
7099         * nnfolder.el (gnus-request-create-group):
7100         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7101         * nnmaildir.el (gnus-group-mark-article-read):
7102         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7103         * rfc1843.el (message-fetch-field):
7104         * spam.el (gnus-extract-address-components):
7105         Declare as functions.
7106
7107 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7108
7109         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7110
7111         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7112
7113         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7114         bind show-trailing-whitespace for XEmacs.
7115
7116 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7117
7118         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7119         new no-op macro for backward compatibility.
7120
7121         * imap.el (imap-string-to-integer): New function.
7122
7123 2007-12-09  Glenn Morris  <rgm@gnu.org>
7124
7125         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7126
7127         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7128         * message.el, mm-view.el, sieve-manage.el, smime.el:
7129         Add declare-function compatibility definition.
7130
7131         * gnus-art.el (w3-region, w3m-region, Info-menu):
7132         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7133         * gnus-sum.el (gnus-get-predicate):
7134         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7135         * message.el (mail-abbrev-in-expansion-header-p):
7136         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7137         (w3m-detect-meta-charset, w3m-region):
7138         * sieve-manage.el (password-read, password-cache-add)
7139         (password-cache-remove):
7140         * smime.el (password-read-and-add): Declare as functions.
7141
7142 2007-12-08  David Kastrup  <dak@gnu.org>
7143
7144         * gnus-sum.el (gnus-summary-simplify-subject-query):
7145         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7146         `message'.
7147
7148 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7149
7150         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7151         it to bind idna-program, installation-directory, defined-colors, and
7152         face-attribute for XEmacs of the version that compiles defcustom forms.
7153
7154 2007-12-07  Glenn Morris  <rgm@gnu.org>
7155
7156         * gnus-art.el (article-make-date-line): Revert previous change.
7157
7158 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7159
7160         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7161
7162 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7163
7164         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
7165         Call gnus-add-to-range ranges only once with a prepared article-list.
7166
7167 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7168
7169         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7170         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7171         group names with backslashes.  Reported by Tassilo Horn
7172         <tassilo@member.fsf.org>.
7173
7174 2007-12-06  Deepak Goel  <deego3@gmail.com>
7175
7176         * gnus-art.el (article-make-date-line):
7177         * gnus-start.el (gnus-load):
7178         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7179
7180 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7181
7182         * gnus-art.el (gnus-use-idna)
7183         * gnus-start.el (gnus-site-init-file)
7184         * message.el (message-use-idna)
7185         * mm-uu.el (mm-uu-hide-markers)
7186         * smiley.el (smiley-style): Revert changes that suppress warnings.
7187
7188 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7191         specify charset to html source.  Reported by Christoph Conrad
7192         <christoph.conrad@gmx.de>.
7193
7194 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7195
7196         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7197         idna-program in order to suppress byte compile warning issued by XEmacs
7198         that came to byte compile the default value section of defcustom forms
7199         recently.
7200
7201         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7202         value of installation-directory.
7203
7204         * message.el (message-use-idna): Don't directly refer to the value of
7205         idna-program.
7206
7207         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7208
7209         * smiley.el (smiley-style): Don't directly call face-attribute.
7210
7211 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7212
7213         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7214
7215         * gnus-dired.el: Reduce Gnus dependencies.
7216         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
7217         require.  Use autoloads instead.
7218         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7219         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7220         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7221         (gnus-dired-mode): Adjust doc string.
7222         (gnus-dired-mail-mode): New variable.
7223         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7224         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7225         (gnus-dired-mail-buffers): New function.  Return mail or message
7226         composition buffers.
7227         (gnus-dired-attach): Use it.
7228         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7229         NO-DECODE.
7230         (gnus-dired-print): Use `gnus-print-buffer' depending on
7231         `gnus-dired-mail-mode'.
7232
7233 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7234
7235         * rfc2047.el (rfc2047-encoded-word-regexp)
7236         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7237         explaining what regexp patterns are for.
7238
7239 2007-12-04  Glenn Morris  <rgm@gnu.org>
7240
7241         * password.el: Move to password-cache.el.
7242
7243         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7244         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7245         * mml-smime.el (password-read, password-cache-add)
7246         (password-cache-remove):
7247         No need to autoload, since mml-sec requires password.
7248
7249         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7250         * message.el (gnus-extract-address-components):
7251         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7252
7253         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7254         password.
7255
7256 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7257
7258         * mailcap.el: Reduce dependencies.
7259         (mail-header-parse-content-type): Autoload.
7260         (mailcap-delete-duplicates): New alias.
7261         (mailcap-mime-info): Add optional argument NO-DECODE.
7262         (mailcap-mime-types): Use mailcap-delete-duplicates.
7263
7264         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7265
7266 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7267
7268         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7269         (imap-parse-status): Upcase status-att for servers that sends them
7270         lower-case (e.g., MS Exchange 2007).
7271
7272 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7273
7274         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7275         function.
7276
7277         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7278         (gnus-uu-yenc-article): New function.
7279
7280         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7281
7282         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
7283         buffer.
7284
7285 2007-12-02  Glenn Morris  <rgm@gnu.org>
7286
7287         * binhex.el (binhex): New custom group.
7288         (binhex-decoder-program, binhex-decoder-switches)
7289         (binhex-use-external): Move to the binhex custom group.
7290
7291         * uudecode.el (uudecode): New custom group.
7292         (uudecode-decoder-program, uudecode-decoder-switches)
7293         (uudecode-use-external): Move to the uudecode custom group.
7294
7295         * netrc.el (top-level): Don't load `encrypt' features.
7296         (netrc-parse): Don't use encrypt.
7297         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7298
7299         * encrypt.el: Remove file.
7300
7301 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7302
7303         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7304         matches on patches.
7305
7306         * gnus-art.el (gnus-article-browse-html-article): Mention
7307         `mm-text-html-renderer' in the doc string.
7308
7309         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7310         string.  Add comments.
7311
7312         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7313         if rhs is ASCII.
7314
7315 2007-12-01  Glenn Morris  <rgm@gnu.org>
7316
7317         * mail-source.el (top-level): Require format-spec before
7318         eval-when-compile.
7319
7320 2007-11-30  Glenn Morris  <rgm@gnu.org>
7321
7322         * encrypt.el: Require password, rather than autoloading password-read.
7323
7324 2007-11-29  Glenn Morris  <rgm@gnu.org>
7325
7326         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7327         (sasl-make-client, sasl-next-step, sasl-step-data)
7328         (sasl-step-set-data): Declare as functions.
7329
7330 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7331
7332         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7333
7334 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7335
7336         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7337         certs should be verified and what is to be done in the event of a
7338         verification failure.
7339
7340         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7341         caller can indicate whether the cache should be disregarded for this
7342         call.  This way the result of the call is reproducible at all times and
7343         can be considered a canonical server name for the supplied method.
7344         (gnus-agent-method-p): Canonicalize server names by pushing their
7345         method through `gnus-method-to-server' using the no-cache argument.
7346
7347         * gnus-srvr.el (gnus-server-insert-server-line): Call
7348         `gnus-method-to-server' with `no-cache' argument.
7349
7350         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7351         gnus-agent-possibly-synchronize-flags as this should be called when the
7352         server is actually being opened.
7353         (gnus-agent-possibly-synchronize-flags)
7354         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7355         flags file of an agentized server to the latter function.
7356
7357         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7358         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7359         after a connection has been established successfully.
7360
7361 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7362
7363         * gnus-art.el (article-display-face): Force to display face if called
7364         interactively; check if gnus-article-x-face-too-ugly matches author.
7365         (article-display-x-face): Display face even if From header is missing
7366         as article-display-face does.
7367
7368 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7369
7370         * hashcash.el (message-narrow-to-headers-or-head)
7371         (message-fetch-field, message-goto-eoh)
7372         (message-narrow-to-headers): Declare as functions.
7373
7374 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7375
7376         * mail-source.el (mail-sources): Default to fetch from file for
7377         compatibility with default of nnmail-spool-file.
7378
7379 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7382         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7383         to look for encoded word that should be encoded again.
7384         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7385         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7386         encoding pattern.
7387         (rfc2047-decode-region): Switch strict regexp and loose one according
7388         to rfc2047-allow-irregular-q-encoded-words.
7389
7390 2007-11-25  Romain Francoise  <romain@orebokech.com>
7391
7392         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7393
7394 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7395
7396         * tls.el (tls-program): Provide more custom choices from
7397         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7398         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7399
7400 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7401
7402         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7403         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7404
7405         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7406         `nnmail-spool-file'.
7407
7408         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7409         `nnmail-spool-file'.
7410
7411         * gnus-move.el (gnus-change-server): Ditto.
7412
7413         * gnus-kill.el (gnus-batch-score): Ditto.
7414
7415         * gnus-cache.el (gnus-jog-cache): Ditto.
7416
7417         * gnus-msg.el (gnus-summary-reply):
7418         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7419
7420 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7421
7422         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7423         version.  Minor improvement to doc strings.
7424         (tls-program): Add comment.
7425
7426 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7427
7428         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7429         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7430         mismatch between the hostname provided in the certificate and the name
7431         of the host connnecting to.
7432         (open-tls-stream): Use them.  Check certificates against trusted root
7433         certificates.
7434
7435 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7436
7437         * gnus-cache.el (gnus-cache-generate-nov-databases):
7438         Use nnml-generate-nov-databases-directory instead of
7439         nnml-generate-nov-databases-1.
7440
7441 2007-11-24  Glenn Morris  <rgm@gnu.org>
7442
7443         * message.el (message-tool-bar-retro): Update for rename
7444         mail_send.xpm->mail-send.xpm.
7445
7446 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7447
7448         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7449         `smime-ldap-search' for Emacs 22 and up.
7450
7451 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7452
7453         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7454
7455         * message.el (message-send-mail-function): Fix error convention.
7456         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7457         (message-widen-reply, message-send-mail, message-talkative-question)
7458         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7459         (message-clone-locals, message-send-news): Use with-current-buffer.
7460         (message-insert-or-toggle-importance): Remove unused var `valid'.
7461         (message-make-references): Remove unused var `new-references'.
7462         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7463
7464 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7465
7466         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7467         (spam-split-symbolic-return-positive): Reflow docstring.
7468         (spam-backends, spam-summary-exit-behavior)
7469         (spam-mark-ham-unread-before-move-from-spam-group)
7470         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7471         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7472         (spam-clear-cache, spam-backend-check, spam-install-backend)
7473         (spam-install-statistical-backend, spam-list-of-processors)
7474         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7475         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7476         (spam-check-crm114, spam-initialize, spam-unload-hook):
7477         Fix typos in docstrings.
7478
7479 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7480
7481         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7482         been checked if they have never been read and those group levels are
7483         higher than the one that a user specified.
7484
7485 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7488         foreign groups unless a group level is specified by a user.
7489         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7490
7491 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7492
7493         * message.el (message-send-mail-function): Require sendmail.
7494
7495 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7496
7497         * message.el (message-send-mail-function): Check for smtpmail too.
7498
7499         * utf7.el (utf7-encode, utf7-decode): Use coding system
7500         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7501
7502         * message.el (message-send-mail-function): New function.
7503         (message-send-mail-function): Set default using
7504         message-send-mail-function.  Adjust doc string.
7505         (message-send-mail-with-mailclient): New function.
7506
7507 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7508
7509         * smime.el (from):
7510         * rfc2047.el (message-posting-charset):
7511         * qp.el (mm-use-ultra-safe-encoding):
7512         * pop3.el (parse-time-months):
7513         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7514         * nnml.el (files):
7515         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7516         (jka-compr-compression-info-list, ange-ftp-path-format)
7517         (efs-path-regexp):
7518         * nndiary.el (files):
7519         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7520         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7521         (epg-digest-algorithm-alist, inhibit-redisplay)
7522         (password-cache-expiry):
7523         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7524         (pgg-output-buffer, password-cache-expiry):
7525         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7526         (efs-path-regexp):
7527         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7528         (inhibit-redisplay):
7529         * mm-uu.el (file-name, start-point, end-point, entry)
7530         (gnus-newsgroup-name, gnus-newsgroup-charset):
7531         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7532         (latin-unity-ucs-list):
7533         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7534         (mm-uu-binhex-decode-function):
7535         * message.el (gnus-message-group-art, gnus-list-identifiers)
7536         (rmail-enable-mime-composing, gnus-local-organization)
7537         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7538         (gnus-read-active-file, facemenu-add-face-function)
7539         (facemenu-remove-face-function, gnus-article-decoded-p)
7540         (tool-bar-mode):
7541         * mail-source.el (display-time-mail-function):
7542         * gnus-util.el (nnmail-pathname-coding-system)
7543         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7544         (gnus-original-article-buffer, gnus-user-agent)
7545         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7546         (xemacs-codename, sxemacs-codename, emacs-program-version):
7547         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7548         * gnus-start.el (gnus-agent-covered-methods)
7549         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7550         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7551         (gnus-newsgroup-headers, gnus-group-list-mode)
7552         (gnus-group-mark-positions, gnus-newsgroup-data)
7553         (gnus-newsgroup-unreads, nnoo-state-alist)
7554         (gnus-current-select-method, mail-sources)
7555         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7556         (nnmail-spool-file, gnus-cache-active-hashtb):
7557         * gnus-mh.el (mh-lib-progs):
7558         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7559         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7560         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7561         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7562         (gnus-group-buffer):
7563         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7564         (font-lock-set-defaults):
7565         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7566         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7567         (gnus-summary-post-menu, total-parts, type, condition, length):
7568         * gnus-agent.el (gnus-agent-read-agentview):
7569         * flow-fill.el (show-trailing-whitespace):
7570         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7571         eval-and-compile wrappers for byte compiler pacifiers.
7572
7573         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7574         (mm-display-inline-fontify): Check for featurep 'xemacs not
7575         extent-list.
7576
7577         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7578         itimer-list.
7579         (mm-create-image-xemacs): Only do something for XEmacs.
7580         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7581
7582         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7583
7584         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7585         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7586
7587 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7588
7589         * nnimap.el (nnimap-split-download-body):
7590         * gnus-demon.el (gnus-demon):
7591         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7592
7593 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7594
7595         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7596         macros.
7597         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7598         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7599         copy data from unibyte buffer to multibyte current buffer.
7600         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7601         to copy data from unibyte current buffer to multibyte buffer.
7602         (nntp-make-process-buffer): Make process buffer unibyte.
7603
7604         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7605
7606 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7607
7608         * pop3.el (pop3-open-server): Accept and process data more robustly at
7609         connexion start to avoid spurious "POP SSL connexion failed" errors.
7610
7611 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7614         read group names.
7615
7616 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7617
7618         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7619
7620 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7623         (nnmail-save-active): Use a unibyte buffer when saving active file,
7624         which may contain non-ASCII group names.
7625
7626         * nnml.el (nnml-request-group): Decode group names in messages.
7627
7628 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7629
7630         * message.el (message-citation-line-function)
7631         (message-insert-formatted-citation-line): Fix spelling of
7632         `message-insert-formated-citation-line'.
7633
7634 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7635
7636         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7637
7638 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7639
7640         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7641         nnmail-pathname-coding-system.
7642
7643         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7644         that a user enters; decode group names in messages.
7645
7646         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7647
7648 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7649
7650         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7651
7652         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7653
7654         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7655         risky local variable.
7656
7657         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7658
7659 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7660
7661         * encrypt.el: Improve documentation to fix function name typo.
7662         Reported by Daiki Ueno <ueno@unixuser.org>.
7663
7664 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7665
7666         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7667         even if the point is not in the last page of an article.
7668         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7669         back to the previous page.
7670
7671 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7672
7673         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7674
7675 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7678
7679 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7680
7681         * message.el (message-check-news-body-syntax): Avoid
7682         mm-string-as-multibyte.
7683         (message-hide-headers): Don't assume (point-min)==1.
7684
7685 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7686
7687         * message.el (message-remove-blank-cited-lines): Fix if remove is
7688         given.
7689         (message-bogus-address-regexp): New variable.
7690         (message-bogus-recipient-p): New function.
7691         (message-check-recipients): New command.
7692         (message-syntax-checks): Add `bogus-recipient'.
7693         (message-fix-before-sending): Add `bogus-recipient'.
7694
7695         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7696         (gnus-treat-body-boundary): Don't test window-system.
7697
7698 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7699
7700         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7701
7702 2007-10-28  Miles Bader  <miles@gnu.org>
7703
7704         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7705         at compile-time too.
7706
7707 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7708
7709         * gnus-msg.el (gnus-message-setup-hook): Add
7710         `message-remove-blank-cited-lines' to options.
7711
7712 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7713
7714         * message.el (message-remove-blank-cited-lines): New function.
7715         Suggested by Karl Plästerer.
7716
7717 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7718
7719         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7720         mapc.
7721
7722         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7723         (top-level): Use mapc to set functions to be traced for debugging.
7724
7725         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7726         called for effect with while loop.
7727
7728         * message.el (message-talkative-question): Replace mapcar called for
7729         effect with mapc.
7730
7731         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7732         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7733         called for effect with dolist.
7734
7735         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7736
7737         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7738         gnus-extra-headers and nnmail-extra-headers.
7739
7740         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7741         called for effect with dolist.
7742         (top-level): Use mapc to set functions to be traced for debugging.
7743
7744         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7745         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7746         dolist.
7747
7748         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7749         Replace mapcar called for effect with mapc.
7750         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7751         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7752         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7753         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7754
7755         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7756         remove-if that's a cl function.
7757
7758         * webmail.el (webmail-debug): Replace mapcar called for effect with
7759         dolist.
7760
7761         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7762         with mapc.
7763
7764 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7767         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7768         with while loop.
7769
7770         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7771         functions from article-* functions.
7772         (gnus-multi-decode-header): Replace mapcar called for effect with
7773         dolist.
7774
7775         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7776         (gnus-bookmark-show-details): Replace mapcar called for effect with
7777         while loop.
7778
7779         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7780         called for effect with while loop.
7781
7782         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7783         with dolist.
7784
7785         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7786         mapcar called for effect with dolist.
7787
7788         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7789
7790         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7791         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7792         Replace mapcar called for effect with dolist.
7793         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7794         mapc.
7795
7796         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7797         Replace mapcar called for effect with dolist.
7798         (gnus-topic-list): Replace mapcar called for effect with mapc.
7799
7800         * gnus.el: Use mapc instead of mapcar to add autoloads.
7801
7802 2007-10-23  Richard Stallman  <rms@gnu.org>
7803
7804         * gnus-group.el (gnus-group-highlight): Mark as risky.
7805
7806 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * gnus.el (gnus-server-to-method): Return method found first in
7809         gnus-newsrc-alist.
7810
7811         * gnus-art.el (gnus-article-highlight-signature)
7812         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7813         button overlay without the front stickiness.
7814
7815 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7816
7817         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7818         overview buffer needed a catch to receive its throw.
7819         (gnus-agent-flush-cache): Declared as interactive to make this function
7820         easier to use.
7821
7822 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7823
7824         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7825         `next-line'.
7826
7827 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7830         exclude address matching message-dont-reply-to-names.
7831
7832 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7833
7834         * gnus-util.el (gnus-string<): New function.
7835
7836         * gnus-sum.el (gnus-article-sort-by-author)
7837         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7838
7839 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7840
7841         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7842         the frame-focus tag is set in gnus-buffer-configuration.
7843
7844 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7845
7846         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7847         the front stickiness.
7848
7849 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7850
7851         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7852         url pattern; remove duplicate one.
7853         (gnus-article-extend-url-button): New function.
7854         (gnus-article-add-buttons): Use it.
7855         (gnus-button-push): Use concatenated url that it makes.
7856
7857 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7858
7859         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7860
7861 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7862
7863         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7864         Don't hardcode point-min==1.
7865
7866 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7867
7868         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7869         Fix comment about "iso8859-1".
7870
7871 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7872
7873         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7874         ones returned from the verify-function.
7875
7876         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7877         mml2015-extract-cleartext-signature if extraction failed.
7878
7879 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7880
7881         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7882         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7883         failed.
7884
7885 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7886
7887         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7888
7889 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7890
7891         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7892         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7893         recommends to use EasyPG instead of PGG.
7894
7895         * pgg.el: Revert to revision 6.23.2.16.
7896
7897         * pgg-def.el: Revert to revision 6.6.2.14.
7898
7899         * pgg-gpg.el: Revert to revision 6.23.2.34.
7900
7901 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7902
7903         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7904         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7905         thread for both the null and zero (kill/expire thread) universal prefix
7906         cases.
7907         (gnus-summary-expire-thread): Add new function to expire a thread,
7908         using gnus-summary-kill-thread.
7909         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7910         shortcuts for gnus-summary-expire-thread.
7911         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7912         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7913
7914 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7915
7916         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7917         extras value, so an extras entry can be deleted.
7918         (gnus-registry-delete-extra-entry): Use it.
7919         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7920         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7921         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7922         storage through the gnus-registry, and provide an appropriate API for
7923         it.
7924
7925 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7928         Suggested by Leo <sdl.web@gmail.com>.
7929
7930         * gnus.el: Do.
7931
7932 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7933
7934         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7935         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7936
7937         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7938
7939         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7940         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7941
7942 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7943
7944         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7945         newline.
7946         (nnmbox-request-accept-article): Don't change article in source buffer;
7947         narrow to header to use message-fetch-field rather than
7948         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7949         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7950         as delimiters; make sure article ends with newline.
7951         (nnmbox-delete-mail): Correct last position of article to be deleted;
7952         ignore X-Gnus-Newsgroup header in article body.
7953         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7954         positions; make sure article ends with newline.
7955
7956         * message.el (message-display-abbrev): Don't infloop when a user
7957         inserts SPC in the beginning of header.
7958
7959         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7960         coding-system-for-read and coding-system-for-write for XEmacs having no
7961         file-coding feature.
7962
7963         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7964
7965 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7966
7967         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7968         list of groups not followed by default.  Fix type to be regexp.
7969         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7970
7971 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7972
7973         * hmac-def.el (define-hmac-function): Switch from old-style to
7974         new-style backquotes.
7975
7976         * md4.el (md4-make-step): Likewise.
7977
7978 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7979
7980         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7981         raw-text coding system when saving .newsrc file, which may contain
7982         non-ASCII group names.
7983
7984 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7985
7986         * gnus-cus.el (gnus-score-extra): New widget.
7987         (gnus-score-extra-convert): New function.
7988         (gnus-score-customize): Use it for Extra.
7989
7990 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7991
7992         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7993         (mml2015-mailcrypt-clear-verify): Use it.
7994         (mml2015-gpg-clear-verify): Use it.
7995         (mml2015-pgg-clear-verify): Use it.
7996         (mml2015-epg-clear-verify): Replace the current part with the output
7997         from GnuPG; don't extract the plaintext by itself.
7998
7999         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8000         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8001         mml2015-clear-verify-function; don't touch the armor headers or
8002         dash-escaped text here.
8003
8004 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8005
8006         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8007         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8008         parts, or application/octet-stream as a last resort.
8009         (gnus-mime-view-part-as-type): Don't toggle display.
8010         (gnus-mime-view-part-as-charset): Don't turn off display before
8011         querying charset.
8012
8013         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8014         stuff to undisplayer function in Emacs.
8015         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8016
8017         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8018         text/calendar parts.
8019
8020 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8021
8022         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8023         decoding text/calendar parts.
8024
8025         * message.el (message-forward-make-body-mime): Always mark body as
8026         having no illegible text; remove signed-or-encrypted argument.
8027         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8028
8029         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8030         (mml-generate-mime-1): Don't encode body if it is specified to be in
8031         raw form; don't make buffer be unibyte when inserting multibyte string.
8032
8033 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8034
8035         * sha1.el: Fix up comment style.
8036         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8037         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8038
8039         * hex-util.el: Fix up comment style.
8040         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8041
8042         * gnus-salt.el: Use with-current-buffer.
8043         (gnus-pick-setup-message): Fix long-standing typo.
8044
8045 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8046
8047         * imap.el (imap-logout-timeout): New variable.
8048         (imap-logout, imap-logout-wait): New functions.
8049         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8050
8051         * nnimap.el (nnimap-logout-timeout): New server variable.
8052         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8053         nnimap-logout-timeout.
8054
8055         * gnus-art.el (gnus-article-summary-command-nosave)
8056         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8057
8058 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * gnus.el (gnus-maximum-newsgroup): New variable.
8061
8062         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8063         according to gnus-maximum-newsgroup.
8064
8065         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8066         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8067         Limit the range of articles according to gnus-maximum-newsgroup.
8068
8069 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8070
8071         * gnus-art.el (gnus-sticky-article): Fixed problems described in
8072         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8073         Don't perform gnus-configure-windows here; reuse existing sticky
8074         article buffer.
8075
8076         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8077         it doesn't exist in gnus-article-mode.
8078
8079 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8080
8081         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8082         (gnus-agent-decoded-group-name): New function.
8083         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8084         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8085
8086 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8087
8088         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8089         Add binding for gnus-sticky-article.
8090         (gnus-summary-exit): Don't kill sticky article buffers.
8091
8092         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8093         article buffer.
8094         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8095         (gnus-kill-sticky-article-buffers): New commands.
8096
8097 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8098
8099         * nntp.el (nntp-xref-number-is-evil): New server variable.
8100         (nntp-find-group-and-number): If it is non-nil, don't trust article
8101         numbers in the Xref header.
8102
8103 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8104
8105         * gnus-agent.el (gnus-agent-read-group): New function.
8106         (gnus-agent-flush-group, gnus-agent-expire-group)
8107         (gnus-agent-regenerate-group): Use it.
8108         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8109         nnmail-pathname-coding-system.
8110
8111 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8112
8113         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8114
8115         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8116         that are unread as unread, and also as selected so that information of
8117         marks having been changed by a user may be updated when exiting group.
8118
8119 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8122         calculated ignoring signature parts to gnus-treat-article.
8123
8124 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8127         a point here in order to keep the window start.
8128         (gnus-insert-mime-security-button): Make a button overlay without the
8129         front stickiness.
8130         (gnus-mime-display-security): Goto the end of a button.
8131
8132         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8133
8134 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8135
8136         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8137         group-name-at-point.
8138         (gnus-group-completing-read): New function that offers decoded
8139         non-ASCII group names for completion.
8140         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8141         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8142         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8143         (gnus-group-fetch-control): Use it.
8144         (gnus-fetch-group): Use group-name-at-point for the initial value
8145         rather than the default value; use gnus-alive-p.
8146
8147         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8148         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8149         (gnus-summary-post-news): Use gnus-group-completing-read.
8150
8151         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8152         (gnus-read-move-group-name): Decode group name for completion.
8153
8154 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8155
8156         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8157         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8158         Yamaoka slightly modified the code).
8159
8160 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8161
8162         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8163         (nnmail-split-incoming): Bind it.
8164
8165         * nnml.el (nnml-group-name-charset): New function.
8166         (nnml-decoded-group-name): Use it; don't decode group name if
8167         nnmail-group-names-not-encoded-p is non-nil.
8168         (nnml-encoded-group-name): New function.
8169         (nnml-group-pathname): Inline nnml-decoded-group-name.
8170         (nnml-request-expire-articles): Decode group name in message.
8171         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8172         nnmail-pathname-coding-system.
8173         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8174         not decoded ones according to nnmail-group-names-not-encoded-p.
8175         (nnml-generate-active-info): Use nnml-encoded-group-name.
8176
8177 2007-08-08  Glenn Morris  <rgm@gnu.org>
8178
8179         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8180         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8181         doc-strings and comments.
8182
8183 2007-07-25  Glenn Morris  <rgm@gnu.org>
8184
8185         * Relicense all FSF files to GPLv3 or later.
8186
8187 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8188
8189         * gnus-sum.el (gnus-summary-move-article): Make
8190         gnus-summary-respool-article work.
8191
8192 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8193
8194         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8195         string.
8196
8197 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8198
8199         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8200         that should be ignored when comparing distant RSS articles with local
8201         ones.
8202         (nnrss-make-hash-index): New function.  Create a hash index according
8203         to the ignored fields.
8204         (nnrss-check-group): Use it.
8205
8206 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8207
8208         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8209
8210         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8211
8212         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8213         the new optional argument ENCODED is non-nil.
8214         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8215         coding system for encoding group name.
8216         (gnus-group-make-rss-group): Pass un-encoded group name to
8217         gnus-group-make-group.
8218         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8219         encoded.
8220
8221         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8222         Encode group name to which articles are moved or copied.
8223         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8224         coding system for encoding Newsgroup, Followup-To and Xref headers.
8225
8226         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8227         marks; use nnheader-file-coding-system to write a file.
8228         (nnagent-retrieve-headers): Bind file-name-coding-system to
8229         nnmail-pathname-coding-system.
8230
8231         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8232
8233         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8234         (nnml-request-article, nnml-request-create-group)
8235         (nnml-request-rename-group, nnml-find-id)
8236         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8237         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8238         (nnml-save-marks): Use nnml-group-pathname instead of
8239         nnmail-group-pathname.
8240
8241         (nnml-request-create-group, nnml-request-expire-articles)
8242         (nnml-request-move-article, nnml-request-delete-group)
8243         (nnml-deletable-article-p, nnml-possibly-create-directory)
8244         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8245         (nnml-open-marks): Bind file-name-coding-system to
8246         nnmail-pathname-coding-system.
8247
8248         (nnml-request-article): Pass server argument to nnml-find-group-number.
8249         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
8250         server argument to nnml-possibly-create-directory.
8251         (nnml-request-accept-article): Pass server argument to
8252         nnml-active-number and nnml-save-mail.
8253         (nnml-find-group-number): Pass server argument to nnml-find-id.
8254         (nnml-request-update-info): Pass server argument to
8255         nnml-marks-changed-p.
8256
8257         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8258         (nnml-save-mail, nnml-active-number): Add server argument.
8259
8260         (nnml-request-delete-group): Warn if group is missing.
8261         (nnml-get-nov-buffer): Decode group name.
8262         (nnml-generate-active-info): Encode group name.
8263         (nnml-open-marks): Decode group name in messages.
8264
8265 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8266
8267         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8268         if it is not specified.
8269         (gnus-article-pipe-part, gnus-article-save-part)
8270         (gnus-article-interactively-view-part, gnus-article-copy-part)
8271         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8272         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8273         (gnus-article-replace-part, gnus-article-delete-part)
8274         (gnus-article-view-part-as-type): Pass raw prefix argument to
8275         gnus-article-part-wrapper.
8276
8277 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8278
8279         * gnus-agent.el (gnus-agent-save-active): Bind
8280         nnheader-file-coding-system to gnus-agent-file-coding-system.
8281
8282         * gnus-cache.el (gnus-cache-save-buffers)
8283         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8284         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8285         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8286         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8287         (gnus-cache-generate-active, gnus-cache-rename-group)
8288         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8289         (gnus-cache-update-overview-total-fetched-for): Bind
8290         file-name-coding-system to nnmail-pathname-coding-system.
8291         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
8292         variables.
8293         (gnus-cache-decoded-group-name): New function.
8294         (gnus-cache-file-name): Use it.
8295         (gnus-cache-generate-active): Use non-decoded group name for active.
8296
8297         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8298         right place.
8299         (gnus-write-active-file): Don't break non-ASCII group names.
8300
8301         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8302         nnmail-pathname-coding-system.
8303
8304         * lpath.el: Bind default-file-name-coding-system,
8305         file-name-coding-system and language-info-alist for XEmacs.
8306
8307         * gnus-uu.el (gnus-uu-decode-save): Typo.
8308
8309 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8312
8313 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8316         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8317         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8318         (gnus-agent-flush-group, gnus-agent-flush-cache)
8319         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8320         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8321         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8322         (gnus-agent-regenerate-group)
8323         (gnus-agent-update-files-total-fetched-for)
8324         (gnus-agent-update-view-total-fetched-for): Bind
8325         file-name-coding-system to nnmail-pathname-coding-system.
8326         (gnus-agent-group-pathname): Don't encode file names by
8327         nnmail-pathname-coding-system.
8328         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8329         coding-system-for-write instead of buffer-file-coding-system to
8330         gnus-agent-file-coding-system.
8331
8332         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8333         Decode group name.
8334
8335         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8336
8337         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8338         (gnus-read-newsrc-el-file): Make group names unibyte.
8339
8340         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8341         nnmail-pathname-coding-system.
8342
8343         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8344         (nnrss-request-delete-group): Bind file-name-coding-system to
8345         nnmail-pathname-coding-system.
8346         (nnrss-read-server-data, nnrss-read-group-data): Bind
8347         file-name-coding-system correctly.
8348         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8349
8350         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8351         (nntp-server-to-method-cache): New variable.
8352         (nntp-group-pathname): New function that decodes non-ASCII group names.
8353         (nntp-possibly-create-directory, nntp-marks-changed-p)
8354         (nntp-save-marks, nntp-open-marks): Use it.
8355         (nntp-possibly-create-directory, nntp-open-marks):
8356         Bind file-name-coding-system to nnmail-pathname-coding-system.
8357         (nntp-open-marks): Decode group names when bootstrapping marks.
8358
8359         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8360         Newsgroups and Folowup-To headers.
8361
8362 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8363
8364         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8365         (gnus-server-closed-face, gnus-server-denied-face)
8366         (gnus-server-offline-face): Remove variable.
8367         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8368
8369         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8370         of modifying message-stack directly for XEmacs.
8371
8372         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8373         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8374         if the coding-system argument is nil for XEmacs.
8375
8376         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8377         mm-charset-override-alist.
8378
8379         * rfc2047.el: Don't require base64; require rfc2045 for the function
8380         rfc2045-encode-string.
8381         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8382         to quote the parameter value.
8383
8384 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8385
8386         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8387         form in gnus-group-name-charset-method-alist.
8388
8389         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8390         overrides the default layout edit-form.
8391
8392         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8393
8394         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8395
8396 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8399         as unfetched articles.
8400
8401 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8402
8403         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8404
8405 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8406
8407         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8408         original back end that keeps marks in the local system.
8409
8410 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8411
8412         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8413         arg of pop-to-buffer for XEmacs.
8414         (gnus-article-read-summary-keys): Ditto; don't restore window
8415         configuration if summary command ends up with neither article buffer
8416         nor summary buffer; describe bindings if summary keys end with C-h.
8417
8418 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8419
8420         * message.el (message-fix-before-sending): Skip raw message part to be
8421         forwarded while checking illegible text.
8422         (message-forward-make-body-mime, message-forward-make-body): Mark
8423         signed or encrypted raw message as having no illegible text.
8424
8425 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8428         (gnus-message-with-timestamp-1): New macro.
8429         (gnus-message-with-timestamp): New function.
8430         (gnus-message): Use them.
8431
8432         * nnheader.el (nnheader-message): Use them.
8433
8434 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8435
8436         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8437         .newsrc.eld file.
8438
8439 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * gnus-agent.el (gnus-agent-fetch-headers)
8442         (gnus-agent-retrieve-headers): Bind
8443         gnus-decode-encoded-address-function to identity.
8444
8445         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8446         available also when the server returns simply a dot.
8447
8448         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8449
8450 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8451
8452         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8453
8454 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8455
8456         * gnus-ems.el (gnus-x-splash): Make it work.
8457
8458         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8459         from being used.
8460
8461         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8462
8463 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8466         4th and the 5th arguments.
8467
8468         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8469         the front stickiness.
8470         (gnus-article-summary-command-nosave): Correct the order of the
8471         arguments passed to pop-to-buffer.
8472         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8473         summary command ends up with the article buffer.
8474
8475         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8476         the same faces.
8477
8478 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8479
8480         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8481
8482 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8483
8484         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8485         * gnus-sum.el (gnus-summary-highlight):
8486         * pgg.el (pgg-sign-region, pgg-sign):
8487         * mail-source.el (mail-source-delete-old-incoming-confirm):
8488         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8489
8490 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * gnus-art.el (gnus-mime-view-part-externally)
8493         (gnus-mime-view-part-internally): Fix predicate function passed to
8494         completing-read.
8495
8496         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8497
8498         * gnus.el (gnus-update-message-archive-method): Add :version.
8499
8500 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8501
8502         * gnus.el (gnus-update-message-archive-method): New variable.
8503
8504         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8505         according to gnus-message-archive-method if
8506         gnus-update-message-archive-method is non-nil.
8507
8508 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8509
8510         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8511         by Loic Dachary <loic@dachary.org>.
8512         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8513
8514 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8515
8516         * message.el (message-pop-to-buffer): Add switch-function argument.
8517         (message-mail): Pass switch-function argument to it.
8518
8519 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8520
8521         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8522         Improve doc string.
8523
8524 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8527         (gnus-header-content)
8528         * gnus-cite.el (gnus-cite-10)
8529         * gnus-srvr.el (gnus-server-closed)
8530         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8531         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8532         (gnus-group-mail-3-empty, gnus-group-mail-low)
8533         (gnus-group-mail-low-empty, gnus-splash)
8534         * message.el (message-header-to, message-header-cc)
8535         (message-header-subject, message-header-other, message-header-name)
8536         (message-header-xheader, message-separator, message-cited-text)
8537         (message-mml): Lighten colors of faces used for dark background.
8538
8539 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8540
8541         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8542         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8543
8544 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8545
8546         * message.el (message-narrow-to-headers-or-head):
8547         Ignore mail-header-separator in the body.
8548
8549 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8552         same as window size.
8553
8554 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8555
8556         * message.el (message-font-lock-keywords): Use message-header-xheader
8557         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8558         ahead of the anything pattern, to get it recognised.
8559
8560 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8561
8562         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8563         spam.el loads uses it in the compiled defadvice form.
8564
8565 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8566
8567         * gnus-sum.el (gnus-articles-to-read)
8568         (gnus-summary-insert-old-articles): Don't truncate group name for
8569         `read-string'.
8570
8571         * gnus-util.el (gnus-limit-string): Delete this function.
8572
8573         * gnus-sum.el (gnus-simplify-subject-fully): Use
8574         `truncate-string-to-width' instead.
8575
8576 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8577
8578         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8579         if, on summary exit, the next group has to be selected.
8580         (gnus-summary-exit): Use it.
8581
8582 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8583
8584         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8585         non-break space.
8586
8587 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8588
8589         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8590         Check if group is not a directory.
8591         (nnfolder-request-expire-articles): Don't delete articles if the target
8592         group is not available.
8593
8594         * nnml.el (nnml-request-create-group): Properly check if group is not a
8595         file.
8596         (nnml-request-expire-articles): Don't delete articles if the target
8597         group is not available.
8598
8599         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8600         Don't quote characters that are within parentheses.
8601
8602 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8603
8604         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8605         (gnus-handle-ephemeral-exit): Select article according to it.
8606
8607 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8608
8609         * message.el (message-insert-formated-citation-line): Remove newline.
8610         (message-citation-line-format): Add final \n here so that the user can
8611         avoid a blank line.
8612
8613 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8614
8615         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8616         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8617         Update lanl/arXiv support.
8618
8619 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8620
8621         * gnus.el: Bump version number.
8622
8623 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8624
8625         * gnus.el (gnus-version-number): Bump version.
8626
8627 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8628
8629         * gnus.el: No Gnus v0.6 is released.
8630
8631 2007-04-27  Didier Verna  <didier@xemacs.org>
8632
8633         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8634         * gmm-utils.el (gmm-regexp-concat): here.
8635         * message.el: Don't require 'gnus-util.
8636         (message-dont-reply-to-names): Handle name change above.
8637         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8638
8639 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8640
8641         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8642         since the initial value varies according to the system.
8643
8644 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8645
8646         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8647
8648 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8649
8650         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8651
8652 2007-04-24  Didier Verna  <didier@xemacs.org>
8653
8654         Improve the type of gnus-ignored-from-addresses.
8655         * gnus-util.el (gnus-orify-regexp): New function.
8656         * message.el (gnus-util): Require it.
8657         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8658         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8659         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8660
8661 2007-04-24  Didier Verna  <didier@xemacs.org>
8662
8663         * gnus-sum.el:
8664         * gnus-utils.el: Fix some trailing whitespaces.
8665
8666 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8667
8668         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8669         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8670         article's Message-ID; refer parent article in summary buffer.
8671
8672         * message.el (message-bounce): Call mime-to-mml.
8673
8674         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8675         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8676         optimize and/or forms properly.
8677
8678 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8679
8680         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8681         URL.
8682
8683 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8686
8687 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8688
8689         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8690         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8691         displayed of multipart/alternative part if it is invoked from summary
8692         buffer.
8693
8694         * mm-view.el (mm-inline-text-html-render-with-w3m)
8695         (mm-inline-text-html-render-with-w3m-standalone)
8696         (mm-inline-render-with-function): Use mail-parse-charset by default.
8697
8698 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8699
8700         * parse-time.el (parse-time-string-chars): Check if CHAR
8701         is less than the length of parse-time-syntax.
8702
8703 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8704
8705         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8706         from gnus-newsgroup-processable.
8707
8708 2007-04-16  Didier Verna  <didier@xemacs.org>
8709
8710         * gnus-msg.el (gnus-configure-posting-styles): Handle
8711         message-signature-directory properly with :file syntax.  Reported by
8712         "Leo".
8713
8714 2007-04-11  Didier Verna  <didier@xemacs.org>
8715
8716         New user option: message-signature-directory.
8717         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8718         * message.el (message-insert-signature): Ditto.
8719         * message.el (message-signature-file): Doc update.
8720         * message.el (message-signature-directory): New.
8721
8722 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8723
8724         * gnus-msg.el (gnus-inews-yank-articles): Use
8725         message-exchange-point-and-mark instead of exchange-point-and-mark.
8726
8727 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * message.el (message-yank-original): Make sure cited text ends with
8730         newline; don't exchange point and mark.
8731
8732 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8733
8734         * tls.el (open-tls-stream): Properly handle case where there
8735         is no associated buffer.
8736
8737 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8738
8739         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8740         message-yank-original, make sure (< mark TEXT point).
8741
8742 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8743
8744         * message.el (message-fill-column): New variable.
8745         (message-mode): Use it.  Add comment on a possible new hook.
8746
8747         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8748         (nnmail-get-new-mail): Reformat.
8749
8750         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8751
8752         * gmm-utils.el: Fix Commentary.
8753         (gmm-tool-bar-from-list): Fix typo in doc string.
8754
8755 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8756
8757         * message.el (message-yank-original): Don't switch point and mark
8758         unnecessarily to put point and mark as documented.
8759
8760 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8761
8762         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8763         from the message heads.
8764
8765 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8766
8767         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8768         article buffer does not have a window.  This may not be the best
8769         solution but is certainly better than setting the start of the null,
8770         that is the current, window.
8771
8772 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8773
8774         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8775         (gnus-draft-setup): Run it.
8776
8777         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8778         gnus-score-fast-scoring.  Allow regexp.
8779         (gnus-score-headers): Use it.
8780
8781         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8782         XEmacs.
8783
8784         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8785         string.
8786         (gnus-button-alist): Also catch `<f1> k ...'.
8787         (gnus-treat-display-x-face): Fix doc string.
8788
8789 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8790
8791         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8792         evaluation of gnus-extended-version to ensure correct generation of the
8793         User-Agent header when message-generate-headers-first is used.
8794
8795 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8796
8797         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8798         hashcash-path is nil.  Don't call callback with incorrect number of
8799         parameters if val is 0.
8800
8801 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8802
8803         * message.el (message-required-news-headers):
8804         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8805
8806 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8807
8808         * tls.el (open-tls-stream): In handshake-waiting loop,
8809         don't wait more if there is output available to process.
8810
8811 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8812
8813         * tls.el (tls-program): Doc fix.
8814
8815 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * message.el (message-generate-new-buffers): Change the meaning of the
8818         nil value; add `standard' to the choices; treat t as `unique'; improve
8819         doc string.
8820         (gnus-select-frame-set-input-focus): Autoload.
8821         (message-buffer-name): Search for the existing message buffer if
8822         message-generate-new-buffers is nil or `standard'; treat the value t of
8823         message-generate-new-buffers as `unique'.
8824         (message-pop-to-buffer): Raise the frame already displaying the message
8825         buffer; clear the echo area after querying.
8826         (message-setup): Pass the `continue' argument to compose-mail.
8827         (message-mail): Prefer `switch-function' if it is given; search for the
8828         existing message buffer if the `continue' argument is non-nil; pass
8829         continue and switch-function arguments to compose-mail by way of
8830         message-setup.
8831         (message-mail-other-window): Adjust argument of message-setup.
8832         (message-mail-other-frame): Ditto.
8833
8834 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8835
8836         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8837         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8838         to turn font-lock on when turning gnus-message-citation-mode on.
8839
8840 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8841
8842         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8843         (mml-smime-function-alist): New variable; add epg as the backend.
8844         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8845         mml-smime- functions instead.
8846         * mm-view.el: Require smime.
8847
8848 2007-03-05  Didier Verna  <didier@xemacs.org>
8849
8850         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8851         instead of just inheritance for posting styles.
8852         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8853
8854 2007-02-24  Chris Moore  <dooglus@gmail.com>
8855
8856         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8857         * pgg-pgp.el (pgg-pgp-encrypt-region):
8858         * pgg-gpg.el (pgg-gpg-encrypt-region):
8859         Check pgg-encrypt-for-me if no other recipients.
8860
8861 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8862
8863         * tls.el (tls-certtool-program): Fix custom type.
8864
8865 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8868         and point-at-eol instead of line-(beginning|end)-position.
8869
8870         * assistant.el (assistant-parse-buffer): Ditto.
8871
8872         * netrc.el (netrc-parse-services): Ditto.
8873
8874 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8875
8876         * mml2015.el (mml2015-epg-find-usable-key): New function.
8877         (mml2015-epg-sign): Use it.
8878         (mml2015-epg-encrypt): Use it.
8879
8880 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8881
8882         * message.el (message-make-in-reply-to): Quote name containing
8883         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8884         if there are special characters.  Reported by NAKAJI Hiroyuki
8885         <nakaji@jp.freebsd.org>.
8886
8887 2007-02-27  Didier Verna  <didier@xemacs.org>
8888
8889         Include the group parameters as well as the topic ones in the
8890         inheritance filter process.
8891         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8892         argument GROUP-PARAMS-LIST.
8893         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8894
8895 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8896
8897         * nntp.el (nntp-never-echoes-commands)
8898         (nntp-open-connection-functions-never-echo-commands): New variables.
8899         (nntp-send-command): Use them.
8900
8901 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8902
8903         * mml2015.el (mml2015-epg-verify): Simplified.
8904
8905 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8906
8907         * mml.el (mml-content-disposition-alist): New user option.
8908         (mml-content-disposition): New function.
8909         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8910         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8911
8912 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8913
8914         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8915         verification.
8916
8917 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8918
8919         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8920         articles posted in the last 24 hours.
8921
8922 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8923
8924         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8925
8926 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8927
8928         * nntp.el (nntp-send-command): Don't wait for echoes when
8929         nntp-open-ssl-stream is used.
8930
8931 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8932
8933         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8934         (gnus-message-add-citation-keywords)
8935         (gnus-message-remove-citation-keywords): Remove.
8936         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8937         directly, make the variables in font-lock-defaults buffer-local, add
8938         gnus-message-citation-keywords to them and then update the value of
8939         font-lock-keywords.
8940
8941 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8942
8943         * message.el (message-cite-original-1): Don't call
8944         gnus-article-highlight-citation.
8945
8946         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8947         citations; fix line count.
8948
8949 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8952         (gnus-message-add-citation-keywords)
8953         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8954         versions of font-lock-add-keywords and font-lock-remove-keywords to
8955         work with XEmacs correctly.
8956
8957 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * gnus-cite.el (gnus-cite-face-list): Set the values of
8960         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8961         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8962         (gnus-message-cite-prefix-regexp): New variable.
8963         (gnus-message-search-citation-line): Use it; protect against long
8964         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8965         the 0th match data for Emacs.
8966         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8967         (gnus-message-add-citation-keywords): Append keywords rather than
8968         prepending; emulate font-lock-add-keywords if it is not available.
8969         (gnus-message-remove-citation-keywords): Emulate
8970         font-lock-remove-keywords if it is not available.
8971
8972         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8973
8974         * message.el (message-cite-prefix-regexp): Set the value of
8975         gnus-message-cite-prefix-regexp.
8976
8977 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8978
8979         * nnweb.el (nnweb-google-parse-1): Update parser.
8980
8981 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8982
8983         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8984
8985 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8986
8987         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8988         regexp.
8989
8990 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8991
8992         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8993         string-to-multibyte.
8994         (uudecode-decode-region-internal): Use it.
8995
8996         * lpath.el: Fbind string-as-multibyte for XEmacs.
8997
8998 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8999
9000         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
9001         custom choice.
9002
9003         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9004
9005 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9006
9007         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9008
9009         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9010         `write-region' to respect `mm-inhibit-file-name-handlers'.
9011
9012 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9013
9014         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9015         Use gnus-home-directory instead of "~/" or "$HOME".
9016
9017 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9018
9019         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9020         to mention filename.
9021         Add comments at beginning regarding usage.
9022         (encrypt-write-file-contents): Change interactive so a string is
9023         acceptable.  If the file has no associated model, show an error instead
9024         of a nonsense prompt.
9025
9026 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9027
9028         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9029         Thanks to Yoshihiko Yamada for kind notification of this typo.
9030
9031 2007-01-12  Kenichi Handa  <handa@m17n.org>
9032
9033         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9034         multibyte buffer.
9035
9036 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9037
9038         * gnus-score.el (gnus-score-fast-scoring): New variable.
9039         (gnus-score-headers): Use it.
9040
9041         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9042
9043         * message.el (message-cite-original-1): Call
9044         gnus-article-highlight-citation if requested.
9045         (message-make-from): Allow name and address as optional arguments.
9046
9047         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9048
9049         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9050         bugs to doc string.
9051         (gnus-button-alist): Add mid\\|message-id.
9052         (gnus-button-fetch-group): Extend for use in
9053         `browse-url-browser-function'.
9054         (gnus-button-url-regexp): Try to catch paired parentheses like in
9055         Wikipedia URLs.
9056
9057         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9058         Suggested by Simon Krahnke <overlord@gmx.li>.
9059
9060 2007-01-13  Romain Francoise  <romain@orebokech.com>
9061
9062         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9063         Update copyright.
9064
9065 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9066
9067         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9068
9069 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9070
9071         * gnus-registry.el (gnus-registry-unfollowed-groups)
9072         (gnus-registry-split-fancy-with-parent): Fix documentation.
9073
9074 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9075
9076         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9077         from nnweb groups.
9078
9079 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9080
9081         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9082         Xref urls.  Erase buffer before requesting head.
9083
9084 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9085
9086         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9087         customizable.
9088
9089 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9090
9091         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9092         no signing key is found.
9093         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9094         no encrypting and/or signing key is found.
9095
9096 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9097
9098         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9099
9100 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9101
9102         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9103         headers read from disk with the ones newly found in the current search.
9104         This should no longer cause problems, because the article numbers in
9105         Gmane's `nov.php' output are ignored since the previous change.
9106
9107 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9108
9109         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9110
9111 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9112
9113         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9114         replace-regexp-in-string; bind url-version; fbind display-images-p and
9115         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9116         find-face and set-itimer-function for Emacs; bind itimer-list for
9117         Emacs.
9118
9119         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9120
9121 2007-01-01  Romain Francoise  <romain@orebokech.com>
9122
9123         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9124
9125 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9126
9127         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9128         `define-minor-mode' macro definition expanded properly.
9129         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9130         exclude it there.
9131
9132         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9133         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9134         `fboundp' test.
9135         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9136         This is OK to autoload in (S)XEmacs now.
9137
9138 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9139
9140         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9141         keystroke.
9142         (gnus-summary-limit-to-singletons): Fix typo.
9143
9144         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9145         else fails.
9146
9147 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9148
9149         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9150         docstring.
9151
9152         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9153         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9154         (gnus-summary-insert-dormant-articles): Fix typo in message.
9155
9156 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9157
9158         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9159         nil for XEmacs.
9160         (gnus-message-citation-mode): Don't autoload in XEmacs.
9161
9162         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9163
9164 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9165
9166         * nnimap.el (nnimap-expunge-search-string): Mention
9167         nnimap-search-uids-not-since-is-evil in docstring.
9168
9169 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9170
9171         * spam.el: Revert to make-obsolete-variable because
9172         define-obsolete-variable-alias is not supported in Emacs 21.
9173
9174         * spam.el (spam-ifile-path, spam-ifile-database-path)
9175         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9176         make-obsolete-variable.
9177         (spam-bsfilter-path, spam-bsfilter-program)
9178         (spam-spamassassin-path, spam-spamassassin-program)
9179         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
9180         use "path" inappropriately.
9181         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9182         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9183         variable names.
9184
9185 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9186
9187         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9188         summary buffer.
9189
9190         * password.el (password-cache-remove): Use clear-string to burn
9191         password, if available.
9192
9193 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9194
9195         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9196
9197         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9198
9199         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9200         (gnus-message-highlight-citation): Move defcustom here from
9201         gnus-cite.el.
9202         (gnus-message-citation-mode): Autoload.
9203
9204         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9205         checks to make it compile with XEmacs.
9206         (gnus-message-citation-mode): New minor mode.
9207         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9208         (gnus-message-highlight-citation): New variables.
9209         (gnus-message-search-citation-line)
9210         (gnus-message-add-citation-keywords)
9211         (gnus-message-remove-citation-keywords)
9212         (turn-on-gnus-message-citation-mode)
9213         (turn-off-gnus-message-citation-mode): New functions.
9214
9215 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9216
9217         * gnus-cite.el: Enable highlighting of different citation levels in
9218         message-mode.
9219
9220 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9221
9222         * message.el (message-make-fqdn): Fix comment.
9223         (message-bogus-system-names): Add ".local".
9224
9225         * spam.el (spam-ifile-path, spam-ifile-program)
9226         (spam-ifile-database-path, spam-ifile-database)
9227         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9228         Don't use "path" inappropriately.
9229         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9230         strings.
9231         (spam-check-ifile, spam-ifile-register-with-ifile)
9232         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
9233         new variable names.
9234
9235         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9236         (gnus-treat-display-smileys): Simplify using
9237         gnus-image-type-available-p.
9238
9239         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9240         available.
9241
9242         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
9243         `display-images-p' if available.
9244
9245 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9246
9247         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9248         one after turning on the buffer's multibyteness instead of decoding
9249         them directly in the unibyte buffer that causes unexpected conversion
9250         in Emacs 23 (unicode).
9251
9252 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9253
9254         * message.el (message-generate-hashcash): Fix custom type.
9255
9256 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9257
9258         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9259
9260 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9261
9262         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9263         disconnect icons.  Add help text.
9264
9265 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9266
9267         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9268         negated to be consistent with the others we handle.
9269
9270 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9271
9272         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9273         version of gnus-summary-buffer to something, so that we can use two
9274         article buffers at the same time.
9275
9276 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9277
9278         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9279         trigger all the extra headers.
9280         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9281         sorting.
9282
9283 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9284
9285         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9286         solid groups.
9287
9288 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9289
9290         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9291
9292 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9293
9294         * legacy-gnus-agent.el: Add Copyright notice.
9295
9296 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9297
9298         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9299
9300 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9301
9302         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9303
9304         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9305         to make it work reliably in CVS Emacs.
9306         (gnus-summary-limit-strange-charsets-predicate)
9307         (gnus-summary-limit-to-predicate): New functions.
9308
9309 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9310
9311         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9312         specifying array size.
9313         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9314         array if it is too small.
9315         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9316         (gnus-sort-threads-loop): New function.
9317
9318 2006-12-06  Chris Moore  <dooglus@gmail.com>
9319
9320         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9321         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9322
9323 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9324
9325         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9326         options.
9327
9328 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9329
9330         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9331         DOS-ing the recipient.
9332
9333         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9334         the headers when creating the mapping to avoid mismappings.
9335         (nnweb-gmane-create-mapping): Always nix out old mapping.
9336
9337 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9338
9339         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9340         and mm-verify-option to never.
9341
9342 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9343
9344         * message.el (message-signed-or-encrypted-p): New function.
9345         (message-forward-make-body): Use it.
9346
9347         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9348         Replace encode-coding-string with mm-encode-coding-string.
9349
9350 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9351
9352         * nneething.el (nneething-decode-file-name): Replace
9353         decode-coding-string with mm-decode-coding-string.
9354
9355         * gnus-int.el (gnus-open-server): Say failed server's name.
9356
9357 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9358
9359         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9360         strings to a single string.  Quote `errors-file-name'.
9361         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9362         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9363         Adjust calls.  Use `shell-quote-argument'.
9364
9365 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9366
9367         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9368         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9369
9370         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9371         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9372         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9373         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9374         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9375         (gnus-subscribe-newsgroup, gnus-1):
9376         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9377         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9378         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9379         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9380
9381 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9382
9383         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9384         keystroke.
9385         (gnus-summary-limit-to-bodies): Implement headersp.
9386
9387 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9388
9389         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9390
9391 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9392
9393         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9394
9395 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9396
9397         * message.el (message-generate-hashcash): Expand range of values to
9398         include `opportunistic'.
9399         (message-send-mail): Use it.
9400
9401 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9402
9403         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9404         and comment it.
9405
9406         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9407
9408 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9409
9410         * gnus-util.el (gnus-extract-address-components): Improve comment.
9411
9412 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * gnus-util.el (gnus-extract-address-components): Work with address in
9415         which the name portion contains @.
9416
9417         * lpath.el: Fbind custom-autoload.
9418
9419 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9420
9421         * gnus.el (gnus-start): Move custom group up.
9422         (gnus-select-method): Don't autoload, but make it available for
9423         `customize-variable'.
9424         (gnus-getenv-nntpserver): Don't autoload.
9425
9426 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9427
9428         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9429
9430 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9431
9432         * message.el (message-sendmail-extra-arguments): New variable.
9433         (message-send-mail-with-sendmail): Use it.
9434
9435 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9438         mm-with-unibyte-current-buffer to make string unibyte.
9439
9440         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9441         mm-string-as-multibyte.
9442
9443 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9444
9445         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9446         Reported by Werner Koch <wk@gnupg.org>.
9447
9448 2006-11-14  Daiki Ueno  <ueno@p360>
9449
9450         * mml2015.el: Autoload epa-select-keys when compiling.
9451
9452 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9453
9454         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9455         message-options.
9456         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9457
9458 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9459
9460         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9461         EasyPG (< 0.0.6).
9462         (mml2015-always-trust): New user option.
9463         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9464         prompt.
9465
9466 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9467
9468         * nntp.el (nntp-authinfo-force): New variable.
9469         (nntp-send-authinfo): Use it.
9470
9471 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9472
9473         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9474         decode encoded words.  Improve prompt.  Add comment about forwarding.
9475         (message-replacement-char): Move up.
9476
9477 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9478
9479         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9480         instead of gnus-intersection because arguments of gnus-sorted-nunion
9481         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9482
9483 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9484
9485         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9486         (message-simplify-subject-functions): Enable
9487         message-strip-subject-encoded-words by default.
9488
9489 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9490
9491         * message.el (message-strip-subject-encoded-words): New function.
9492         (message-simplify-subject-functions): New variable.
9493         (message-simplify-subject): Use it.  Fix typo in doc string.
9494         Support message-strip-subject-encoded-words.
9495
9496 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9497
9498         * gnus-diary.el (gnus-diary-delay-format-function):
9499         * nndiary.el (nndiary-reminders):
9500         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9501
9502 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9503
9504         * gnus-art.el (article-hide-boring-headers): Fetch date from
9505         gnus-original-article-buffer to avoid problems with localized date
9506         strings.
9507
9508 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9509
9510         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9511
9512 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9513
9514         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9515         New variables.
9516         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9517         (mm-charset-synonym-alist): Move some entries to
9518         mm-codepage-iso-8859-list.
9519         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9520         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9521
9522 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9523
9524         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9525
9526 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9527
9528         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9529         with Emacs 21 and XEmacs.
9530
9531 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9532
9533         * spam.el (spam-parse-address): New function for better parsing,
9534         catching errors, etc.
9535         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9536
9537 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9538
9539         * mm-view.el: Add interactive arg to html2text autoload.
9540
9541 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9542
9543         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9544
9545 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9546
9547         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9548         variables.
9549         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9550         (mm-charset-synonym-alist): Move some entries to
9551         mm-codepage-iso-8859-list.
9552
9553         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9554
9555 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9556
9557         * message.el (message-citation-line-format)
9558         (message-insert-formated-citation-line): Fix implementation of %E, %N
9559         and %n according to the doc string.
9560
9561 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9562
9563         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9564         car-safe to avoid bad parses.
9565
9566 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9567
9568         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9569         names.
9570
9571         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9572
9573 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9574
9575         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9576         header.
9577
9578         * message.el (message-draft-headers): Add Date.
9579         (message-headers-to-generate): Fix typo in docstring.
9580
9581         * nndraft.el (nndraft-required-headers): New variable.
9582         (nndraft-generate-headers): Use it.
9583
9584         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9585
9586 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9587
9588         * gnus-registry.el (gnus-registry-wash-for-keywords)
9589         (gnus-registry-find-keywords): New functions to allow easy searching of
9590         articles that are in the registry.
9591
9592 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9593
9594         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9595         ietf-drums-parse-address instead of gnus-extract-address-components.
9596         Reported by Damien Elmes <damien@repose.cx>.
9597
9598 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9599
9600         * gnus.el (gnus-mime): Remove unused custom group.
9601
9602 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9603
9604         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9605         "blank line" when searching for end of armor headers.
9606
9607 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9608
9609         * gmm-utils.el (gmm-write-region): Fix variable name.
9610
9611 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9612
9613         * gmm-utils.el (gmm-write-region): New function based on compatibility
9614         code from `mm-make-temp-file'.
9615
9616         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9617
9618         * nnmaildir.el (nnmaildir--update-nov)
9619         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9620         Use `gmm-write-region'.
9621
9622 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9623
9624         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9625         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9626
9627         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9628
9629         * message.el (message-replacement-char): New variable.
9630         (message-fix-before-sending): Use it.
9631         (message-simplify-subject): New function to remove duplicate code.
9632         (message-reply, message-followup): Use it.
9633
9634         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9635         gnus-summary-limit-to-articles.
9636
9637 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * gnus-util.el (gnus-with-local-quit): New macro.
9640
9641         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9642
9643 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9644
9645         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9646         ignore non-string data.
9647
9648 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9649
9650         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9651         non-string data (needs to be done in the registry too).
9652
9653 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9654
9655         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9656         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9657         (gnus-registry-split-fancy-with-parent)
9658         (gnus-registry-fetch-simplified-message-subject-fast)
9659         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9660         Remove text properties on ingress into the registry and when it's saved.
9661         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9662         registry from entries with no groups.
9663
9664 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9665
9666         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9667         function to remove string properties.
9668
9669 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9670
9671         * gmm-utils.el (gmm): Adjust custom version.
9672
9673         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9674         custom version.
9675
9676         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9677
9678 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9679
9680         * gnus-art.el (gnus-insert-prev-page-button)
9681         (gnus-insert-next-page-button): Simplify.  Reformat.
9682
9683 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9684
9685         * gnus-art.el (gnus-insert-prev-page-button)
9686         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9687
9688 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9689
9690         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9691
9692 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9693
9694         * gnus-art.el (gnus-insert-mime-button)
9695         (gnus-insert-mime-security-button):
9696         Apply gnus-article-button-face to MIME and security buttons.
9697
9698 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9699
9700         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9701         readable.
9702
9703 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9704
9705         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9706
9707 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9708
9709         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9710         `browse-url-of-file' instead of `browse-url'.
9711
9712 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9713
9714         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9715         regexp.  Articles containing quotation were cut prematurely.
9716
9717 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * message.el (message-cite-original-1): Use nobody by default for the
9720         value of From header.
9721         (message-reply): Ditto.
9722
9723 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9724
9725         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9726         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9727         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9728
9729 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9730
9731         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9732         mails in the doc string.  Add some URLs in comment.
9733         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9734
9735 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9736
9737         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9738         backslashes handling and the way to find boundaries of quoted strings.
9739
9740 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9741
9742         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9743         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9744         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9745         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9746
9747 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9748
9749         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9750         doc string.
9751         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9752
9753 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9754
9755         * lpath.el: Fbind epg-check-configuration.
9756
9757 2006-09-06  Simon Josefsson  <jas@extundo.com>
9758
9759         * mml2015.el (mml2015-use): Doc fix, mention epg.
9760
9761 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9762
9763         * mml2015.el (mml2015-use): Default to epg, if available.
9764
9765 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9766
9767         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9768         message-sender.
9769         (mml1991-epg-encrypt): Ditto.
9770         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9771         message-sender.
9772         (mml2015-epg-encrypt): Ditto.
9773
9774 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9775
9776         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9777         several common directories.
9778
9779 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9780
9781         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9782         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9783
9784 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9785
9786         * gnus-art.el (article-decode-encoded-words): Make it fast.
9787
9788 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9789
9790         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9791
9792         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9793         in quoted string into `\'.
9794
9795 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9796
9797         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9798         Use standard-syntax-table.
9799
9800 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * gnus-art.el (gnus-decode-address-function): New variable.
9803         (article-decode-encoded-words): Use it to decode headers which are
9804         assumed to contain addresses.
9805         (gnus-mime-delete-part): Remove useless `or'.
9806
9807         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9808         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9809         (gnus-nov-parse-line): Use it to decode From header.
9810         (gnus-get-newsgroup-headers): Ditto.
9811         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9812
9813         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9814         (mail-decode-encoded-address-string): New alias.
9815
9816         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9817         New function.
9818         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9819         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9820         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9821         (rfc2047-decode-string): Ditto.
9822         (rfc2047-decode-address-region): New function.
9823         (rfc2047-decode-address-string): New function.
9824
9825 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9826
9827         * message.el (message-caesar-buffer-body): Allow rotating headers.
9828
9829         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9830
9831         * message.el (message-insert-formated-citation-line): Fix %f.
9832         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9833
9834 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9835
9836         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9837         (gnus-bookmark-mouse-available-p): New macro.
9838         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9839         (gnus-bookmark-bmenu-show-infos): Use it.
9840         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9841         (gnus-bookmark-bmenu-hide-infos): Ditto.
9842         (gnus-bookmark-remove-properties): New function.
9843         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9844         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9845         (gnus-bookmark-write-file): Bind coding-system-for-write.
9846         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9847         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9848         group before selecting it.
9849         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9850         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9851         quit-window if it is not available; use gnus-mouse-2 and bind it to
9852         gnus-bookmark-bmenu-select-by-mouse.
9853         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9854         (gnus-bookmark-bmenu-select-by-mouse): New function.
9855
9856 2006-08-13  Romain Francoise  <romain@orebokech.com>
9857
9858         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9859         space.
9860
9861 2006-08-10  Romain Francoise  <romain@orebokech.com>
9862
9863         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9864         (dns-mode-soa-auto-increment-serial): New user option.
9865         (dns-mode-soa-maybe-increment-serial): New function.
9866         (dns-mode): Add the latter to `write-contents-functions'.
9867
9868 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * compface.el (uncompface): Use binary rather than raw-text-unix.
9871
9872 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9873
9874         * compface.el (uncompface): Make sure the eol conversion doesn't take
9875         place when communicating with the external programs.  Reported by
9876         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9877
9878 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9881
9882 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9883
9884         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9885         Make it more robust by parsing author and date independently.
9886
9887 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9888
9889         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9890
9891 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9892
9893         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9894         first matching secret key.
9895         (mml2015-epg-encrypt): Ditto.
9896
9897         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9898         first matching secret key.
9899         (mml1991-epg-encrypt): Ditto.
9900
9901         * mml2015.el (mml2015-encrypt-to-self): New user option.
9902         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9903         mml2015-epg-encrypt-to-self is set.
9904
9905         * mml1991.el (mml1991-encrypt-to-self): New variable.
9906         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9907         mml1991-epg-encrypt-to-self is set.
9908
9909         * mml2015.el (mml2015-signers): New user option.
9910         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9911         (mml2015-epg-encrypt): Allow to select signing keys.
9912
9913         * mml1991.el (mml1991-signers): New variable.
9914         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9915         (mml1991-epg-encrypt): Allow to select signing keys.
9916
9917 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * nnheader.el (nnheader-insert-head): Make it work even if the file
9920         uses CRLF for the line-break code.
9921
9922 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9923
9924         * mml2015.el: Require mml-sec instead of password.
9925         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9926         (mml2015-cache-passphrase): Inherit the default value from
9927         mml-secure-cache-passphrase.
9928         (mml2015-passphrase-cache-expiry): Inherit the default value from
9929         mml-secure-passphrase-cache-expiry.
9930
9931         * mml1991.el: Require mml-sec instead of password.
9932         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9933         (mml1991-cache-passphrase): Inherit the default value from
9934         mml-secure-cache-passphrase.
9935         (mml1991-passphrase-cache-expiry): Inherit the default value from
9936         mml-secure-passphrase-cache-expiry.
9937
9938         * mml-sec.el: Require password.
9939         (mml-secure-verbose): New user option.
9940         (mml-secure-cache-passphrase): New user option.
9941         (mml-secure-passphrase-cache-expiry): New user option.
9942
9943 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9944
9945         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9946         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9947         andreas@altroot.de (Andreas Vögele).
9948
9949         FIXME: Use `tiny change'?
9950
9951 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9952
9953         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9954         workaround for the url package included with Emacs.
9955
9956         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9957
9958 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9961         correctly.  This fixes a bug caused by the 2006-05-12 change.
9962
9963 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9964
9965         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9966         some information about the error when saying that the `bogus' mail
9967         group will be used.
9968
9969 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9970
9971         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9972         string.
9973
9974 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9975
9976         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9977
9978 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9979
9980         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9981
9982 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9983
9984         * mml1991.el (mml1991-function-alist): Add epg.
9985         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9986         (mml1991-epg-encrypt): New functions.
9987
9988 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9989
9990         * mml2015.el (mml2015-verbose): New variable.
9991         (mml2015-cache-passphrase): Ditto.
9992         (mml2015-passphrase-cache-expiry): Ditto.
9993         (mml2015-function-alist): Add epg.
9994         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9995         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9996         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9997         functions.
9998
9999 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10000
10001         * message.el (message-cite-original-1): Preserve region when removing
10002         quoted text due to X-No-Archive in order to avoid bogus attribution
10003         when citing multiple messages.
10004
10005 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10006
10007         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
10008         Kenneth Jacker <khj@be.cs.appstate.edu>.
10009
10010 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10011
10012         * gnus-diary.el (gnus-user-format-function-d)
10013         (gnus-user-format-function-D): Autoload.
10014
10015         * imap.el (Commentary): Fix typo.
10016
10017         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10018         2006-04-22 contribution.
10019
10020 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10021
10022         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10023         It didn't really fix the bogosity I'm seeing with solid web groups.
10024
10025 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10026
10027         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10028         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10029         created using server names.  If we use the feature without declaring
10030         it, Gnus does not properly manage server and group state.
10031
10032         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10033         bound.
10034
10035 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10036
10037         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10038         looking up the method using GROUP's prefix before inventing a new one.
10039         It is used on killed/unknown groups in various places where returning
10040         an all-new method isn't expected by the caller.
10041
10042         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10043         and match semantics of gnus-group-real-prefix.
10044
10045 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10046
10047         * nnmail.el (nnmail-broken-references-mailers): New variable.
10048         (nnmail-ignore-broken-references): New function generalizing
10049         nnmail-fix-eudora-headers.
10050         (nnmail-fix-eudora-headers): Now obsolete.
10051
10052         * gnus-art.el (gnus-button-handle-custom): Support
10053         `customize-apropos*'.
10054
10055 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10056
10057         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10058
10059         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10060         articles.
10061
10062 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10063
10064         * message.el (message-cite-reply-above): New variable.
10065         (message-yank-original): Use it.
10066
10067 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10068
10069         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10070
10071 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10072
10073         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10074         as read.
10075
10076         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10077
10078 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10079
10080         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10081         (gnus-bookmark-default-file): Use gnus-directory.
10082         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10083         Remove "*" in doc string.
10084         (gnus-bookmark-write-file): Simplify.
10085         (gnus-bookmark-maybe-sort-alist): Use `when'.
10086         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10087         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
10088         FIXME about Emacs 21 and XEmacs compatibility.
10089         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10090         compatibility.
10091         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10092         compatibility.
10093         (gnus-bookmark-menu-heading): Fix version.
10094
10095 2006-06-19  Bastien Guerry  <bzg@altern.org>
10096
10097         * gnus-bookmark.el: New file.
10098
10099 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * message.el (message-syntax-checks): Doc fix.
10102
10103 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10104
10105         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10106         unsubscribed groups as if they were killed ones.  It causes duplicate
10107         entries in gnus-newsrc-alist.
10108
10109 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10110
10111         * message.el (message-syntax-checks): Doc fix.
10112         (message-send-mail): Add check for continuation headers.
10113         (message-check-news-header-syntax): Fix regexp used to check for
10114         continuation headers.
10115
10116 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10117
10118         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10119
10120 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10121
10122         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10123
10124 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10125
10126         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10127         default-truncate-lines.
10128
10129 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10130
10131         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10132         to fill the utf-8 entry.
10133
10134         * lpath.el: Fbind unicode-precedence-list.
10135
10136 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10137
10138         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10139
10140 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10141
10142         * gnus-agent.el (directory-files-and-attributes): Move all the way
10143         forward (the third and final move).
10144         (gnus-agent-read-agentview): Trap reconstruction errors due to
10145         nonexistant directory.  Handle by returning nil.
10146
10147 2006-05-30  Didier Verna  <didier@xemacs.org>
10148
10149         * message.el (message-dont-reply-to-names): Update the custom type.
10150         * message.el (message-dont-reply-to-names): New defsubst: potentially
10151         convert a list of regexps into a single one.
10152         * message.el (message-get-reply-headers): Use it.
10153         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10154
10155 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10156
10157         * gnus-agent.el (directory-files-and-attributes): Move forward.
10158
10159 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10160
10161         * gnus-ml.el (gnus-mailing-list-subscribe)
10162         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10163         (gnus-mailing-list-message): Fix doc strings.
10164
10165 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10166
10167         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10168         of doing it manually.
10169
10170 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10173         comment.
10174
10175 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10176
10177         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
10178         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
10179         (gnus-agent-read-local): All symbols allocated in my-obarray.
10180         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10181         (gnus-agent-regenerate-group): Check numeric names to see if they are
10182         messages or groups.
10183         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10184         better way of do this...)
10185
10186         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
10187         'dummy.group' (there should be a better way of do this...)
10188
10189 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10190
10191         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10192         (gnus-saved-headers): Ditto.
10193         (gnus-default-article-saver): Mention functions may have properties.
10194         (gnus-article-save): Override gnus-save-all-headers and
10195         gnus-saved-headers by :headers property which saver function may have.
10196         (gnus-summary-save-in-file): Add :headers property.
10197         (gnus-summary-write-to-file): Ditto.
10198
10199         * gnus-sum.el (gnus-summary-save-article): Bind
10200         gnus-prompt-before-saving to t when saving many articles in a file;
10201         always show all headers.
10202
10203         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10204
10205 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10206
10207         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10208         marks.
10209
10210         * message.el (message-indent-citation): Add optional arguments to allow
10211         using it outside of message buffers.
10212
10213         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10214         (gnus-article-treat-unfold-headers): Use it.
10215         (gnus-article-truncate-lines): New variable.
10216         (gnus-article-mode): Use it.
10217         (gnus-article-toggle-truncate-lines): New function.
10218
10219         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
10220         gnus-article-toggle-truncate-lines.
10221
10222         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10223         coding system in XEmacs, use binary.
10224
10225 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10226
10227         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10228         after-load-alist.
10229
10230         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10231         this function should save decoded articles.
10232         (gnus-summary-write-to-file): Use property to specify this function
10233         should save decoded articles and specify gnus-summary-save-in-file
10234         should be used to save articles other than the first one when saving
10235         many articles.
10236         (gnus-summary-save-body-in-file): Use property to specify this
10237         function should save decoded articles.
10238         (gnus-summary-write-body-to-file): Use property to specify this
10239         function should save decoded articles and specify
10240         gnus-summary-save-body-in-file should be used to save articles other
10241         than the first one when saving many articles.
10242
10243         * gnus-sum.el (gnus-summary-save-article): Simplify.
10244
10245 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * gnus-art.el (gnus-default-article-saver): Add
10248         gnus-summary-write-body-to-file.
10249         (gnus-article-save-coding-system): Don't use coding system object
10250         in XEmacs.
10251         (gnus-read-save-file-name): Add optional `dir-var' argument which
10252         specifies directory in which files are saved; work even if optional
10253         `variable' argument is not specified.
10254         (gnus-summary-write-to-file): Read file name.
10255         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10256         (gnus-summary-write-body-to-file): New function.
10257
10258         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10259         (gnus-summary-local-variables): Add it.
10260         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10261         (gnus-summary-save-article): Remove optional `decode' argument;
10262         determine whether to decode articles by the value of
10263         gnus-default-article-saver; when saving many files using
10264         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10265         it first and use gnus-summary-save-in-file or
10266         gnus-summary-save-body-in-file thereafter unless
10267         gnus-prompt-before-saving is always; move point to article which
10268         will be saved.
10269         (gnus-summary-save-article-file): Revert.
10270         (gnus-summary-write-article-file): Revert.
10271         (gnus-summary-save-article-body-file): Revert.
10272         (gnus-summary-write-article-body-file): New function.
10273
10274 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10275
10276         * gnus-art.el (gnus-default-article-saver): Doc fix.
10277         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10278         from gnus-summary-save-article-coding-system, and default to a
10279         certain coding system.
10280         (gnus-output-to-file): Add coding cookie and encode text according
10281         to gnus-article-save-coding-system; don't use mm-append-to-file.
10282
10283         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10284         gnus-art.el and rename to gnus-article-save-coding-system.
10285         (gnus-summary-save-article): Require gnus-art; don't show all
10286         headers if it decodes articles; don't add coding cookie here;
10287         don't bind mm-text-coding-system-for-write.
10288         (gnus-summary-save-article-file): Save decoded articles.
10289         (gnus-summary-write-article-file): When saving many files, use
10290         gnus-summary-write-to-file first and gnus-summary-save-in-file
10291         thereafter unless gnus-prompt-before-saving is always.
10292         (gnus-summary-save-article-body-file): Save decoded articles.
10293
10294         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10295
10296 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10297
10298         * nnrss.el (nnrss-check-group): Bind hash-index.
10299
10300 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10301
10302         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10303         its hash index.  Store this hash in `nnrss-group-data'.
10304         (nnrss-read-group-data): Update accordingly.
10305
10306 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10307
10308         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10309         entry.
10310
10311         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10312         gnus-article-browse-html-article.
10313
10314 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10315
10316         * gnus-sum.el (gnus-summary-mime-map): Add
10317         gnus-article-browse-html-article.
10318
10319         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10320
10321 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10322
10323         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10324         suitable coding systems in customize.
10325
10326 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10327
10328         * mail-source.el (mail-sources): Fix custom type.
10329
10330 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10331
10332         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10333         (gnus-summary-expire-articles-now): Shorten prompt.
10334
10335         * gmm-utils.el (wid-edit): Require.
10336         (defun-gmm): Renamed from `gmm-defun-compat'.
10337         (gmm-image-search-load-path): Use it.
10338         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10339
10340 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10343         variable.
10344         (gnus-summary-save-article): Add optional `decode' argument.  If
10345         it is set and gnus-summary-save-article-coding-system is non-nil,
10346         save decoded article.
10347         (gnus-summary-write-article-file): Save decoded article if
10348         gnus-summary-save-article-coding-system is non-nil.
10349
10350         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10351         type.
10352
10353 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10354
10355         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10356
10357 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10360         first to test gnus-single-article-buffer which may be buffer-local.
10361
10362         * gnus-sum.el (gnus-summary-setup-buffer): Make
10363         gnus-single-article-buffer buffer-local and nil in ephemeral
10364         group; make gnus-article-buffer, gnus-article-current, and
10365         gnus-original-article-buffer always buffer-local.
10366         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10367         group.
10368         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10369
10370 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10371
10372         * nnml.el (nnml-request-compact-group): Compressed files might not
10373         have .gz extension.
10374
10375 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10376
10377         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10378         (mm-copy-to-buffer): Use with-current-buffer.
10379         (mm-display-part): Simplify.
10380         (mm-inlinable-p): Add optional arg `type'.
10381
10382 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10383
10384         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10385         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10386         Try harder to show the attachment internally or externally using
10387         gnus-mime-view-part-as-type.
10388
10389 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10390
10391         * message.el (message-from-style, message-signature-separator)
10392         (message-user-organization-file, message-send-mail-function)
10393         (message-citation-line-function, message-yank-prefix)
10394         (message-indent-citation-function, message-signature)
10395         (message-signature-file, message-signature-insert-empty-line):
10396         Remove autoloads.
10397
10398         * gnus-art.el (gnus-buttonized-mime-types): Remove
10399         "multipart/signed".  Revert 2006-04-26 change.
10400
10401 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10402
10403         * gnus.el (gnus-version-number): Bump version.
10404
10405 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10406
10407         * gnus.el: No Gnus v0.5 is released.
10408
10409 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10410
10411         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10412         fetching articles by message-id.
10413
10414 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10415
10416         * message.el (hashcash): Require hashcash as normal.
10417
10418         * ecomplete.el (ecomplete-highlight-match-line): Use
10419         point-at-eol.
10420         (ecomplete-highlight-match-line): Use `highlight', because that
10421         face exists in both Emacs and XEmacs.
10422
10423         * message.el (message-display-abbrev): Use point-at-bol.
10424
10425         * mail-source.el: Don't require timer/timer-funcs.
10426
10427         * gnus-async.el: Ditto.
10428
10429         * password.el: Ditto.
10430
10431         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10432
10433         * mm-url.el: Ditto.
10434
10435         * gnus-xmas.el: Don't require timer-funcs.
10436
10437         * mm-util.el: Require timer/timer-funcs.
10438
10439 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10440
10441         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10442         Close.
10443
10444 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10445
10446         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10447         unibyte after clear-decrypt function runs.
10448
10449         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10450         returns as a unibyte string.
10451
10452 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * lpath.el: Revert.
10455
10456         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10457         (pgg-gpg-process-sentinel): Revert.
10458
10459         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10460         (pgg-pgp-lookup-key): Revert.
10461
10462         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10463         (pgg-pgp5-lookup-key): Revert.
10464
10465         * pgg.el (pgg-fetch-key): Revert.
10466
10467 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10468
10469         * lpath.el: Fbind string-as-multibyte for XEmacs.
10470
10471         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10472         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10473         (mml1991-pgg-encrypt): Ditto.
10474
10475         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10476         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10477         a multibyte buffer.
10478
10479         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10480         (pgg-pgp-lookup-key): Ditto.
10481
10482         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10483         (pgg-pgp5-lookup-key): Ditto.
10484
10485         * pgg.el (pgg-fetch-key): Ditto.
10486
10487 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10488
10489         * message.el (message-user-organization-file): Check several
10490         locations of the organization file.
10491
10492         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10493         Add gnus-article-view-part-as-type.
10494
10495         * gnus-art.el (gnus-article-view-part-as-type): New function.
10496
10497         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10498         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10499
10500         * mml.el: Simplify autoload.
10501         (mml-mode): defvar dnd-protocol-alist instead of using
10502         symbol-value.
10503         (mml-default-directory): New variable.
10504         (mml-minibuffer-read-file): Use it.
10505         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10506
10507         * message.el (message-citation-line-format): New variable.
10508         (message-insert-formated-citation-line): New function.
10509         (message-citation-line-function): Add
10510         `message-insert-formated-citation-line' to custom type.
10511
10512         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10513         to doc string.
10514
10515         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10516         depending on mm-verify-option.
10517
10518 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10519
10520         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10521         binding pgg-* variables; reimplement the section which prevents
10522         MIME header from being signed.
10523         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10524         pgg-text-mode; remove a blank line at the top of body.
10525
10526         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10527         lines at the top of body; use gnus-newsgroup-charset if there's no
10528         Charset header.
10529
10530 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * message.el (message-self-insert-commands): Doc fix.
10533
10534         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10535         (mm-uu-pgp-encrypted-test): Ditto.
10536         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10537         between header and body; return application/pgp-encrypted handle
10538         if decryption failed; decode decrypted body by charset.
10539
10540         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10541         element match to application/pgp-*.
10542
10543 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10544
10545         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10546         HTML.
10547
10548 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10549
10550         * mail-source.el (mail-source-call-script): Message the error
10551         string.
10552
10553 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10554
10555         * gnus-util.el (gnus-byte-compile): Use it.
10556
10557 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10558
10559         * gnus-util.el (kill-empty-logs): New function.
10560
10561 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10562
10563         * message.el (message-mail-alias-type): Doc fix.
10564         (message-mail-alias-type-p): New function.
10565         (message-send): Use it.
10566         (message-mode): Ditto.
10567         (message-strip-forbidden-properties): Ditto.
10568
10569         * ecomplete.el (ecomplete-database-file-coding-system): New
10570         variable.
10571         (ecomplete-save): Use it.
10572         (ecomplete-setup): Use it.
10573
10574 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * message.el (message-self-insert-commands): New variable.
10577         (message-strip-forbidden-properties): Use it.
10578
10579 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10580
10581         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10582         that doesn't make XEmacs choke.
10583
10584 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10585
10586         * gnus-util.el (gnus-replace-in-string):
10587         Prefer replace-regexp-in-string over of replace-in-string.
10588
10589 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10590
10591         * gnus-util.el (gnus-select-frame-set-input-focus):
10592         Use select-frame-set-input-focus if it is available in XEmacs; use
10593         definition defined in Emacs 22 for old Emacsen.
10594
10595         * dgnushack.el: Autoload unmorse-region for XEmacs.
10596
10597         * lpath.el: Bind cursor-in-non-selected-windows and
10598         select-frame-set-input-focus for XEmacs.
10599
10600 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10601
10602         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10603
10604 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10605
10606         * gnus-registry.el (gnus-registry-cache-save): Remove text
10607         properties when saving via the temp buffer.
10608
10609 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10610
10611         * message.el (message-generate-hashcash): Honor custom type.
10612
10613 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10614
10615         * message.el (message-generate-hashcash): Default to non-nil when
10616         hashcash is found.
10617
10618         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10619         (gnus-refer-thread-limit): Increase default to 500.
10620
10621         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10622
10623         * flow-fill.el (fill-flowed): Allow delete-space.
10624
10625 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10626
10627         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10628         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10629         Remove autoloads.
10630
10631 2006-04-18  Simon Josefsson  <jas@extundo.com>
10632
10633         * message.el (message-generate-hashcash): Default to.
10634
10635 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10636
10637         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10638         concatenating segments rather than before concatenating them.
10639
10640 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10641
10642         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10643
10644 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10645
10646         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10647
10648         * message.el (message-forward-make-body-plain): Allow
10649         message-forward-ignored-headers to be a list.
10650         (message-remove-ignored-headers): Factor out into function.
10651         (message-forward-make-body-mml): Use it.
10652
10653         * imap.el (imap-quote-specials): New function.
10654         (imap-login-auth): Quote specials.
10655
10656         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10657         (rfc2231-parse-string): Allow concatanation of parameters that
10658         aren't contiguous.  The test case is
10659           (mail-header-parse-content-type "message/external-body;
10660             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10661             access-type=LOCAL-FILE;
10662             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10663
10664 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10665
10666         * nntp.el (nntp-accept-process-output): Return the value of
10667         `nnheader-accept-process-output'.
10668
10669 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10670
10671         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10672         (gnus-button-alist): Recognize more diff formats.
10673         (gnus-button-patch): Strip directory.
10674
10675 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10676
10677         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10678         Emacs 22 when setting focus.
10679
10680 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10681
10682         * gnus-art.el (gnus-article-treat-types): Do treatment of
10683         text/x-verbatim parts.
10684         (gnus-button-patch): New command.
10685
10686         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10687         addresses that contain invalid characters.
10688
10689 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10690
10691         * message.el (message-put-addresses-in-ecomplete): Use
10692         gnus-replace-in-string.
10693         (message-is-yours-p): Use the more correct
10694         mail-header-parse-address instead of
10695         mail-extract-address-components.
10696         (message-put-addresses-in-ecomplete): Fix typo.
10697
10698         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10699         keystroke.
10700
10701         * gnus-art.el (gnus-treatment-function-alist): Change order of
10702         newsgroups/generic header folding to avoid double-folding.
10703
10704         * message.el (message-hidden-headers): Add X-Draft-From.
10705
10706         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10707         command.
10708         (gnus-summary-repeat-search-article-backward): New command.
10709
10710         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10711         groups in the parent topic.
10712
10713 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10714
10715         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10716         (spam-extra-header-to-number): Return the CRM114 number as a
10717         number instead of a string.
10718
10719 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10720
10721         * gnus-art.el (gnus-face-properties-alist): Moved here from
10722         gnus-fun.
10723
10724         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10725
10726 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10727
10728         * message.el (message-strip-forbidden-properties): Only display on
10729         self-insert-command.
10730
10731         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10732         reindent.
10733         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10734
10735 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10736
10737         * smiley.el (smiley-style): Fix typo.
10738
10739 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10740
10741         * hashcash.el (hashcash-insert-payment-async-2): Use
10742         message-goto-eoh instead of doing it manually.
10743         (mail-add-payment): Use message-narrow-to-header instead of trying
10744         to do the same itself.
10745
10746         * message.el (message-hidden-headers): Add Face.
10747
10748         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10749         reparenting code.
10750         (gnus-summary-reparent-children): Refactored out code.
10751         (gnus-summary-thread-map): New keystroke.
10752         (gnus-summary-reparent-children): Make into command.
10753
10754         * smiley.el (smiley-style): Default to `medium' if using a large
10755         font.
10756
10757         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10758         does it itself.
10759
10760         * message.el (message-point-in-header-p): Simplify definition.
10761
10762 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10763
10764         * nnagent.el (nnagent-request-set-mark): Silence log file
10765         writing.
10766         (nnagent-request-set-mark): Use write-region instead of
10767         append-to-file.
10768
10769         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10770         strange select method.
10771
10772         * ecomplete.el (ecomplete-display-matches): Get highlightling
10773         right.
10774         (ecomplete-display-matches): Use literals.
10775         (ecomplete-display-matches): Disable message logging.
10776
10777         * message.el (message-display-abbrev): Small optimization.
10778
10779         * ecomplete.el (ecomplete-display-matches): Allow automatic
10780         display.
10781
10782         * message.el (message-strip-forbidden-properties): Display
10783         abbrevs.
10784         (message-display-abbrev): Get automatic display right.
10785
10786         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10787         keystrokes.
10788
10789 2006-04-13  Romain Francoise  <romain@orebokech.com>
10790
10791         TODO: Backport to v5-10!
10792
10793         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10794         Moved here (and renamed) from gnus-registry.el.
10795
10796         * gnus-registry.el: Require gnus-util.
10797         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10798
10799 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10800
10801         * gnus-group.el (gnus-group-catchup-current): Change
10802         if-then-else-if-then-else into cond.
10803         (gnus-group-catchup): Indent.
10804         (group-name-at-point): New function.
10805         (gnus-fetch-group): Provide default from thing at point.
10806
10807 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10808
10809         * message.el (message-display-abbrev): Fix regexp.
10810
10811         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10812         choosing.
10813         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10814         dead variables.
10815
10816         * message.el (message-newline-and-indent): Remove debugging.
10817         (message-display-abbrev): Use new implementation.
10818
10819 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10820
10821         * gnus-art.el (gnus-article-mode): Set
10822         cursor-in-non-selected-windows to nil.
10823
10824         * smiley.el: Revert previous change.
10825         (smiley-data-directory): defvar it before using it in the
10826         defcustom of `smiley-style'.
10827
10828 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10829
10830         * message.el (message-newline-and-indent): New function.
10831
10832         * ecomplete.el: Implement more bits.
10833
10834         * message.el (message-put-addresses-in-ecomplete): Clean up the
10835         string.
10836
10837         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10838
10839         * gnus-sum.el (gnus-summary-save-parts): Bind
10840         gnus-summary-save-parts-counter and use it to make unique file
10841         names.
10842
10843         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10844
10845         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10846         parameter to say whether to actually parse the individual
10847         addresses.
10848
10849         * message.el (message-put-addresses-in-ecomplete): New function.
10850         (ecomplete): Require.
10851         (message-mail-alias-type): Add ecomplete as an option.
10852
10853 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10854
10855         * flow-fill.el (fill-flowed): Remove trailing space from blank
10856         quoted lines.
10857
10858 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10859
10860         * smiley.el (smiley-style): Move definition later to avoid a
10861         compilation warning.
10862
10863 2006-04-12  Kenichi Handa  <handa@m17n.org>
10864
10865         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10866         buffer and then decode the buffer text if necessary.
10867         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10868         first, and after mm-encode-body, change the buffer to unibyte.
10869         Use mm-disable-multibyte instead of set-buffer-multibyte.
10870
10871 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10872
10873         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10874         Content-Type header instead of Content-Disposition header.
10875         (gnus-mime-inline-part): Ditto.
10876         (gnus-mime-view-part-as-charset): Ignore charset that the part
10877         specifies.
10878
10879         * mm-decode.el (mm-display-part): Work with external parts and
10880         usual parts similarly.
10881
10882         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10883         instead of gnus-display-mime.
10884
10885         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10886         instead of with-temp-buffer.
10887
10888         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10889         tag to summarized topics part in order to encode non-ASCII text.
10890
10891 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10892
10893         * smiley.el (smiley-style): New variable.
10894         (smiley-directory): New function.
10895         (smiley-data-directory): Derive from `smiley-style' using
10896         `smiley-directory'.
10897         (smiley-regexp-alist): Add new entries.
10898
10899         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10900         (gnus-article-browse-delete-temp): Add :version.
10901
10902 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10903
10904         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10905         the sieve region.
10906
10907 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10908
10909         * gnus.el (gnus-version-number): Bump version.
10910
10911 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10912
10913         * gnus.el: No Gnus v0.4 is released.
10914
10915 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10916
10917         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10918         layout.
10919
10920         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10921         unknown charset.
10922
10923         * message.el (message-header-synonyms): Add Original-To to the
10924         default.
10925
10926         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10927         optional parameter.
10928
10929 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10930
10931         * gnus-fun.el (gnus): Require it for gnus-directory.
10932
10933 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10934
10935         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10936
10937 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10938
10939         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10940
10941 2006-04-05  Simon Josefsson  <jas@extundo.com>
10942
10943         * password.el (password-reset): New function.
10944
10945 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10946
10947         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10948         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10949
10950 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10951
10952         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10953         Some whitespace was matched into the url, which broke browsing hits
10954         > 100 when mm-url-use-external was nil.
10955
10956 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10957
10958         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10959         gnus-extra-headers for 'Newsgroups.
10960
10961         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10962         bound.
10963
10964 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10965
10966         * pgg-gpg.el: Clean up process buffers every time gpg processes
10967         complete.
10968
10969 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10970
10971         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10972         doc string.
10973
10974 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10975
10976         * pgg-gpg.el (pgg-gpg-process-filter)
10977         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10978
10979         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10980         lines, temporary fix.
10981
10982 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10983
10984         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10985
10986 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10987
10988         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10989         default-enable-multibyte-characters.  This reverts the change from
10990         revision 6.17 which is no longer necessary because the passphrase
10991         is sent separately now.  GnuPG messages are unreadable under
10992         multibyte locales with default-enable-multibyte-characters set to
10993         nil.
10994
10995 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10996
10997         * message.el (message-tool-bar-gnome): Move "spell".
10998
10999 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11000
11001         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11002         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11003         instead.
11004
11005 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11006
11007         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
11008         newsgroups handling for NNTP overviews which don't include
11009         Newsgroups.
11010
11011 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11012
11013         * message.el (message-resend): Bind message-generate-hashcash to nil.
11014
11015 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11016
11017         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11018         when searching for already-paid recipients.
11019
11020 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11021
11022         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11023         passphrases when it is not needed.
11024         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11025         passphrase stuff from gpg, should only be necessary when you use
11026         gpg with a smartcard.
11027
11028 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * mml.el (mml-insert-mime): Ignore cached contents of
11031         message/external-body part.
11032
11033         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11034         (mm-insert-part): Ditto.
11035
11036 2006-03-23  Simon Josefsson  <jas@extundo.com>
11037
11038         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11039         Reiner.
11040         (pgg-gpg-use-agent-p): Use it again.
11041
11042 2006-03-23  Simon Josefsson  <jas@extundo.com>
11043
11044         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11045         older emacsen.
11046         (pgg-gpg-use-agent-p): Don't use it.
11047
11048 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11049
11050         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11051         if we can.
11052
11053 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11054
11055         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11056         (pgg-gpg-update-agent): New function.
11057         (pgg-gpg-use-agent-p): New function.
11058         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11059         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11060         (pgg-gpg-sign-region): Use it.
11061
11062 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11063
11064         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11065         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11066
11067 2006-03-21  Simon Josefsson  <jas@extundo.com>
11068
11069         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11070         <wilde@sha-bang.de>.
11071         (pgg-gpg-use-agent): New variable.
11072         (pgg-gpg-process-region): Use it.
11073         (pgg-gpg-encrypt-region): Likewise.
11074         (pgg-gpg-encrypt-symmetric-region): Likewise.
11075         (pgg-gpg-decrypt-region): Likewise.
11076         (pgg-gpg-sign-region): Likewise.
11077         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11078
11079 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11080
11081         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11082
11083         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11084         Add comment on version.
11085
11086 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11087
11088         * smiley.el: Add missing test smiley.
11089
11090 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11091
11092         * mm-decode.el (mm-with-part): New macro.
11093         (mm-get-part): Use it; work with message/external-body as well.
11094         (mm-save-part): Treat name and filename equally.
11095
11096         * mm-extern.el (mm-extern-cache-contents): New function.
11097         (mm-inline-external-body): Use it; force the part to be displayed;
11098         move undisplayer added to the cached handle to the parent.
11099
11100         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11101         (gnus-mime-view-part-as-type): Work with message/external-body.
11102
11103         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11104
11105 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11106
11107         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11108         images in image-load-path.  [Sync with image.el, revision 1.60, in
11109         Emacs.]
11110
11111 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11112
11113         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11114         path rather than symbol.  Always return list of directories.
11115         Guarantee that image directory comes first.  [Sync with image.el,
11116         revision 1.59, in Emacs.]
11117
11118         * message.el (message-make-tool-bar): Adjust to new API of
11119         `gmm-image-load-path-for-library'.
11120
11121         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11122
11123         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11124
11125 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11126
11127         * gnus-art.el (gnus-article-only-boring-p):
11128         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11129         intangible text.
11130         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11131
11132 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11133
11134         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
11135         `defun' instead of `gmm-defun-compat'.
11136
11137 2006-03-14  Simon Josefsson  <jas@extundo.com>
11138
11139         * message.el (message-unique-id): Don't use message-number-base36
11140         if (user-uid) is a float.
11141         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11142
11143 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11144
11145         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11146
11147         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11148         empty line between a part and a message part.
11149
11150 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11151
11152         * smiley.el: Add more test smileys.
11153         (smiley-data-directory, smiley-regexp-alist)
11154         (gnus-smiley-file-types): Fix doc strings.
11155         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11156         adding new elements.
11157         (smiley-mouse-map): Unused code.  Make it a comment.
11158
11159 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11160
11161         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11162         scan latest NoCeM messages instead of old ones.
11163         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11164         delimiters that are recently used.
11165         (gnus-nocem-load-cache): Add autoload cookie.
11166
11167         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11168
11169         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11170         level which is larger than gnus-use-nocem is specified.
11171
11172         * gnus-group.el (gnus-group-get-new-news): Ditto.
11173
11174 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11175
11176         * gnus-util.el (gnus-tool-bar-update): New function.
11177
11178         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11179         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11180
11181         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11182
11183         * gnus-group.el (gnus-group-redraw-when-idle)
11184         (gnus-group-redraw-check): Remove.
11185         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11186
11187 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11188
11189         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11190         if optional last element is specified in splits (FIELD VALUE...).
11191
11192 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11193
11194         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11195         to gmm-image-load-path-for-library.  Call with no-error argument.
11196         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11197
11198         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11199
11200         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11201
11202         * gmm-utils.el (gmm-image-load-path): Remove alias.
11203
11204 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11205
11206         * gmm-utils.el (gmm-image-load-path): Add alias.
11207
11208         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11209         nnml-generate-nov-databases-1.
11210         (nnml-generate-nov-databases): Use it.
11211         (nnml-generate-nov-databases-directory): Document no-active
11212         argument.
11213
11214         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11215         directory if path is t.  Add no-error.
11216
11217         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11218         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11219
11220         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
11221         resetting gnus-article-browse-html-temp-list.
11222
11223         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11224         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11225         Add example to docstring.  Rename local variables.  Move error
11226         checks to default case in cond and simplify.
11227
11228 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11229
11230         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11231         handle is multipart when calling it recursively.
11232         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11233
11234 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11235
11236         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11237         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11238
11239 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11240
11241         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11242         is loaded.
11243
11244         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11245         loaded.
11246
11247 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11248
11249         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11250         to "Emacs 23 (unicode)" in doc string.
11251
11252         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11253         "Emacs 23 (unicode)" in comment.
11254
11255 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11256
11257         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11258
11259         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11260         characters 160 through 255 in Emacs 23.
11261
11262 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11263
11264         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11265         gnus-article-browse-html-temp.
11266         (gnus-article-browse-delete-temp): Make it customizable.  Add
11267         `file'.  Adjust doc string.
11268         (gnus-article-browse-delete-temp-files): Add argument.  Allow
11269         query for each file.  Adjust doc string.
11270         (gnus-article-browse-html-parts): Add
11271         `gnus-article-browse-delete-temp-files' to
11272         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11273
11274 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11275
11276         * gnus-art.el (gnus-article-browse-html-temp)
11277         (gnus-article-browse-delete-temp): New variables.
11278         (gnus-article-browse-delete-temp-files): New function.
11279         (gnus-article-browse-html-parts): Use it.
11280
11281 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11282
11283         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11284
11285         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11286         string.
11287
11288         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11289         gnus-summary-insert-new-articles when unplugged.  Remove
11290         gnus-summary-search-article-forward.
11291
11292         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11293         display-visual-class instead of display-color-cells.
11294
11295 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11296
11297         * dgnushack.el: Autoload customize-group for XEmacs.
11298
11299         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11300         message/* containing non-ASCII text properly.
11301
11302 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11303
11304         * message.el: Require gmm-utils, remove autoloads.
11305         (message-tool-bar): Set default based on
11306         gmm-tool-bar-style.
11307         (message-tool-bar-gnome): Add gmm-customize-mode.
11308
11309         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11310         gmm-tool-bar-style.
11311         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11312
11313         * gnus-group.el (gnus-group-tool-bar): Set default based on
11314         gmm-tool-bar-style.
11315         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11316
11317         * gmm-utils.el (gmm-image-directory): Rename variable from
11318         gmm-image-load-path.
11319         (gmm-image-load-path): Use gmm-image-directory.
11320         (gmm-customize-mode): New function.
11321         (gmm-tool-bar-style): New variable.
11322
11323         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11324         gnus-group-redraw-line-number.
11325         (gnus-group-redraw-check): Simplify.
11326         (gnus-group-tool-bar-update): Remove redraw check.
11327         (gnus-group-make-tool-bar): Add redraw check.
11328
11329 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11330
11331         * gnus-art.el (gnus-button): Add missing parentheses.
11332
11333 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * lpath.el: Fbind line-number-at-pos.
11336
11337 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11340
11341 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11342
11343         * gnus-art.el (gnus-button): New face.
11344         (gnus-article-button-face): Use it.
11345
11346         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11347         gnus-summary-next-page.  Re-order.
11348
11349         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11350         next-node are now included.
11351         (gnus-group-redraw-line-number): New internal variable.
11352         (gnus-group-redraw-check): Helper function for updating the tool
11353         bar.
11354         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11355
11356         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11357
11358         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11359         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11360         Use it to match format of Spamassassin 3.0 and later.  Reported by
11361         IRIE Tetsuya <irie@t.email.ne.jp>.
11362         (spam-check-bogofilter)
11363         (spam-bogofilter-register-with-bogofilter): Fix args of
11364         `gnus-error' calls.
11365
11366 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11367
11368         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11369         unnecessary interaction when sending queued mails.  Reported by
11370         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11371
11372 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11373
11374         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11375         first or last are nil.
11376
11377 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11378
11379         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11380
11381 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11382
11383         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11384
11385 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11386
11387         * dns.el (query-dns): Protect more against buggy tcp output.
11388
11389 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11390
11391         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11392         nov.php.
11393
11394 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11395
11396         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11397         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11398         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11399         output on the server side.
11400         (nnweb-google-create-mapping): Update regexps and add some
11401         progress indication.
11402
11403 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11404
11405         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11406         gnus-agent-toggle-plugged.  Re-order icons.
11407         (gnus-group-tool-bar-gnome): Add
11408         gnus-group-{prev,next}-unread-group.
11409         (gnus-group-tool-bar-gnome): Re-order icons.
11410
11411         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11412         gnus-summary-insert-new-articles.
11413
11414         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11415         comments.
11416
11417         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11418         also available in Emacs 21.3.
11419
11420         * message.el (message-fix-before-sending): Change "Emacs 22" to
11421         "Emacs 23 (unicode)" in comment.
11422
11423         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11424         "Emacs 23 (unicode)" in comment.
11425
11426         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11427         comment.
11428         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11429
11430         * mm-view.el (mm-fill-flowed): Add :version.
11431
11432 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11433
11434         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11435         and load-path.
11436
11437 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11438
11439         * message.el: Autoload gmm-image-load-path.
11440         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11441         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11442         consitency.
11443
11444         * gmm-utils.el (gmm-image-load-path): Also search in
11445         "../etc/images".  Don't set gmm-image-load-path if we don't find
11446         the image.
11447
11448 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11449
11450         * gmm-utils.el (gmm-image-load-path): Don't make
11451         `gmm-image-load-path' include subdirectories which the second arg
11452         `image' might specify.
11453
11454         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11455         subdirectory to icon file names.
11456
11457         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11458
11459 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11460
11461         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11462         gmm-image-load-path calls.
11463
11464         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11465
11466         * message.el (message-make-tool-bar): Ditto.
11467
11468         * mml.el (mml-preview): Added comment concerning tool bar icons.
11469
11470         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11471         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11472
11473         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11474         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11475
11476         * message.el (message-tool-bar-gnome): Use new icon names.
11477         (message-make-tool-bar): Use `gmm-image-load-path'.
11478
11479         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11480         functions from MH-E.
11481         (gmm-image-load-path): New variable from MH-E.
11482         (gmm-image-load-path): New function from MH-E.  Added arguments
11483         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11484         *-image-load-path-called-flag.
11485
11486 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11487
11488         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11489
11490 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11491
11492         * nnimap.el (nnimap-request-move-article): Change folder back to
11493         source group before deleting.
11494
11495 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11496
11497         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11498
11499         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11500         mm-url.
11501
11502         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11503
11504 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11505
11506         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11507         coding system which mm-charset-to-coding-system returns for a
11508         given charset is valid.
11509
11510 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11511
11512         * html2text.el (html2text-remove-tag-list):
11513         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11514
11515 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11516
11517         * gnus-cus.el: Revert 2005-10-17 change.
11518
11519 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * gnus-art.el (article-strip-banner): Call
11522         article-really-strip-banner only when the regexp match is made.
11523
11524 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11525
11526         * gnus-art.el (article-strip-banner): Use
11527         gnus-extract-address-components instead of
11528         mail-header-parse-addresses to make it work with non-ASCII text;
11529         remove mail-encode-encoded-word-string.
11530
11531         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11532         values which are surrounded with \"...\"; make it never cause a
11533         Lisp error; give up parsing of parameters if it failed in
11534         extracting type.
11535
11536 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11537
11538         * smime.el (smime-cert-by-ldap-1): Fix bug where
11539         `smime-ldap-search' returns results without userCertificates.
11540
11541 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11542
11543         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11544
11545 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11546
11547         * spam.el (spam-check-spamassassin-headers): Adapt format for
11548         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11549         <ari@mbf.ocn.ne.jp>.
11550         (spam-list-of-processors): Add spam-use-gmane.
11551
11552 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11553
11554         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11555         make-temp-file; make it work with XEmacs as well.
11556
11557         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11558         mm-make-temp-file.
11559
11560         * mm-decode.el (mm-display-external): Use the 3rd arg of
11561         mm-make-temp-file.
11562         (mm-create-image-xemacs): Ditto.
11563
11564 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11565
11566         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11567         with message-narrow-to-headers.
11568         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11569         (gnus-draft-check-draft-articles): New function.
11570         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11571
11572 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11573
11574         * gnus-art.el (gnus-article-browse-html-parts):
11575         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11576         Don't use suffix argument for mm-make-temp-file for Emacs 21
11577         compatibility.  Remove useless `format'.
11578
11579 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11580
11581         * nnweb.el (nnweb-google-wash-article): Update regexps.
11582         (nnweb-group-alist): Use defvoo instead of defvar.
11583
11584 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11585
11586         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11587         re-loading nn* modules.
11588
11589 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11590
11591         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11592         for `tool-bar-mode' and don't check it's default-value.
11593
11594         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11595
11596         * message.el (message-make-tool-bar): Ditto.
11597
11598         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11599         `substring'.  Shorten tmp-file name.
11600
11601         * gnus.el: Remove bogus comment.
11602
11603 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11604
11605         * gnus-art.el (gnus-article-browse-html-parts): New function.
11606         (gnus-article-browse-html-article): New function for viewing html
11607         articles with a browser.
11608
11609 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11610
11611         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11612         in elisp.
11613         (pgg-gpg-encrypt-symmetric-region): Ditto.
11614         (pgg-gpg-sign-region): Ditto.
11615
11616         * pgg-def.el (pgg-text-mode): New variable.
11617
11618         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11619         (mml2015-pgg-encrypt): Ditto.
11620
11621         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11622         (mml1991-pgg-encrypt): Ditto.
11623
11624 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11625
11626         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11627         message-make-date instead of current-time-string.
11628
11629         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11630         to gnus-decoded which mm-uu might set.
11631
11632 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11633
11634         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11635         don't decode quoted parameters; remove misimported Emacs code.
11636         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11637         (rfc2231-decode-encoded-string): Don't use split-string which
11638         behaves differently according to Emacs version; use
11639         mm-decode-coding-region to convert charset to coding-system.
11640         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11641         (rfc2231-encode-string): Remove misimported Emacs code.
11642
11643 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11644
11645         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11646         when calling mail-header-parse-content-type.
11647         (article-de-quoted-unreadable): Ditto.
11648         (article-de-base64-unreadable): Ditto.
11649         (article-wash-html): Ditto.
11650
11651         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11652         calling mail-header-parse-content-type and
11653         mail-header-parse-content-disposition.
11654         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11655         mail-header-parse-content-type.
11656
11657         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11658         insert charset and format parameters; encode description after
11659         inserting it to buffer.
11660         (mml-insert-parameter): Fold lines properly even if a parameter is
11661         segmented into two or more lines; change the max column to 76.
11662
11663         * rfc1843.el (rfc1843-decode-article-body): Don't use
11664         ignore-errors when calling mail-header-parse-content-type.
11665
11666         * rfc2231.el (rfc2231-parse-string): Return at least type if
11667         possible; don't cause an error even if it fails in parsing of
11668         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11669         (rfc2231-encode-string): Don't break lines at the beginning, leave
11670         it to mml-insert-parameter.
11671
11672         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11673         calling mail-header-parse-content-type.
11674
11675 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11676
11677         * spam-report.el (spam-report-gmane-use-article-number):
11678         Improve doc string.
11679         (spam-report-gmane-internal): Check if a suitable header was found
11680         in the article.
11681
11682 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11683
11684         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11685         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11686
11687 2006-02-05  Romain Francoise  <romain@orebokech.com>
11688
11689         Update copyright notices of all files in the gnus directory.
11690
11691 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11692
11693         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11694
11695 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11698         segmented lines of parameter value to cope with Thunderbird 1.5
11699         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11700         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11701         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11702
11703 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11704
11705         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11706         parts.
11707
11708 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11709
11710         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11711         there's only one active file for all servers.
11712         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11713         solid groups.  Gnus might have used a FAST request to select the group.
11714         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11715         and nnweb-search redundantly in the active file.
11716         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11717         (nnweb-request-create-group): Don't use ARGS.
11718         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11719         initialisations.  Let nnoo do the work.
11720
11721 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11722
11723         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11724         Say the part has been decoded.
11725
11726         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11727
11728 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11729
11730         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11731         mailcap-viewer-test-cache when there's no 'test clause, since that
11732         will invert the meaning of a "nil" test previously determined by
11733         mailcap-mailcap-entry-passes-test.
11734
11735 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11736
11737         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11738         compiling.
11739
11740         * gnus-sum.el: Ditto.
11741
11742         * message.el: Don't bind tool-bar-map when compiling.
11743
11744 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11745
11746         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11747
11748 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11749
11750         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11751         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11752         current Google Groups.
11753
11754 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11755
11756         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11757         and tool-bar-mode.
11758
11759         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11760         and tool-bar-mode.
11761
11762         * message.el (message-tool-bar-update): Simplify.
11763         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11764
11765         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11766         gnus-summary-buffer.
11767         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11768         gnus-summary-reply.
11769
11770         * gmm-utils.el (gmm): Add :version.
11771
11772 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11773
11774         * Makefile.in (clean): New rule.
11775         (distclean): Use it.
11776
11777 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11778
11779         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11780         autoload.
11781
11782 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11783
11784         * gmm-utils.el (gmm-verbose): Add :group.
11785
11786 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11787
11788         * message.el: Change some comments WRT tool-bars.
11789
11790         * gnus-sum.el (gnus-summary-tool-bar)
11791         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11792         (gnus-summary-tool-bar-zap-list): New variables.
11793         (gnus-summary-make-tool-bar): Complete rewrite using
11794         `gmm-tool-bar-from-list'.
11795
11796         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11797         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11798         variables.
11799         (gnus-group-make-tool-bar): Complete rewrite using
11800         `gmm-tool-bar-from-list'.
11801         (gnus-group-tool-bar-update): New function.
11802
11803         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11804
11805 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11806
11807         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11808         is dissected into a single part of which the type is the same as
11809         the given one; decode charset.
11810
11811 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11812
11813         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11814         into alists as symbol not string, since that's what
11815         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11816         look for.
11817
11818 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11819
11820         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11821         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11822
11823         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11824
11825 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11828         (gnus-xmas-mime-security-button-menu): New function.
11829
11830         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11831         (gnus-mime-security-button-menu): New definition.
11832         (gnus-mime-security-button-map): Use them.
11833         (gnus-mime-security-button-menu): New function.
11834         (gnus-insert-mime-security-button): Addition to help echo.
11835         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11836         (gnus-mime-security-pipe-part): New functions.
11837
11838         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11839         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11840
11841         * mm-decode.el (mm-handle-set-disposition): Remove.
11842         (mm-handle-set-description): Remove.
11843
11844 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11845
11846         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11847         (mm-w3m-standalone-supports-m17n-p): New function.
11848         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11849         w3m usage.
11850
11851         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11852         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11853
11854 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11855
11856         * message.el (message-tool-bar-zap-list): Use
11857         gmm-tool-bar-zap-list as custom type.
11858         (message-tool-bar-update): New function.
11859         (message-tool-bar, message-tool-bar-gnome)
11860         (message-tool-bar-retro): Add message-tool-bar-update.
11861         (message-tool-bar-gnome): Add flyspell-buffer.
11862
11863         * gnus-util.el (gnus-error): Describe `args'.
11864
11865         * gmm-utils.el (gmm-error): Describe `args'.
11866         (gmm-tool-bar-zap-list): New widget.
11867         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11868
11869 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11870
11871         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11872         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11873         the number of recursive calls.
11874
11875         * mm-decode.el (mm-handle-set-disposition): New macro.
11876         (mm-handle-set-description): New macro.
11877
11878 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11881         encoding.
11882
11883 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11884
11885         * message.el (message-tool-bar-zap-list, message-tool-bar)
11886         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11887         (message-tool-bar-local-item-from-menu): Remove.
11888         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11889         (message-make-tool-bar): New function.
11890         (message-mode): Use `message-make-tool-bar'.
11891
11892         * gmm-utils.el: New file.
11893         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11894         (gmm-lazy): New widget copied from `nnmail.el'.
11895         (gmm-tool-bar-from-list): New function for creating customizable
11896         tool bars.
11897         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11898         output.
11899         (gmm): Add :prefix to defgroup.
11900
11901 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11902
11903         * gmm-utils.el (gmm-widget-p): New function.
11904
11905 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11906
11907         * mml.el (mml-attach-file): Describe `description' in doc string.
11908         (mml-menu): Add Emacs MIME manual and PGG manual.
11909
11910 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11911
11912         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11913
11914 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11915
11916         * nntp.el (nntp-end-of-line): Doc fix.
11917
11918 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11919
11920         * imap.el (imap-open): Handle case where buffer is a buffer
11921         object.
11922
11923 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11924
11925         * gnus-delay.el (gnus-delay): Don't autoload.
11926         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11927         to be re-loaded when customizing the `gnus-delay' group.
11928
11929 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11930
11931         * message.el (message-insert-citation-line): Use newlines.
11932
11933 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11934
11935         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11936         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11937         these routines, so the passphrase can be managed externally and
11938         passed in to the system.
11939         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11940         pgg-add-passphrase-to-cache function.
11941
11942         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11943         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11944         these routines, so the passphrase can be managed externally and
11945         passed in to the system.
11946         (pgg-pgp5-sign-region): Use new name of
11947         pgg-add-passphrase-to-cache function.
11948
11949 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11950
11951         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11952         part of the decoded armor to find the key-identifier.
11953         (pgg-gpg-lookup-key-owner): New function to return the
11954         human-readable identifier of a key owner.
11955         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11956         itself.
11957         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11958         the key value) if we have a key and can match it against a secret
11959         key.  Also, added a note pointing out fact that the prompt only
11960         indicates the first matching key.
11961
11962         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11963         pgg-decrypt-region.
11964         (pgg-add-passphrase-to-cache): Rename from
11965         `pgg-add-passphrase-cache' to reduce confusion (all callers
11966         changed).
11967         (pgg-remove-passphrase-from-cache): Rename from
11968         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11969         changed).
11970         (pgg-read-passphrase, pgg-add-passphrase-cache)
11971         (pgg-remove-passphrase-cache): Add informative docstrings.
11972         (pgg-decrypt): Convey provided passphrase in subordinate call to
11973         pgg-decrypt-region.
11974
11975 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11976
11977         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11978         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11979         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11980         'passphrase' argument, so the passphrase can be managed externally
11981         and then passed in to the system.
11982
11983         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11984         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11985         so the passphrase cache can be used reliably with identifiers
11986         besides a pgp packet's key id.
11987
11988         * pgg-gpg.el (pgg-gpg-encrypt-region)
11989         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11990         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11991         these routines, so the passphrase can be managed externally and
11992         passed in to the system.
11993
11994         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11995         'notruncate' argument, so the passphrase cache can be used
11996         reliably with identifiers besides a pgp packet's key id.
11997
11998 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11999
12000         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12001         symmetric encryption.
12002         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12003         encrypted session key.
12004         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12005         message ask for the passphrase in a proper way.
12006
12007         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12008         New user commands for symmetric encryption.
12009
12010 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12011
12012         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12013
12014         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12015
12016 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12017
12018         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12019
12020 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12021
12022         * mm-decode.el (mm-inlined-types): Add application/pgp.
12023         (mm-automatic-display): Ditto.
12024
12025         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12026         part as text.
12027
12028 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12029
12030         * nnrss.el: Update copyright.
12031         (nnrss-opml-import): Query whether to subscribe to each entry.
12032
12033         * gnus-art.el:
12034         * gnus-sum.el:
12035         * gnus-xmas.el:
12036         * messagexmas.el:
12037         * mm-uu.el:
12038         * mm-view.el: Update copyright.
12039
12040 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12041
12042         * message.el (message-info): New function.
12043         (message-mode-menu): Add it.
12044         Update copyright.
12045
12046         * ChangeLog: Fix and update copyright.
12047
12048 2006-01-13  Romain Francoise  <romain@orebokech.com>
12049
12050         * message.el (message-forward-subject-name-subject): Prefer the
12051         address to 'nowhere' if the sender has no name.
12052         Fix typo.  Update copyright year.
12053
12054 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12055
12056         * gnus-art.el (article-wash-html): Use
12057         gnus-summary-show-article-charset-alist if a numeric arg is given.
12058         (gnus-article-wash-html-with-w3m-standalone): New function.
12059
12060         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12061         mm-inline-text-html-render-with-w3m-standalone.
12062         (mm-text-html-washer-alist): Map w3m-standalone to
12063         gnus-article-wash-html-with-w3m-standalone.
12064         (mm-inline-text-html-render-with-w3m-standalone): New function.
12065
12066 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12067
12068         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12069         Improve LaTeX.
12070
12071 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12072
12073         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12074         (nnrss-request-article): Render text/plain parts as HTML.
12075
12076         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12077         the buffer.
12078
12079 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12080
12081         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12082         custom definition of `gnus-posting-styles'.
12083
12084         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
12085         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12086
12087 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12088
12089         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12090         Use nntp for bug archive.
12091
12092 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12095         parts.
12096         (nnrss-normalize-date): New function converts ISO 8601 date into
12097         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12098         (nnrss-check-group): Use it.
12099
12100 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12101
12102         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12103
12104         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12105         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12106         (nnrss-insert-w3): Ditto.
12107
12108 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12109
12110         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12111         the articles to be forwarded including the case where neither a
12112         number of articles nor a region is specified.
12113
12114 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12115
12116         * nnrss.el (nnrss-request-article): Fix last change; fill
12117         text/plain parts.
12118
12119 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12120
12121         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12122         in text/plain part.
12123         (nnrss-check-group): Don't add excessive newline to dc:subject.
12124
12125 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12126
12127         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12128         article.
12129
12130 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12131
12132         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12133         (nnml-use-compressed-files, nnml-save-mail): Support other
12134         comression programs such as bzip2.
12135
12136 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12137
12138         * dns.el (query-dns): Make sure we check the buffer size before
12139         removing tcp headers.
12140
12141 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12142
12143         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12144         remove MIME buttons associated with multipart/alternative parts.
12145         (gnus-mime-display-alternative): Tag buttons using `article-type'
12146         text property.
12147
12148         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12149         associated with multipart/alternative parts.
12150
12151         * gnus-art.el (gnus-signature-separator): Fix custom type.
12152
12153         * mm-decode.el (mm-inlined-types): Fix custom type.
12154         (mm-keep-viewer-alive-types): Ditto.
12155         (mm-automatic-display): Ditto.
12156         (mm-attachment-override-types): Ditto.
12157         (mm-inline-override-types): Ditto.
12158         (mm-automatic-external-display): Ditto.
12159
12160 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12161
12162         * spam-report.el (spam-report-user-mail-address)
12163         (spam-report-user-agent): New variables.
12164         (spam-report-url-ping-plain): Use spam-report-user-agent.
12165
12166 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12167
12168         * gnus-art.el (gnus-button-handle-custom): Do not just use
12169         `customize-apropos' for any "M-x customize-*" button but the
12170         function called for.  Accept both the function name and its
12171         argument in order to achieve this.
12172         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
12173         function name to `gnus-button-handle-custom' in case of "M-x
12174         customize-*" buttons.
12175
12176 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12177
12178         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12179         multipart/alternative and add xref to mm-discouraged-alternatives
12180         in doc string.
12181
12182         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12183         gnus-buttonized-mime-types in doc string.
12184
12185 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12186
12187         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12188         Suggest image/.* in the doc string.
12189
12190 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12191
12192         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12193         message-marks (Debian bug #342521).
12194
12195 2005-12-12  Simon Josefsson  <jas@extundo.com>
12196
12197         * password.el (password-read-from-cache): Add.
12198         (password-read): Use it.
12199
12200 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12201
12202         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
12203         us-ascii as a MIME charset.
12204
12205         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
12206         against the case where the 2nd arg TYPE is nil.
12207
12208 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12209
12210         * pop3.el (pop3-stream-type): Fix custom version.
12211
12212         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12213
12214 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12215
12216         * mm-decode.el (mm-display-external): Add missing cdr.
12217
12218 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12221         RFC1524) if it is in mailcap or add a suffix according to
12222         mailcap-mime-extensions when generating a temp filename; postpone
12223         deleting a temp file for 2 seconds for some wrappers, shell
12224         scripts, and so on, which might exit right after having started a
12225         viewer command as a background job.
12226
12227 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12228
12229         * nntp.el (nntp-marks-directory): Fix custom group.
12230
12231         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12232         steps when < 10.
12233
12234         * gnus-start.el (gnus-no-server-1): Mention
12235         `gnus-level-default-subscribed' in doc string.
12236
12237 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12238
12239         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12240         parens.
12241
12242 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * gnus-xmas.el (gnus-use-toolbar): Revert.
12245         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12246         gnus-use-toolbar is default.
12247
12248         * messagexmas.el (message-use-toolbar): Revert.
12249         (message-setup-toolbar): Use global default-toolbar if
12250         message-use-toolbar is default.
12251
12252 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12253
12254         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12255         according to default-toolbar-visible-p.
12256
12257         * messagexmas.el (message-use-toolbar): Ditto.
12258
12259 2005-11-26  Dave Love  <fx@gnu.org>
12260
12261         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12262         (tls-program, tls-success): Provide openssl alternative.
12263
12264         * starttls.el: Doc fixes.
12265         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12266         SERVICE to PORT.
12267
12268         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12269         port null or service name.
12270         (starttls-negotiate): Autoload.
12271
12272 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * message.el (message-kill-to-signature): Fix interactive spec.
12275
12276 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12277
12278         * pop3.el (pop3-open-server): Recognize a string as a service name.
12279
12280 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12281
12282         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12283
12284 2005-11-23  Dave Love  <fx@gnu.org>
12285
12286         Add pop3s, pop3/starttls.
12287
12288         * pop3.el (pop3-authentication-scheme): Clarify doc.
12289         (open-tls-stream, starttls-open-stream): Autoload.
12290         (pop3-stream-type): New.
12291         (pop3-open-server): Use it.
12292
12293         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12294         for POP.
12295         (mail-source-keyword-map): Add :stream for POP.
12296         (mail-source-fetch-pop): Use pop3-stream-type.
12297
12298 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12299
12300         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12301         of current-time-string.
12302
12303 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12304
12305         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12306         date header.
12307
12308 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12309
12310         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12311         it can seriously impact performance as it bypasses the agent's
12312         local caches.
12313
12314 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12315
12316         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12317         must be explicitly online rather than "not explicitly offline" for
12318         its flags to be synchronized.
12319
12320         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12321         that gnus-uu-unmark-thread will function correctly.
12322
12323         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12324         1024K is instead displayed as 1M.
12325
12326 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12327
12328         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12329
12330 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12331
12332         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12333
12334 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12335
12336         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12337         error message to display actual error condition.
12338         (gnus-agent-save-local): Avoid saving symbols that are bound to
12339         nil as they simply result in a warning message in
12340         gnus-agent-read-local.
12341
12342 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12343
12344         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12345         rather than make-variable-buffer-local for file-precious-flag.
12346
12347 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12348
12349         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12350         for duplicates which are removed.  The invalid sort check then
12351         triggers a rescan after the sort as sorting may have moved
12352         duplicate entries such that they can be cheaply detected.
12353
12354 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12355
12356         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12357
12358 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12359
12360         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12361         internal variable to a custom variable.  Changed default value
12362         from compressed(2) to uncompressed(1).
12363         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12364         support for uncompressed agentview files.  Taken together, reading
12365         the agentview file should now be 6-7 times faster.
12366
12367 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12368
12369         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12370         as a buffer-local variable.  This avoids creating truncated
12371         dribble files as a result of a hang up, eg.
12372
12373 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12374
12375         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12376         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12377         XEmacs.
12378
12379 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12380
12381         * gnus-start.el (gnus-start-draft-setup): Enforce
12382         `gnus-draft-mode' for nndraft:drafts at startup.
12383
12384         * gnus.el (gnus-splash): Change custom group.
12385         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12386         allow-list argument.
12387
12388         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12389         string.
12390
12391 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12392
12393         * gnus-art.el (gnus-default-article-saver): Add user-defined
12394         `function' to custom type.
12395
12396 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12397
12398         * imap.el (imap-open): Handle case where buffer is a buffer
12399         object.
12400
12401 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12402
12403         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12404         long lines.
12405         (gnus-cache-delete-group): Wrap doc strings.
12406
12407         * gnus-agent.el (gnus-agent-rename-group)
12408         (gnus-agent-delete-group): Wrap doc strings.
12409
12410 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12411
12412         * messagexmas.el (message-use-toolbar): Change the valid values
12413         into default, top, bottom, left, and right.
12414         (message-toolbar-thickness): New variable.
12415         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12416         well.
12417         (message-setup-toolbar): Make it work.
12418
12419         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12420         (gnus-use-toolbar): Change the valid values into default, top,
12421         bottom, left, and right.
12422         (gnus-toolbar-thickness): New variable.
12423         (gnus-xmas-setup-toolbar): New function.
12424         (gnus-xmas-setup-group-toolbar): Use it.
12425         (gnus-xmas-setup-summary-toolbar): Use it.
12426
12427 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12428
12429         * gnus-start.el (gnus-1): Add "native" to
12430         gnus-predefined-server-alist.
12431
12432         * gnus.el (gnus-method-to-server): Don't add "native" to the
12433         lists here, because that leads to problems when
12434         gnus-select-method is bound.
12435
12436 2005-11-09  Simon Josefsson  <jas@extundo.com>
12437
12438         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12439         use (not sort-by-date) instead.
12440
12441 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12442
12443         * gnus-delay.el (gnus-delay-group): Don't autoload.
12444         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12445         to be re-loaded when customizing the `gnus-delay' group.
12446
12447 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12448
12449         * message.el: Revert last changes.
12450         (message-insert-citation-line): Use newlines.
12451
12452 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12453
12454         * message.el (message-courtesy-message)
12455         (message-mark-insert-begin, message-mark-insert-end)
12456         (message-elide-ellipsis, message-cancel-message)
12457         (message-add-header, message-change-subject)
12458         (message-cross-post-followup-to-header)
12459         (message-cross-post-insert-note, message-reduce-to-to-cc)
12460         (message-widen-reply, message-delete-not-region)
12461         (message-kill-to-signature, message-insert-signature)
12462         (message-insert-importance-high, message-insert-importance-low)
12463         (message-insert-or-toggle-importance)
12464         (message-insert-disposition-notification-to)
12465         (message-indent-citation, message-yank-original)
12466         (message-cite-original-without-signature, message-cite-original)
12467         (message-insert-citation-line, message-position-on-field)
12468         (message-fix-before-sending, message-send-mail-partially)
12469         (message-send-mail, message-send-mail-with-sendmail)
12470         (message-send-mail-with-qmail, message-send-news)
12471         (message-check-news-header-syntax, message-generate-headers)
12472         (message-insert-courtesy-copy, message-fill-address)
12473         (message-fill-header, message-shorten-references)
12474         (message-setup-1, message-cancel-news)
12475         (message-forward-make-body-plain, message-forward-make-body-mime)
12476         (message-forward-make-body-mml, message-encode-message-body)
12477         (message-forward-make-body-digest-plain)
12478         (message-forward-make-body-digest-mime)
12479         (message-use-alternative-email-as-from): Insert `hard-newline'
12480         instead of ordinary newlines.
12481
12482 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12483
12484         * message.el (message-generate-headers): Downcase the argument
12485         given to message-check-element.
12486
12487 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12488
12489         * nntp.el (nntp-authinfo-rejected): New error condition.
12490         (nntp-wait-for): Use new error condition to signal authentication
12491         error.
12492         (nntp-retrieve-data): Rethrow new error condition to break out of
12493         recursive call to nntp-send-authinfo.
12494
12495 2005-11-08  Romain Francoise  <romain@orebokech.com>
12496
12497         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12498         (gnus-summary-exit-map): Bind to `Z p'.
12499         (gnus-summary-make-menu-bar): Add menu item.
12500
12501 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12502
12503         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12504         (gnus-treat-*): Add `first' in all doc strings.
12505
12506         * gnus-group.el (gnus-group-compact-group): Fix typo.
12507
12508 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12509
12510         * gnus.el (gnus-parameters-case-fold-search): New variable.
12511         (gnus-parameters-get-parameter): Use it.
12512
12513         * gnus-score.el (gnus-home-score-file): Doc fix.
12514
12515 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12516
12517         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12518
12519 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12520
12521         * mm-util.el (mm-special-display-p): New function.
12522
12523         * mml.el (mml-preview): Use it; doc fix.
12524
12525 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12526
12527         * imap.el (imap-open): Handle case where buffer is a buffer object.
12528
12529 2005-10-29  Romain Francoise  <romain@orebokech.com>
12530
12531         * message.el (message-fix-before-sending): Fix comment.
12532
12533 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12534
12535         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12536
12537 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12538
12539         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12540         Used in gnus-score.el.
12541
12542 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12543
12544         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12545
12546 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12547
12548         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12549         whitespace removed in revision 7.8.  Use concatenated string to
12550         protect trailing whitespace.
12551
12552 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12553
12554         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12555         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12556         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12557         Courier IMAP ("some version from 2004").  Mostly based on similar
12558         code in the same function.
12559
12560 2005-10-26  Didier Verna  <didier@xemacs.org>
12561
12562         * gnus-group.el (gnus-group-compact-group): Invalidate original
12563         article buffer.
12564         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12565         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12566         NOV database and in article itself.
12567         Invalidate article backlog.
12568
12569 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12570
12571         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12572
12573 2005-10-26  Simon Josefsson  <jas@extundo.com>
12574
12575         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12576         part of 2004-07-25 change.
12577
12578 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12579
12580         * message.el (message-display-completion-list): New function.
12581         (message-expand-group): Use it; make sure the Completions buffer
12582         is modifiable.
12583 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12584
12585         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12586         user-mail-name is an empty string.
12587
12588 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12589
12590         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12591         depending on gnus-score-decay-constant.
12592
12593         * encrypt.el (encrypt-insert-file-contents)
12594         (encrypt-write-file-contents): Don't use `gnus-message'.
12595
12596         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12597         arguments.
12598         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12599         arguments to mm-uu-verbatim-marks-extract.
12600         (mm-uu-hide-markers): New variable.
12601         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12602
12603         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12604         (gnus-convert-image-to-face-command): Use "convert" by default to
12605         allow other input image formats.
12606         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12607         accordingly.
12608
12609 2005-10-23  Simon Josefsson  <jas@extundo.com>
12610
12611         * imap.el (imap-gssapi-program): Align command line parameters
12612         with latest GNU SASL.
12613         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12614
12615 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12616
12617         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12618         HTML.
12619         (nnslashdot-request-article): Ditto.
12620
12621         * lpath.el (featurep): Add nobreak-char-display.
12622
12623 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12624
12625         * mail-source.el (mail-source-fetch-pop): Require pop3.
12626         (mail-source-check-pop): Ditto.
12627
12628 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12629
12630         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12631         errors.
12632
12633 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12634
12635         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12636         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12637
12638         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12639
12640         * mm-bodies.el (mm-decode-string): Call
12641         `mm-charset-to-coding-system' with allow-override argument.
12642
12643 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12644
12645         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12646         (rfc2047-charset-to-coding-system): New function.
12647         (rfc2047-decode-encoded-words): New function.
12648         (rfc2047-decode-region): Use them.
12649         (rfc2047-decode-cte): Remove.
12650         (rfc2047-parse-and-decode): Remove.
12651         (rfc2047-decode): Remove.
12652
12653 2005-10-15  Kenichi Handa  <handa@m17n.org>
12654
12655         * rfc2047.el (rfc2047-decode-cte): New function.
12656         (rfc2047-decode-region): Change the way to decode successive
12657         encoded-words: decode B- or Q-encoding in each encoded-word,
12658         concatenate them, and decode it as charset.
12659
12660 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * lpath.el: Fbind codepage-setup for XEmacs.
12663
12664 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12665
12666         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12667         widget-move-and-invoke.
12668         (gnus-custom-mode): Use gnus-custom-map.
12669
12670 2005-10-15  Bill Wohler  <wohler@newt.com>
12671
12672         * message.el (message-tool-bar-map): Renamed image file from
12673         mail_send to mail/send.
12674
12675 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12676
12677         * message.el (message-expand-group): Pass the common
12678         prefix substring of completion to `display-completion-list'.
12679
12680 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12681
12682         * mml-sec.el (mml-secure-method): New internal variable.
12683         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12684         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12685         functions using mml-secure-method.
12686
12687         * mml.el (mml-mode-map): Add key bindings for those functions.
12688         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12689         Harder <harder@myrealbox.com>.
12690         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12691         end of message if point is the headers of the message.
12692
12693         * message.el (message-in-body-p): New function.
12694
12695         * assistant.el: Autoload gnus-util and netrc.
12696
12697         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12698         Use `mm-charset-override-alist' only when decoding.
12699
12700         * mm-bodies.el (mm-decode-body): Call
12701         `mm-charset-to-coding-system' with allow-override argument.
12702
12703         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12704         `filename' from Content-Disposition if Content-Type doesn't
12705         provide `name'.
12706         (gnus-mime-view-part-as-type): Set default instead of
12707         initial-input.
12708
12709 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12710
12711         * format-spec.el (format-spec): Propagate text properties of % spec.
12712
12713 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12714
12715         * gnus-art.el (gnus-treat-predicate): Add `first'.
12716
12717 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12718
12719         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12720         (mm-charset-override-alist): New variable.
12721         (mm-charset-to-coding-system): Use it.
12722         (mm-codepage-setup): New helper function.
12723         (mm-charset-eval-alist): New variable.
12724         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12725         about unknown charsets.
12726
12727         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12728
12729 2005-10-04  David Hansen  <david.hansen@gmx.net>
12730
12731         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12732         (nnrss-check-group): Ditto.
12733
12734 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12735
12736         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12737         Rename x-gnus-verbatim to x-verbatim.
12738         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12739
12740         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12741         x-verbatim.
12742
12743         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12744
12745         * gnus-util.el (gnus-remove-duplicates): Remove.
12746
12747         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12748         instead of gnus-remove-duplicates.
12749
12750         * message.el (message-remove-duplicates): Remove.
12751         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12752         message-remove-duplicates.
12753
12754         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12755         available, else use implementation from `delete-dups'.
12756
12757         * message.el (message-insert-expires): New function.
12758         (message-mode-map): Add key binding.
12759         (message-mode-field-menu): Add menu entry.
12760         (message-mode): Document it.
12761         (message-make-expires-date): Use `message-make-date'.
12762
12763 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12764
12765         * message.el (message-make-expires-date): New function.
12766
12767 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12768
12769         * Makefile.in (list-installed-shadows): New entry.
12770         (install): Use it.
12771         (remove-installed-shadows): New entry.
12772
12773         * dgnushack.el (dgnushack-default-load-path): New variable.
12774         (dgnushack-find-lisp-shadows): New function.
12775         (dgnushack-remove-lisp-shadows): New function.
12776
12777 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12778
12779         * Makefile.in (install-el-elc): New entry.
12780         (install): Use it so that .el files are necessarily installed.
12781
12782 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12783
12784         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12785
12786 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12787
12788         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12789         function rather than the diff-mode.el package.
12790         (mm-display-external): Use with-current-buffer.
12791         (mm-viewer-completion-map, mm-viewer-completion-map):
12792         Move initialization inside declaration.
12793
12794 2005-09-29  Simon Josefsson  <jas@extundo.com>
12795
12796         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12797         autoload mail-check-payment.
12798         (spam-check-hashcash): Define unconditionally, since hashcash.el
12799         is part of Gnus now.  Ignore errors from payment checking.
12800
12801 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12802
12803         * message.el (message-bold-region, message-unbold-region): Rename
12804         from `bold-region' and `unbold-region'.
12805
12806         * message.el: Remove useless autoloads.
12807
12808 2005-09-28  Simon Josefsson  <jas@extundo.com>
12809
12810         * message.el (message-use-idna): Default to t.
12811         (message-use-idna): Test whether encoding works too.  Doc fix.
12812
12813 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12814
12815         * nntp.el (nntp-warn-about-losing-connection): Remove.
12816
12817 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12818
12819         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12820         customizable.  Change default value.
12821         (mm-uu-diff-groups-regexp): Change default value.
12822         (mm-uu-type-alist): Add doc string.
12823         (mm-uu-configure): Add doc string.  Make it interactive.
12824         (mm-uu-tex-groups-regexp): New variable.
12825         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12826         (mm-uu-type-alist): Add LaTeX documents.
12827         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12828         of "text/verbatim".
12829         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12830
12831         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12832         instead of "text/verbatim".
12833
12834         * message.el (message-mark-inserted-region)
12835         (message-mark-insert-file): Use slrn style marks when called with
12836         prefix argument.
12837
12838 2005-09-27  Simon Josefsson  <jas@extundo.com>
12839
12840         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12841
12842 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12843
12844         * message.el (message-remove-duplicates): New function.
12845         Implementation borrowed from `gnus-remove-duplicates'.
12846         (message-idna-to-ascii-rhs): Also encode idna addresses in
12847         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12848         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12849         only ask about the same idna domain once per header and also tell
12850         in what header to replace the idna domain.
12851
12852         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12853         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12854         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12855         a header is decoded and not just the last one.
12856
12857 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12860         has been decoded.
12861
12862         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12863         (mm-insert-part): Don't modify text if it has been decoded.
12864
12865         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12866         decoded.
12867
12868         * mm-view.el (mm-inline-text): Don't strip text props unless
12869         decoding enriched or richtext parts.
12870
12871 2005-09-25  Romain Francoise  <romain@orebokech.com>
12872
12873         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12874         * gnus-start.el (gnus-subscribe-interactively):
12875         * gnus-uu.el (gnus-uu-grab-articles):
12876         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12877         space.
12878
12879 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12880
12881         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12882         * mm-view.el (mm-view-pkcs7-decrypt):
12883         * gnus-sum.el (gnus-summary-limit-to-extra)
12884         (gnus-summary-respool-article, gnus-read-move-group-name):
12885         * gnus-score.el (gnus-summary-increase-score):
12886         * gnus-util.el (gnus-completing-read-with-default):
12887         * gnus-art.el (gnus-read-save-file-name)
12888         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12889         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12890         * message.el (message-check-news-header-syntax):
12891         Follow convention for reading with the minibuffer.
12892
12893 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12894
12895         * spam-report.el (spam-report-url-ping-plain):
12896         Use gnus-extended-version as User-Agent.
12897
12898         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12899         default value is nil.
12900
12901         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12902         (mm-uu-verbatim-marks-extract): New function.
12903         (mm-uu-extract): New face.
12904         (mm-uu-copy-to-buffer): Use it.
12905
12906         * spam-report.el (spam-report-gmane-ham): Renamed from
12907         `spam-report-gmane-unspam'.
12908         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12909         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12910
12911         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12912         Autoload.
12913         (spam-report-gmane-unregister-routine): Renamed
12914         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12915
12916 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12917
12918         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12919         (spam-report-gmane-unregister-routine): Add support for gmane
12920         unregistration.
12921
12922         * spam-report.el (spam-report-gmane-unspam)
12923         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12924         (spam-report-gmane): Change to take a single article and do unspam
12925         registration.
12926
12927 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12928
12929         * mm-url.el (mm-url-decode-entities): Fix regexp.
12930
12931 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12932
12933         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12934         default to nil, to be able to use Gnus at all.  If the default
12935         switches to something else, then the function should be fixed not
12936         be exceedingly slow.
12937
12938 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12939
12940         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12941         fail hard.
12942
12943         * spam-report.el: Add better Keywords line.
12944
12945         * spam.el: Add Maintainer and better Keywords line.
12946
12947 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12948
12949         * gnus-art.el (gnus-article-replace-part)
12950         (gnus-mime-replace-part): New functions.
12951         (gnus-mime-action-alist, gnus-mime-button-commands)
12952         (gnus-mime-save-part-and-strip): Added file argument.
12953         (gnus-article-part-wrapper): Added interactive argument.
12954
12955         * gnus-sum.el (gnus-summary-mime-map): Add
12956         `gnus-article-replace-part'.
12957
12958 2005-09-19  Didier Verna  <didier@xemacs.org>
12959
12960         The nnml compaction feature:
12961         * nnml.el (nnml-request-compact-group): New function.
12962         * nnml.el (nnml-request-compact): New function.
12963         * gnus-int.el (gnus-request-compact-group): New function.
12964         * gnus-int.el (gnus-request-compact): New function.
12965         * gnus-group.el (gnus-group-compact-group): New function.
12966         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12967         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12968         * gnus-srvr.el (gnus-server-compact-server): New function.
12969         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12970         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12971
12972 2005-09-18  Deepak Goel  <deego@gnufans.org>
12973
12974         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12975         format spec.
12976
12977 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12978
12979         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12980
12981 2005-09-15  Romain Francoise  <romain@orebokech.com>
12982
12983         * message.el (message-fill-paragraph): Clarify docstring.
12984
12985 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12986
12987         * gnus-art.el (gnus-mime-display-part): Protect against broken
12988         MIME messages.
12989
12990 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12993         before parsing header.
12994
12995 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12996
12997         * html2text.el (html2text-replace-list): Add new entities.
12998
12999 2005-09-11  Romain Francoise  <romain@orebokech.com>
13000
13001         * message.el (message-alternative-emails): Improve docstring.
13002         (message-setup-1): Call `message-use-alternative-email-as-from'
13003         after `message-setup-hook' to give it precedence over posting
13004         styles, etc.
13005         (message-use-alternative-email-as-from): Add docstring.  Remove
13006         the original From header if present.
13007
13008         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13009         (nnml-save-mail): Use it.
13010
13011         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13012         articles.  Add new argument `silent'.
13013         (gnus-uu-mark-all): Report the total number of marked articles.
13014
13015 2005-09-10  Romain Francoise  <romain@orebokech.com>
13016
13017         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13018         (gnus-uu-mark-series): Likewise.
13019
13020 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13021
13022         * spam-report.el (spam-report-gmane): Fix generation of spam
13023         report URL.
13024
13025 2005-09-10  Simon Josefsson  <jas@extundo.com>
13026
13027         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13028         t, based on discussion on the ding list with Robert Epprecht
13029         <epprecht@solnet.ch>.
13030
13031 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13032
13033         * spam-report.el (spam-report-gmane): Make it work without
13034         X-Report-Spam header.  Gmane now only provides Archived-At.
13035         This is only used if `spam-report-gmane-use-article-number' is nil.
13036         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13037
13038         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13039         make `gnus-summary-sort-by-recipient' work with threading.
13040
13041         * nnweb.el (nnweb-google-wash-article): Print a message if article
13042         is not available.
13043
13044 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13045
13046         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13047         change.  Decode text/* parts content before displaying.
13048
13049 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13050
13051         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13052
13053 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13054
13055         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13056
13057         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13058         url-package-name, url-package-version,
13059         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13060         w3m-display-inline-images, and w3m-minor-mode-map.
13061
13062 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13063
13064         * message.el (message-tab-body-function): Fix mismatched custom type.
13065
13066         * gnus.el (gnus-group-change-level-function): Ditto.
13067
13068         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13069
13070         * gnus-art.el (gnus-signature-limit)
13071         (gnus-article-mime-part-function): Ditto.
13072
13073 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13074
13075         * mml.el (mml-mode): Silence the byte compiler.
13076
13077         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13078         using `(sit-for 0)' before moving the point to the specified part;
13079         skip unbuttonized parts.
13080         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13081         return to the summary window if gnus-auto-select-part is non-nil.
13082
13083 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13084
13085         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
13086         variables.
13087         (mml-dnd-attach-file, mml-mode): Use them.
13088
13089         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13090         Make fetching article by MID work again for Google Groups.  Added
13091         FIXME concerning gnus-group-make-web-group.
13092
13093         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13094         Don't depend on Gnus by using mail-extract-address-components if
13095         gnus-extract-address-components is not bound.
13096
13097 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13098
13099         * gnus-art.el (gnus-mime-display-security): Don't display the
13100         signature, but only the signed part.
13101
13102 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13105
13106         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13107         list, not listp.
13108
13109 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13110
13111         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
13112         when encoding.
13113
13114         * mm-bodies.el (mm-decode-content-transfer-encoding):
13115         De-canonicalize CRLF for all text content types, not just
13116         text/plain.
13117
13118 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13119
13120         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13121         valid article; point arrow and cursor at the MIME button.
13122
13123 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13124
13125         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13126         Suggested by Dan Christensen <jdc@uwo.ca>.
13127
13128         * mm-decode.el (mm-save-part): Enable change of prompt.
13129
13130 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13131
13132         * gnus-msg.el (gnus-inews-add-send-actions): Made
13133         `message-post-method' lambda parameter ARG `&optional'.
13134
13135 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13136
13137         * gnus-sum.el (gnus-summary-mime-map): Added
13138         gnus-article-save-part-and-strip, gnus-article-delete-part and
13139         gnus-article-jump-to-part.
13140
13141         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
13142         (gnus-article-edit-part): Use it.
13143         (gnus-article-part-wrapper): Added no-handle argument.
13144         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
13145         functions.
13146
13147 2005-08-29  Romain Francoise  <romain@orebokech.com>
13148
13149         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13150         docstring.
13151         (gnus-face-from-file): Likewise.
13152
13153 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13154
13155         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13156         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13157         non-nil.
13158         (gnus-auto-select-part): New variable.
13159         (gnus-article-jump-to-part): New function.
13160         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13161         (gnus-mime-delete-part): Allow selecting specified part after
13162         deleting or stripping parts.
13163         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13164         part if argument is bogus.
13165
13166 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13167
13168         * gnus-art.el (w3m-minor-mode-map):
13169         * gnus-spec.el (gnus-newsrc-file-version):
13170         * gnus-util.el (nnmail-active-file-coding-system)
13171         (gnus-original-article-buffer, gnus-user-agent):
13172         * gnus.el (gnus-ham-process-destinations)
13173         (gnus-parameter-ham-marks-alist)
13174         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13175         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13176         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13177         * mm-decode.el (gnus-current-window-configuration):
13178         * mm-extern.el (gnus-article-mime-handles):
13179         * mm-url.el (url-current-object, url-package-name)
13180         (url-package-version):
13181         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13182         (smime-keys, w3m-cid-retrieve-function-alist)
13183         (w3m-current-buffer, w3m-display-inline-images)
13184         (w3m-minor-mode-map):
13185         * mml-smime.el (gnus-extract-address-components):
13186         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13187         (gnus-newsrc-hashtb, message-default-charset)
13188         (message-deletable-headers, message-options)
13189         (message-posting-charset, message-required-mail-headers)
13190         (message-required-news-headers):
13191         * mml1991.el (mc-pgp-always-sign):
13192         * mml2015.el (mc-pgp-always-sign):
13193         * nnheader.el (nnmail-extra-headers):
13194         * rfc1843.el (gnus-decode-encoded-word-function)
13195         (gnus-decode-header-function, gnus-newsgroup-name):
13196         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13197
13198 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13199
13200         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13201         the end of the date treatments.
13202
13203 2005-08-15  Simon Josefsson  <jas@extundo.com>
13204
13205         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13206         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13207         Capello and Romain Francoise.
13208         (pgg-fetch-key-function): Removed, not used?
13209         (pgg-insert-url-with-w3): Require url, to get
13210         url-insert-file-contents regardless of where it is defined.
13211
13212 2005-08-13  Romain Francoise  <romain@orebokech.com>
13213
13214         * message.el (message-cite-original-1): New function.
13215         (message-cite-original): Use it.
13216         (message-cite-original-without-signature): Ditto.
13217
13218 2005-08-08  Romain Francoise  <romain@orebokech.com>
13219
13220         * message.el (message-yank-empty-prefix): New variable.
13221         (message-indent-citation): Use it.
13222         (message-cite-original-without-signature): Respect X-No-Archive.
13223
13224 2005-08-08  Simon Josefsson  <jas@extundo.com>
13225
13226         * pgg.el: Autoload url-insert-file-contents instead of loading
13227         w3/url.
13228         (pgg-insert-url-with-w3): Don't load url here.
13229
13230 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13231
13232         * message.el (message-kill-to-signature): Don't insert newline at
13233         bol.
13234         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13235
13236 2005-08-06  Romain Francoise  <romain@orebokech.com>
13237
13238         * message.el (message-user-fqdn): Fix typo in docstring.
13239
13240 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13241
13242         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13243
13244         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13245
13246 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13247
13248         * mm-bodies.el (mm-encode-body): Use coding system rather than
13249         charset to encode text.
13250
13251         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13252         number of charsets if utf-8 is available (XEmacs).
13253
13254 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13255
13256         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13257         taken from `gnus-button-mid-or-mail-regexp'.
13258         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13259         (gnus-button-alist): Improve regexp for domain part of the MIDs
13260         for news:localpart@domain buttons.
13261         (gnus-button-ctan-directory-regexp): Update.
13262
13263 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * sieve-manage.el (sieve-manage-interactive-login): Use
13266         make-local-variable rather than make-variable-buffer-local.
13267         (sieve-manage-open): Ditto.
13268         (sieve-manage-authenticate): Ditto.
13269
13270         * mml.el (mml-generate-mime-1): Make the content type default to
13271         text/plain if the filename is not specified.
13272
13273 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13274
13275         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13276         instead of insert-buffer.
13277
13278         * message.el (message-yank-original): Ditto; set the mark at the
13279         end of the yanked message.
13280
13281 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13282
13283         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13284         lines to scroll rather than to stop it.
13285
13286         * mml.el (mml-generate-default-type): Add doc string.
13287         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13288         default to application/octet-stream when determining the content
13289         type if it is not specified for the part or the mml contents; add
13290         a comment about mml-generate-default-type.
13291
13292 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13293
13294         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13295         make it default to application/octet-stream when determining the
13296         content type if it is not specified for the external contents.
13297
13298 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13299
13300         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13301         segmented parameter but also other parameters might be there.
13302
13303 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13304
13305         * mm-decode.el (mm-display-external): Delete temp file, directory
13306         and buffer immediately if the external process is exited.
13307
13308 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13309
13310         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13311         fewer lines than that of scroll-margin.
13312         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13313
13314 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13315
13316         * gnus-art.el (gnus-article-next-page): Revert.
13317         (gnus-article-beginning-of-window): New macro.
13318         (gnus-article-next-page-1): Use it.
13319         (gnus-article-prev-page): Ditto.
13320         (gnus-article-edit-part): Use insert-buffer-substring instead of
13321         insert-buffer.
13322         (gnus-article-edit-exit): Ditto.
13323
13324         * gnus-util.el (gnus-beginning-of-window): Remove.
13325         (gnus-end-of-window): Remove.
13326
13327         * lpath.el: Don't bind header-line-format and scroll-margin.
13328
13329 2005-07-25  Simon Josefsson  <jas@extundo.com>
13330
13331         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13332         to have the url package without w3.  Reported by Daiki Ueno
13333         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13334
13335 2005-07-20  Didier Verna  <didier@xemacs.org>
13336
13337         * gnus-diary.el: Remove the description comment (nndiary is now
13338         properly documented in the Gnus manual).
13339         Fix the spelling of "Back End".
13340         * nndiary.el: Ditto.
13341         Fix the copyright notice.
13342
13343 2005-07-18  Romain Francoise  <romain@orebokech.com>
13344
13345         * gnus-sum.el (gnus-summary-to-prefix)
13346         (gnus-summary-newsgroup-prefix): New variables.
13347         (gnus-summary-from-or-to-or-newsgroups): Use them.
13348
13349 2005-07-17  Romain Francoise  <romain@orebokech.com>
13350
13351         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13352         space as it's generally not especially interesting to the user.
13353
13354 2005-07-16  Romain Francoise  <romain@orebokech.com>
13355
13356         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13357         nil to avoid prompting and file modification if one of the
13358         messages at the top of the nnfolder file contains a copyright
13359         notice.
13360         Update copyright notice.
13361
13362         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13363         instead of `current-time-string' as the latter creates a time
13364         string that is not RFC 2822 compliant (it lacks the zone).
13365         Update copyright notice.
13366
13367 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13368
13369         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13370         for text/rtf.  Display default in prompt.  Pass default for M-n.
13371
13372         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13373
13374 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13375
13376         * gnus-msg.el (gnus-button-mailto): Remove
13377         save-selected-window-window hackery because it relies on
13378         save-selected-window internals.
13379
13380 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13381
13382         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13383         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13384         (gnus-article-prev-page): Ditto.
13385
13386         * gnus-util.el (gnus-beginning-of-window): New function.
13387         (gnus-end-of-window): New function.
13388
13389         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13390
13391 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13392
13393         * gnus-score.el (gnus-score-edit-all-score): Set
13394         gnus-score-edit-exit-function to gnus-score-edit-done and call
13395         gnus-message.
13396
13397 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13398
13399         * gnus-msg.el (gnus-button-mailto): Remove
13400         save-selected-window-window hackery because it relies on
13401         save-selected-window internals.
13402
13403 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13404
13405         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13406         add-minor-mode.
13407         (gnus-binary-mode): Ditto.
13408
13409         * gnus-topic.el (gnus-topic-mode): Ditto.
13410
13411 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13412
13413         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13414         (gnus-article-prev-page): Take scroll-margin into consideration.
13415
13416 2005-07-04  Lute Kamstra  <lute@gnu.org>
13417
13418         Update FSF's address in GPL notices.
13419
13420 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13421
13422         * gnus.el (gnus-exit):
13423         * gnus-group.el (gnus-group-icons):
13424         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13425
13426         * gnus-nocem.el (gnus-nocem):
13427         * message.el (message-various, message-buffers, message-sending)
13428         (message-interface, message-forwarding, message-insertion)
13429         (message-headers, message-news, message-mail):
13430         * pgg-gpg.el (pgg-gpg):
13431         * pgg-parse.el (pgg-parse):
13432         * pgg-pgp.el (pgg-pgp):
13433         * pgg-pgp5.el (pgg-pgp5):
13434         * pop3.el (pop3): Finish `defgroup' description with period.
13435
13436 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13437
13438         * gnus-art.el (article-display-face): Improve the efficiency.
13439         (article-display-x-face): Ditto; remove grey x-face stuff.
13440
13441 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13442
13443         * gnus-art.el (article-display-face): Correct the position in
13444         which Faces are inserted.
13445
13446 2005-06-29  Didier Verna  <didier@xemacs.org>
13447
13448         * gnus-art.el (article-display-face): Display faces in correct
13449         order.
13450
13451 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13452
13453         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13454         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13455         (gnus-nocem-check-article): Fetch the Type header.
13456         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13457         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13458         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13459         make sure gnus-nocem-hashtb is initialized.
13460         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13461         (gnus-nocem-unwanted-article-p): Ditto.
13462
13463         * pgg.el (pgg-verify): Return the verification result.
13464
13465 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13466
13467         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13468         is ascii.
13469
13470 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13471
13472         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13473         `show-nonbreak-escape'.
13474
13475 2005-06-23  Lute Kamstra  <lute@gnu.org>
13476
13477         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13478
13479         * dig.el (dig-mode):
13480         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13481
13482 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13483
13484         * nnimap.el (nnimap-split-download-body): Fix spellings.
13485
13486 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13487
13488         * gnus-art.el (gnus-article-encrypt-body):
13489         * gnus-cus.el (gnus-score-customize):
13490         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13491         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13492
13493 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13494
13495         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13496         header by looking for magic "MII" at the beginnig.
13497
13498 2005-06-16  Miles Bader  <miles@gnu.org>
13499
13500         * gnus-xmas.el (gnus-xmas-group-startup-message):
13501         Use renamed gnus-splash face.
13502
13503         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13504         (assistant-field-face): New backward-compatibility alias for renamed
13505         face.
13506         (assistant-render-text): Use renamed assistant-field face.
13507
13508         * spam.el (spam): Remove "-face" suffix from face name.
13509         (spam-face): New backward-compatibility alias for renamed face.
13510         (spam-face, spam-initialize): Use renamed spam face.
13511
13512         * message.el (message-header-to, message-header-cc)
13513         (message-header-subject, message-header-newsgroups)
13514         (message-header-other, message-header-name)
13515         (message-header-xheader, message-separator, message-cited-text)
13516         (message-mml): Remove "-face" suffix from face names.
13517         (message-header-to-face, message-header-cc-face)
13518         (message-header-subject-face, message-header-newsgroups-face)
13519         (message-header-other-face, message-header-name-face)
13520         (message-header-xheader-face, message-separator-face)
13521         (message-cited-text-face, message-mml-face):
13522         New backward-compatibility aliases for renamed faces.
13523         (message-font-lock-keywords): Use renamed message faces.
13524
13525         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13526         (sieve-test-commands, sieve-tagged-arguments):
13527         Remove "-face" suffix from face names.
13528         (sieve-control-commands-face, sieve-action-commands-face)
13529         (sieve-test-commands-face, sieve-tagged-arguments-face):
13530         New backward-compatibility aliases for renamed faces.
13531         (sieve-control-commands-face, sieve-action-commands-face)
13532         (sieve-test-commands-face, sieve-tagged-arguments-face):
13533         Use renamed sieve faces.
13534
13535         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13536         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13537         (gnus-group-news-3-empty, gnus-group-news-4)
13538         (gnus-group-news-4-empty, gnus-group-news-5)
13539         (gnus-group-news-5-empty, gnus-group-news-6)
13540         (gnus-group-news-6-empty, gnus-group-news-low)
13541         (gnus-group-news-low-empty, gnus-group-mail-1)
13542         (gnus-group-mail-1-empty, gnus-group-mail-2)
13543         (gnus-group-mail-2-empty, gnus-group-mail-3)
13544         (gnus-group-mail-3-empty, gnus-group-mail-low)
13545         (gnus-group-mail-low-empty, gnus-summary-selected)
13546         (gnus-summary-cancelled, gnus-summary-high-ticked)
13547         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13548         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13549         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13550         (gnus-summary-low-undownloaded)
13551         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13552         (gnus-summary-low-unread, gnus-summary-normal-unread)
13553         (gnus-summary-high-read, gnus-summary-low-read)
13554         (gnus-summary-normal-read, gnus-splash):
13555         Remove "-face" suffix from face names.
13556         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13557         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13558         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13559         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13560         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13561         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13562         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13563         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13564         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13565         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13566         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13567         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13568         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13569         (gnus-summary-normal-ticked-face)
13570         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13571         (gnus-summary-normal-ancient-face)
13572         (gnus-summary-high-undownloaded-face)
13573         (gnus-summary-low-undownloaded-face)
13574         (gnus-summary-normal-undownloaded-face)
13575         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13576         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13577         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13578         (gnus-splash-face):
13579         New backward-compatibility aliases for renamed faces.
13580         (gnus-group-startup-message): Use renamed gnus faces.
13581
13582         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13583         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13584         (gnus-server-agent): Remove "-face" suffix from face names.
13585         (gnus-server-agent-face, gnus-server-opened-face)
13586         (gnus-server-closed-face, gnus-server-denied-face)
13587         (gnus-server-offline-face):
13588         New backward-compatibility aliases for renamed faces.
13589         (gnus-server-agent-face, gnus-server-opened-face)
13590         (gnus-server-closed-face, gnus-server-denied-face)
13591         (gnus-server-offline-face): Use renamed gnus faces.
13592
13593         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13594         Remove "-face" suffix from face names.
13595         (gnus-picon-xbm-face, gnus-picon-face):
13596         New backward-compatibility aliases for renamed faces.
13597
13598         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13599         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13600         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13601         (gnus-cite-11): Remove "-face" suffix from face names.
13602         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13603         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13604         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13605         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13606         New backward-compatibility aliases for renamed faces.
13607         (gnus-cite-attribution-face, gnus-cite-face-list)
13608         (gnus-article-boring-faces): Use renamed gnus faces.
13609
13610         * gnus-art.el (gnus-signature, gnus-header-from)
13611         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13612         (gnus-header-content): Remove "-face" suffix from face names.
13613         (gnus-signature-face, gnus-header-from-face)
13614         (gnus-header-subject-face, gnus-header-newsgroups-face)
13615         (gnus-header-name-face, gnus-header-content-face):
13616         New backward-compatibility aliases for renamed faces.
13617         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13618
13619         * gnus-sum.el (gnus-summary-selected-face)
13620         (gnus-summary-highlight): Use renamed gnus faces.
13621         * gnus-group.el (gnus-group-highlight): Likewise.
13622
13623 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13624
13625         * gnus-sieve.el (gnus-sieve-article-add-rule):
13626         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13627         * spam-stat.el (spam-stat-buffer-change-to-spam)
13628         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13629
13630         * message.el (message-is-yours-p):
13631         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13632
13633 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * mm-view.el (mm-inline-text): Withdraw the last change.
13636
13637 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13638
13639         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13640         executing enriched-decode.
13641
13642 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13643
13644         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13645         charset of tar files.
13646
13647 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13648
13649         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13650
13651 2005-06-04  Lute Kamstra  <lute@gnu.org>
13652
13653         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13654         information is never recorded.
13655
13656 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13657
13658         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13659
13660 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * pop3.el (pop3-apop): Run md5 in the binary mode.
13663
13664         * starttls.el (starttls-set-process-query-on-exit-flag):
13665         Use eval-and-compile.
13666
13667 2005-05-31  Simon Josefsson  <jas@extundo.com>
13668
13669         * smime.el (smime-replace-in-string): Define.
13670         (smime-cert-by-ldap-1): Use it.
13671
13672 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13673
13674         * gnus-art.el (article-display-x-face): Replace
13675         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13676
13677         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13678         set-process-query-on-exit-flag or process-kill-without-query.
13679
13680         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13681         loop instead of replace-regexp.
13682
13683         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13684         instead of process-kill-without-query if it is available.
13685
13686         * lpath.el: Fbind ldap-search-entries.
13687
13688         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13689         instead of find-file-hooks if it is available.
13690
13691         * mml1991.el: Bind pgg-default-user-id when compiling.
13692
13693         * mml2015.el: Bind pgg-default-user-id when compiling.
13694
13695         * nndraft.el (nndraft-request-associate-buffer):
13696         Use write-contents-functions instead of write-contents-hooks if it is
13697         available.
13698
13699         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13700         instead of find-file-hooks if it is available.
13701
13702         * nntp.el (nntp-open-connection): Replace
13703         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13704         (nntp-open-ssl-stream): Ditto.
13705         (nntp-open-tls-stream): Ditto.
13706
13707         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13708         set-process-query-on-exit-flag or process-kill-without-query.
13709         (starttls-open-stream-gnutls): Use it instead of
13710         process-kill-without-query.
13711         (starttls-open-stream): Ditto.
13712
13713 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13714
13715         * smime.el (smime-cert-by-ldap-1): Don't use
13716         replace-regexp-in-string.
13717
13718 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13719
13720         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13721
13722         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13723         in PEM format.  Adjust to the XEmacs compability.
13724
13725 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13726
13727         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13728         by `string-to-number'.
13729         * gnus-agent.el (gnus-agent-regenerate-group)
13730         (gnus-agent-fetch-articles): Ditto.
13731         * gnus-art.el (gnus-button-fetch-group): Ditto.
13732         * gnus-cache.el (gnus-cache-generate-active)
13733         (gnus-cache-articles-in-group): Ditto.
13734         * gnus-group.el (gnus-group-set-current-level)
13735         (gnus-group-insert-group-line): Ditto.
13736         * gnus-score.el (gnus-score-set-expunge-below)
13737         (gnus-score-set-mark-below, gnus-summary-score-effect)
13738         (gnus-summary-score-entry): Ditto.
13739         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13740         (gnus-soup-pack): Ditto.
13741         * gnus-spec.el (gnus-xmas-format): Ditto.
13742         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13743         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13744         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13745         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13746         * nndb.el (nndb-get-remote-expire-response): Ditto.
13747         * nndiary.el (nndiary-parse-schedule-value)
13748         (nndiary-string-to-number, nndiary-request-replace-article)
13749         (nndiary-request-article): Ditto.
13750         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13751         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13752         * nneething.el (nneething-make-head): Ditto.
13753         * nnfolder.el (nnfolder-request-article)
13754         (nnfolder-retrieve-headers): Ditto.
13755         * nnheader.el (nnheader-file-to-number): Ditto.
13756         * nnkiboze.el (nnkiboze-request-article): Ditto.
13757         * nnmail.el (nnmail-process-unix-mail-format)
13758         (nnmail-process-babyl-mail-format): Ditto.
13759         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13760         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13761         (nnmh-request-create-group, nnmh-request-list-1)
13762         (nnmh-request-group, nnmh-request-article): Ditto.
13763         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13764         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13765         * nnsoup.el (nnsoup-make-active): Ditto.
13766         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13767         * nntp.el (nntp-find-group-and-number)
13768         (nntp-retrieve-headers-with-xover): Ditto.
13769         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13770         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13771         (pgg-format-key-identifier): Ditto.
13772         * pop3.el (pop3-last, pop3-stat): Ditto.
13773         * qp.el (quoted-printable-decode-region): Ditto.
13774
13775         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13776         of concat.
13777
13778 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13781
13782         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13783
13784         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13785
13786         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13787
13788         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13789
13790         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13791
13792         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13793         (gnus-carpal-mode): Ditto.
13794
13795         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13796         (gnus-browse-mode): Ditto.
13797
13798         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13799
13800         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13801
13802 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13803
13804         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13805
13806 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13807
13808         * gnus-util.el (gnus-run-mode-hooks): New function.
13809
13810         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13811
13812         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13813         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13814
13815 2005-05-27  Lute Kamstra  <lute@gnu.org>
13816
13817         * dns-mode.el (dns-mode): Specify customization group.
13818
13819 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13820
13821         * gnus-agent.el (gnus-agent-make-mode-line-string):
13822         Use mode-line-highlight as mouse-face.
13823
13824 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13825
13826         * canlock.el (canlock): Change the parent group to news.
13827
13828         * deuglify.el (gnus-outlook-deuglify): Add :group.
13829
13830         * dig.el (dig): Add :group.
13831
13832         * dns-mode.el (dns-mode): Add :group.
13833
13834         * encrypt.el (encrypt): Add :group.
13835
13836         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13837         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13838         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13839         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13840         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13841
13842         * gnus-diary.el (gnus-diary): Add :group.
13843
13844         * gnus.el (gnus-group-news-1-face): Add :group.
13845         (gnus-group-news-1-empty-face): Ditto.
13846         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13847         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13848         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13849         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13850         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13851         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13852         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13853         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13854         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13855         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13856         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13857         (gnus-summary-high-ticked-face): Ditto.
13858         (gnus-summary-low-ticked-face): Ditto.
13859         (gnus-summary-normal-ticked-face): Ditto.
13860         (gnus-summary-high-ancient-face): Ditto.
13861         (gnus-summary-low-ancient-face): Ditto.
13862         (gnus-summary-normal-ancient-face): Ditto.
13863         (gnus-summary-high-undownloaded-face): Ditto.
13864         (gnus-summary-low-undownloaded-face): Ditto.
13865         (gnus-summary-normal-undownloaded-face): Ditto.
13866         (gnus-summary-high-unread-face): Ditto.
13867         (gnus-summary-low-unread-face): Ditto.
13868         (gnus-summary-normal-unread-face): Ditto.
13869         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13870         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13871
13872         * hashcash.el (hashcash): New custom group.
13873         (hashcash-default-payment): Add :group.
13874         (hashcash-payment-alist): Ditto.
13875         (hashcash-default-accept-payment): Ditto.
13876         (hashcash-accept-resources): Ditto.
13877         (hashcash-path): Ditto.
13878         (hashcash-extra-generate-parameters): Ditto.
13879         (hashcash-double-spend-database): Ditto.
13880         (hashcash-in-news): Ditto.
13881
13882         * message.el (message-minibuffer-local-map): Add :group.
13883
13884         * netrc.el (netrc): Add :group.
13885
13886         * sieve-manage.el (sieve-manage-log): Add :group.
13887         (sieve-manage-default-user): Diito.
13888         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13889         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13890         (sieve-manage-authenticators): Ditto.
13891         (sieve-manage-authenticator-alist): Ditto.
13892         (sieve-manage-default-port): Ditto.
13893
13894         * sieve-mode.el (sieve-control-commands-face): Add :group.
13895         (sieve-action-commands-face): Ditto.
13896         (sieve-test-commands-face): Ditto.
13897         (sieve-tagged-arguments-face): Ditto.
13898
13899         * smime.el (smime): Add :group.
13900
13901         * spam-report.el (spam-report): Add :group.
13902
13903         * spam.el (spam, spam-face): Add :group.
13904
13905 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13906
13907         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13908         return \n.\n.\n at the end of articles.  Protect against that.
13909         (nntp-with-open-group): Allow debugging.
13910
13911         * nnheader.el (mail-header-set-extra): Make into a function
13912         because I just could't understand how to quote the list properly.
13913
13914         * dns.el (query-dns-cached): New function.
13915
13916 2005-05-26  Lute Kamstra  <lute@gnu.org>
13917
13918         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13919
13920 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13921
13922         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13923
13924         * gnus-art.el: Don't autoload mail-extract-address-components.
13925
13926         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13927         eval-and-compile to evaluate it.
13928
13929         * hashcash.el: Don't autoload executable-find.
13930
13931         * nndb.el: Don't declare the nndb back end two or more times; don't
13932         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13933
13934         * nntp.el: Autoload format-spec instead of format; use
13935         eval-and-compile to evaluate autoload forms.
13936
13937 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13938
13939         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13940
13941 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13942
13943         * gnus.el (gnus-version-number): Bump version.
13944
13945 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13946
13947         * gnus.el: No Gnus v0.3 is released.
13948
13949 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13950
13951         * lpath.el (featurep): Bind show-nonbreak-escape.
13952
13953 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13954
13955         * gnus-art.el (gnus-article-edit-part): Disable undo.
13956
13957 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13958
13959         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13960         gnus-article-date-lapsed-new-header is t if date timer is active;
13961         skip headers in which the original date value is empty.
13962         (gnus-article-save-original-date): Redefine it as a macro.
13963         (gnus-display-mime): Use it.
13964
13965 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13966
13967         * gnus-art.el (article-date-ut): Support converting date in
13968         forwarded parts as well.
13969         (gnus-article-save-original-date): New function.
13970         (gnus-display-mime): Use it.
13971
13972 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13973
13974         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13975         enclosure element of <item>.
13976
13977 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13978
13979         * message.el (message-kill-buffer-query): Renamed from
13980         `message-kill-buffer-query-if-modified'.  Added :version.
13981
13982 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13983
13984         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13985         window layout.
13986
13987 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13988
13989         * mml.el: Autoload dnd when compiling.
13990
13991 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13992
13993         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13994         x-dnd-*.
13995
13996 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13997
13998         * qp.el (quoted-printable-encode-region): Save excursion.
13999
14000 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14001
14002         * message.el (message-kill-buffer-query-if-modified): Add new variable
14003         so the user can kill a modified message buffer quickly.
14004         (message-kill-buffer): Use it.
14005
14006 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14007
14008         * lpath.el: Fbind display-time-event-handler; don't fbind
14009         string-to-multibyte.
14010
14011         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14012
14013 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14014
14015         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14016         contained in text because xml.el decodes entities) with LFs.
14017
14018 2005-04-11  Lute Kamstra  <lute@gnu.org>
14019
14020         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14021         differently.
14022
14023 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14024
14025         * mm-util.el (mm-detect-coding-region): Typo.
14026
14027 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14030
14031 2005-04-06  Deepak Goel  <deego@gnufans.org>
14032
14033         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14034         user-function allow user modifications of the scores.
14035         (spam-stat-score-buffer-user): New function, to allow
14036         user-computed modifications to the score.
14037         (spam-stat-score-buffer-user-functions): List of additional
14038         scoring functions.
14039         (spam-stat-error-holder): Global temporary error holder.
14040         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14041         variable.
14042
14043 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14044
14045         * gnus-registry.el (gnus-registry-clean-empty-function)
14046         (gnus-registry-trim, gnus-registry-fetch-groups)
14047         (gnus-registry-delete-group): Groups that match
14048         `gnus-registry-ignored-groups' are removed from the registry
14049         entries, not just ignored for splitting.  This helps clean up the
14050         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14051         to get all the groups a message ID is in.
14052
14053         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14054         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14055         (spam-stat-score-buffer-user-functions): Add :number custom type.
14056
14057 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14058
14059         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14060         argument in XEmacs.
14061
14062         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14063         (nnrss-request-group): Decode group name first.
14064         (nnrss-request-article): Make a text/plain article if mml-to-mime
14065         failed.
14066         (nnrss-get-encoding): Return a compatible encoding according to
14067         nnrss-compatible-encoding-alist.
14068         (nnrss-find-el): Use consp instead of listp.
14069         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14070
14071 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14072
14073         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14074         which Emacs 20 doesn't support.
14075         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14076
14077 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14078
14079         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14080         silence the byte compiler inside the defun.
14081
14082         * gnus-demon.el (parse-time-string): Add autoload.
14083
14084         * gnus-delay.el (parse-time-string): Add autoload.
14085
14086         * gnus-art.el (parse-time-string): Add autoload.
14087
14088         * nnultimate.el (parse-time): Require for `parse-time-string'.
14089
14090 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14091
14092         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14093
14094         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14095
14096         * smime.el (smime-ldap-host-list): Add :version.
14097
14098 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14099
14100         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14101         pass it to `gnus-browse-read-group'.
14102         (gnus-browse-read-group): Add NUMBER argument and pass it to
14103         `gnus-group-read-ephemeral-group'.
14104
14105         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14106         argument and pass it to `gnus-group-read-group'.
14107
14108 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14109
14110         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14111         mm-xemacs-find-mime-charset-1 if we have the mule feature
14112         available at runtime.
14113
14114 2005-03-25  Werner Lemberg  <wl@gnu.org>
14115
14116         * nnmaildir.el: Replace `illegal' with `invalid'.
14117
14118 2005-03-23  Lute Kamstra  <lute@gnu.org>
14119
14120         * time-date.el: Add comment on time value formats.
14121         Don't require parse-time.
14122         (with-decoded-time-value): New macro.
14123         (encode-time-value): New function.
14124         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14125         (days-to-time): Return a valid time value when arg is huge.
14126         (time-since): Use time-subtract.
14127         (time-to-number-of-days): Use time-to-seconds.
14128
14129 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14130
14131         * gnus-start.el (gnus-display-time-event-handler):
14132         Check display-time-timer at runtime rather than only at load time
14133         in case display-time-mode is turned off in the mean time.
14134
14135 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14136
14137         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14138         used.
14139
14140         * nneething.el (nneething-map-file-directory): Derive from
14141         `gnus-directory'.
14142
14143         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14144         the To/Cc button.
14145
14146 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14147
14148         * nnmaildir.el (nnmaildir-request-accept-article):
14149         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14150
14151 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14152
14153         * gnus-async.el: Require timer-funcs at compile time when in
14154         XEmacs for `run-with-idle-timer'.
14155
14156 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14157
14158         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14159         autoloaded function.
14160
14161 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14162
14163         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14164
14165 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14166
14167         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14168
14169 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14170
14171         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
14172         gnus-expert-user to default.
14173
14174 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14175
14176         * nnimap.el (nnimap-open-server): Ditto.
14177
14178         * imap.el (imap-authenticate): Fix typo.
14179
14180 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14181
14182         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14183         buffer (since IMAP server might return FETCH response out of
14184         order, and the nntp buffer must be sorted).
14185
14186 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14187
14188         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
14189         comparison on string.
14190
14191         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14192         (gnus-agent-score): Renamed category keywords to match gnus-cus.
14193         (gnus-agent-summary-fetch-series): Modified to protect against
14194         gnus-agent-summary-fetch-group clearing processable flags.
14195         (gnus-agent-synchronize-group-flags): Update live group buffer as
14196         synchronization may occur due to the user toggle the plugged
14197         status.
14198         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14199         successfully downloaded.
14200         (gnus-agent-expire-group-1): Avoid using markers when the overview
14201         is in ascending order; greatly improves performance.
14202         (gnus-agent-regenerate-group): Use
14203         gnus-agent-synchronize-group-flags to reset read status in both
14204         gnus and server.
14205         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
14206
14207 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14208
14209         * message.el: Don't autoload former message-utils variables.
14210         (message-strip-subject-trailing-was): Change doc string.
14211
14212         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14213         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14214         (nnweb-google-search): Add "hl=en" here.
14215         (nnweb-google-parse-1, nnweb-google-create-mapping):
14216         Don't hardcode URL.
14217
14218 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14219
14220         * message.el (message-get-reply-headers, message-followup):
14221         Mention related variables `message-use-followup-to' and
14222         `message-use-mail-followup-to', in the information buffer.
14223
14224         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14225         of broken groups(-beta).google.com.
14226
14227 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14228
14229         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14230         parameter to invoked gnus-request-move-article; remove the
14231         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14232         all at once instead of once per article.
14233         (gnus-summary-remove-process-mark): Accept a list of articles as
14234         well as a single article for processing.
14235
14236         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14237         parameter.
14238
14239         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14240
14241         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14242
14243         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14244         parameter.
14245
14246         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14247         parameter.
14248
14249         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14250         parameter and remove the gnus-sum-hint-move-is-internal variable.
14251
14252         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14253         parameter.
14254
14255         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14256         parameter.
14257
14258         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14259         parameter.
14260
14261         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14262
14263         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14264         parameter.
14265
14266         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14267         parameter.
14268
14269 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14270
14271         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14272         a more conservative way.
14273
14274 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14275
14276         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14277         buffer, so it moves the window's cursor.
14278
14279 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14280
14281         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14282         `mm-dissect-multipart' and receive the from field as an (optional)
14283         argument from `mm-dissect-multipart'.
14284         (mm-dissect-multipart): Receive the from field as an argument and
14285         pass it on when we call `mm-dissect-buffer' on MIME parts.
14286         Fixes verification/decryption of signed/encrypted MIME parts.
14287
14288 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14289
14290         * gnus-sum.el (gnus-summary-move-article): Set
14291         gnus-sum-hint-move-is-internal for gnus-request-move-article and
14292         whatever it calls (right now, only nnimap-request-move article
14293         respects it).
14294
14295         * nnimap.el (nnimap-request-move-article): When
14296         gnus-sum-hint-move-is-internal is set, don't do the extra
14297         nnimap-request-article.
14298
14299 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14300
14301         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14302
14303         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14304         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14305
14306         * gnus-sum.el (gnus-summary-caesar-message):
14307         Apply `gnus-treat-article' after rotation.
14308
14309         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14310         doc string.
14311
14312 2005-02-22  Simon Josefsson  <jas@extundo.com>
14313
14314         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14315         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14316         <arne@arnested.dk>.
14317         (encrypt): Add password-cache and password-cache-expiry as group
14318         members.
14319
14320 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14321
14322         * smime.el (smime-ldap-host-list): Doc fix.
14323         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14324         cache) password.
14325         (smime-sign-region): Use it.
14326         (smime-decrypt-region): Use it.
14327         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14328         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14329         fails.
14330         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14331         certificate from DER to PEM format rather than calling openssl.
14332
14333         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14334
14335         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14336         for signing/encryption.
14337
14338         * mml.el (mml-parse-1): Use them.
14339
14340 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14341
14342         * nnrss.el (nnrss-verbose): Removed.
14343         (nnrss-request-group): Use `nnheader-message' instead.
14344
14345 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14346
14347         * nnrss.el (nnrss-verbose): New variable.
14348         (nnrss-request-group): Make it say nnrss is requesting a group.
14349
14350 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14351
14352         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14353         Handle news URL with given port correctly.
14354
14355 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14356
14357         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14358         containing special characters.
14359
14360         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14361
14362         * mml.el (mime-to-mml): Ditto.
14363
14364         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14365         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14366         (rfc2047-decode-region): Quote decoded words containing special
14367         characters when rfc2047-quote-decoded-words-containing-tspecials
14368         is non-nil.
14369
14370 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14371
14372         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14373
14374         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14375
14376 2005-02-15  Simon Josefsson  <jas@extundo.com>
14377
14378         * nnimap.el (nnimap-debug): Doc fix.
14379
14380         * imap.el (imap-debug): Doc fix.
14381
14382 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14385
14386 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14387
14388         * gnus.el (spam-contents): Improve docs for spam-contents
14389         parameter in its variable incarnation.
14390
14391 2005-02-14  Simon Josefsson  <jas@extundo.com>
14392
14393         * smime-ldap.el: Use require instead of load-library for ldap.
14394         (smime-ldap-search): Indent.
14395         (smime-ldap-search-internal): Shorten line.
14396
14397         * smime.el (smime-cert-by-dns): Add doc-string.
14398         (smime-cert-by-ldap-1): Indent.
14399
14400         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14401         mml-smime-get-dns-ldap.
14402         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14403
14404 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14405
14406         * smime.el: Require smime-ldap.
14407         (smime-ldap-host-list): New variable.
14408         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14409
14410         * mml-smime.el (mml-smime-encrypt-query): New function.
14411         (mml-smime-encrypt-query): Use it.
14412
14413         * smime-ldap.el: New file.
14414
14415 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14416
14417         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14418
14419 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14420
14421         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14422         argument in doc string.  Make query for type more clear.
14423
14424 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14425
14426         * gnus.el (gnus-group-startup-message): Search for gnus images in
14427         etc/images/gnus.
14428         * mm-util.el (mm-image-load-path): Likewise.
14429         * smiley.el (smiley-data-directory): Search for smilies in
14430         etc/images/smilies.
14431
14432 2005-02-09  Kim F. Storm  <storm@cua.dk>
14433
14434         Change Emacs release version from 21.4 to 22.1 throughout.
14435         Change Emacs development version from 21.3.50 to 22.0.50.
14436
14437 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14438
14439         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14440
14441         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14442         non-Mule XEmacs as well.
14443         (mm-decompress-buffer): Signal an error intentionally if it does
14444         not decompress compressed data because auto-compression-mode is
14445         disabled.
14446
14447 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14448
14449         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14450         an ID in the registry even if it has no groups.
14451
14452 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14453
14454         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14455         merge it into mm-decompress-buffer.
14456         (gnus-mime-copy-part): Use the MIME part charset, the value which
14457         a user specified or gnus-newsgroup-charset for decoding, like
14458         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14459         save-buffer what was used.  Suggested by Kevin Ryde
14460         <user42@zip.com.au>.
14461         (gnus-mime-inline-part): Allow the name parameter as well as the
14462         filename parameter; force decompressing of compressed data; always
14463         display contents being not decoded as unibyte.
14464
14465         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14466         as well as the filename parameter.
14467
14468         * mm-util.el (mm-decompress-buffer): Merge
14469         gnus-mime-jka-compr-maybe-uncompress.
14470         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14471         of compressed data.
14472
14473 2005-02-08  Simon Josefsson  <jas@extundo.com>
14474
14475         * imap.el (imap-log): Doc fix.
14476
14477 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14478
14479         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14480         the coding cookies; decompress compressed parts.
14481
14482         * mml.el (mml-generate-mime-1): Add the charset parameter according
14483         to the value which a user specified manually or the coding cookie.
14484
14485         * mm-util.el (mm-string-to-multibyte): New function.
14486         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14487         (mm-coding-system-to-mime-charset): New function.
14488         (mm-decompress-buffer): New function.
14489         (mm-find-buffer-file-coding-system): New function.
14490
14491         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14492         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14493         parts.
14494
14495 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14496
14497         * mm-view.el (mm-display-inline-fontify): Decode a part according
14498         to the charset parameter.
14499
14500 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14501
14502         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14503         prefix arg is neither nil nor a number, as info specifies.
14504
14505 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14506
14507         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14508         timestamps.
14509
14510 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14511
14512         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14513         groups error checking and notify user.
14514
14515 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14516
14517         * message.el (message-send-mail-function): Check existence of
14518         sendmail-program first before using default value
14519         `message-send-mail-with-sendmail'.  Otherwise use more generic
14520         `smtpmail-send-it'.
14521
14522 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14523
14524         * nntp.el (nntp-request-update-info): Always return nil.
14525
14526 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14527
14528         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14529
14530 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14531
14532         * message.el (message-beginning-of-line): Change the behavior when
14533         invoked between BOL and : so that it first moves backward.
14534
14535 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14536
14537         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14538         article buffer when editing of the article is discarded.
14539         (gnus-article-prepare): Revert.
14540
14541 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14542
14543         * gnus-art.el (gnus-article-prepare):
14544         Remove message-strip-forbidden-properties from the local hook.
14545
14546 2005-01-27  Simon Josefsson  <jas@extundo.com>
14547
14548         * password.el (password-cache-add): Only start one timer per key.
14549         Reported by Derek Atkins <warlord@MIT.EDU>.
14550
14551 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14552
14553         * run-at-time.el: Removed.  It is no longer needed as
14554         timer-funcs.el in the xemacs-base package has a working version of
14555         `run-at-time'.
14556
14557         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14558
14559         * password.el: Require timer-funcs instead of run-at-time in
14560         XEmacs.
14561         Remove `password-run-at-time' macro.
14562         (password-cache-add): Use `run-at-time' instead of
14563         `password-run-at-time'.
14564
14565         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14566         Remove `nnheader-cancel-function-timers' alias,
14567         `cancel-function-timers' exists in XEmacs in timer-funcs.
14568
14569         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14570         for `run-with-idle-timer'.
14571
14572         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14573         for `run-at-time'.
14574
14575         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14576         for `with-timeout'.
14577
14578         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14579         the same as for XEmacs 21.4.
14580         No need to ignore `run-with-idle-timer', this function exists in
14581         XEmacs now in timer-funcs.el in the xemacs-base package.
14582         (dgnushack-compile): No need to delete
14583         run-at-time.el from the list of files to compile because it
14584         doesn't exist anymore.
14585
14586 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14587
14588         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14589         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14590
14591 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14592
14593         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14594         sensitively.
14595
14596 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14597
14598         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14599
14600 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14601
14602         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14603         which will be inserted according to the multibyteness of a buffer
14604         rather than the type of contents.  Suggested by ARISAWA Akihiro
14605         <ari@mbf.ocn.ne.jp>.
14606
14607         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14608         of string which old xml.el may return rather than a string.
14609
14610 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14613
14614 2005-01-16  Simon Josefsson  <jas@extundo.com>
14615
14616         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14617         idn/idna.el isn't available.
14618         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14619         <michael@waxrat.com>.
14620
14621         * hashcash.el: Remove non-FSF copyright header.
14622
14623         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14624         (hashcash-generate-payment): Use it.
14625         (hashcash-generate-payment-async): Use it.
14626
14627 2005-01-15  Simon Josefsson  <jas@extundo.com>
14628
14629         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14630         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14631
14632         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14633         gnus-summary-idna-message.
14634         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14635         (gnus-summary-idna-message): New function.
14636
14637 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14638
14639         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14640         gnus-novice-user.
14641
14642 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * nnrss.el (nnrss-request-delete-group): Delete entries in
14645         nnrss-group-alist as well.
14646         (nnrss-save-server-data): Insert newline.
14647
14648 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14649
14650         * gnus.el (gnus-user-agent): Use list of symbols instead of
14651         symbols.  Display full version number for (S)XEmacs.  Optionally
14652         display (S)XEmacs codename.
14653
14654         * gnus-util.el (gnus-emacs-version): Update for new
14655         `gnus-user-agent'.
14656
14657         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14658         Gnus version.
14659
14660 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14661
14662         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14663         which is unreadable in some setups.
14664
14665 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * gnus-spec.el (gnus-update-format-specifications): Flush the
14668         group format spec cache if it doesn't support decoded group names.
14669
14670 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14671
14672         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14673         Allow to apply decay on score files matching a regexp.
14674
14675 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14676
14677         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14678         compatibility in %g and %c.
14679
14680 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14681
14682         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14683         name for only %g and %c.
14684         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14685         of gnus-tmp-group to decoded group name.
14686         (gnus-group-make-rss-group): Exclude `/'s from group names.
14687
14688 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14689
14690         * nnrss.el (nnrss-get-encoding): Fix regexp.
14691
14692 2004-12-27  Simon Josefsson  <jas@extundo.com>
14693
14694         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14695         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14696         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14697
14698 2004-12-17  Kim F. Storm  <storm@cua.dk>
14699
14700         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14701
14702         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14703
14704 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14705
14706         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14707
14708 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14709
14710         * nnrss.el: Require rfc2047 and mml.
14711         (nnrss-file-coding-system): New variable.
14712         (nnrss-format-string): Redefine it as an inline function.
14713         (nnrss-decode-group-name): New function.
14714         (nnrss-string-as-multibyte): Remove.
14715         (nnrss-retrieve-headers): Decode group name; don't use
14716         nnrss-format-string.
14717         (nnrss-request-group): Decode group name.
14718         (nnrss-request-article): Decode group name; allow a Message-ID as
14719         well as an article number; don't use nnrss-format-string; encode a
14720         Message-ID string which may contain non-ASCII characters; use
14721         mml-to-mime to compose a MIME article.
14722         (nnrss-request-expire-articles): Decode group name.
14723         (nnrss-request-delete-group): Decode group name.
14724         (nnrss-fetch): Clarify error message.
14725         (nnrss-read-server-data): Use insert-file-contents instead of load;
14726         bind file-name-coding-system; use multibyte buffer.
14727         (nnrss-save-server-data): Bind coding-system-for-write to the
14728         value of nnrss-file-coding-system; bind file-name-coding-system;
14729         add coding cookie.
14730         (nnrss-read-group-data): Use insert-file-contents instead of load;
14731         bind file-name-coding-system; use multibyte buffer.
14732         (nnrss-save-group-data): Bind coding-system-for-write to the
14733         value of nnrss-file-coding-system; bind file-name-coding-system.
14734         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14735         make it work with non-ASCII text.
14736         (nnrss-find-el): Make it work with old xml.el as well.
14737
14738 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14739
14740         * nnrss.el (nnrss-get-encoding): New function.
14741         (nnrss-fetch): Use unibyte buffer initially; bind
14742         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14743         decode contents according to the encoding attribute.
14744         (nnrss-save-group-data): Add coding cookie.
14745         (nnrss-mime-encode-string): New function.
14746         (nnrss-check-group): Use it to encode subject and author.
14747
14748 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14749
14750         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14751         imaginary variable.
14752
14753 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14754
14755         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14756         correctly even if there are wide characters.
14757
14758 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14759
14760         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14761         downcased symbol names; make a new cache instead of reusing
14762         bbdb-hashtable.
14763
14764 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14765
14766         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14767         concatenating segments rather than before concatenating them.
14768         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14769
14770         * message.el (message-get-reply-headers): Bind `extra'.
14771
14772 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14773
14774         * message.el (message-extra-wide-headers): New variable.
14775         (message-get-reply-headers): Use it.
14776
14777 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14778
14779         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14780         (gnus-agent-group-pathname): Ditto.
14781
14782         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14783
14784         * gnus-group.el (gnus-group-make-group): Decode group name.
14785         (gnus-group-make-rss-group): Register the group data after opening
14786         the nnrss group.
14787
14788 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14789
14790         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14791         by expiry now get marked as read.
14792
14793 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14794
14795         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14796
14797 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14798
14799         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14800         unify Latin characters in XEmacs.
14801         (mm-find-mime-charset-region): Use it.
14802
14803 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14804
14805         * gnus-util.el (gnus-delete-directory): New function.
14806
14807         * gnus-agent.el (gnus-agent-delete-group): Use it.
14808
14809         * gnus-cache.el (gnus-cache-delete-group): Use it.
14810
14811 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14812
14813         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14814         names.
14815
14816 2004-12-16  Simon Josefsson  <jas@extundo.com>
14817
14818         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14819
14820 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14821
14822         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14823
14824         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14825         (gnus-group-set-current-level): Decode group name.
14826
14827 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14828
14829         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14830         failed.
14831
14832 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14833
14834         * gnus-group.el (gnus-group-delete-group): Decode group name.
14835         (gnus-group-make-rss-group): Encode group name.
14836         (gnus-group-catchup-current): Decode group name.
14837         (gnus-group-kill-group): Decode group name.
14838
14839 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14840
14841         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14842
14843 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14844
14845         * gnus-group.el (gnus-group-make-rss-group):
14846         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14847
14848         * gnus-start.el (gnus-setup-news): Honor user's setting to
14849         gnus-message-archive-method.  Suggested by Lute Kamstra
14850         <lute@gnu.org>.
14851
14852 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14853
14854         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14855         global counterparts of the buffer-local variables.
14856
14857 2004-11-16  Romain Francoise  <romain@orebokech.com>
14858
14859         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14860         counterparts of the buffer-local variables.
14861
14862 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14863
14864         * message.el (message-forbidden-properties): Fixed typo in doc
14865         string.
14866
14867 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14868
14869         * gnus-util.el (gnus-replace-in-string): Added doc string.
14870
14871         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14872         to avoid problems when splitting mails with many recipients.
14873
14874 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14875
14876         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14877         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14878
14879 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14880
14881         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14882         if there is no hashtable in memory or file modification time is
14883         newer than cached timestamp.
14884
14885 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14886
14887         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14888         not-matching option.
14889
14890 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14891
14892         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14893         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14894         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14895         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14896         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14897         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14898
14899 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14900
14901         * message.el (message-forward-make-body-mml): Remove headers
14902         according to message-forward-ignored-headers if a message is decoded.
14903
14904 2004-12-02  Romain Francoise  <romain@orebokech.com>
14905
14906         * message.el (message-forward-make-body-plain): Always remove
14907         headers according to message-forward-ignored-headers.
14908
14909 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14910
14911         * spam.el (spam-summary-prepare-exit): Remove the
14912         gnus-summary-limit pop for now, it has problems with ham marks for
14913         me.
14914
14915 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14916
14917         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14918         correctly.
14919
14920 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14921
14922         * format-spec.el (format-spec): Message the char.
14923
14924 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14925
14926         * gnus-art.el (gnus-split-methods): Reformat comments.
14927
14928         * spam.el (spam-summary-prepare-exit): Remove article limits
14929         before exiting the summary buffer.
14930
14931 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14932
14933         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14934         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14935
14936         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14937         order to silence the byte compiler.
14938
14939         * spam.el: Fix the way to silence the byte compiler, which
14940         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14941         bbdb-search-simple, spam-BBDB-register-routine,
14942         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14943         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14944         spam-stat-buffer-is-spam, spam-stat-load,
14945         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14946         spam-stat-save and spam-stat-split-fancy.
14947
14948 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14949
14950         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14951         which may confuse users.
14952         (canlock-password-for-verify): Ditto.
14953
14954         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14955
14956         * gnus-art.el (gnus-emphasis-alist): Ditto.
14957
14958         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14959
14960         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14961
14962         * gnus-start.el (gnus-save-killed-list): Ditto.
14963
14964         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14965         (gnus-sum-thread-tree-root): Ditto.
14966         (gnus-sum-thread-tree-false-root): Ditto.
14967         (gnus-sum-thread-tree-single-indent): Ditto.
14968
14969         * message.el (message-courtesy-message): Ditto.
14970         (message-archive-note): Ditto.
14971         (message-subscribed-address-file): Ditto.
14972         (message-user-fqdn): Ditto.
14973
14974         * spam-report.el (spam-report-gmane-regex): Ditto.
14975
14976         * spam.el (spam-blackhole-good-server-regex): Ditto.
14977
14978 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14979
14980         * mml.el (mml-preview): Widen the message buffer before copying
14981         the contents to the preview buffer; sort headers before previewing.
14982
14983         * message.el (message-hidden-headers): Fix the way to avoid a bug
14984         in the `repeat' widget in Emacs 21.3 or earlier.
14985
14986 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * message.el (message-hidden-headers): Default to "^References:".
14989         Improve customization type.  Suggested by Reiner Steib
14990         <Reiner.Steib@gmx.de>.
14991
14992 2004-11-25  Romain Francoise  <romain@orebokech.com>
14993
14994         * message.el (message-strip-forbidden-properties): Remove check for
14995         obsolete `message-hidden' text property, hidden headers are not
14996         accessible in the buffer anymore.
14997
14998 2004-11-22  Romain Francoise  <romain@orebokech.com>
14999
15000         * message.el (message-header-format-alist): Add `From' in list
15001         so that it can be sorted.
15002         (message-fix-before-sending): Widen and sort headers before
15003         sending.
15004         (message-hide-headers): Use narrowing to hide headers by moving
15005         them to the top of the buffer and narrowing to the region
15006         underneath.
15007
15008 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15009
15010         * message.el (message-strip-forbidden-properties): Bind
15011         buffer-read-only (etc) to nil.
15012
15013 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15014
15015         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15016         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15017
15018 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15019
15020         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15021
15022 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15023
15024         * dns.el (query-dns): Use sit-for to time instead of
15025         accept-process-output, since that doesn't seem to work on udp
15026         sockets.
15027
15028 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15029
15030         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15031
15032 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15033
15034         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15035         doc string.  Improve doc string.
15036
15037 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15038
15039         * nntp.el (nntp-request-update-info): Return nil if
15040         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15041         may not call gnus-activate-group which uselessly issues the GROUP
15042         commands for all nntp groups and wastes time.  Reported by Romain
15043         Francoise <romain@orebokech.com>.
15044
15045         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15046
15047 2004-11-15  Simon Josefsson  <jas@extundo.com>
15048
15049         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15050         headers separately.
15051         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15052         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15053
15054 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15055
15056         * gnus-start.el (gnus-convert-old-newsrc):
15057         Assign legacy-gnus-agent to 5.10.7.
15058
15059 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15060
15061         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15062         start of the lines.
15063
15064 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15065
15066         * hashcash.el (hashcash-default-payment): Change default to 20.
15067         (hashcash-default-accept-payment): Change default to 20.
15068         (hashcash-process-alist): New variable.
15069         (hashcash-generate-payment-async): Add.
15070         (hashcash-already-paid-p): Add.
15071         (hashcash-insert-payment): Don't generate payments twice.
15072         (hashcash-insert-payment-async): Add.
15073         (hashcash-insert-payment-async-2): Add.
15074         (hashcash-cancel-async): Add.
15075         (hashcash-wait-async): Add.
15076         (hashcash-processes-running-p): Add.
15077         (hashcash-wait-or-cancel): Add.
15078         (mail-add-payment): New optional argument.  Conditionally start
15079         asynchronous calculation.
15080         (mail-add-payment-async): Add.
15081
15082         * message.el (message-send-mail): Wait for asynchronous hashcash
15083         results.  Don't clobber existing X-Hashcash headers.
15084         (message-setup-1): Call mail-add-payment-async when
15085         message-generate-hashcash is non-nil.
15086
15087 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15088
15089         * message.el (message-use-alternative-email-as-from): Examine the
15090         From header as well; use message-make-from in order to include a
15091         user's full name.
15092
15093 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15094
15095         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15096         default; improve customization type.
15097         (gnus-emphasis-custom-with-format): New macro.
15098         (gnus-emphasis-custom-value-to-external): New function.
15099         (gnus-emphasis-custom-value-to-internal): New function.
15100
15101 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15102
15103         * dns.el (query-dns): Resolve reverse addresses.
15104
15105 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15106
15107         * gnus-group.el (gnus-group-get-new-news): Use it.
15108
15109         * gnus-start.el (gnus-check-reasonable-setup): New function.
15110
15111 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15114         "Args out of range" error.  Reported by Arnaud Giersch
15115         <arnaud.giersch@free.fr>.
15116
15117 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15118
15119         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15120
15121 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15122
15123         * spam.el (spam group): Add :version.
15124
15125         * pgg-def.el (pgg group): Add :version.
15126
15127 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15128
15129         * gnus-art.el (gnus-article-edit-article): Don't associate the
15130         article buffer with a draft file.  This is a temporary measure
15131         against the 2004-08-22 change to gnus-article-edit-mode.
15132
15133 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15134
15135         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15136         (html2text-format-tags): Remove unused variable `attr'.
15137
15138 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15139
15140         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15141
15142         * tls.el (tls-process-connection-type, tls-success)
15143         (tls-certtool-program): Add :version.
15144
15145         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15146         (starttls-extra-arguments, starttls-process-connection-type)
15147         (starttls-connect, starttls-failure, starttls-success): Add :version.
15148
15149         * spam-stat.el (spam-stat): Add :version.
15150
15151         * sieve.el (sieve): Add :version.
15152
15153         * sha1.el (sha1): Add :version.
15154         (sha1-use-external): Remove redundant version.
15155
15156         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15157         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15158         (nnmail-split-fancy-match-partial-words)
15159         (nnmail-split-lowercase-expanded): Add :version.
15160
15161         * nndiary.el (nndiary): Add :version.
15162
15163         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15164
15165         * mml-sec.el (mml-default-sign-method)
15166         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15167         Add :version.
15168
15169         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15170
15171         * mm-url.el (mm-url-use-external, mm-url-program)
15172         (mm-url-arguments): Add :version.
15173
15174         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15175         (mm-attachment-file-modes, mm-decrypt-option)
15176         (mm-w3m-safe-url-regexp): Add :version.
15177
15178         * message.el (message-cite-prefix-regexp)
15179         (message-sendmail-envelope-from, message-minibuffer-local-map)
15180         (message-user-fqdn, message-completion-alist): Add :version.
15181
15182         * gnus-win.el (gnus-configure-windows-hook)
15183         (gnus-use-frames-on-any-display): Add :version.
15184
15185         * gnus-art.el (gnus-article-address-banner-alist)
15186         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15187         (gnus-treat-from-picon, gnus-treat-mail-picon)
15188         (gnus-treat-x-pgp-sig): Add :version.
15189
15190         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15191         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15192         (gnus-summary-article-delete-hook)
15193         (gnus-summary-display-while-building): Add :version.
15194
15195         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15196         (gnus-get-top-new-news-hook): Add :version.
15197
15198         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15199         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15200
15201         * gnus-registry.el (gnus-registry): Add :version.
15202
15203         * gnus-spec.el (gnus-use-correct-string-widths)
15204         (gnus-make-format-preserve-properties): Add :version.
15205
15206         * gnus.el (gnus-group-charter-alist)
15207         (gnus-group-fetch-control-use-browse-url)
15208         (gnus-install-group-spam-parameters): Add :version.
15209
15210         * gnus-diary.el (gnus-diary): Add :version.
15211
15212         * gnus-delay.el (gnus-delay): Add :version.
15213
15214         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15215         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15216         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15217         Add :version.
15218
15219         * gnus-agent.el (gnus-agent-max-fetch-size)
15220         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15221         (gnus-agent-prompt-send-queue): Add :version.
15222
15223         * deuglify.el (gnus-outlook-deuglify): Add :version.
15224
15225         * html2text.el: Beautify code.  Improve doc strings.  Some
15226         checkdoc cleanup.
15227         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15228
15229 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15230
15231         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15232
15233 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15234
15235         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15236         when package is loaded.
15237
15238         * spam.el (spam-summary-score-preferred-header): Add global preference
15239         for people who want to override the default SpamAssassin over
15240         Bogofilter preference (when both are set).
15241         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15242         (spam-user-format-function-S): Check
15243         spam-summary-score-preferred-header.
15244         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15245         (spam-user-format-function-S): Format the score correctly.
15246
15247 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15248
15249         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15250         signature file.  Suggested by Manoj Srivastava
15251         <srivasta@golden-gryphon.com>.
15252
15253         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15254         iso-2022-jp even in the Japanese language environment.
15255         Suggested by Jason Rumney <jasonr@gnu.org>.
15256
15257 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15258
15259         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15260         use the same characters as the dummy marks; make it free from
15261         getting affected by the language environment.
15262         (gnus-summary-read-group-1): Update mark positions only when the
15263         format spec is updated.
15264
15265         * gnus-spec.el (gnus-update-format-specifications): Return a list
15266         of updated types.
15267
15268 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15271         of boundp to check if display-warning is available.
15272
15273 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15274
15275         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15276
15277 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15278
15279         * nnspool.el (nnspool-spool-directory): Use news-path if the
15280         news-directory variable is not bound.
15281
15282         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15283         function instead of display-warning if it is not available.
15284
15285 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15286
15287         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15288         v5-10: Use `point-at-bol'.
15289
15290 2004-10-26  Simon Josefsson  <jas@extundo.com>
15291
15292         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15293         <chenggao@gmail.com>.
15294
15295 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15296
15297         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15298         instead.
15299
15300 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15301
15302         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15303         to remove a server from the nnimap-server-buffer-alist.
15304         (nnimap-open-connection, nnimap-close-server): Use it.
15305
15306         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15307
15308 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15309
15310         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15311         running the major-mode function.
15312
15313 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15314
15315         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15316         dummy marks in the right way.
15317
15318 2004-10-18  David Edmondson  <dme@dme.org>
15319
15320         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15321         excessively.
15322
15323 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15324
15325         * gnus-util.el (gnus-split-references): Accept a nil references
15326         string and go on blissfully.
15327
15328         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15329         cases where the references string is non-nil but has no references.
15330
15331         * encrypt.el: Add autoload tags.
15332
15333         * spam.el (spam-resolve-registrations-routine): Remove article
15334         from unregistration list too.  Reported by David Hanak
15335         <dhanak@isis.vanderbilt.edu>
15336
15337 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15338
15339         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15340         nil.  Changed custom type.
15341
15342 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15343
15344         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15345
15346         * gnus-sum.el (gnus-summary-move-article): Use it.
15347
15348 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15349
15350         * encrypt.el: Add autoload cookies.
15351
15352         * spam.el (spam-backend-article-list-property)
15353         (spam-backend-get-article-todo-list)
15354         (spam-backend-put-article-todo-list)
15355         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15356         Resolve registrations separately.
15357         (spam-register-routine): Format comments.
15358         (spam-unregister-routine, spam-register-routine): Always call with
15359         specific-articles, no default list.
15360         (spam-summary-prepare-exit): Use the spam-classifications function.
15361
15362         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15363         gnus-encrypt.el.
15364
15365         * encrypt.el: Copied from gnus-encrypt.el.
15366
15367         * gnus-encrypt.el: Commented that it's obsolete.
15368
15369 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15370
15371         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15372         (gnus-score-save): Use it.
15373
15374         * message.el (message-bury): Use `window-dedicated-p'.
15375
15376 2004-10-15  Simon Josefsson  <jas@extundo.com>
15377
15378         * pop3.el (top-level): Don't require nnheader.
15379         (pop3-read-timeout): Add.
15380         (pop3-accept-process-output): Add.
15381         (pop3-read-response, pop3-retr): Use it.
15382
15383 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15384
15385         * spam.el (spam-register-routine): Move comment.
15386         (spam-verify-bogofilter): Use 'unknown for the initial
15387         spam-bogofilter-valid state, not 'never.
15388
15389         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15390         for netrc-machine.
15391
15392         * nnimap.el (nnimap-open-connection): Use
15393         netrc-machine-user-or-password.
15394
15395 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15396
15397         * gnus-registry.el (gnus-registry-unload-hook):
15398         Set as a variable with add-hook.
15399
15400         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15401         of news-path.
15402
15403         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15404
15405         * spam.el: Delete duplicate `provide'.
15406         (spam-unload-hook): Set as a variable with add-hook.
15407
15408 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15409
15410         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15411         in the doc string.
15412
15413         * message.el (message-ignored-news-headers)
15414         (message-ignored-supersedes-headers)
15415         (message-ignored-resent-headers)
15416         (message-forward-ignored-headers): Improve custom type.
15417
15418 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15419
15420         * message.el (message-tokenize-header): Fix 2004-09-06 change
15421         which used point-min in the wrong place.
15422
15423 2004-10-12  Simon Josefsson  <jas@extundo.com>
15424
15425         * tls.el (tls-certtool-program): New variable.
15426         (tls-certificate-information): New function, based on
15427         ssl-certificate-information.
15428
15429 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15430
15431         * compface.el: Move the version of ELisp-based uncompface program
15432         to the contrib directory because of the copyright problem.
15433
15434 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15435
15436         * message.el (message-kill-buffer): Raise the current frame.
15437
15438 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15439
15440         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15441
15442         * gnus.el (message-y-or-n-p): Autoload.
15443
15444         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15445         (pop3-password-required, pop3-authentication-scheme)
15446         (pop3-leave-mail-on-server): Made customizable.
15447         (pop3): New custom group.
15448         (pop3-retr): Remove `sleep-for' statements.
15449         Suggested by Dave Love <fx@gnu.org>.
15450
15451         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15452         Windows/DOS.
15453
15454         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15455         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15456         Dave Love <fx@gnu.org>.
15457
15458         * mml.el (mml-minibuffer-read-disposition): Require match.
15459         Suggested by Dave Love <fx@gnu.org>.
15460
15461 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15462
15463         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15464         doc string.
15465
15466 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15467
15468         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15469
15470 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15471
15472         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15473         instead of calling `mm-insert-inline', to decode text/* parts
15474         before displaying them.
15475
15476 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15477
15478         * mm-uu.el (mm-uu-text-plain-type): New variable.
15479         (mm-uu-pgp-signed-extract-1): Use it.
15480         (mm-uu-pgp-encrypted-extract-1): Use it.
15481         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15482         bind mm-uu-text-plain-type with that value.
15483         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15484         mm-uu-dissect.
15485
15486 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15487
15488         * gnus-group.el (gnus-update-group-mark-positions):
15489         * gnus-sum.el (gnus-update-summary-mark-positions):
15490         * message.el (message-check-news-body-syntax):
15491         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15492         of string-as-multibyte.
15493
15494 2004-10-05  Juri Linkov  <juri@jurta.org>
15495
15496         * gnus-group.el (gnus-update-group-mark-positions):
15497         * gnus-sum.el (gnus-update-summary-mark-positions):
15498         * message.el (message-check-news-body-syntax):
15499         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15500         8-bit unibyte values to a multibyte string for search functions.
15501
15502 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15503
15504         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15505         (mm-uu-dissect-text-parts): New function.
15506
15507         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15508         dissect text parts.
15509
15510         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15511         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15512
15513         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15514
15515         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15516         gnus-current-topics instead of gnus-current-topic.
15517
15518 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15519
15520         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15521
15522 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15523
15524         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15525         where approriate.
15526
15527         * nnml.el (nnml-generate-active-info): do.
15528
15529         * nndiary.el (nndiary-generate-active-info): do.
15530
15531         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15532         (gnus-topic-move): do.
15533
15534         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15535         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15536
15537         * gnus-srvr.el (gnus-server-prepare)
15538         (gnus-server-open-all-servers): do.
15539
15540         * gnus-msg.el (gnus-summary-cancel-article)
15541         (gnus-summary-resend-message)
15542         (gnus-summary-mail-crosspost-complaint): do.
15543
15544         * gnus-move.el (gnus-change-server): do.
15545
15546         * gnus-group.el (gnus-group-unmark-all-groups)
15547         (gnus-group-set-current-level): do.
15548
15549 2004-10-04  Simon Josefsson  <jas@extundo.com>
15550
15551         * message.el (message-generate-hashcash): Doc fix.
15552
15553 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15554
15555         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15556         avoid infinite recursion via gnus-get-function.
15557
15558 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15559
15560         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15561
15562         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15563
15564         * nnmail.el (nnmail-split-history): do.
15565
15566         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15567         (nnml-request-delete-group): do.
15568
15569         * nnslashdot.el (nnslashdot-read-groups): do.
15570
15571         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15572         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15573
15574         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15575         (nnspool-sift-nov-with-sed): Use last.
15576         (nnspool-retrieve-headers-with-nov): Use mapc.
15577         (nnspool-request-newgroups): Use dolist.
15578         (nnspool-request-group): Use last.
15579
15580         * nntp.el (nntp-read-server-type): Use dolist.
15581
15582         * nnvirtual.el (nnvirtual-create-mapping)
15583         (nnvirtual-update-read-and-marked): Use dolist.
15584         (nnvirtual-convert-headers): Simplify.
15585
15586 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15587
15588         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15589         support for sync'ing tick marks.
15590
15591 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15592
15593         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15594         there's no visible header.
15595
15596 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15597
15598         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15599         necessary, pass full group name to gnus-request-set-marks.
15600
15601 2004-10-01  Simon Josefsson  <jas@extundo.com>
15602
15603         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15604         acroread.
15605
15606 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15607
15608         * spam-report.el (spam-report-gmane): Fix interactive.
15609
15610         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15611
15612         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15613         when writing file.
15614         (gnus-agent-synchronize-flags): Don't default to being
15615         interactive.
15616
15617 2004-09-30  Simon Josefsson  <jas@extundo.com>
15618
15619         * message.el (message-generate-hashcash): Add.
15620         (message-send-mail): Use it, call mail-add-payment.
15621
15622 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15623
15624         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15625
15626 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15627
15628         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15629         gnus-requst-update-info with explicit code to sync the in-memory
15630         info read flags with the marks being sync'd to the backend.
15631
15632         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15633
15634 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15635
15636         * spam.el (spam-verify-bogofilter): Add new function.
15637         (spam-check-bogofilter)
15638         (spam-bogofilter-register-with-bogofilter): Use it.
15639         (spam-verify-bogofilter): Add small fixes.
15640
15641 2004-09-28  Simon Josefsson  <jas@extundo.com>
15642
15643         * hashcash.el (hashcash-generate-payment): Revert.
15644
15645 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15646
15647         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15648         gnus-extract-references instead of gnus-split-references.
15649
15650         * gnus-util.el (gnus-extract-references): Add new function, analogous
15651         to gnus-split-references but extracts only the message-ID without
15652         anything extra.
15653
15654         * hashcash.el (hashcash-generate-payment)
15655         (hashcash-check-payment): Do the right thing if hashcash-path is
15656         nil (because the hashcash program could not be found).
15657
15658         * spam.el (spam-use-hashcash): Remove comment.
15659
15660 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15661
15662         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15663         (gnus-cache-enter-article, gnus-cache-remove-article)
15664         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15665
15666         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15667
15668         * gnus-art.el (article-hide-boring-headers)
15669         (article-translate-strings, article-display-face)
15670         (gnus-article-mime-match-handle-first)
15671         (gnus-article-highlight-headers)
15672         (gnus-article-add-buttons-to-head): do.
15673
15674 2004-09-27  Simon Josefsson  <jas@extundo.com>
15675
15676         * hashcash.el: New version, from
15677         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15678         ../contrib/.
15679
15680 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15681
15682         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15683
15684 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15685
15686         * gnus-dup.el (gnus-dup-open): Use mapc.
15687         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15688
15689         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15690         Reported by Stefan Wiens <s.wi@gmx.net>.
15691
15692         * gnus.el (gnus-shutdown): Use dolist.
15693
15694         * gnus-undo.el (gnus-undo): Use mapc.
15695
15696         * nnrss.el (nnrss-generate-active): do.
15697
15698         * message.el (message-cite-original-without-signature)
15699         (message-cite-original): Use mapc.
15700         (message-do-actions, message-make-forward-subject): Use dolist.
15701
15702 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15703
15704         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15705         deletion to remove entire duplicate line.  Fixes merged article
15706         number bug.
15707
15708 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15709
15710         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15711         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15712         first ask if you want to open a server and then, even when you
15713         responded with no, asking if you want to synchronize the server's
15714         flags.
15715         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15716         multi-line expressions.
15717         (gnus-agent-synchronize-group-flags): New internal function.
15718         Updates marks in memory (in the info structure) AND in the
15719         backend.
15720
15721         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15722
15723         * nnagent.el (nnagent-request-set-mark): Use
15724         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15725         method, to ensure that synchronization updates marks in the
15726         backend and in the info (in memory) structure.
15727
15728 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15729
15730         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15731         convention fully; don't miss the root article of a thread; make
15732         the X-Draft-From header with correct article numbers.
15733
15734 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15735
15736         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15737         unless plugged.  Disable the agent so that an open failure causes
15738         an error.
15739
15740         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15741         Reverted 2004-09-21 change.  The backend must be opened while
15742         synchronizing flags even when the backend stores the flags
15743         locally.
15744
15745 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15746
15747         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15748         in `header' match.  Reported by Svend Tollak Munkejord.
15749
15750         * message.el (message-cite-original): Fix use of
15751         `message-cite-articles-with-x-no-archive'.
15752
15753 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15754
15755         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15756         (gnus-window-to-buffer): Ditto.
15757
15758         * mml.el (mml-preview-buffer): New variable.
15759         (mml-preview): Manage window layout with gnus-buffer-configuration.
15760
15761         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15762         X-Draft-From header even if those articles aren't quoted.
15763
15764 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15765
15766         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15767         (gnus-request-set-mark, gnus-request-update-mark): Use new
15768         g-s-t-u-l-m to decide to use backend even when unplugged.
15769
15770 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15771
15772         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15773         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15774
15775 2004-09-20  Simon Josefsson  <jas@extundo.com>
15776
15777         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15778         "utf-16-le".
15779
15780 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15781
15782         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15783
15784 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15785
15786         * uudecode.el (uudecode-use-external): Add :version.
15787
15788         * smime.el (smime-CA-file, smime-encrypt-cipher)
15789         (smime-dns-server): Add :version.
15790
15791         * smiley.el (gnus-smiley-file-types): Add :version.
15792
15793         * sha1.el (sha1-use-external): Add :version.
15794
15795         * pgg-def.el (pgg-query-keyserver): Add :version.
15796
15797         * nnmail.el (nnmail-fancy-expiry-targets)
15798         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15799         Add :version.
15800
15801         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15802         (nnimap-retrieve-groups-asynchronous): Add :version.
15803         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15804
15805         * mml.el (mml-content-disposition-parameters)
15806         (mml-insert-mime-headers-always): Add :version.
15807
15808         * mm-util.el (mm-coding-system-priorities): Add :version.
15809
15810         * mm-decode.el (mm-inline-text-html-with-images)
15811         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15812         (mm-verify-option): Add :version.
15813         (mm-text-html-renderer): Change :version.
15814
15815         * message.el (message-fcc-externalize-attachments)
15816         (message-required-headers, message-draft-headers)
15817         (message-subject-trailing-was-query)
15818         (message-subject-trailing-was-ask-regexp)
15819         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15820         (message-mark-insert-end, message-archive-header)
15821         (message-archive-note, message-cross-post-default)
15822         (message-cross-post-note, message-followup-to-note)
15823         (message-cross-post-note-function, message-use-mail-followup-to)
15824         (message-subscribed-address-functions)
15825         (message-subscribed-address-file, message-subscribed-addresses)
15826         (message-subscribed-regexps, message-allow-no-recipients)
15827         (message-yank-cited-prefix, message-signature-insert-empty-line)
15828         (message-hidden-headers, message-hierarchical-addresses)
15829         (message-mail-user-agent, message-use-idna)
15830         (message-valid-fqdn-regexp)
15831         (message-strip-special-text-properties, message-header-synonyms)
15832         (message-beginning-of-line, message-tab-body-function): Add :version.
15833         (message-insert-canlock, message-wide-reply-confirm-recipients):
15834         Change :version.
15835
15836         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15837         and :version.
15838         (mail-source-delete-old-incoming-confirm)
15839         (mail-source-movemail-program): Add :version.
15840
15841         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15842         (gnus-agent-cache, gnus-agent): Change :version.
15843
15844         * gnus-util.el (gnus-use-byte-compile): Change :version.
15845
15846         * gnus-sum.el (gnus-summary-make-false-root-always)
15847         (gnus-summary-default-high-score)
15848         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15849         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15850         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15851         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15852         (gnus-sum-thread-tree-single-indent)
15853         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15854         (gnus-sum-thread-tree-leaf-with-other)
15855         (gnus-sum-thread-tree-single-leaf): Add :version.
15856         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15857         (gnus-article-loose-mime): Change :version.
15858
15859         * gnus-start.el (gnus-backup-startup-file)
15860         (gnus-save-startup-file-via-temp-buffer): Add :version.
15861
15862         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15863         (gnus-server-offline-face): Add :version.
15864
15865         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15866
15867         * gnus-msg.el (gnus-gcc-externalize-attachments)
15868         (gnus-debug-files, gnus-debug-exclude-variables)
15869         (gnus-discouraged-post-methods): Change :version.
15870         (gnus-confirm-mail-reply-to-news)
15871         (gnus-confirm-treat-mail-like-news): Add :version.
15872
15873         * gnus-int.el (gnus-server-unopen-status): Add :version.
15874
15875         * gnus-group.el (gnus-group-jump-to-group-prompt)
15876         (gnus-large-ephemeral-newsgroup)
15877         (gnus-fetch-old-ephemeral-headers): Add :version.
15878
15879         * gnus-fun.el (gnus-x-face-directory)
15880         (gnus-convert-pbm-to-x-face-command)
15881         (gnus-convert-image-to-x-face-command)
15882         (gnus-convert-image-to-face-command): Add :version.
15883
15884         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15885
15886         * gnus-cite.el (gnus-cite-blank-line-after-header)
15887         (gnus-article-boring-faces): Add :version.
15888
15889         * gnus-art.el (gnus-buttonized-mime-types)
15890         (gnus-inhibit-mime-unbuttonizing)
15891         (gnus-treat-display-face)
15892         (gnus-treat-body-boundary): Change :version.
15893         (gnus-body-boundary-delimiter, gnus-picon-databases)
15894         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15895         (gnus-treat-date-english, gnus-treat-fold-headers)
15896         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15897         (gnus-treat-mail-picon, gnus-treat-wash-html)
15898         (gnus-article-encrypt-protocol)
15899         (gnus-use-idna, gnus-article-over-scroll)
15900         (gnus-mime-display-multipart-alternative-as-mixed)
15901         (gnus-mime-display-multipart-related-as-mixed)
15902         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15903         (gnus-ctan-url, gnus-button-ctan-handler)
15904         (gnus-button-handle-ctan-bogus-regexp)
15905         (gnus-button-ctan-directory-regexp)
15906         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15907         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15908         (gnus-button-man-level, gnus-button-emacs-level)
15909         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15910
15911         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15912         (gnus-agent-go-online): Change :version.
15913         (gnus-agent-expire-unagentized-dirs)
15914         (gnus-agent-auto-agentize-methods): Add :version.
15915
15916         * flow-fill.el (fill-flowed-display-column)
15917         (fill-flowed-encode-column): Add :version.
15918
15919         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15920         (gnus-outlook-deuglify-unwrap-max)
15921         (gnus-outlook-deuglify-cite-marks)
15922         (gnus-outlook-deuglify-unwrap-stop-chars)
15923         (gnus-outlook-deuglify-no-wrap-chars)
15924         (gnus-outlook-deuglify-attrib-cut-regexp)
15925         (gnus-outlook-deuglify-attrib-verb-regexp)
15926         (gnus-outlook-deuglify-attrib-end-regexp)
15927         (gnus-outlook-display-hook): Add :version.
15928
15929         * binhex.el (binhex-use-external): Add :version.
15930
15931 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15932
15933         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15934         and `invisible'.
15935
15936 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15937
15938         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15939         in gnus-registry-trim.
15940
15941 2004-09-13  Simon Josefsson  <jas@extundo.com>
15942
15943         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15944
15945         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15946
15947         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15948         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15949         <yamaoka@jpl.org>.
15950         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15951         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15952         <yamaoka@jpl.org>.
15953
15954         * sieve.el (sieve-manage-mode): Ditto.
15955
15956 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15957
15958         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15959
15960 2004-09-11  Simon Josefsson  <jas@extundo.com>
15961
15962         * dns-mode.el: Add.
15963
15964         * mm-view.el (mm-display-dns-inline): Add.
15965
15966         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15967         (mm-automatic-display): Ditto.
15968
15969         * mailcap.el (mailcap-mime-data): Add text/dns.
15970         (mailcap-mime-extensions): Map .soa to text/dns.
15971
15972 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15973
15974         * gnus-art.el (article-decode-mime-words, article-babel)
15975         (gnus-article-highlight-signature, gnus-article-add-buttons)
15976         (gnus-signature-toggle): Remove unnecessary bindings of
15977         `inhibit-read-only' inherited from v5.10 merge.
15978
15979 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15980
15981         * nntp.el (nntp): New customization group.
15982         (nntp-authinfo-file): Add customization group.
15983
15984         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15985
15986         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15987
15988         * gnus.el (to-address, to-list, subscribed)
15989         (large-newsgroup-initial): Ditto.
15990
15991         * flow-fill.el (fill-flowed-display-column)
15992         (fill-flowed-encode-column): Ditto.
15993
15994 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15995
15996         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15997         Use point-min rather than 1.
15998         (message-send-mail): Use buffer-size rather than point-max.
15999
16000         * gnus-sum.el (gnus-summary-search-article-forward):
16001         Signal a specific `search-failed' rather than a generic `error'.
16002
16003         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16004         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16005         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16006
16007 2004-09-10  Simon Josefsson  <jas@extundo.com>
16008
16009         * nndb.el (require): Remove tcp and duplicate cl.
16010
16011 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16012
16013         * gnus-agent.el (directory-files-and-attributes): Move forward.
16014
16015 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16016
16017         * gnus-agent.el (directory-files-and-attributes): Optionally
16018         defined to support XEmacs.
16019
16020 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16021
16022         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16023         to avoid run-time CL dependencies.
16024         (gnus-agent-unfetch-articles): New function.
16025         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16026         article numbers even when local .overview file is missing.
16027         (gnus-agent-read-article-number): New function.  Only accepts
16028         27-bit article numbers.
16029         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
16030         gnus-agent-read-article-number.
16031         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16032         from backend while recognizing that article numbers in .overview
16033         must be valid.
16034         (gnus-agent-update-files-total-fetched-for): Use
16035         directory-files-and-attributes to improve performance.
16036         * gnus-int.el (gnus-request-move-article): Use
16037         gnus-agent-unfetch-articles in place of gnus-agent-expire to
16038         improve performance.
16039
16040         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
16041         some users confused by references to .newsrc when they only have a
16042         .newsrc.eld file.
16043         (gnus-convert-mark-converter-prompt)
16044         (gnus-convert-converter-needs-prompt): Fixed use of property list.
16045         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16046         New function.  Used internally to only display 'gnus converting
16047         files' message when actually necessary.
16048
16049         * gnus-sum.el (): Removed (require 'gnus-agent) as required
16050         methods now autoloaded.
16051
16052 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16053
16054         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16055         identifiers.
16056
16057 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16058
16059         * gnus-picon.el: Fix indentation and closing parenthesis.
16060
16061 2004-09-01  Simon Josefsson  <jas@extundo.com>
16062
16063         * message.el (message-canlock-generate): Require sha1, not
16064         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16065         to require within a function.  Sadly, if sha1.el isn't loaded, the
16066         let binding in m-c-g will hide the defcustom definition, which is
16067         bad.)
16068
16069         * canlock.el: Require sha1, not sha1-el.
16070
16071         * message.el: Don't autoload sha1 (there is a autoload cookie in
16072         sha1.el).
16073
16074         * sha1-el.el: Renamed to sha1.el.
16075
16076 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16077
16078         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16079
16080 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16081
16082         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16083
16084 2004-08-30  Kim F. Storm  <storm@cua.dk>
16085
16086         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16087
16088         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16089         Add :group 'nnimap.
16090
16091 2004-08-30  Andreas Schwab  <schwab@suse.de>
16092
16093         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16094         ?* and ?\;.
16095
16096         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16097         and ?\' to symbol instead of whitespace.
16098
16099 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16100
16101         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16102
16103         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16104         instead of re-search-forward.
16105
16106         * gnus-uu.el (gnus-uu-save-article): Ditto.
16107         (gnus-uu-post-encode-uuencode): Ditto.
16108
16109         * html2text.el (html2text-clean-list-items): Ditto.
16110         (html2text-clean-dtdd): Ditto.
16111         (html2text-format-tags): Ditto.
16112
16113         * message.el (message-send-mail-with-sendmail): Fix regexp.
16114         (message-fill-field-general): Use search-forward instead of
16115         re-search-forward.
16116         (unbold-region): Ditto.
16117
16118         * nnrss.el (nnrss-request-article): Ditto.
16119
16120         * nnslashdot.el (nnslashdot-request-article): Ditto.
16121
16122         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16123
16124         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16125         "Unrecognized menu descriptor" error in XEmacs.
16126
16127 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16128
16129         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16130         parent article of a sparse article in the thread hashtb.
16131
16132 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16133
16134         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16135         (nnmail-expand-newtext): Lowercase expanded entries if
16136         nnmail-split-lowercase-expanded is non-nil.
16137
16138 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16139
16140         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16141
16142         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16143         of gnus-tmp-news-method into string under XEmacs.  It will be
16144         passed to gnus-correct-length which takes only a string argument.
16145
16146 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16147
16148         * gnus-util.el (gnus-bind-print-variables): New macro.
16149         (gnus-prin1): Use it.
16150         (gnus-prin1-to-string): Use it.
16151         (gnus-pp): New function.
16152         (gnus-pp-to-string): New function.
16153
16154         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16155         Replace pp-to-string with gnus-pp-to-string.
16156         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16157         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16158         * gnus-msg.el (gnus-debug): Ditto.
16159         * gnus-score.el (gnus-score-save): Ditto.
16160         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16161         gnus-pp-to-string.
16162         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16163         with gnus-pp.
16164         * score-mode.el (gnus-score-pretty-print): Ditto.
16165         * webmail.el (webmail-debug): Ditto.
16166
16167 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16168
16169         * gnus-art.el (article-display-face, article-display-x-face):
16170         Use buffer-read-only.
16171
16172 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * gnus-art.el (article-hide-list-identifiers):
16175         Bind inhibit-read-only as t.
16176
16177 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16178
16179         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16180
16181 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16182
16183         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16184         (gnus-narrow-to-page): Don't assume point-min == 1.
16185         (gnus-article-edit-mode): Derive from message-mode.
16186
16187         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16188         point-min == 1.
16189
16190         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16191         Disable incorrect use of `assert'.
16192
16193         * message.el (message-mode): Set comment-start-skip.
16194
16195
16196 2004-08-22  Sam Steingold  <sds@gnu.org>
16197
16198         * pop3.el (pop3-leave-mail-on-server): New user variable.
16199         (pop3-movemail): Delete mail only when it is nil.
16200
16201 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16202
16203         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16204
16205         * mml.el (mml-preview): Use `pop-to-buffer'.
16206
16207         * message.el (message-goto-mail-followup-to): Insert after "To".
16208         (message-carefully-insert-headers): Add comment.
16209
16210         * gnus.el: Remove unused variable `gnus-article-check-size'.
16211
16212         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16213
16214         * gnus-art.el (gnus-button-alist): Improve
16215         `gnus-button-handle-library' entry.
16216
16217 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16218
16219         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
16220         downcase, since XEmacs capitalizes error messages differently.
16221
16222 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16223
16224         * nntp.el: Add (require 'gnus) due to reference to
16225         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16226
16227 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16228
16229         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
16230         `mm-fill-flowed'.
16231
16232         * mm-decode.el (mm-dissect-singlepart): Check it.
16233
16234 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16235
16236         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16237         'imap' for netrc parsing.
16238
16239 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16240
16241         * mailcap.el (mailcap-mime-data): Mark as risky.
16242
16243 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16244
16245         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16246         may be included in the encoded word.
16247         (rfc2047-encode): Don't append a space if the encoded word
16248         includes close parenthesis.
16249
16250 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16251
16252         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16253         of text within parentheses.
16254
16255 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16256
16257         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16258         (gnus-encrypt-write-file-contents): Make the password key the file
16259         name PLUS the cipher, not just the cipher.  Also remove failed
16260         passwords from the cache.
16261
16262 2004-08-06  Simon Josefsson  <jas@extundo.com>
16263
16264         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
16265         fix.
16266
16267 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16268
16269         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16270         LWSP.
16271
16272 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16273
16274         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
16275         to append in-reply-to: data to the references: header.
16276
16277         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16278         (netrc-parse): Use gnus-encrypt.el functions.
16279
16280         * gnus-encrypt.el: Add new file for encryption support; currently
16281         does only a few GPG ciphers and an internal XOR cipher.
16282
16283         * password.el: Add comments on using password-read-and-add.
16284         (password-read-and-add): Add function to read and add the
16285         password to the cache at once.
16286
16287 2004-07-28  Simon Josefsson  <jas@extundo.com>
16288
16289         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16290         parameter (but don't use it, for now).
16291
16292         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16293         instead of hard coding to nil.
16294
16295 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16296
16297         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16298         as mm-inline-image-xemacs does.
16299
16300 2004-07-26  Simon Josefsson  <jas@extundo.com>
16301
16302         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16303         Revert part of 2004-07-17 change below.
16304
16305 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16306
16307         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16308         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16309
16310 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16311
16312         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16313         quotes that actually start with ">" at the beginning of the
16314         lines.
16315
16316 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16317
16318         * rfc2047.el (rfc2047-encode-region): Fix last change.
16319         (rfc2047-encode-parameter): Remove useless concat.
16320
16321 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16322
16323         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16324         encode special characters; fix some kind of misconfigured headers;
16325         signal a real error if debug-on-quit or debug-on-error is non-nil.
16326         (rfc2047-encode-max-chars): New variable.
16327         (rfc2047-encode-1): Use it.
16328         (rfc2047-encode-parameter): New function.
16329
16330         * mml.el (mml-insert-parameter): Remove an excessive space.
16331
16332 2004-07-17  Simon Josefsson  <jas@extundo.com>
16333
16334         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16335         Kai Grossjohann <kai@emptydomain.de>.
16336         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16337         (gnus-group-make-menu-bar): Ditto.
16338
16339         * gnus-util.el (gnus-group-server): Add.
16340
16341 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16342
16343         * message.el (message-clone-locals): Clone sendmail and smtp
16344         variables.
16345
16346 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16347
16348         * rfc2047.el (rfc2047-encode-region): Fix last change.
16349
16350 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16351
16352         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16353         characters as non-special.
16354
16355 2004-07-09  Simon Josefsson  <jas@extundo.com>
16356
16357         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16358         Users will lose all flag changes made while unplugged with
16359         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16360         good default.  See numerous reports on ding mailing list.
16361
16362 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16363
16364         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16365         add generate-head-function and generate-article-function to the
16366         rfc822-forward entry.
16367         (nndoc-rfc822-forward-generate-article): New function.
16368         (nndoc-rfc822-forward-generate-head): New function.
16369
16370         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16371
16372 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16373
16374         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16375         respect display group parameter and gnus-summary-expunge-below.
16376         (gnus-articles-to-read): Remove unused reference to display group
16377         parameter.
16378
16379 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16380
16381         * nnheader.el (nnheader-uniquify-message-id): New experimental
16382         variable.
16383         (nnheader-nov-read-message-id): Use it.
16384
16385         * spam-report.el (spam-report-gmane): Add interactive.
16386
16387 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16388
16389         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16390         qp-or-base64 for the application/* types.
16391
16392 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16393
16394         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16395
16396 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16397
16398         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16399         trim value.
16400
16401 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16402
16403         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16404         New macro and function.
16405         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16406
16407 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16408
16409         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16410         after-load-alist.
16411
16412 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16413
16414         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16415         update info that isn't there.
16416
16417 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16418
16419         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16420         entry.
16421
16422 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16423
16424         * mm-view.el (mm-inline-render-with-function): Use multibyte
16425         buffer; decode html source by charset.
16426
16427         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16428
16429         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16430         Mule-UCS is loaded under XEmacs.
16431         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16432
16433 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16434
16435         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16436
16437 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16438
16439         * mm-util.el (mm-coding-system-p): Return a coding-system.
16440         (mm-mime-mule-charset-alist): Use shift_jis instead of
16441         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16442         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16443         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16444         instead of japanese-shift-jis and iso-latin-1 respectively in
16445         order to share the default value with both Emacs and XEmacs-mule.
16446         (mm-mule-charset-to-mime-charset): Make
16447         mm-coding-system-priorities effective.
16448         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16449         while predicating of candidates upon the priorities.
16450
16451 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16452
16453         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16454         gnus-uu-invert-processable.
16455
16456         * gnus.el: Autoload gnus-uu-invert-processable.
16457
16458 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16459
16460         * mm-util.el (mm-with-multibyte-buffer): New macro.
16461
16462         * rfc2047.el (rfc2047-encode-string): Use it.
16463         (rfc2047-encode-region): Move point to the end of the region after
16464         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16465
16466 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16467
16468         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16469         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16470
16471 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16472
16473         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16474         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16475         Karl Chen <quarl@nospam.quarl.org>.
16476
16477 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16478
16479         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16480         invalid addresses.
16481
16482 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16483
16484         * spam.el: Change section markers, revise TODO list.
16485         (spam-backends): Make new master list of all installed backends.
16486         (spam-summary-exit-behavior): Add new variable to determine how
16487         messages moves are done at summary exit.
16488         (spam-move-spam-nonspam-groups-only)
16489         (spam-process-ham-in-nonham-groups)
16490         (spam-process-ham-in-spam-groups): Remove variables, the
16491         spam-summary-exit-behavior variable should be used to manage this
16492         behavior.
16493         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16494         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16495         and spam-old-spam-articles.
16496         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16497         Add empty variables, placeholders for the backends they represent.
16498         (spam-set-difference): Move, unchanged.
16499         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16500         unless the user has a processor variable.
16501         (spam-classifications, spam-classification-valid-p)
16502         (spam-backend-properties, spam-backend-property-valid-p)
16503         (spam-backend-function-type-valid-p)
16504         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16505         (spam-report-articles-gmane, spam-report-articles-resend):
16506         Remove functions, they are not needed.
16507         (spam-install-backend-super, spam-backend-list)
16508         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16509         (spam-backend-function, spam-backend-ham-registration-function)
16510         (spam-backend-spam-registration-function)
16511         (spam-backend-ham-unregistration-function)
16512         (spam-backend-spam-unregistration-function)
16513         (spam-backend-statistical-p, spam-backend-mover-p)
16514         (spam-install-backend-alias, spam-install-checkonly-backend)
16515         (spam-install-mover-backend, spam-install-nocheck-backend)
16516         (spam-install-backend, spam-install-statistical-backend)
16517         (spam-install-statistical-checkonly-backend): Add backend installation
16518         support.
16519         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16520         (spam-group-processor-p): Use the new backend code and respect the
16521         summary exit behavior.
16522         (spam-mark-spam-as-expired-and-move-routine): Remove.
16523         (spam-summary-prepare): Change to use the new spam-old-articles
16524         variable.
16525         (spam-copy-or-move-routine, spam-copy-spam-routine)
16526         (spam-move-spam-routine, spam-copy-ham-routine)
16527         (spam-move-ham-routine): Add code to copy/move ham or spam.
16528         (spam-fetch-field-fast): Improve doc and code, plus allow the
16529         'number request.
16530         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16531         variables.
16532         (spam-split, spam-find-spam): Use the new backend code.
16533         (spam-registration-functions): Remove variable.
16534         (spam-unregister-routine): Add convenience wrapper.
16535         (spam-log-undo-registration, spam-register-routine)
16536         (spam-log-processing-to-registry)
16537         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16538         where possible.
16539         (spam-check-gmane-xref, spam-check-regex-headers)
16540         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16541         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16542         (spam-check-bogofilter-headers, spam-check-spamoracle)
16543         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16544         (spam-check-crm114-headers): Use the spam-split-group that
16545         spam-split prepares, no need to determine it every time.
16546
16547         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16548         to the nnheader-parse-naked-head call.
16549
16550         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16551
16552         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16553         the nnheader-nov-read-message-id call.
16554
16555 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16556
16557         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16558         gnus-activate-group twice.  Suggested by Markus Peter
16559         <warp@spin.de>.
16560
16561 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16562
16563         * gnus-art.el (gnus-article-time-format): Exchange the order of
16564         day and month in the default value; fix customization type.
16565         (article-date-ut): Use add-text-properties.
16566         (article-make-date-line): Use message-make-date instead of
16567         current-time-string.
16568
16569         * message.el (message-fetch-field): Don't use set-text-properties.
16570         (message-make-date): Simplify.
16571
16572         * messagexmas.el (message-xmas-make-date): New function.
16573         (message-xmas-redefine): Defalias message-make-date to it.
16574
16575 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16576
16577         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16578         (rfc2047-encode-region): Treat text within parentheses as special;
16579         show the original text when error has occurred.
16580
16581         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16582         already-computed method to gnus-activate-group.
16583
16584         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16585         same select-methods identical Lisp objects.
16586
16587         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16588         object when modifying the info.
16589
16590 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16591
16592         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16593         gnus-opened-servers since it has never been opened with the new
16594         configuration yet.
16595
16596 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16597
16598         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16599         arg to nnheader-generate-fake-message-id.
16600
16601 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16602
16603         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16604         number and build a fake message ID localized to a group and
16605         article number (so it's repeatable from that point on).
16606         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16607         ID format.
16608
16609         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16610         nnheader-generate-fake-message-id with the article number.
16611
16612 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16613
16614         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16615         end-of-buffer.
16616
16617 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16618
16619         * message.el (message-ignored-supersedes-headers): Add Approved.
16620
16621 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16622
16623         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16624         goto-char.
16625         (rfc2047-encode): Fold the line before encoding.
16626
16627 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16628
16629         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16630         folding -- not all headers can be folded, and this should be done
16631         by the message composition mode.  Probably.  I think.
16632
16633 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16634
16635         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16636         fast.
16637
16638         * gnus-ems.el (gnus-remove-image): Don't use
16639         message-text-with-property; remove only the image found first.
16640
16641         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16642         found first.
16643
16644 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16645
16646         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16647
16648 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16649
16650         * message.el (message-text-with-property): Make it fast and accept
16651         optional arguments.
16652         (message-strip-forbidden-properties): Use it.
16653         (message-fix-before-sending): Follow the m-t-w-p change.
16654
16655         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16656
16657 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16658
16659         * gnus-art.el (article-hide-headers): Don't change the buffer
16660         mistakenly when performing mml-preview even if
16661         gnus-single-article-buffer is nil.
16662
16663 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16664
16665         * message.el (message-expand-name-databases): New user option.
16666         (message-expand-name): Use it.
16667
16668 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16669
16670         * spam.el (spam-report-articles-resend)
16671         (spam-report-resend-register-routine): Allow ham reporting.
16672         (spam-report-resend-register-ham-routine): Add wrapper.
16673         (spam-registration-functions): Add ham resending functions.
16674         (spam-list-of-processors): Add ham resend processor.
16675
16676         * gnus.el (ham-resend-to): Add new group parameter.
16677         (spam-process): Add ham resend option.
16678
16679         * spam-report.el (spam-report-resend): Allow reporting ham.
16680         (spam-report-resend-ham): Add wrapper.
16681
16682 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16683
16684         * message.el (message-cite-articles-with-x-no-archive): New
16685         variable.
16686         (message-cite-original): Use it.
16687
16688 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16689
16690         * message.el (message-cite-original): Respect X-No-Archive.
16691
16692 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16693
16694         * gnus-art.el (article-hide-headers): Refer to the values for
16695         gnus-ignored-headers and gnus-visible-headers in the summary
16696         buffer since a user may have set them as group parameters.
16697
16698 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16699
16700         * assistant.el (assistant-node-name): Add convenience function.
16701         (assistant-render-text, assistant-render-node): Add error handling,
16702         plus handle multiple next nodes.
16703         (assistant-find-next-node): Comment out for now.
16704         (assistant-find-next-nodes): Add function, returns list of next
16705         nodes.
16706
16707 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16708
16709         * mail-source.el (mail-source-directory): Fix doc-string.
16710
16711 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16712
16713         * assistant.el (assistant-render-text, assistant-eval): Add :set
16714         widget type, which is different because it takes and returns a
16715         list.  Much hilarity ensues.
16716
16717 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16718
16719         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16720
16721         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16722         doc-string.
16723
16724         * gnus-start.el (gnus-activate-group): Added doc-string.
16725
16726 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16729
16730 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16731
16732         * assistant.el (assistant-render-text): Try to add a :set
16733         widget, more to come.
16734
16735         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16736         strings.
16737         (spam-report-articles-resend)
16738         (spam-register-routine): Do registration iff any articles warrant
16739         it.
16740         (spam-summary-prepare-exit): Change log message for nil group
16741         destinations.
16742
16743 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16744
16745         * spam.el (spam-report-resend-register-routine): Allow
16746         spam-report-resend-to to be a group parameter or a global value.
16747
16748 2004-05-26  Simon Josefsson  <jas@extundo.com>
16749
16750         * starttls.el: Merge with my GNUTLS based starttls.el.
16751         (starttls-gnutls-program, starttls-use-gnutls)
16752         (starttls-extra-arguments, starttls-process-connection-type)
16753         (starttls-connect, starttls-failure, starttls-success): New
16754         variables.
16755         (starttls-program, starttls-extra-args): Doc fix.
16756         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16757         functions.
16758         (starttls-negotiate, starttls-open-stream): Check
16759         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16760         function if it is set.
16761
16762 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16763
16764         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16765         structured fields.
16766
16767 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16768
16769         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16770
16771 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16772
16773         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16774         variable.
16775         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16776         assigning the spam-mark to new messages.
16777
16778 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16779
16780         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16781
16782 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16783
16784         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16785
16786         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16787         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16788         default.
16789
16790 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16791
16792         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16793         correct data.
16794
16795 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16796
16797         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16798         (spam-group-processor-p): Fix function.
16799         (spam-group-processor-multiple-p)
16800         (spam-group-spam-processor-report-gmane-p)
16801         (spam-group-spam-processor-report-resend-p)
16802         (spam-group-spam-processor-bogofilter-p)
16803         (spam-group-spam-processor-blacklist-p)
16804         (spam-group-spam-processor-ifile-p)
16805         (spam-group-ham-processor-ifile-p)
16806         (spam-group-spam-processor-spamoracle-p)
16807         (spam-group-spam-processor-crm114-p)
16808         (spam-group-ham-processor-bogofilter-p)
16809         (spam-group-spam-processor-stat-p)
16810         (spam-group-ham-processor-stat-p)
16811         (spam-group-ham-processor-whitelist-p)
16812         (spam-group-ham-processor-BBDB-p)
16813         (spam-group-ham-processor-spamoracle-p)
16814         (spam-group-ham-processor-copy-p): Remove functions with some
16815         prejudice against unneeded code.
16816         (spam-report-articles-resend)
16817         (spam-report-resend-register-routine): Allow the group/topic
16818         spam-resend-to value to override spam-report-resend-to.
16819         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16820         properly now.
16821
16822         * gnus.el (spam-resend-to): Add group/topic parameter.
16823         (spam-process): Move the OBSOLETE processors to the end of the
16824         choices.
16825
16826 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16827
16828         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16829         with resend-to set to nil, and then ask the user if necessary.
16830         (spam-report-resend): spam-report-resend takes a list of articles, not
16831         separate article numbers.
16832
16833 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16834
16835         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16836         addition to emacs-w3m.
16837
16838 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16839
16840         * assistant.el (assistant-authinfo-data): New function.
16841         (assistant-eval): Eval for entire assistant.
16842
16843         * netrc.el (netrc-services-file): New variable.
16844         (netrc-parse-services): New function.
16845         (netrc-find-service-name): New function.
16846         (netrc-find-service-number): New function.
16847         (netrc-port-equal): New function.
16848         (netrc-machine): Use it.
16849
16850         * nnimap.el (nnimap-open-connection): Use netrc.
16851
16852         * gnus-util.el (gnus-netrc-get): Remove aliases.
16853
16854         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16855
16856         * assistant.el (wid-edit): Fix compilation.
16857
16858         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16859
16860 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16861
16862         * gnus-util.el (gnus-set-file-modes): New function.  (small
16863         patch).
16864
16865 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16866
16867         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16868
16869         * assistant.el (assistant-render-node): Fix up rendering and
16870         read-only text.
16871         (assistant-render-node): Reset.
16872         (assistant-make-read-only): Not sticky.
16873
16874 2004-05-20  Danny Siu  <dsiu@adobe.com>
16875
16876         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16877         centered even when gnus-auto-center-summary is t.
16878
16879 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16880
16881         * dns.el (dns-get-txt-answer): New function.
16882         (dns-read-txt): Ditto.
16883         (query-dns): Use it.
16884
16885 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16886
16887         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16888         active for foreign groups even if the group level is higher than
16889         the specified value.
16890
16891 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16892
16893         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16894         non-active groups.
16895
16896         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16897
16898 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16899
16900         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16901
16902 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16903
16904         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16905         (spam-crm114-header, spam-crm114-spam-switch)
16906         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16907         (spam-crm114-positive-spam-header)
16908         (spam-crm114-database-directory, spam-list-of-processors)
16909         (spam-group-spam-processor-crm114-p)
16910         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16911         (spam-generic-score, spam-list-of-checks)
16912         (spam-list-of-statistical-checks, spam-registration-functions)
16913         (spam-check-crm114-headers, spam-crm114-score)
16914         (spam-check-crm114, spam-crm114-register-with-crm114)
16915         (spam-crm114-register-spam-routine)
16916         (spam-crm114-unregister-spam-routine)
16917         (spam-crm114-register-ham-routine)
16918         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16919         asjo@koldfront.dk (Adam Sjøgren).
16920
16921         * gnus.el: Add spam-use-crm114.
16922
16923         * spam.el (spam-list-of-processors, spam-registration-functions):
16924         Add spam-use-resend.
16925         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16926         (spam-report-articles-gmane): Add doc fix.
16927         (spam-report-articles-resend, spam-report-resend-register-routine):
16928         Add wrappers around spam-report-resend-to.
16929
16930         * spam-report.el (spam-report-resend-to, spam-report-resend):
16931         Add support for resending spam.
16932         (spam-report-gmane): Fix line length >80.
16933
16934         * gnus.el (spam-process): Add spam-use-resend.
16935
16936 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16937
16938         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16939         number of processed spam messages.
16940         (spam-ham-copy-or-move-routine): Return the number of processed
16941         ham messages.
16942         (spam-summary-prepare-exit): Use the above values to decide
16943         whether status messages shouled be displayed.
16944
16945 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16946
16947         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16948         `rfc2047-encoding-function-alist' in order to avoid conflicting
16949         with the old version.
16950         (rfc2047-encode-region): Concatenate words containing non-ASCII
16951         characters in structured fields; don't encode space-delimited
16952         ASCII words even in unstructured fields; don't break words at
16953         char-category boundaries.
16954         (rfc2047-encode-1): New function.
16955         (rfc2047-encode): Use it; encode text so that it occupies the
16956         maximum width within 76-column; work correctly on Q encoding for
16957         iso-2022-* charsets.
16958         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16959         sure not to break a line just after the header name.
16960         (rfc2047-b-encode-region): Removed.
16961         (rfc2047-b-encode-string): New function.
16962         (rfc2047-q-encode-region): Removed.
16963         (rfc2047-q-encode-string): New function.
16964
16965         * mm-util.el (mm-replace-in-string): New function.
16966
16967 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16968
16969         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16970         get it right.
16971         (gnus-inews-make-draft): Really.
16972
16973 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16974
16975         * nnmh.el (nnmh-request-list-1): Don't check the link count
16976         before descending.  (small patch)
16977
16978 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16979
16980         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16981         stuff.
16982
16983         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16984         on real group name.
16985
16986         * gnus-art.el (gnus-signature-limit): Doc fix.
16987
16988         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16989
16990         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16991
16992 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16993
16994         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16995         isn't a string.
16996
16997 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16998
16999         * gnus-draft.el (gnus-draft-send): Bind
17000         rfc2047-encode-encoded-words.
17001
17002         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17003         (rfc2047-encodable-p): Say that =? needs encoding.
17004         (rfc2047-encode-encoded-words): New variable.
17005
17006         * gnus-group.el (gnus-group-select-group): Doc fix.
17007
17008         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17009
17010         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17011         to nil.
17012
17013         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17014
17015         * nnheader.el (nnheader-get-lines-and-char): New function.
17016
17017 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17018
17019         * gnus-msg.el (gnus-summary-followup-with-original): Document
17020         yanking of region when active.
17021
17022 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17023
17024         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17025         groups if the group level is higher than the specified value.
17026
17027 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17028
17029         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17030         (gnus-group-jump-to-group): Added prefix argument using
17031         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17032         non-active group.
17033
17034         * compface.el (uncompface): Be verbose when changing
17035         `uncompface-use-external'.
17036
17037         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17038         handle manual section.
17039
17040 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17041
17042         * gnus-art.el (gnus-button-alist): Revert previous change.
17043
17044 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17045
17046         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17047
17048 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17049
17050         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17051         whether backend can accept message.
17052
17053         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17054
17055 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17056
17057         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17058         Avoid creating directory when nntp-marks-is-evil is true.
17059         Reported by Reiner Steib.
17060
17061 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17062
17063         * gnus-picon.el (gnus-picon-style): New variable.
17064         (gnus-picon-insert-glyph): Added optional `nostring' argument.
17065         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
17066         Jesper Harder <harder@ifa.au.dk>.
17067
17068 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17069
17070         * message.el (message-fill-field): Return point.
17071         (message-generate-headers): Go to end of field.
17072
17073         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17074         stuff for non-living groups.
17075
17076 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17077
17078         * gnus-art.el (gnus-article-followup-with-original)
17079         (gnus-article-reply-with-original): gnus-mark-active-p ->
17080         gnus-region-active-p.
17081
17082 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17083
17084         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17085         only when there is spam or ham to be processed.
17086
17087 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17088
17089         * mail-source.el (mail-source-delete-crash-box): Refactor.
17090         (mail-source-fetch): Use it.
17091         (mail-source-fetch-file): Ditto.
17092         (mail-source-fetch-directory): Run postscript in loop.
17093         (mail-source-fetch-pop): Delete.
17094         (mail-source-fetch-maildir): Ditto.
17095         (mail-source-fetch-imap): Ditto.
17096
17097         * imap.el (imap-authenticators): Comment out sasl.
17098
17099         * message.el (message-skip-to-next-address): New function.
17100         (message-fill-header-address): Refactor.
17101         (message-fill-address): Use it.
17102         (message-delete-address): Use it.
17103         (message-fill-header-general): Refactor.
17104         (message-fill-field-address): Rename.
17105         (message-narrow-to-field): Find the start of the header.
17106         (message-header-format-alist): Don't pre-fill.
17107         (message-fill-header): Removed.
17108         (message-insert-header): New function.
17109         (message-shorten-references): Use it.
17110
17111         * rfc2047.el (rfc2047-field-value): Strip props.
17112
17113         * mail-parse.el (mail-header-make-address): New alias.
17114
17115         * ietf-drums.el (ietf-drums-make-address): New function.
17116
17117         * imap.el: Add compiler directives.
17118
17119         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17120
17121         * gnus-art.el (article-decode-idna-rhs): Don't use
17122         message-idna-inside-rhs-p.
17123
17124 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17125
17126         * message.el (message-idna-inside-rhs-p): Removed.
17127         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17128
17129         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
17130         false positives.
17131
17132 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17133
17134         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17135
17136 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17137
17138         * nneething.el (nneething-file-name): Don't create spurious
17139         files.
17140
17141         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17142         (gnus-inews-do-gcc): Remove sleep.
17143
17144         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17145         part under point.
17146
17147         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17148         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17149
17150 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17151
17152         * spam.el (spam-summary-prepare-exit): Fixed (length).
17153
17154 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17155
17156         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17157         as expired without moving it" message when there are spam
17158         messages left.
17159
17160 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17161
17162         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17163         header is not nil.
17164
17165 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17166
17167         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
17168         nntp-possibly-create-directory, not nntp-possibly-change-group.
17169         (nntp-marks-changed-p): New arg SERVER.
17170         (nntp-request-update-info): Adjust caller.
17171
17172 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17173
17174         * nntp.el (nntp-save-marks): Pass missing arg.
17175
17176 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17177
17178         * nntp.el: Support marks.
17179         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17180         (nntp-marks-modtime, nntp-marks-directory): New variables.
17181         (nntp-request-set-mark, nntp-request-update-info)
17182         (nntp-possibly-create-directory, nntp-marks-changed-p)
17183         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
17184         functions.
17185
17186 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17187
17188         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17189         (gnus-xmas-redefine): Rename.
17190
17191         * gnus-score.el (gnus-score-insert-help): Use
17192         gnus-select-lowest-window.
17193
17194         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17195         appt-select-lowest-window and rename to gnus-select-lowest-window.
17196
17197         * gnus.el: do.
17198
17199 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17200
17201         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17202         encodings of MIME-encoded words, in order to improve
17203         interoperability with several broken MUAs.
17204
17205 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17206
17207         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17208         tags, only when charsets are not specified in headers.
17209         (mm-inline-text-html-render-with-w3m): Ditto.
17210
17211         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17212         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17213
17214 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17215
17216         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17217         instead of MIME-decoded from fields when checking
17218         `gnus-article-address-banner-alist'.
17219
17220 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17221
17222         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17223         description rather than subject.
17224
17225 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17226
17227         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17228
17229 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17230
17231         * gnus.el (gnus-version-number): Bump.
17232
17233 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17234
17235         * gnus.el: No Gnus v0.2 is released.
17236
17237 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17238
17239         * gnus-agent.el (gnus-agent-read-agentview): Inline
17240         gnus-uncompress-range.
17241
17242 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17243
17244         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17245         `exec-installed-p'.
17246
17247 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17248
17249         * gnus.el (spam-process, spam-autodetect-methods): Add
17250         bsfilter and bsfilter-headers.
17251
17252         * spam.el (spam-bsfilter): New customize group.
17253         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17254         (spam-bsfilter-header, spam-bsfilter-probability-header)
17255         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17256         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17257         (spam-bsfilter-database-directory): New options.
17258         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17259         (spam-list-of-statistical-checks, spam-registration-functions):
17260         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17261         (spam-bsfilter-score): New command.
17262         (spam-check-bsfilter-headers, spam-check-bsfilter)
17263         (spam-bsfilter-register-with-bsfilter)
17264         (spam-bsfilter-register-spam-routine)
17265         (spam-bsfilter-unregister-spam-routine)
17266         (spam-bsfilter-register-ham-routine)
17267         (spam-bsfilter-unregister-ham-routine): New functions.
17268         (spam-generic-score): Support bsfilter; Accept an optional argument
17269         to recalcurate spam score even if scoring header has already been
17270         added.
17271         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17272         optional argument to recalcurate spam score even if scoring header
17273         has already been added.
17274
17275 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17276
17277         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17278         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17279         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17280         link is missing.
17281
17282 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17283
17284         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17285         (html2text-get-attr): Rewrite.
17286
17287         * message.el (message-setup-1): Remove redundant put-text-property
17288         on mail-header-separator.
17289
17290 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17291
17292         * gnus-registry.el (gnus-registry-cache-whitespace)
17293         (gnus-registry-action, gnus-registry-spool-action)
17294         (gnus-registry-split-fancy-with-parent): Change message levels
17295         from 5 to 3 or 7, as needed.
17296
17297         * spam.el (spam-summary-prepare-exit)
17298         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17299         (spam-split, spam-find-spam, spam-log-undo-registration)
17300         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
17301         level from 5 to 6.
17302
17303 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17304
17305         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17306         2004-03-04 change).
17307
17308 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17309
17310         * sieve-manage.el (sieve-manage-open):
17311         * nnweb.el (nnweb-insert-html):
17312         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17313         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17314         * nnspool.el (nnspool-request-group):
17315         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17316         * nnml.el (nnml-request-update-info):
17317         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17318         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17319         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17320         (nnimap-request-set-mark):
17321         * nnfolder.el (nnfolder-request-update-info):
17322         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17323         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17324         * gnus-uu.el (gnus-uu-find-articles-matching):
17325         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17326         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17327         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17328         * gnus-nocem.el (gnus-nocem-scan-groups):
17329         * gnus-int.el (gnus-start-news-server):
17330         * gnus-group.el (gnus-group-make-kiboze-group)
17331         (gnus-group-browse-foreign-server):
17332         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17333         Use mapc when appropriate.
17334
17335 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17336
17337         FIXME: Make separate entries for each person.
17338
17339         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17340         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17341         <shields@msrl.com>:
17342
17343         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17344         may need for spam sorting and scoring.
17345         (spam-user-format-function-S): Add user format function suitable for
17346         general use.
17347         (spam-article-sort-by-spam-status): Add sorting function for summary
17348         sorting.
17349         (spam-extra-header-to-number): Add function to get a score from a
17350         header.
17351         (spam-summary-score): Add function to get a numeric score from the
17352         headers.
17353         (spam-generic-score): Fix function doc, was in wrong place.
17354         (spam-initialize): Take symbols when it's run, and install the
17355         extra headers that spam-necessary-extra-headers thinks we need.
17356
17357 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17358
17359         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17360         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17361
17362 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17363
17364         * gnus-sum.el (gnus-set-global-variables)
17365         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17366         (gnus-article-get-xrefs, gnus-summary-best-group)
17367         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17368         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17369         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17370         Use with-current-buffer.
17371
17372 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17373
17374         * spam.el (spam-summary-prepare-exit): Simplify logic.
17375         (spam-fetch-article-header): Read the article header if it's not
17376         available.
17377         (spam-list-articles): Simplify logic.
17378         (spam-filelist-register-routine): Fix bug with unregister-list.
17379
17380         * gnus-registry.el: Fix comments at beginning.
17381
17382 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17383
17384         * message.el (message-cater-to-broken-inn): Remove.
17385         (message-shorten-references): Make sure the total folded length of
17386         References is shorter than 998 characters to cater to a bug in INN
17387         2.3.  Also, don't pretend that references aren't folded -- this
17388         hasn't worked for a while.
17389
17390 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17391
17392         * gnus-agent.el (gnus-agentize):
17393         gnus-agent-send-mail-real-function no longer set to current value
17394         of message-send-mail-function but rather a lambda that calls
17395         message-send-mail-function.  The change makes the agent real-time
17396         responsive to user changes to message-send-mail-function.
17397
17398 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17399
17400         * legacy-gnus-agent.el
17401         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17402         help from Florian Weimer <fw@deneb.enyo.de>
17403
17404 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17405
17406         * nnmail.el (nnmail-cache-insert): Revert last change.
17407
17408 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17409
17410         * nnmail.el (nnmail-cache-insert): Always check whether
17411         nnmail-cache-ignore-groups matches a group name.
17412
17413 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17414
17415         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17416         (spam-find-spam, spam-log-processing-to-registry)
17417         (spam-log-registered-p, spam-log-unregistration-needed-p)
17418         (spam-log-undo-registration): Use gnus-message instead of
17419         gnus-error, none of these errors are fatal.
17420
17421         * gnus-registry.el (gnus-registry-clean-empty-function)
17422         (gnus-registry-clean-empty): Remove only empty entries without
17423         extra data.
17424
17425 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17426
17427         * spam-stat.el (spam-stat-buffer-change-to-spam)
17428         (spam-stat-buffer-change-to-non-spam): Change (error) to
17429         (gnus-message 8) invocation.
17430
17431 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17432
17433         * nntp.el (nntp-via-netcat-command): New variable.
17434         (nntp-via-netcat-switches): New variable.
17435         (nntp-open-via-rlogin-and-netcat): New function.
17436         (nntp-open-connection-function): Doc fix.
17437         (nntp-telnet-command): Doc fix.
17438         (nntp-end-of-line): Doc fix.
17439         (nntp-via-rlogin-command): Doc fix.
17440         (nntp-via-user-name): Doc fix.
17441         (nntp-via-address): Doc fix.
17442
17443 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17444
17445         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17446         error in Emacs 21.1.
17447
17448 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17449
17450         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17451
17452 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17453
17454         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17455         (gnus-agent-with-refreshed-group): New macro.
17456         (gnus-agent-rename-group): New function.
17457         (gnus-agent-delete-group): New function.
17458         (gnus-agent-save-group-info): Use gnus-command-method when
17459         `method' parameter is nil.  Don't write nil entries into the
17460         active file.
17461         (gnus-agent-get-group-info): New function.
17462         (gnus-agent-fetch-articles): Use
17463         gnus-agent-update-files-total-fetched-for to increment disk space
17464         used.
17465         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17466         gnus-agent-update-view-total-fetched-for to increment disk space
17467         used.
17468         (gnus-agent-get-local): Added optional parameters to avoid calling
17469         gnus-group-real-name and gnus-find-method-for-group.
17470         (gnus-agent-set-local): Delete stored entry if either min, or max,
17471         are nil.
17472         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17473         quit, use gnus-agent-regenerate-group to record existance of any
17474         articles fetched to disk before the quit occurred.
17475         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17476         gnus-agent-update-view-total-fetched-for, and
17477         gnus-agent-update-files-total-fetched-for to decrement disk space
17478         used.
17479         (gnus-agent-retrieve-headers): Use
17480         gnus-agent-update-view-total-fetched-for to increment disk space
17481         used.
17482         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17483         with gnus-agent-update-files-total-fetched-for to decrement disk
17484         space and fresh group buffer.
17485         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17486         (gnus-agent-need-update-total-fetched-for): New variable.
17487         (gnus-agent-update-files-total-fetched-for): New function.
17488         (gnus-agent-update-view-total-fetched-for): New function.
17489         (gnus-agent-total-fetched-for): New function.
17490
17491         * gnus-cache.el (gnus-cache-save-buffers): Use
17492         gnus-cache-update-overview-total-fetched-for to change disk space
17493         used by this group.
17494         (gnus-cache-possibly-enter-article): Use
17495         gnus-cache-update-file-total-fetched-for to increment disk space
17496         used by this group.
17497         (gnus-cache-possibly-remove-article): Use
17498         gnus-cache-update-file-total-fetched-for to decrement disk space
17499         used by this group.
17500         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17501         (gnus-cache-rename-group): New function.
17502         (gnus-cache-delete-group): New function.
17503         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17504         (gnus-cache-need-update-total-fetched-for): New variable.
17505         (gnus-cache-with-refreshed-group): New macro.
17506         (gnus-cache-update-file-total-fetched-for): New function.
17507         (gnus-cache-update-overview-total-fetched-for): New function.
17508         (gnus-cache-rename-group-total-fetched-for): New function.
17509         (gnus-cache-delete-group-total-fetched-for): New function.
17510         (gnus-cache-total-fetched-for): New function.
17511
17512         * gnus-group.el: Require gnus-sum and autoload functions to
17513         resolve warnings when gnus-group.el compiled alone.
17514         (gnus-group-line-format): Documented new %F.
17515         (size of Fetched data) group line format; identifies disk space
17516         used by agent and cache.
17517         (gnus-group-line-format-alist): Defined new F format.
17518         (gnus-total-fetched-for): New function.
17519         (gnus-group-delete-group): No longer update
17520         gnus-cache-active-altered as gnus-request-delete-group now keeps
17521         the cache in sync.
17522         (gnus-group-list-active): Let the agent store a server's active
17523         list if currently plugged.
17524
17525         * gnus-int.el (gnus-request-delete-group):
17526         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17527         local disk in sync with the server.
17528         (gnus-request-rename-group):
17529         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17530         local disk in sync with the server.
17531
17532         * gnus-start.el (gnus-get-unread-articles):
17533         Cosmetic simplification to logic.
17534
17535         * gnus-util.el (gnus-rename-file): New function.
17536
17537 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17538
17539         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17540
17541 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17542
17543         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17544         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17545
17546 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17547
17548         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17549         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17550
17551 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17552
17553         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17554
17555 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17556
17557         * spam.el (spam-set-difference): Add function to replace
17558         gnus-set-difference in spam.el.
17559         (spam-summary-prepare-exit): Use spam-set-difference.
17560
17561 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17562
17563         * gnus-registry.el (gnus-registry-cache-file): Update to use
17564         gnus-dribble-directory OR gnus-home-directory OR ~.
17565         (gnus-registry-split-fancy-with-parent): Fix doc.
17566
17567 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17568
17569         * message.el (message-exchange-point-and-mark): Use
17570         message-mark-active-p.  Suggested by Jesper Harder
17571         <harder@ifa.au.dk>.
17572
17573 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17574
17575         * message.el (message-exchange-point-and-mark): Don't activate
17576         region if it was inactive.  Suggested by Hiroshi Fujishima
17577         <pooh@nature.tsukuba.ac.jp>.
17578
17579 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17580
17581         * gnus-art.el (article-display-face): Display Faces in the same
17582         order as X-Faces.
17583
17584 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17585
17586         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17587
17588 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17589
17590         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17591         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17592         (gnus-article-mime-hierarchy): Remove.
17593         (gnus-article-mime-hierarchy-next): Remove.
17594         (gnus-article-mode): Revert 2004-03-19 change.
17595         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17596         (gnus-insert-mime-button): Revert 2004-03-19 change.
17597         (gnus-mime-accumulate-hierarchy): Remove.
17598         (gnus-mime-enter-multipart): Remove.
17599         (gnus-mime-leave-multipart): Remove.
17600         (gnus-mime-display-part): Revert 2004-03-19 change.
17601         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17602
17603         * mml.el (mml-preview): Revert 2004-03-19 change.
17604
17605 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17606
17607         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17608
17609 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17610
17611         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17612         t while entering a file name using the mm-with-multibyte macro.
17613         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17614
17615         * mm-util.el (mm-with-multibyte): New macro.
17616
17617 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17618
17619         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17620         user option.
17621         (gnus-mime-multipart-functions): Doc and customization fix.
17622         (gnus-article-mime-hierarchy): New variable.
17623         (gnus-article-mime-hierarchy-next): New variable.
17624         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17625         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17626         gnus-article-mime-hierarchy-next to nil.
17627         (gnus-insert-mime-button): Show hierarchy numbers.
17628         (gnus-mime-accumulate-hierarchy): New function.
17629         (gnus-mime-enter-multipart): New function.
17630         (gnus-mime-leave-multipart): New function.
17631         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17632         (gnus-mime-display-alternative): Show hierarchy numbers.
17633
17634         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17635         gnus-article-mime-hierarchy-next to nil.
17636
17637 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17638
17639         * dns.el: Don't require gnus-xmas.
17640
17641 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17642
17643         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17644         inline PGP.
17645         (mml-menu): Disable mml-quote-region if mark is inactive.
17646
17647 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17648
17649         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17650         when the group's active is not available.
17651
17652 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17653
17654         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17655         error.
17656
17657 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17658
17659         * imap.el (imap-store-password): New variable.
17660         (imap-interactive-login): Use it.
17661         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17662
17663 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17664
17665         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17666         window-start and hscroll to summary window.
17667
17668 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17669
17670         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17671         conversion message to newsrc-dribble when an actual conversion is
17672         performed.
17673
17674 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17675
17676         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17677
17678 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17679
17680         * mm-decode.el (mm-complicated-handles): New function reviving
17681         former definition of mm-multiple-handles.
17682
17683         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17684         (gnus-mime-delete-part): Use it.
17685
17686 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17687
17688         * gnus-agent.el (gnus-agent-read-local): Bind
17689         nnheader-file-coding-system to gnus-agent-file-coding-system to
17690         avoid the implicit assumption that they will always be equal.
17691         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17692         coding-system-for-write, as the with-temp-file macro first prints
17693         to a buffer then saves the buffer.
17694
17695 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17696
17697         * gnus-art.el (gnus-article-edit-part): New function.
17698         (gnus-mime-save-part-and-strip): Use it; do query instead of
17699         signaling an error; don't use mm-multiple-handles.
17700         (gnus-mime-delete-part): Ditto.
17701
17702 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17703
17704         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17705         old file versions.
17706         (gnus-group-prepare-hook): Removed function that converted list
17707         form of gnus-agent-expire-days to group properties.
17708
17709         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17710         (gnus-request-accept-article): Re-indented.
17711
17712         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17713         converters to handle old agent file formats.  Added logic for a
17714         "backup before upgrading warning".
17715         (gnus-convert-mark-converter-prompt): Developers can mark
17716         functions as needing (default), or not needing,
17717         gnus-convert-old-newsrc's "backup before upgrading warning".
17718         (gnus-convert-converter-needs-prompt): Tests whether the user
17719         should be protected from potentially irreversable changes by the
17720         function.
17721
17722         * legacy-gnus-agent.el: New.  Provides converters that are only
17723         loaded when gnus-convert-old-newsrc needs to call them.
17724
17725 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17726
17727         * mail-source.el (mail-source-touch-pop): Doc fix.
17728
17729         * message.el (message-smtpmail-send-it): Doc fix.
17730
17731 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17732
17733         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17734
17735         * nnmail.el (nnmail-split-fancy): do.
17736
17737         * gnus-kill.el (gnus-kill, gnus-execute): do.
17738
17739 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17740
17741         * gnus-sum.el (gnus-widget-reversible-match)
17742         (gnus-widget-reversible-to-internal)
17743         (gnus-widget-reversible-to-external): New functions.
17744         (gnus-widget-reversible): New widget.
17745         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17746
17747 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17748
17749         * gnus-sum.el (gnus-thread-sort-functions)
17750         (gnus-article-sort-functions): Document `(not F)' items.
17751
17752 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17753
17754         * spam.el (spam-use-gmane-xref): Add new backend.
17755         (spam-gmane-xref-spam-group): Add variable to control the name of the
17756         Gmane spam group.
17757         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17758         (spam-regex-headers-spam, spam-regex-headers-ham)
17759         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17760         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17761         backends and checks.
17762         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17763
17764         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17765         an autodetect method.
17766
17767 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17768
17769         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17770         articles are being added to a group.
17771         (gnus-request-replace-article): Inform the agent that articles
17772         need to be uncached as the cached contents are no longer valid.
17773
17774 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17775
17776         * binhex.el: Don't autoload executable-find.
17777
17778         * canlock.el: Don't autoload mail-fetch-field.
17779
17780         * dgnushack.el: Autoload c-mode for XEmacs.
17781
17782         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17783
17784         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17785         rmail-dont-reply-to and rmail-output.
17786
17787         * gnus-score.el: Don't autoload ffap-string-at-point.
17788
17789         * gnus-setup.el: Don't autoload sc-cite-original.
17790
17791         * imap.el: Don't autoload base64-decode-string,
17792         base64-encode-string and md5.
17793
17794         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17795         and rmail-msg-restore-non-pruned-header.
17796
17797         * mm-decode.el: Don't autoload executable-find.
17798
17799         * mm-url.el: Don't autoload executable-find.
17800
17801         * mm-view.el: Don't autoload diff-mode.
17802
17803         * nndb.el: Don't autoload news-reply-mode, news-setup,
17804         cancel-timer and telnet.
17805
17806         * password.el: Don't autoload run-at-time for Emacs.
17807
17808         * sha1-el.el: Don't autoload executable-find.
17809
17810         * sieve-mode.el: Don't autoload c-mode.
17811
17812         * uudecode.el: Don't autoload executable-find.
17813
17814 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17815
17816         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17817         (gnus-agent-possibly-alter-active): Avoid null in numeric
17818         comparison.
17819         (gnus-agent-set-local): Refuse to save null in local object table.
17820         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17821         list of articles that will be marked as unread.
17822
17823 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17824
17825         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17826
17827 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17828
17829         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17830         language tags.
17831
17832 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17833
17834         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17835         Don't bind "obarray".
17836
17837         * gnus-sum.el (gnus-thread-sort-functions): Added
17838         `gnus-thread-sort-by-most-recent-number' and
17839         `gnus-thread-sort-by-most-recent-date'.
17840         Reported by Kai Grossjohann <kai@emptydomain.de>.
17841
17842 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17843
17844         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17845
17846 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17847
17848         * gnus-cus.el (gnus-agent-customize-category): Removed
17849         ignore-errors macro reference that required cl to be loaded at
17850         run-time.
17851
17852         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17853         single-interval range of the form (min . max).  Previously the
17854         range had to look like ((min . max)).  Likewise, return
17855         (min . max) rather than ((min . max)).
17856         (gnus-range-map): Use gnus-range-normalize to accept
17857         single-interval range.
17858
17859         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17860         the cache, but not the agent, now appear with their usual face.
17861
17862         * dgnushack.el (loaddir): New variable that is bound to the
17863         directory containing the dgnushack.el file. Use loaddir, rather
17864         than srcdir, to update load-path. Change lets dgnushack compile
17865         code in directories other than GNUS/lisp.
17866
17867 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17868
17869         * lpath.el: Don't bind w3m-safe-url-regexp.
17870
17871         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17872         w3m-safe-url-regexp variable buffer-local.
17873
17874         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17875
17876 2004-02-27  Simon Josefsson  <jas@extundo.com>
17877
17878         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17879         gnus-group-real-prefix.
17880         (gnus-summary-move-article): Use it, instead of
17881         gnus-group-real-prefix.
17882
17883 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17884
17885         * lpath.el: Bind w3m-safe-url-regexp.
17886
17887         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17888         w3m-safe-url-regexp variable buffer-local and set it as the value
17889         of mm-w3m-safe-url-regexp.
17890
17891         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17892
17893         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17894         parsing gnus-posting-styles when the message is not for replying.
17895
17896         * dgnushack.el: Autoload sgml-mode for XEmacs.
17897
17898         * nnrss.el (nnrss-opml-export): Use
17899         mm-set-buffer-file-coding-system instead of
17900         set-buffer-file-coding-system.
17901
17902 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17903
17904         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17905         of checkdoc.el).
17906         * nnrss.el: do.
17907         * gnus-mlspl.el: do.
17908         * gnus-ml.el: do.
17909         * gnus-srvr.el: do.
17910
17911         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17912
17913 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17914
17915         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17916         Corrections to custom-manual links.
17917
17918         * gnus-art.el (gnus-article): Ditto.
17919
17920         * mm-decode.el (mime-display, mime-security): Ditto.
17921
17922 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17923
17924         * flow-fill.el: Typo.
17925
17926 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17927
17928         * spam-wash.el: New file.
17929
17930 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17931
17932         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17933
17934 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17935
17936         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17937         to be run with new-articles as LIST1, not LIST2.
17938         (spam-registration-functions): Add spam-use-ham-copy as a nil
17939         registration backend.
17940
17941 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17942
17943         * spam-stat.el (spam-stat-washing-hook): New option.
17944         (spam-stat-buffer-words): Use it.
17945         (spam-stat-process-directory, spam-stat-test-directory): Use
17946         insert-file-contents-literally.
17947         (spam-stat-coding-system): New variable.
17948         (spam-stat-load, spam-stat-save): Use it.
17949
17950 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17951
17952         * spam-report.el (spam-report-plug-agent): Quote
17953         spam-report-url-to-file and spam-report-url-ping-plain.
17954
17955 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17956
17957         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17958         / in mailto URLs.
17959
17960 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17961
17962         * spam-report.el (spam-report-process-queue): Fix interactive use.
17963         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17964         (spam-report-unplug-agent): Doc fixes.
17965         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17966         (spam-report-agentize, spam-report-deagentize): Autoload.
17967
17968 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17969
17970         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17971
17972         * message.el (message-setup-fill-variables): Add mml tags to
17973         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17974         <ajk@iu.edu>.
17975         (message-mode): Don't modify paragraph-separate there.
17976
17977 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17978
17979         * compface.el (uncompface-use-external): Default to undecided.
17980         (uncompface-use-external-threshold): New variable.
17981         (uncompface-float-time): New macro.
17982         (uncompface): Determine whether to use the external decoder if
17983         uncompface-use-external is undecided.
17984
17985 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17986
17987         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17988         after images.
17989
17990         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17991
17992 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17993
17994         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17995
17996         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17997
17998         * gnus-sum.el (gnus-summary-limit-to-age)
17999         (gnus-summary-limit-children): do.
18000
18001         * gnus-int.el (gnus-request-scan): do.
18002
18003         * gnus-group.el (gnus-group-suspend): do.
18004
18005         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18006
18007         * gnus-cite.el (gnus-cite-parse-attributions): do.
18008
18009         * gnus-agent.el (gnus-summary-set-agent-mark)
18010         (gnus-agent-regenerate-group): do.
18011
18012         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18013
18014         * binhex.el (binhex-decode-region-internal): do.
18015
18016 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18017
18018         * gnus-fun.el (gnus-face-properties-alist): New user option.
18019         (gnus-display-x-face-in-from): Use it.
18020
18021         * gnus-art.el (article-display-face): Ditto.
18022
18023         * compface.el (uncompface-use-external): Default to nil.
18024
18025 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18026
18027         * nntp.el (nntp-erase-buffer): New function.
18028         (nntp-retrieve-data, nntp-send-command)
18029         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18030         (nntp-possibly-change-group): Use it.
18031
18032         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
18033         with-current-buffer.
18034
18035 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18036
18037         * compface.el: Merge the ELisp-based uncompface program.
18038         (compface): New customization group.
18039         (uncompface-use-external): New user option.
18040         (uncompface): Call uncompface-internal if uncompface-use-external
18041         is nil.
18042         (uncompface-internal): New function.  Note that there are also
18043         some other functions and variables added for this function.
18044
18045 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18046
18047         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18048         if necessary.
18049
18050 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18051
18052         * spam-report.el (spam-report-unplug-agent)
18053         (spam-report-plug-agent, spam-report-deagentize)
18054         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18055         Add support for the Agent in spam-report: when unplugged, report to a
18056         file; when plugged, submit all the requests.
18057
18058         * spam.el (spam-register-routine): Fix message about
18059         registration.
18060
18061 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18062
18063         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18064         dependencies.
18065         (rfc2047-encode): Use it.
18066
18067         * gnus-art.el (gnus-button-marker-list): Move before first
18068         reference.
18069
18070         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18071         (imap-parse-body): Fix format string mismatch.
18072
18073         * gnus-score.el (gnus-summary-increase-score): do.
18074
18075         * nnrss.el (nnrss-close): New function.
18076
18077 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18078
18079         * nnrss.el (nnrss-make-filename): New function.
18080         (nnrss-request-delete-group, nnrss-read-server-data)
18081         (nnrss-save-server-data, nnrss-read-group-data)
18082         (nnrss-save-group-data): Use it.
18083         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18084         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18085         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18086
18087 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18088
18089         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18090
18091 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18092
18093         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18094         files.
18095
18096         * message.el (message-generate-headers-first): Don't quote nil
18097         and t in docstrings.
18098
18099         * imap.el (imap-id): do.
18100
18101         * gnus-agent.el (gnus-agent-consider-all-articles)
18102         (gnus-agent-queue-mail): do.
18103
18104 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18105
18106         * spam-report.el (spam-report-process-queue): New function.
18107         Process requests from `spam-report-requests-file'.
18108         (spam-report-process-queue): Doc fix.
18109
18110 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18111
18112         * spam.el (spam-register-routine)
18113         (spam-log-processing-to-registry, spam-log-registered-p)
18114         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18115         Change "check" to "spam-check" for semi-clarity.
18116
18117 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18118
18119         * pop3.el: Require nnheader.
18120
18121         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18122
18123         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18124
18125         * gnus-picon.el: Require cl.
18126
18127         * gnus-fun.el: Require gnus-ems and gnus-util.
18128
18129         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18130
18131         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18132
18133         * gnus-art.el (gnus-article-edit-mode): Define before first
18134         reference.
18135
18136 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18137
18138         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18139         (gnus-uu-post-encoded): Use point-at-bol.
18140
18141         * gnus-topic.el (gnus-group-active-topic-p): do.
18142
18143         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18144
18145         * gnus-group.el (gnus-group-kill-region): do.
18146
18147         * gnus-art.el (article-date-ut): do.
18148
18149         * message.el (message-fetch-field): Remove redundant
18150         case-fold-search binding.
18151         (message-narrow-to-field): Simplify.
18152
18153 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18154
18155         * spam.el (spam-directory): Derive from `gnus-directory'.
18156
18157         * spam-report.el (spam-report-url-to-file)
18158         (spam-report-requests-file): New function and variable for offline
18159         reporting.
18160         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18161         and user defined function.
18162         (spam-report-url-ping-mm-url): Remove doubled slash.
18163
18164 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18165
18166         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18167
18168 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18169
18170         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
18171         format string mismatch.
18172
18173         * sieve.el (sieve-deactivate-all): do.
18174
18175         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18176
18177         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18178
18179         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18180
18181         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18182
18183 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18184
18185         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18186         the list of checks.
18187
18188 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18189
18190         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18191         padding.
18192
18193 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18194
18195         * mm-view.el (mm-fill-flowed): New variable.
18196         (mm-inline-text): Use it.
18197
18198 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18199
18200         * spam.el (spam-spamassassin-register-ham-routine)
18201         (spam-spamassassin-register-spam-routine): Fix function names.
18202
18203 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18204
18205         * gnus.el (gnus-tmp-grouplens): Remove.
18206         (gnus-summary-line-format): Remove grouplens.
18207
18208         * gnus-group.el (gnus-group-line-format): Ditto.
18209
18210         * gnus-spec.el (gnus-format-specs): Ditto.
18211         (gnus-update-format-specifications): Flush the group format spec
18212         cache if there's the grouplens stuff.
18213         (gnus-parse-simple-format): Replace %l with the empty string.
18214
18215 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18216
18217         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18218         omission.
18219
18220 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18221
18222         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18223         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18224
18225 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18226
18227         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18228         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18229         New macros and functions.
18230         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18231         Handle > NLINK_MAX messages.
18232         * nnmaildir.el (nnmaildir-request-set-mark): Use
18233         nnmaildir--emlink-p and nnmaildir--eexist-p.
18234
18235 2004-01-25  Alex Schroeder  <alex@gnu.org>
18236
18237         * spam-stat.el (spam-stat-process-directory-age): New option.
18238         (spam-stat-process-directory): Use it.
18239
18240 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18241
18242         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18243         (spam-stat-save): Accept prefix argument.
18244
18245 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18246
18247         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18248         links" error.
18249
18250 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18251
18252         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18253         the rest of the and/or forms.
18254
18255 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18256
18257         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18258         compatibility with old .newsrc.eld files.
18259
18260         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18261
18262         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18263
18264         * gnus-start.el (gnus-1): do.
18265
18266         * gnus-group.el (gnus-group-line-format-alist): do.
18267
18268         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18269
18270         * gnus-gl.el: Remove.
18271
18272 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18273
18274         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18275         marks consisting of a single range {for example, (3 . 5)} rather
18276         than a list of a single range { ((3 . 5)) }.
18277
18278 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18279
18280         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
18281         with-current-buffer.
18282         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18283         avoid consing a string.
18284
18285         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18286         Remove obsolete entries for big5 and gb2312.
18287
18288 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18289
18290         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18291         uncompressed list.
18292
18293 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18294
18295         * spam-stat.el (spam-stat-strip-xref): New function.
18296         (spam-stat-process-directory): Use it.
18297
18298         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18299         here -- it's done in message-fetch-field.
18300
18301 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18302
18303         * gnus-agent.el (gnus-agent-queue-mail)
18304         (gnus-agent-prompt-send-queue): New variables.
18305         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18306         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18307         "nndraft:queue" along to gnus-draft-send.  Use
18308         gnus-agent-prompt-send-queue.
18309         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18310         is "nndraft:queue".  Suggested by Gaute Strokkenes
18311         <gs234@srcf.ucam.org>
18312
18313         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18314         (agent-enable-undownloaded-faces): Added.
18315         (gnus-agent-cat-groups): Use eval-and-compile, not
18316         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18317         method of gnus-agent-cat-groups even when the buffer has been
18318         evaled.
18319         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18320         delete gnus-agent-save-active-1.
18321         (gnus-agent-save-groups): Deleted.  Identical to
18322         gnus-agent-save-active.
18323         (gnus-agent-write-active): No longer adjust agent's copy of active
18324         file as agent's adjustments are now stored in their own
18325         file.  Removed optional parameter.
18326         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18327         servers.  Add use of min/max range limits from server's local
18328         file.
18329         (gnus-agent-save-alist): Removed unused optional argument.
18330         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18331         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18332         (gnus-agent-set-local): A per-server file that keeps min/max range
18333         limits for articles known to the agent.  Provides a fast mechanism
18334         for altering many active ranges.
18335         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18336         active file (local makes it unnecessary).
18337         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18338
18339         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18340         (agent-enable-undownloaded-faces): Added.
18341
18342         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18343         disable it when sending to "nndraft:queue".
18344         (gnus-group-send-queue): Add safety check to avoid sending queue
18345         when unplugged.
18346
18347         * gnus-group.el (gnus-group-catchup): Use new
18348         gnus-sequence-of-unread-articles, not
18349         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18350         numbers of articles.  Use gnus-range-map to avoid having to
18351         uncompress the unread list.
18352         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18353         Fixed invalid ange-ftp reference.
18354
18355         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18356         (gnus-sorted-range-intersection): Intersection of two ranges
18357         without requiring that they first be uncompressed.
18358
18359         * gnus-start.el (gnus-activate-group): Unless blocked by the
18360         caller, possibly expand the active range to include both cached
18361         and agentized articles.
18362         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18363         multiple version-dependent converters.
18364         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18365         gnus-agent-save-active.
18366         (gnus-save-newsrc-file): Save dirty agent range limits.
18367
18368         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18369         gnus-agent-possibly-alter-active.
18370         (gnus-adjust-marked-articles): Faster handling of simple lists.
18371
18372 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18373
18374         * spam-stat.el (spam-stat-test-directory): New optional argument
18375         displays a list of files detected.  Suggested by Andrew Cohen
18376         <cohen@andy.bu.edu>.
18377         (spam-stat-buffer-words-with-scores): Don't narrow and change
18378         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18379
18380 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18381
18382         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18383         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18384         (spam-spamassassin-arguments)
18385         (spam-spamassassin-spam-flag-header)
18386         (spam-spamassassin-positive-spam-flag-header)
18387         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18388         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18389         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18390         (spam-list-of-processors, spam-list-of-checks)
18391         (spam-list-of-statistical-checks, spam-registration-functions)
18392         (spam-check-spamassassin-headers, spam-check-spamassassin)
18393         (spam-spamassassin-score)
18394         (spam-spamassassin-register-with-sa-learn)
18395         (spam-spamassassin-register-spam-routine)
18396         (spam-spamassassin-register-ham-routine)
18397         (spam-assassin-register-spam-routine)
18398         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18399         (spam-bogofilter-score): Fix to show article before scoring.
18400
18401 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18402
18403         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18404         default scoring function.
18405         (spam-generic-score): Call spam-spamassassin-score if
18406         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18407         spam-bogofilter-score otherwise.
18408
18409         * gnus.el (spam-process, spam-autodetect-methods): Add
18410         spamassassin and spamassassin-headers.
18411
18412 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18413
18414         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18415         Suppress unnecessary messages.
18416
18417 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18418
18419         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18420         make-hash-table.
18421
18422 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18423
18424         * canlock.el (base64-encode-string): Don't autoload it.
18425
18426 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18427
18428         * run-at-time.el: Remove useless (require 'itimer),
18429         eval-and-compile and (featurep 'xemacs).
18430
18431 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18432
18433         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18434         GROUP is a virtual group.
18435
18436 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18437
18438         * gnus.el: Autoload `message-y-or-n-p'.
18439
18440 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18441
18442         * pgg-parse.el: Remove unnecessary (require 'custom).
18443
18444         * pgg-def.el: do.
18445
18446         * nnmail.el: do.
18447
18448         * gnus-undo.el: do.
18449
18450         * gnus-picon.el: do.
18451
18452         * gnus-util.el: do.
18453
18454 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18455
18456         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18457
18458 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18459
18460         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18461         handle, as well as a list.
18462
18463         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18464         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18465         (mm-w3m-cid-retrieve): Simplify.
18466
18467 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18468
18469         * message.el (message-kill-to-signature): Allow prefix arg to
18470         specify number of lines to keep before signature.
18471
18472 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18473
18474         * message.el (message-kill-to-signature): Change docstring.
18475
18476 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18477
18478         * canlock.el: Always require sha1-el.
18479         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18480
18481         * message.el: Autoload sha1 only when compiling.
18482
18483         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18484         eudc-expand-inline for XEmacs.
18485
18486 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18487
18488         * message.el (message-canlock-generate): Require sha1-el.
18489
18490 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18491
18492         * message.el (message-expand-name): Silence the byte compiler.
18493
18494         * lpath.el: Add detect-coding-system.
18495
18496         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18497         cus-edit.
18498
18499 2004-01-13  Simon Josefsson  <jas@extundo.com>
18500
18501         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18502         Invoke gnus-score-mode.  Reported by
18503         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18504
18505         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18506         Jim Blandy <jimb@redhat.com> (tiny change).
18507
18508 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18509
18510         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18511
18512 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18513
18514         * spam.el (spam-get-article-as-string): Update to use
18515         gnus-request-article-this-buffer, much simpler.
18516         (spam-get-article-as-buffer): Remove.
18517
18518 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18519
18520         * message.el (message-expand-name): Use EUDC if the user uses that.
18521
18522 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18523
18524         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18525         character for the encoding to avoid consing a string.
18526
18527         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18528         unnecessarily.
18529
18530         * mm-util.el (mm-replace-chars-in-string): Remove.
18531
18532         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18533         of mm-replace-chars-in-string.
18534
18535 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18536
18537         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18538
18539         * mm-util.el (mm-subst-char-in-string): Support inplace.
18540
18541         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18542         a new string in every iteration.  Use shy groups.
18543
18544 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18545
18546         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18547         * gnus-soup.el (gnus-soup-group-brew):
18548         * gnus-msg.el (gnus-put-message):
18549         * gnus-move.el (gnus-group-move-group-to-server):
18550         * gnus-kill.el (gnus-batch-score):
18551         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18552         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18553         (gnus-group-update-group, gnus-group-read-group)
18554         (gnus-group-make-group, gnus-group-make-help-group)
18555         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18556         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18557         (gnus-group-sort-by-unread, gnus-group-catchup)
18558         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18559         (gnus-group-yank-group, gnus-group-set-info)
18560         (gnus-group-list-groups):
18561         * gnus.el (gnus-generate-new-group-name):
18562         * gnus-delay.el (gnus-delay-send-queue):
18563         * nnvirtual.el (nnvirtual-catchup-group):
18564         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18565         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18566         (gnus-group-prepare-topics, gnus-topic-check-topology):
18567         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18568         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18569         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18570         (gnus-group-make-articles-read):
18571         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18572         (gnus-group-change-level, gnus-kill-newsgroup)
18573         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18574         (gnus-get-unread-articles, gnus-make-articles-unread)
18575         (gnus-make-ascending-articles-unread): Use accessor
18576         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18577         to get group information for improved readability.
18578
18579
18580 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18581
18582         * gnus-art.el (article-decode-mime-words, article-babel)
18583         (gnus-article-highlight-signature, gnus-article-add-buttons)
18584         (gnus-signature-toggle): Use gnus-with-article-buffer.
18585
18586         * gnus-art.el (gnus-article-highlight-headers)
18587         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18588
18589         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18590         (gnus-article-set-globals, gnus-request-article-this-buffer)
18591         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18592         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18593         (gnus-mime-display-alternative): Use with-current-buffer.
18594
18595 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18596
18597         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18598         also under 80 char limit, and call gnus-error if needed.
18599         (spam-fetch-article-header): Fix - it was a
18600         buffer-local variable (gnus-newsgroup-data).
18601         (spam-find-spam): Use spam-generate-fake-headers, forget about
18602         spam-insert-fake-headers.
18603         (spam-insert-fake-headers): Remove.
18604
18605 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18606
18607         * deuglify.el (gnus-article-outlook-unwrap-lines)
18608         (gnus-outlook-rearrange-article)
18609         (gnus-outlook-repair-attribution-outlook)
18610         (gnus-outlook-repair-attribution-block)
18611         (gnus-outlook-repair-attribution-other): Remove redundant
18612         save-excursion.
18613
18614 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18615
18616         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18617         (spam-fetch-field-subject-fast)
18618         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18619         (spam-fetch-article-header): Add functions to deal with Gnus
18620         internals for fast retrieval of article header data.
18621         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18622
18623 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18624
18625         * pop3.el (pop3-md5): Remove.
18626         (pop3-apop): Replace pop3-md5 with md5.
18627
18628         * mm-bodies.el: base64 is always built-in.
18629
18630         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18631         with-current-buffer.
18632
18633 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18634
18635         * canlock.el (canlock-insert-header): Remove excessive grouping in
18636         regexp.
18637
18638         * gnus-sum.el (gnus-summary-read-document): Ditto.
18639
18640         * gnus-uu.el (gnus-uu-part-number): Ditto.
18641
18642         * html2text.el (html2text-remove-tags): Ditto.
18643         (html2text-format-tags): Ditto.
18644         (html2text-format-single-elements): Ditto.
18645
18646         * mml.el (mml-parse-1): Ditto.
18647
18648 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18649
18650         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18651
18652         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18653
18654         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18655
18656         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18657
18658 2003-11-15  Simon Josefsson  <jas@extundo.com>
18659
18660         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18661         (pgg-gpg-lookup-key): Use regexp match instead of
18662         split-string (split-string is different between emacs 21.2 and
18663         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18664
18665 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18666
18667         * gnus-art.el (gnus-mime-view-all-parts)
18668         (gnus-article-part-wrapper, gnus-article-view-part): Use
18669         with-current-buffer.
18670
18671 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18672
18673         * spam.el (spam-disable-spam-split-during-ham-respool)
18674         (spam-spamoracle-database, spam-cache-lookups)
18675         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18676         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18677         (spam-group-ham-marks, spam-group-spam-marks)
18678         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18679         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18680         also add spam-use-blackholes to the statistical checks.
18681         (spam-fetch-field-fast): Add interface to fetching fields, may
18682         become a macro.
18683         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18684         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18685         (spam-insert-fake-headers): Fake an article when needed.
18686         (spam-find-spam): Fake article when possible.
18687         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18688         (spam-check-bogofilter-headers): Use message-fetch-field instead
18689         of nnmail-fetch-field.
18690
18691 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18692
18693         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18694
18695 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18696
18697         * spam.el (spam-split): Do not require spam-use-CHECK to be
18698         enabled if that check is passed to spam-split explicitly; also
18699         fix so 'spam doesn't get converted to spam-split-group when
18700         spam-split-symbolic-return is t.
18701         (spam-find-spam): Find registrations of the article and use those
18702         instead of re-running spam-split to find the spam/ham
18703         classification of the article.
18704         (spam-log-processing-to-registry, spam-log-registered-p)
18705         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18706         Use gnus-error instead of gnus-message.
18707         (spam-log-registration-type): Add function to determine the
18708         classification of a message based on registry entries; will
18709         return nil if both 'spam and 'ham are found.
18710         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18711         a reasonably fast local cache without the loading errors.
18712         (spam-cache-lookups): Set to t by default.
18713         (spam-find-spam): Don't try to guess spam-cache-lookups.
18714         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18715         spam-caches entry.
18716         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18717         caching of whitelist/blacklist entries.
18718         (spam-check-whitelist, spam-check-blacklist): Invoke
18719         spam-from-listed-p with a type, not a cache variable.
18720         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18721
18722 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18723
18724         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18725
18726         * nnmail.el (nnmail-split-fancy): do.
18727
18728         * mml.el (mml-parse): do.
18729
18730         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18731         (gnus-score-adaptive): do.
18732
18733 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18734
18735         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18736         (gnus-mime-button-map): Don't set keymap parent.
18737         (gnus-button-ctan-directory-regexp): Use shy grouping.
18738         (gnus-prev-page-map): Don't set keymap parent.
18739         (gnus-prev-page-map): Remove duplicated one.
18740         (gnus-next-page-map): Don't set keymap parent.
18741         (gnus-mime-security-button-map): Ditto.
18742
18743         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18744         version number.
18745
18746         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18747
18748 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18749
18750         * canlock.el (canlock-sha1-function): Remove.
18751         (canlock-sha1-function-for-verify): Remove.
18752         (canlock-openssl-program): Remove.
18753         (canlock-openssl-args): Remove.
18754         (canlock-ignore-errors): Remove.
18755         (canlock-sha1-with-openssl): Remove.
18756         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18757         (canlock-verify): Don't use canlock-ignore-errors.
18758
18759         * sha1-el.el (sha1-string-external): Make it can return a string
18760         in binary form.
18761         (sha1-region-external): Ditto.
18762         (sha1-string-internal): Ditto.
18763         (sha1-region-internal): Ditto.
18764         (sha1-region): Ditto.
18765         (sha1-string): Ditto.
18766         (sha1): Ditto.
18767
18768 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18769
18770         * spam.el (spam-report-articles-gmane): New command.
18771
18772 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18773
18774         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18775
18776         * run-at-time.el (run-at-time-saved): Remove.
18777         (run-at-time): Doc fix.
18778
18779 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18780
18781         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18782         (gnus-summary-limit-map): Add it.
18783         (gnus-summary-make-menu-bar): do.
18784
18785 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18786
18787         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18788         Make attempt at some caching support (done for BBDB only now).
18789         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18790         addresses to be checked.
18791         (spam-clear-cache-BBDB): Add function, to be invoked by
18792         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18793         (spam-check-BBDB): Check and use the caches, if
18794         spam-cache-lookups is on, remove superfluous (provide).
18795
18796 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18797
18798         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18799
18800 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18801
18802         * run-at-time.el (run-at-time-saved): Move to after the definition
18803         of `run-at-time'.
18804
18805         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18806
18807 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18808
18809         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18810         mm-w3m-local-map-property.
18811
18812         * mm-view.el (mm-w3m-mode-map): Remove.
18813         (mm-w3m-local-map-property): Remove.
18814         (mm-inline-text-html-render-with-w3m): Don't use
18815         mm-w3m-local-map-property.
18816
18817 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18818
18819         * run-at-time.el: New file.
18820
18821         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18822         under Emacs.
18823
18824         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18825         of gnus-set-text-properties.
18826
18827         * gnus-uu.el (gnus-uu-save-article): Ditto.
18828
18829         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18830
18831         * gnus-cite.el (gnus-cite-parse): Ditto.
18832
18833         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18834         of gnus-.
18835
18836         * gnus-xmas.el (run-at-time): Require run-at-time.
18837
18838         * gnus.el: Changed calls to nnheader-run-at-time and
18839         password-run-at-time throughout to use run-at-time directly.
18840
18841         * password.el: Removed definition of run-at-time.
18842
18843         * nnheaderxm.el: Remove definition of run-at-time.
18844
18845 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18846
18847         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18848         in prompt.
18849
18850 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18851
18852         * messagexmas.el (message-xmas-redefine): Alias
18853         `message-make-caesar-translation-table' to
18854         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18855         version.
18856
18857         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18858         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18859         `gnus-xmas-set-text-properties'.
18860         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18861         `gnus-xmas-completing-read'.
18862         (gnus-xmas-completing-read): Removed.
18863         (gnus-xmas-open-network-stream): Removed.
18864
18865         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18866         XEmacs version.
18867
18868         * dns.el (dns-make-network-process): Use `open-network-stream'
18869         instead of `gnus-xmas-open-network-stream'.
18870
18871         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18872
18873         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18874
18875 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18876
18877         * gnus-art.el (gnus-mime-display-alternative)
18878         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18879         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18880         Don't use gnus-local-map-property.
18881
18882         * gnus-util.el (gnus-local-map-property): Remove.
18883
18884         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18885         gnus-completing-read-maybe-default with completing-read.
18886
18887         * gnus-util.el (gnus-completing-read): do.
18888         (gnus-completing-read-maybe-default): Remove.
18889
18890 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18891
18892         * password.el: Only autoload `run-at-time' if not XEmacs.
18893         Only autoload the itimer functions if XEmacs.
18894
18895 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18896
18897         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18898         XEmacsen.
18899
18900         * dgnushack.el: Autoload executable-find for XEmacs.
18901
18902 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18903
18904         * gnus-art.el (gnus-read-string): Remove.
18905         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18906         read-string.
18907
18908 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18909
18910         * netrc.el: Autoload password-read.
18911         (netrc): Add configuration group.
18912         (netrc-encoding-method, netrc-openssl-path): Add
18913         variables for encoding and decoding of files with symmetric
18914         ciphers.
18915         (netrc-encode): Add assistant function to encode a file with
18916         netrc-encoding-method.
18917         (netrc-parse): Add interactive parameter, added optional
18918         decoding if netrc-encoding-method is non-nil but otherwise
18919         behavior is standard.
18920         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18921         Do s/encode/encrypt/ everywhere.
18922
18923         * spam.el: Remove executable-find autoload.
18924
18925 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18926
18927         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18928
18929         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18930
18931 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18932
18933         * gnus-art.el (gnus-treat-ansi-sequences)
18934         (article-treat-ansi-sequences): New variable and function.
18935         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18936
18937         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18938         Use it.
18939
18940 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18941
18942         * mm-util.el (mm-quote-arg): Remove.
18943
18944         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18945         shell-quote-argument.
18946
18947         * gnus-uu.el (gnus-uu-command): do.
18948
18949         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18950
18951         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18952         with make-char.
18953
18954         * mm-util.el (mm-make-char): Remove.
18955
18956         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18957         add-minor-mode.
18958
18959         * gnus-undo.el (gnus-undo-mode): do.
18960
18961         * gnus-topic.el (gnus-topic-mode): do.
18962
18963         * gnus-sum.el (gnus-dead-summary-mode): do.
18964
18965         * gnus-start.el (gnus-slave-mode): do.
18966
18967         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18968
18969         * gnus-ml.el (gnus-mailing-list-mode): do.
18970
18971         * gnus-gl.el (gnus-grouplens-mode): do.
18972
18973         * gnus-draft.el (gnus-draft-mode): do.
18974
18975         * gnus-dired.el (gnus-dired-mode): do.
18976
18977         * gnus-ems.el (gnus-add-minor-mode): Remove.
18978
18979         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18980         Replace gnus-char-width with char-width.
18981
18982         * gnus-ems.el (gnus-char-width): Remove.
18983
18984         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18985         Replace gnus-char-width with char-width.
18986
18987         * gnus-ems.el (gnus-char-width): Remove.
18988
18989         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18990         definition.
18991         Remove Emacs 20 hash table compatibility code.
18992
18993         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18994         20 compatibility code.
18995
18996         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18997
18998         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18999
19000         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
19001         with point-at-{eol,bol}.
19002
19003         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19004
19005         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19006
19007         * flow-fill.el (fill-flowed-point-at-bol)
19008         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19009
19010         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19011         Replace with point-at-{eol,bol} throughout all files.
19012
19013 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19014
19015         * ntlm.el (ntlm-string-as-unibyte): New macro.
19016         (ntlm-build-auth-response): Use it.
19017
19018         Remove Emacs 20 stuff:
19019         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19020         (butlast, mapc, remove): Remove the compiler macros.
19021         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19022         of delq and copy-sequence.
19023         * gnus-art.el (popup-menu): Remove the compiler macro.
19024         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19025         Emacs 20.
19026
19027 2004-01-05  Simon Josefsson  <jas@extundo.com>
19028
19029         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19030         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19031         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19032         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19033         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19034         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19035         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19036         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19037         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19038         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19039         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19040         string-xor into ntlm-string-xor.  Suggested by
19041         Jesper Harder <harder@myrealbox.com>.
19042
19043         * ntlm.el: Don't include poem.
19044
19045         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
19046         Jesper Harder <harder@myrealbox.com>.
19047
19048         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19049
19050         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19051         probably breaks emacs with DL patch, but do we care? Is anyone
19052         still using the DL stuff?)
19053
19054         * sieve-manage.el: Use the password package.
19055         (sieve-manage-read-passwd): Remove.
19056         (sieve-manage-interactive-login): Use password.  Re-add
19057         condition-case around loop.
19058
19059         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19060         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
19061         the password package.
19062
19063 2003-02-19  Simon Josefsson  <jas@extundo.com>
19064
19065         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19066         token.
19067
19068 2002-08-07  Simon Josefsson  <jas@extundo.com>
19069
19070         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19071         (sieve-manage-authenticators):
19072         (sieve-manage-authenticator-alist): Add some SASL mechs.
19073         (sieve-sasl-auth): New function.
19074         (sieve-manage-cram-md5-auth):
19075         (sieve-manage-plain-auth): Rewrite using SASL library.
19076         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19077         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19078         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19079         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19080
19081 2004-01-05  Simon Josefsson  <jas@extundo.com>
19082
19083         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19084         New files.
19085
19086 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19087
19088         * gnus-group.el (gnus-no-groups-message): Update.
19089
19090         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19091
19092 2003-11-09  Simon Josefsson  <jas@extundo.com>
19093
19094         * imap.el: Support for ID IMAP extension (RFC 2971).
19095         (imap-local-variables): Add imap-id.
19096         (imap-id): New variable.
19097         (imap-id): New function.
19098         (imap-parse-response): Parse untagged ID response.
19099         * nnimap.el (nnimap-id): New variable.
19100         (nnimap-open-connection): Use it.
19101
19102 2003-12-28  Simon Josefsson  <jas@extundo.com>
19103
19104         * gnus-score.el (gnus-score-edit-all-score): New.
19105         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19106
19107 2004-01-04  Simon Josefsson  <jas@extundo.com>
19108
19109         * password.el: Add.
19110
19111 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19112
19113         * dns.el (dns-query-types): Fix typo.
19114         (dns-query-types): New function.
19115         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19116         PTR and SOA replies, see RFC 1035.
19117
19118 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19119
19120         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
19121
19122         * Moved to Changelog.2.
19123
19124 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19125
19126         * gnus.el (gnus-version-number): Bump version.
19127
19128 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19129
19130         * gnus.el: No Gnus v0.1 is released.
19131
19132 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19133
19134         * gnus.el: No Gnus v0.0 is released.
19135
19136 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19137
19138         * gnus.el (gnus-version-number): Bump.
19139         (gnus-version): No.
19140
19141 See ChangeLog.2 for earlier changes.
19142
19143     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19144       Free Software Foundation, Inc.
19145
19146   This file is part of GNU Emacs.
19147
19148   GNU Emacs is free software: you can redistribute it and/or modify
19149   it under the terms of the GNU General Public License as published by
19150   the Free Software Foundation, either version 3 of the License, or
19151   (at your option) any later version.
19152
19153   GNU Emacs is distributed in the hope that it will be useful,
19154   but WITHOUT ANY WARRANTY; without even the implied warranty of
19155   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19156   GNU General Public License for more details.
19157
19158   You should have received a copy of the GNU General Public License
19159   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19160
19161 ;; Local Variables:
19162 ;; coding: utf-8
19163 ;; fill-column: 79
19164 ;; add-log-time-zone-rule: t
19165 ;; End: