50e57286a19b8874ccdf1f969d4ed3ae039e2fde
[gnus] / lisp / ChangeLog
1 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4         by Paul Eggert's spellfixes two days ago.
5
6 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
9         doesn't have it.
10
11         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
12         buffer-local instead of binding them to avoid warnings.  Also demote
13         errors (bug#10063).
14         (font-lock-mode-hook): Shut up byte compiler.
15
16 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
17
18         * mm-util.el (mm-charset-after):
19         * nnir.el (nnir-run-hyrex):
20         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
21         (ntlm-get-password-hashes, ntlm-md4hash):
22         * smime.el: Fix typo.
23
24 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
25
26         * gnus-agent.el (gnus-agent-expire-group-1):
27         * nndiary.el (nndiary-last-occurence):
28         * nnimap.el (nnimap-request-set-mark):
29         * nnmairix.el (nnmairix-only-use-registry):
30         * gnus-group.el (gnus-group-prepare-flat):
31         * gnus-sum.el (gnus-decode-encoded-word-methods):
32         * message.el (message-wash-subject):
33         * nntp.el (nntp-retrieve-headers-with-xover):
34         * smime.el (smime-certificate-directory): Spelling fix.
35
36 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
37
38         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
39
40         * color.el:
41         * gnus-agent.el (gnus-agent-possibly-alter-active):
42         * gnus-dired.el (gnus-dired-print):
43         * mail-parse.el:
44         * nnmairix.el (nnmairix-request-group):
45         * shr.el (shr-image-displayer):
46         * sieve-manage.el:
47         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
48
49 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
50
51         * gnus-sum.el (gnus-auto-select-subject):
52         * spam-report.el (spam-report-resend): Spelling fix.
53
54 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
55
56         * gnus-agent.el (gnus-agent-get-undownloaded-list):
57         * gnus-art.el (gnus-default-article-saver):
58         * gnus-srvr.el (gnus-server-copy-server):
59         * gnus.el (gnus-sloppily-equal-method-parameters):
60         * html2text.el (html2text-format-tag-list):
61         * message.el (message-narrow-to-head):
62         * nndiary.el:
63         * nnmairix.el (nnmairix-determine-original-group-from-registry):
64         * sieve.el: Spelling fix.
65
66 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
67
68         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
69         * gnus-sum.el (gnus-summary-make-menu-bar):
70         * gnus-uu.el (gnus-uu-decode-postscript)
71         (gnus-uu-decode-postscript-and-save):
72         * mailcap.el (mailcap-print-command):
73         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
74         Fix typos.
75
76 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
77
78         * gnus-art.el (gnus-article-part-wrapper):
79         * html2text.el (html2text-fix-paragraphs):
80         * mm-decode.el (mm-image-fit-p):
81         * rfc2047.el (rfc2047-encode-message-header):
82         * shr-color.el (shr-color-visible-distance-min)
83         (shr-color-relative-to-absolute, set-minimum-interval)
84         (shr-color-visible): Fix typos.
85
86 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
87
88         * gmm-utils.el (gmm-tool-bar-item):
89         * gnus-art.el (gnus-treat-body-boundary):
90         * gnus-diary.el (gnus-user-format-function-d):
91         * gnus-start.el (gnus-get-unread-articles):
92         * pgg-gpg.el (pgg-gpg-update-agent):
93         * smime.el (smime-cert-by-ldap-1): Spelling fix.
94
95 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
96
97         * gnus-topic.el (gnus-group-prepare-topics):
98         * gnus-uu.el (gnus-extract-view):
99         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
100
101 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
102
103         * spam.el: Move BBDB autoloads.
104         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
105         BBDB 2 and 3.
106         (spam-check-BBDB): Use it.
107         (spam-enter-ham-BBDB): Use it.
108
109 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
110
111         * smime.el (smime-draw-buffer): Spelling fix.
112
113 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
114
115         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
116         for scanning exactly one level.
117         * gnus-start.el (gnus-get-unread-articles): Ditto.
118
119 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
120
121         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
122         slightly clearer.
123
124 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
125
126         * gnus-sync.el: More commentary about setup.
127
128 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
129
130         * message.el (message-send-and-exit): Document `arg'.
131
132 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
133
134         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
135
136 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
137
138         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
139
140         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
141         we don't use `bound-and-true-p'.
142
143 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
144
145         * gnus-util.el (gnus-bound-and-true-p): Remove.
146         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
147         * nnir.el: Use it.
148         * nnmairix.el: Use it.
149
150 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
151
152         * gnus-sync.el: Improve docs about CouchDB admins.
153
154         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
155         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
156         for reasons unknown.
157         * nnir.el: Use it.
158         * nnmairix.el: Use it.
159
160         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
161         * nnir.el: Ditto.
162         * nnmairix.el: Ditto.
163
164         * gnus-registry.el (gnus-registry-enabled): Default to nil.
165
166 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
167
168         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
169         not needed.  Provide xmlplistread list function to produce XML plist
170         output for non-Gnus LeSync clients.
171
172 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
173
174         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
175
176         * gnus-sync.el: Add LeSync synchronization backend and logic to read
177         and save against it.  Group subscriptions, read marks, other marks,
178         subscription levels, topic names, and topic offsets (the group's
179         position within the topic) are saved.  This is an experimental backend
180         and may change significantly.  Load json.el from the gnus-fallback-lib
181         if it's not available otherwise.
182         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
183
184 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
185
186         * message.el (message-completion-function): Make sure
187         message-tab-body-function is not attempted if one of
188         message-completion-alist fails to find a completion (bug#9158).
189
190 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
191
192         * mml.el (mml-quote-region): Quote <#secure> tag.
193         (mml-generate-mime-1): Unquote <#secure> tag.
194
195 2011-10-20  Chong Yidong  <cyd@gnu.org>
196
197         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
198         calling a minor mode from Lisp with nil arg enables it, so we have to
199         make the wording a bit ambiguous here).
200
201 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
202
203         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
204         * nnir.el (nnir-mode): Use it.
205         * nnmairix.el (nnmairix-determine-original-group-from-registry):
206         Use it.
207
208         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
209         * nnmairix.el (gnus-registry-enabled): Ditto.
210
211 2011-10-17  Dave Abrahams  <dave@boostpro.com>  (tiny change)
212
213         * gnus-registry.el (gnus-registry-enabled): Add new variable. (Bug#9691)
214         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
215         only while we need to find out if it should be t or nil.
216         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
217         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
218         the registry is installed.  Set it to nil when it's unloaded.
219         (gnus-registry-install-p): Provide user guidance for the initial value
220         of `gnus-registry-install' when it's 'ask, otherwise return its value.
221         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
222         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
223         * nnmairix.el (nnmairix-determine-original-group-from-registry):
224         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
225         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
226         `gnus-registry-install'.
227
228 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
229
230         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
231         previous change.
232         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
233         primary key is marked as disabled.
234
235 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
236
237         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
238         primary key is marked as disabled.
239
240 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
241
242         * html2text.el (html2text-clean-anchor): Check for quotes around
243         `href' value.
244
245 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
246
247         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
248         searching.  Drop `bbdb-cache'.
249
250 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
251
252         * message.el (message-signed-or-encrypted-p): Exclude header when
253         checking if there is signed or encrypted body in text/plain message.
254
255 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
256
257         * html2text.el (html2text-get-attr): Correctly handle attribute values
258         containing "=".
259
260 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
261
262         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
263         handle bindings.
264
265 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
266
267         * gnus-win.el (gnus-configure-windows): Protect against reading
268         ephemeral groups outside of Gnus.
269
270 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
271
272         * shr.el (shr-tag-img): Don't get images displayed in tables.
273
274 2011-10-03  Glenn Morris  <rgm@gnu.org>
275
276         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
277         the "maintainer" version of debbugs.gnu.org reports.
278
279 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
280
281         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
282         make asynchronous adjacent image insertion work better.
283
284 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
285
286         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
287         documentation.
288
289 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
290
291         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
292         `gnus-asynchronous' isn't shadowed.
293
294 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
295
296         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
297
298         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
299         (nnimap-insert-partial-structure): The charset parameter isn't
300         case-sensitive.
301
302         * nnheader.el (nnheader-message-maybe): New function.
303
304         * shr.el (shr-tag-table): Render totally broken tables better.
305
306         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
307         computing the boundary.
308
309 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
310
311         * pop3.el (pop3-number-of-responses): Remove.
312         (pop3-wait-for-messages): Rewrite to take linear time instead of
313         exponential time.
314
315 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
316
317         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
318         re-fetch images.
319
320         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
321         re-fetch images when hitting `g' in Gnus.
322
323 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
324
325         * mml.el (mml-inhibit-compute-boundary): New internal variable.
326         (mml-compute-boundary): Don't check collision if it is non-nil.
327         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
328         before checking collision.
329
330 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
331
332         * message.el (message-indent-citation): Really make sure there's a
333         newline at the end.
334
335         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
336         Fix suggested by John Wiegley.
337
338         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
339
340         * gnus-art.el (gnus-treat-hide-citation): Add doc.
341
342         * message.el (message-default-send-rename-function): Break out into its
343         own function.
344
345         * ecomplete.el (ecomplete-display-matches): Revert patch since it
346         doesn't work under XEmacs.
347
348         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
349         of "imaps" to word around Windows problems.
350         (nnimap-open-connection-1): Use it.
351
352         * message.el (message-indent-citation): Revert last change which made
353         `F' not work.
354
355 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
356
357         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
358         terminal as well.
359
360 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
361
362         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
363         because it displays images using overlays that aren't easy to copy to
364         the article buffer.
365
366 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
367
368         * message.el (message-indent-citation): Fix empty line removal at the
369         end of the citation.
370
371 2011-09-20  Julien Danjou  <julien@danjou.info>
372
373         * auth-source.el (auth-source-netrc-create): Use default value for
374         password if specified. Evaluate default.
375         (auth-source-plstore-create): Ditto.
376         (auth-source-plstore-create, auth-source-netrc-create): Fix default
377         value evaluation.
378         (auth-source-netrc-create): Typo fix.
379         (auth-source-plstore-create): Ditto.
380
381         * password-cache.el (password-cache-remove): Remove entries even if the
382         value is nil, so that password with a nil value (negative caching) is
383         possible to invalidate.
384
385         * auth-source.el (auth-source-format-cache-entry): New function.
386
387 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
388
389         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
390
391 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
392
393         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
394
395 2011-09-19  Julien Danjou  <julien@danjou.info>
396
397         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
398         which work with things that are not ASCII.
399
400 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
401
402         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
403
404 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
405
406         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
407         message level.
408
409 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
410
411         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
412
413 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
414
415         * gnus.el (gnus-interactive-exit): Update defcustom spec.
416
417 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
418
419         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
420         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
421
422 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
423
424         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
425         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
426         articles.
427
428 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
429
430         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
431         (message-mail-other-window, message-mail-other-frame)
432         (message-news-other-window, message-news-other-frame):
433         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
434         instead of setting buffer display varibles.
435
436 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
437
438         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
439
440         * gnus-sum.el (gnus-fetch-headers): Bump message level.
441
442 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
443
444         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
445         duplicates" to a higher level.
446
447         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
448         most egregious messages.
449
450 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
451
452         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
453
454 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
455
456         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
457         up the file (bug#9351).
458
459 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
460
461         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
462         it does with all other backends, but decode the names immediately after
463         getting them.
464
465         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
466         decoding nnimap groups.
467
468         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
469         newsrc file.  It doesn't seem like an important optimization any more.
470
471 2011-09-10  Dave Abrahams  <dave@boostpro.com>  (tiny change)
472
473         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
474         overflows.
475
476 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
477
478         * gnus.el (gnus-article-mark-lists): Remove `recent'.
479         (gnus-interactive-exit): Extend to `quiet'.
480
481         * gnus-sum.el (gnus-offer-save-summaries): Use it.
482
483         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
484         string.
485
486         * plstore.el (plstore--get-buffer): Silence compiler warnings by
487         renaming function arguments from `this'.
488
489         * gnus-sum.el (gnus-newsgroup-recent): Remove.
490
491         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
492         has been renamed.
493         (gnus-lrm-string-p): Include RLM and PDF, too.
494
495         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
496         (bug#9225).
497
498 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
499
500         Add autoload cookies for functions used by sendmail.el.
501         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
502
503         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
504
505 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
506
507         * gnus-art.el (article-date-ut): Work properly even when there are
508         things like Date header in the body; work for forwarded parts.
509
510 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
511
512         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
513         original-article-buffer.
514
515 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
516
517         * nnir.el (nnir-compose-result): Fix matching of server type.
518         (nnir-run-swish++): Ditto.
519         (nnir-run-namazu): Ditto.
520         (nnir-run-notmuch): Ditto.
521
522 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
523
524         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
525         (bug#9405).
526
527         * gnus-score.el (gnus-summary-increase-score): Doc clarification
528         (bug#9421).
529
530         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
531         (bug#9425).
532
533         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
534         thing (bug#9426).
535
536 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
537
538         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
539         the error message.
540
541 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
542
543         * message.el (message-setup-1): Return t (Bug#9392).
544
545 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
546
547         * gnus-sum.el: When adding article headers to a summary buffer also
548         update gnus-newsgroup-articles (bug#9386).
549
550 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
551
552         * auth-source.el: Autoload help-mode.
553
554 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
555
556         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
557         names.
558
559 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
560
561         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
562         mm-replace-in-string for compatibility issues.
563         * mml2015.el (mml2015-epg-verify): Ditto.
564
565 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
566
567         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
568
569         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
570
571 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
572
573         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
574         continue on and do the clean-up phase (bug#9188).
575
576         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
577         just ignore groups that can't be opened instead of erroring out
578         (bug#9225).
579
580         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
581         nil since some many people are fuddy-duddies.
582
583         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
584         images.
585
586         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
587         instead.
588
589         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
590
591         * gnus-util.el (gnus-process-live-p): Copy over compat function.
592
593         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
594         processing.
595
596         * nntp.el (nntp-kill-buffer): Kill the process before killing the
597         buffer to avoid warnings.
598
599 2011-08-20  Simon Josefsson  <simon@josefsson.org>
600
601         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
602         specified to reduce precision.
603
604 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
605
606         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
607         bodystructures (bug#9314).
608
609 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
610
611         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
612         Make button keymap non-sticky after buttons.
613
614 2011-08-18  David Engster  <dengste@eml.cc>
615
616         * nnmairix.el (nnmairix-request-set-mark)
617         (nnmairix-goto-original-article): Remove adding of article to registry,
618         since `gnus-registry-add-group' isn't available anymore.
619         (nnmairix-determine-original-group-from-registry):
620         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
621         available anymore.
622
623 2011-08-12  Simon Josefsson  <simon@josefsson.org>
624
625         * starttls.el (starttls-any-program-available): Define as obsolete
626         function.
627
628 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
629
630         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
631         versions which Gnus use when appropriate.
632
633         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
634         a pretty destructive command.
635
636         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
637
638 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
639
640         * message.el (message-fix-before-sending): Make a different warning
641         about NUL characters (bug#9270).
642
643         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
644         from custom (bug#9260).
645
646         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
647         things work in Emacs 22 and XEmacs, too.
648
649         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
650         default From.
651
652         * gnus-spec.el (gnus-lrm-string-p): New macro.
653         (gnus-lrm-string): New constant.
654         (gnus-summary-line-format-spec): LRM-ify the from.
655         (gnus-tilde-max-form): LRM-ify string chopping.
656
657         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
658
659         * message.el (message-is-yours-p): Allow disabling canlock checking
660         (bug#9295).
661         (message-shoot-gnksa-feet): Add `canlock-verify'.
662         (message-auto-save-directory): Use ~/ as the auto-save directory if the
663         message directory isn't writable (bug#9304).
664
665         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
666         non-world-readable.
667
668 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
669
670         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
671         articles.
672
673 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
674
675         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
676         copy-list.
677
678 2011-08-12  Sam Steingold  <sds@gnu.org>
679
680         * gnus-score.el (gnus-score-find-alist): Keep the score files already
681         in the reverse order to avoid modifying the cache with `nreverse'.
682         (gnus-all-score-files): Do not modify the value returned by
683         `gnus-score-find-alist' because it lives in a cache variable.
684         (gnus-current-home-score-file): No need to `nreverse' the return value
685         of `gnus-score-find-alist', it is already in the correct order.
686
687 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
688
689         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
690         type MESSAGE and subtype RFC822 is slightly different from those of
691         type TEXT.
692
693 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
694
695         * gnus-sum.el (gnus-summary-refer-article): Warp to article. This
696         allows article-referral to work from an nnir group.
697
698 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
699
700         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
701
702 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
703
704         * mml1991.el (mml1991-epg-find-usable-key)
705         (mml1991-epg-find-usable-secret-key): New function.
706         (mml1991-epg-sign): Check if signing key is usable.
707         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
708
709 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
710
711         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
712         server-variables only. This should fix a bug introduced with commit
713         e1889675b7f4adf057833c5513c9374134c4e053.
714         (nnir-run-query): 'nnir-search-engine should not be set from the global
715         environment.
716
717 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
718
719         * nnir.el (nnir-search-thread): Position point on referring article
720         line.
721         (nnir-warp-to-article): Clean up summary buffers.
722
723         * nnimap.el (nnimap-request-thread): Whitespace fix.
724
725 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
726
727         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
728
729 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
730
731         * starttls.el (starttls-available-p): Rename from
732         `starttls-any-program-available' and changed return convention.
733
734 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
735
736         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
737         `unix-sync' unless it's defined.
738
739 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
740
741         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
742         `aref' for XEmacs compatibiltiy.
743
744 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745
746         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
747
748 2011-07-31  Dave Abrahams  <dave@boostpro.com>  (tiny change)
749
750         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
751         closures, quote the form properly (bug#9194).
752
753 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
754
755         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
756         (gnus-summary-insert-new-articles): Protect against servers that are
757         down.
758
759 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
760
761         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
762         in mm handle if none is specified.
763
764 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
765
766         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
767
768 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
769
770         * nnir.el (nnir-search-thread): New function to make an nnir group
771         based on a thread query.
772
773         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
774         of nnir in thread referral.
775         (gnus-summary-refer-thread): Use it.
776
777         * nnimap.el (nnimap-request-thread): Use it.
778
779 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
780
781         * shr.el (shr-tag-comment): Ignore HTML comments.
782
783 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
784
785         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
786         argument.
787         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
788         Use `nnir-address' to handle server info rather than passing an arg.
789
790         * nnimap.el (nnimap-make-thread-query): New utility function to format
791         an imap thread search query.
792         (nnimap-request-thread): Use it.
793
794         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
795         right select-method if we are not going back to the group buffer.
796
797 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
798
799         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
800         enter invalid buffer configurations into the quit form (bug#9107).
801         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
802         unplugged/plugged.
803
804         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
805         keep track of which ones are unread (bug#9061).
806
807         * gnus.el (gnus-refer-article-method): Allow entering any sexp
808         (bug#9055).
809
810         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
811         (bug#9041).
812
813         * gnus-html.el (mm-util): Require (bug#9073).
814
815         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
816         (gnus-summary-refer-thread): Use it to remove duplicates in the
817         un-threaded view (bug#9053).
818         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
819
820 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
821
822         * nnir.el (nnir-read-server-parm): Use default value from global
823         variable.  Without this the default search engine parameters aren't
824         used at all.
825
826 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
827
828         * message.el (message-unique-id): Don't use the undocumented return
829         value from (random t) (bug#9118).
830
831 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
832
833         * message.el (message-auto-save-directory): If the ~/Mail directory
834         doesn't exist, use ~ as the auto-save directory (bug#4432).
835
836         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
837         hasn't already been started.
838
839 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
840
841         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
842
843         * message.el (message-reply): Work around mysterious bug where
844         `message-mode' seems to overwrite the locally bound `subject' variable.
845
846 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
847
848         * nnimap.el (nnimap-request-thread): Ensure search is performed in
849         correct group.
850
851         * gnus-int.el (gnus-request-thread): Add group argument.
852
853         * gnus-sum.el (gnus-summary-refer-thread): Use it.
854
855 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
856
857         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
858
859         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
860         renamed to `debbugs-gnu-*'.
861
862 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
863
864         * plstore.el: Revert the editing feature since it is not urgent.
865         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
866         (plstore-mode-decoded): Remove.
867
868 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
869
870         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
871         isn't very interesting any more, and it leaks potentially secret data.
872         (gnus-debug): Remove.
873
874         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
875         use of :custom-show.
876
877 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
878
879         * plstore.el: Add documentation.
880         (plstore-mode): New mode to edit plstore file.
881         (plstore-mode-toggle-display, plstore-mode-original)
882         (plstore-mode-decoded): New command.
883         (plstore--encode, plstore--decode, plstore--write-contents-functions)
884         (plstore--insert-buffer, plstore--make): New function.
885         (plstore-open, plstore-save): Simplify by using them.
886
887 2011-07-06  Glenn Morris  <rgm@gnu.org>
888
889         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
890
891 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
892
893         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
894         no longer is much used.
895         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
896         Articles".
897
898 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
899
900         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
901         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
902         `notmuch' backend.
903
904 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905
906         * mm-decode.el (mm-text-html-renderer): Doc fix.
907
908         * gnus-msg.el (gnus-bug): Fix the MML tag.
909
910         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
911
912 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
913
914         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
915         secondary methods if started with `gnus-no-server'.
916
917 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
918
919         * message.el (message-return-action): Fix typo in docstring.
920
921 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
922
923         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
924         bug reports at once.
925
926         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
927
928 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         * nndraft.el: Require gnus-group.
931         (nndraft-request-list): Declare.
932
933         * nndraft.el (nndraft-update-unread-articles): Don't show group having
934         no unread article unless it matches gnus-permanently-visible-groups.
935
936         * nndraft.el (nndraft-update-unread-articles): New function.
937         (nndraft-request-associate-buffer): Use it to update the number of
938         unread articles for the nndraft groups in the group buffer when saving
939         or killing a draft message.
940
941 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942
943         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
944         systems to binary before writing and reading the mbox files.
945
946         * gnus.el (gnus-summary-line-format): Link to the info node for %U
947         instead of trying to list them all (bug#8978).
948
949 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
950
951         * pop3.el (pop3-open-server): Use :end-of-capability.
952
953 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
954
955         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
956         the id is always a number.
957
958         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
959
960         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
961         debbugs mode, if possible.
962
963 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
964
965         * auth-source.el (auth-source-token-passphrase-callback-function):
966         Reindent.
967         (epg-context-operation): Remove unnecessary autoload.
968
969 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
970
971         * gnus.el (gnus-list-debbugs): New command.
972
973         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
974         mboxstat instead of the maintbox, since the stat seems to be fuller.
975
976         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
977         summary buffers.
978
979         * message.el (message-get-reply-headers): Delete all duplicates,
980         instead of the first.
981         (message-get-reply-headers): Ensure that we have progress while
982         deleting duplicates.
983
984         * gnus-msg.el (gnus-configure-posting-styles): Get the local
985         gnus-posting-style value from the summary buffer to make it easier to
986         make that a per-buffer conf.
987
988 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
989
990         * nnir.el (nnir-run-imap): Allow halting a search when an article is
991         found by setting `shortcut' in 'query.
992         (nnir-request-article): Use `shortcut' setting when requesting article
993         by Message-ID.
994
995 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
996
997         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
998         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
999         Bring the pseudo-headers back too.
1000
1001 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1002
1003         * auth-source.el (auth-source-token-passphrase-callback-function):
1004         Simplify and remove EPA dependency.
1005
1006 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
1007
1008         * nnir.el (nnir-request-article): Fix error message text.
1009
1010 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1011
1012         * auth-source.el (plstore-delete): Autoload.
1013         (auth-source-plstore-search): Support delete operation.
1014         * plstore.el (plstore-delete): New function.
1015
1016 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1017
1018         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
1019         mark actually existing articles as unread rather than the ones that
1020         active asserts.
1021
1022 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
1023
1024         * nntp.el (nntp-record-command):
1025         * gnus-util.el (gnus-message-with-timestamp-1):
1026         Use format-time-string rather than decoding time stamps by hand.
1027         This is simpler and insulates the code from potential changes to
1028         current-time format.
1029
1030 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
1033
1034 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1035
1036         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
1037         (plstore-save): Support public key encryption.
1038         (plstore--init-from-buffer): New function.
1039         (plstore-open): Use it; fix error when opening a non-existent file.
1040         (plstore-revert): Use plstore--init-from-buffer.
1041
1042 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1043
1044         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
1045
1046 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1047
1048         * mml2015.el (mml2015-use): Replace string-match-p with string-match
1049         for old Emacsen.
1050
1051 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1052
1053         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
1054         is not fully working.
1055
1056 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057
1058         * dgnushack.el: Autoload sha1 on XEmacs.
1059
1060         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
1061         quit window configuration.
1062
1063         * auth-source.el (epg-context-set-passphrase-callback):
1064         Remove duplicate autoload.
1065
1066 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1067
1068         * nnir.el (nnir-request-article): Allow requesting articles by
1069         Message-ID with nnimap.
1070
1071         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
1072         current server.
1073
1074 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1075
1076         * auth-source.el: Autoload EPA/EPG functions.
1077         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
1078         changed when EPA/EPG is not available.
1079         (auth-source-backend): Rename "arg" member to "data".
1080         (auth-source-backend-parse, auth-source-plstore-search)
1081         (auth-source-plstore-create): Use it.
1082
1083 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1084
1085         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
1086         `gnus-refer-article-methods'.
1087
1088 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1089
1090         * auth-source.el: Require EPA and EPG.
1091         (auth-source-passphrase-alist): New variable.
1092         (auth-source-passphrase-callback-function)
1093         (auth-source-token-passphrase-callback-function): Callbacks for the
1094         netrc field encryption (GPG tokens).
1095         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
1096         Symmetric encryption and decryption of the netrc GPG tokens.
1097         (auth-source-netrc-normalize): Use them, simplifying the closure.
1098
1099 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1100
1101         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
1102         is available.
1103
1104 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1105
1106         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
1107         non-nil, and `nnimap-split-methods' is nil, use the former.
1108
1109 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1110
1111         * plstore.el (plstore-revert): New function.
1112         (plstore-open): Use it; hide the buffer from user.
1113
1114 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1115
1116         * auth-source.el (auth-source-backend): New member "arg".
1117         (auth-source-backend-parse): Handle new backend 'plstore.
1118         * plstore.el: New file.
1119
1120 2011-06-30  Glenn Morris  <rgm@gnu.org>
1121
1122         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
1123
1124 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1125
1126         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
1127         expiring articles to.
1128
1129         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
1130         variations as ASCII (bug#5458).
1131
1132 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1133
1134         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
1135
1136 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1137
1138         * message.el (message-point-in-header-p): Tweak the function to default
1139         to saying that we're not in the headers if there is no separator at
1140         all.  This makes it possible to use the Message version of `M-q' in
1141         buffers with no headers (bug#7987).
1142         (message-point-in-header-p): Fix last checkin to work with an empty
1143         mail-header-separator, too.
1144
1145         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
1146         again, save the choice via customize.
1147
1148 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * message.el (message-send-mail-function): Add `sendmail-query-once'.
1151
1152         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
1153         ended the connection, bail out before waiting infinitely on a new
1154         connection.
1155
1156 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
1157
1158         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
1159         reports.
1160
1161         * gnus.el (gnus-bug-package): Use "gnus."
1162         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
1163
1164 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1165
1166         * dgnushack.el: Make the timer warning go away on XEmacs.
1167
1168         * gnus-art.el (gnus-article-stop-animations): New function to stop any
1169         animations going on at article exit time.
1170
1171         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
1172         since removing it breaks people upgrading.
1173
1174         * shr.el (shr-put-image): Use the new interface for animating images.
1175         (shr-put-image): Animate for 60 seconds.
1176
1177         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
1178         avoid compiler warnings.
1179
1180         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
1181         error with `find-file-hooks' on Emacs 22.
1182         (with-auth-source-epa-overrides): Ugly hack to Wrap the
1183         `find-file-hook' things in `symbol-value' to avoid compilation warnings
1184         on all architectures.
1185
1186         * spam.el (spam-stat): Require in a normal fashion without binding
1187         `spam-stat-install-hooks' to avoid compilation warnings.
1188
1189         * spam-stat.el (spam-stat-install-hooks): Remove.
1190         (spam-stat-install-hooks): Don't run automatically.
1191
1192 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
1193
1194         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
1195         and keystroke.
1196
1197 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1198
1199         * auth-source.el (auth-source-netrc-cache): Move forward.
1200
1201 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1202
1203         * proto-stream.el (proto-stream-open-starttls): Use
1204         `gnutls-available-p' to see whether we have built-in support.
1205
1206         * auth-source.el (auth-source-netrc-create): Don't query the bits that
1207         we already know.
1208         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
1209         (auth-source-netrc-create): Don't prompt for the stuff we already know.
1210
1211 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1212
1213         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
1214         %S format, since that looks odd.
1215         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
1216         file, especially when saving.
1217
1218 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
1219
1220         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
1221         article found.
1222
1223 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1224
1225         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
1226         `auth-source-save-secrets' with a more sensitive alist that can be
1227         configured per file.  Experimental, so defaults to 'never.
1228         (auth-source-netrc-create): Use it.  Still experimental code.
1229         (with-auth-source-epa-overrides): Use `find-file-hooks' if
1230         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
1231
1232 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
1233
1234         * auth-source.el (auth-source-save-secrets): New variable to control if
1235         secret tokens should be saved encrypted.
1236         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
1237         to `auth-source-netrc-normalize'.
1238         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
1239         on the EPA variables being defined.
1240         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
1241         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
1242         the lexical-let closure.
1243         (auth-source-netrc-create): Create "gpg:" tokens according to
1244         `auth-source-save-secrets'.
1245
1246 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1247
1248         * gnus-group.el (gnus-group-update-group): Add new argument
1249         `info-unchanged' that stops updating dribble buffer.
1250
1251         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
1252         deletes lines matching to it in dribble buffer.
1253
1254         * gnus-agent.el (gnus-agent-fetch-group-1):
1255         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
1256         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
1257         * gnus-start.el (gnus-group-change-level):
1258         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
1259
1260         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
1261         if newsgroup info is not changed.
1262
1263         * gnus-group.el (gnus-group-get-new-news-this-group):
1264         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
1265         Don't update dribble buffer.
1266
1267 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
1268
1269         * gnus-registry.el (gnus-registry-remove-ignored): New function to
1270         remove entries with groups we ignore.
1271
1272 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273
1274         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
1275         the underline comes at the bottom.
1276
1277 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1278
1279         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
1280         `gnus-registry-user-format-function-M' and declare the latter obsolete.
1281         (gnus-registry-article-marks-to-names): Rename from
1282         `gnus-registry-user-format-function-M2'.
1283
1284 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1285
1286         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
1287         ephemeral group.
1288
1289 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1290
1291         * shr.el (shr-browse-image): Copy the URL if called interactively.
1292
1293 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1294
1295         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
1296         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
1297         done, then unselected articles may be marked as read.
1298
1299         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
1300         since not doing this seems to lead to a race condition in pop3-logon.
1301
1302         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
1303         so that the call chain it correct when we call "upwards".
1304
1305         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
1306         in read-only groups.
1307
1308         * gnus-group.el (gnus-group-mark-article-read): Ditto.
1309
1310         * message.el (message-cite-reply-position): Doc string fix.
1311
1312         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
1313         avoid regexp overflow.
1314         (nnimap-transform-split-mail): Ditto.
1315
1316         * pop3.el (pop3-retr): Error out if the server closes the connection.
1317
1318 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1319
1320         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
1321         mm-with-unibyte-current-buffer.  The buffer should not contain any
1322         multibyte chars anyway at this stage.
1323
1324 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1325
1326         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1327         at the end of lines.
1328
1329 2011-05-29  Julien Danjou  <julien@danjou.info>
1330
1331         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1332
1333 2011-05-27  Glenn Morris  <rgm@gnu.org>
1334
1335         * gnus-group.el (gnus-bug-group-download-format-alist):
1336         Use the "maintainer" version of debian reports as well.
1337
1338 2011-05-26  Glenn Morris  <rgm@gnu.org>
1339
1340         * gnus-group.el (gnus-bug-group-download-format-alist):
1341         Use the "maintainer" version of debbugs.gnu.org reports.
1342
1343 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1344
1345         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1346
1347 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1348
1349         * gnus-cus.el (gnus-agent-customize-category):
1350         * gnus-delay.el (gnus-delay-send-queue):
1351         * gnus.el (gnus-other-frame):
1352         Don't quote lambda expressions with `quote'.
1353
1354 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1355
1356         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1357         the thread moves us backwards and so we loop forever.
1358
1359 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1360
1361         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1362         whitespace in base64 data lines.
1363
1364 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1365
1366         * gnus-registry.el (gnus-registry-user-format-function-M):
1367         Use `mapconcat'.
1368         (gnus-registry-user-format-function-M2): Use to see the full text of
1369         the marks.  Make "," the mark text separator.
1370
1371         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1372         authentication with auth-source.
1373
1374 2011-05-17  Glenn Morris  <rgm@gnu.org>
1375
1376         * gnus-group.el (gnus-import-other-newsrc-file):
1377         Use insert-file-contents.
1378
1379 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
1380
1381         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1382         1000 iterations.
1383
1384 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1385
1386         * nntp.el (nntp-open-connection): Check if process-type is available.
1387
1388 2011-05-16  Julien Danjou  <julien@danjou.info>
1389
1390         * shr.el (shr-tag-del): Add support for del tag.
1391
1392 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1393
1394         * gnus-html.el (gnus-html-put-image): Register a displayer.
1395
1396         * shr.el (shr-image-displayer): Don't remove text props from alt text.
1397
1398 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
1399
1400         * registry.el (prune-factor): New initialization parameter defaulting
1401         to 0.1.
1402         (registry-prune-hard): Use it.
1403
1404         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1405         0.1 expicitly.
1406
1407 2011-05-13  Glenn Morris  <rgm@gnu.org>
1408
1409         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1410         is bound, since this function requires sendmail.
1411
1412 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1413
1414         * registry.el (registry-usage-test): Disable pruning test.
1415
1416 2011-05-11  David Engster  <dengste@eml.cc>
1417
1418         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
1419         Bind set-network-process-option for XEmacs.
1420
1421 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
1422
1423         * registry.el (registry-prune-hard-candidates)
1424         (registry-prune-soft-candidates): Helper methods for registry pruning.
1425         (registry-prune): Use them.  Make the sort function optional.
1426
1427 2011-05-10  Jim Meyering  <meyering@redhat.com>
1428
1429         * shr.el (shr-colorize-region): Fix typo "on on -> on".
1430
1431 2011-05-10  Julien Danjou  <julien@danjou.info>
1432
1433         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1434         symbol and not a list.
1435
1436 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * gnus-art.el (gnus-article-mode): Move binding of
1439         shr-put-image-function here from gnus-article-prepare-display.
1440
1441         * shr.el (shr-put-image-function): New variable.
1442         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1443         (shr-put-image): Return scaled image.
1444
1445         * gnus-art.el (gnus-shr-put-image): New function.
1446         (gnus-article-prepare-display): Bind shr-put-image-function to it.
1447
1448         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1449         original ones, as deletable.
1450
1451 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1452
1453         * nntp.el (nntp-open-connection): Set TCP keepalive option.
1454
1455 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1456
1457         * registry.el (registry-full): Add convenience method.  Fix logic.
1458         (registry-insert): Use it.  Fix logic here too.
1459
1460         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1461         `registry-prune' if `registry-full' returns t.
1462         (gnus-registry-handle-action)
1463         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1464         (gnus-registry-usage-test): Use it.
1465
1466 2011-05-07  Julien Danjou  <julien@danjou.info>
1467
1468         * shr.el (shr-link): Make shr-link inherit from link by default.
1469
1470 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
1471
1472         * shr.el (shr-urlify, shr-link): Fix shr-link face.
1473
1474 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1475
1476         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1477         error out because the face is not a list.
1478
1479 2011-05-05  Glenn Morris  <rgm@gnu.org>
1480
1481         * proto-stream.el (gnutls-negotiate): Fix declarations.
1482
1483         * gnus-start.el (gnus-propagate-marks): Declare.
1484
1485 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1486
1487         * registry.el (registry-reindex): Fix percentage message.
1488
1489         * proto-stream.el (network-stream-open-starttls): Adjust to call
1490         `gnutls-negotiate' with :process and :hostname arguments.
1491
1492 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1493
1494         * shr.el: Add shr-link face for links.
1495         (shr-urlify): Use it.
1496
1497         * registry.el (registry-insert): Make error message more helpful.
1498
1499 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1500
1501         * gnus-html.el (gnus-html-schedule-image-fetching):
1502         Use url-queue-retrieve, if it exists.
1503
1504         * shr.el (shr-tag-img): Ditto.
1505
1506         * gnus.el: Autoload more gnus-agent functions.
1507
1508         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1509         agent if we haven't already (bug#8502).
1510
1511         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1512         into the Agent, too.
1513
1514         * gnus-agent.el (gnus-agent-store-article): New function.
1515
1516         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1517         and moved from that file for reuse.
1518
1519         * pop3.el (pop3-open-server): Error messages are "-ERR".
1520
1521 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1522
1523         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1524         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1525
1526 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1527
1528         * gnus.el: No Gnus v0.17 is released.
1529
1530 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1531
1532         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1533         buffer has moved to a different frame.
1534
1535 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1536
1537         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1538         to get the conversion from unibyte to multibyte buffers to work on
1539         Emacs 22.
1540
1541         * nntp.el (nntp-request-article): Slight clean-up.
1542
1543 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1544
1545         * shr.el (shr-strike-through): New face.
1546         (shr-tag-s): Use it to provide <s> support.
1547         (shr-tag-s): Remove duplicate definition.
1548
1549 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1550
1551         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1552         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1553
1554 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1555
1556         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
1557         `gnutls-negotiate'.
1558         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
1559
1560 2011-04-23  Glenn Morris  <rgm@gnu.org>
1561
1562         * gnus-sum.el (gnus-extra-headers): Bump :version.
1563
1564 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1565
1566         * shr.el (shr-tag-sup): New function.
1567         (shr-tag-sub): Ditto.
1568
1569 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
1570
1571         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1572         for the case where `gnus-registry-ignored-groups' is a list of lists,
1573         and don't call `gnus-parameter-registry-ignore' otherwise.
1574
1575 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1576
1577         * nnimap.el (nnimap-user): New backend variable.
1578         (nnimap-open-connection-1): Use it.
1579         (nnimap-credentials): Accept user parameter so it's explicit what user
1580         name is desired.
1581
1582         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1583         default.
1584
1585         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1586         not gnus-registry.el.
1587
1588         * gnus-registry.el: Mention in comments how to modify
1589         `gnus-extra-headers' for proper recipient tracking and that it may
1590         already have To and Cc recently, which it does as of this commit.
1591         (gnus-registry-ignored-groups): Remove defcustom.
1592         Explain why in comments.
1593         (gnus-registry-action): Fix data-header reference to use the extra
1594         headers.  Explain in package commentary how to add To and Cc headers to
1595         the gnus-extra-headers.
1596         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1597         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1598         parameter list or a string list in `gnus-registry-ignored-groups'.
1599         Fix logic error.
1600
1601 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1602
1603         * shr.el (shr-expand-url): Protect against null urls.
1604
1605 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1606
1607         * shr.el (shr-base): New binding.
1608         (shr-tag-base): Keep track of <base>.
1609         (shr-expand-url): New function used throughout.
1610
1611 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
1612
1613         * gnus-registry.el
1614         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1615         (gnus-registry-ignored-groups): New variable.
1616         (gnus-registry-ignore-group-p): Use it.
1617         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1618         set the destination group to nil (same as delete) if it's ignored.
1619
1620 2011-04-20  David Engster  <dengste@eml.cc>
1621
1622         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1623
1624         * Makefile.in (test-nntp): New rule.
1625         (check): Add it.
1626         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
1627
1628 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1629
1630         * gnus-registry.el (gnus-registry-action)
1631         (gnus-registry-fetch-header-fast):
1632         Don't use mail-header that looks an internal function of mailheader.el.
1633
1634 2011-04-19  Glenn Morris  <rgm@gnu.org>
1635
1636         * time-date.el (time-to-days): Remove unused local variables.
1637
1638 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1639
1640         * gnus-registry.el: Eliminate cl functions.
1641         (gnus-registry-sort-addresses): New function that replaces mapcan.
1642         (gnus-registry-action, gnus-registry-spool-action)
1643         (gnus-registry-split-fancy-with-parent)
1644         (gnus-registry-fetch-recipients-fast): Use it.
1645         (gnus-registry-import-eld): Replace delete* with dolist + delq.
1646
1647         * registry.el (initialize-instance, registry-lookup)
1648         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1649         (registry-lookup-secondary-value, registry-search, registry-delete)
1650         (registry-insert, registry-reindex, registry-size, registry-prune):
1651         Use eval-and-compile.
1652
1653 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1654
1655         * registry.el (registry-reindex): New method to recreate the secondary
1656         registry indices.
1657
1658         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1659         tracked field changes.
1660         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1661         (gnus-registry-action, gnus-registry-spool-action)
1662         (gnus-registry-handle-action)
1663         (gnus-registry--split-fancy-with-parent-internal)
1664         (gnus-registry-split-fancy-with-parent)
1665         (gnus-registry-register-message-ids): Add recipient tracking on spool,
1666         move, and delete actions, and for fancy splitting with parent.
1667         (gnus-registry-extract-addresses)
1668         (gnus-registry-fetch-recipients-fast)
1669         (gnus-registry-fetch-header-fast): Convenience functions.
1670         (gnus-registry-misc-test): ERT test of
1671         `gnus-registry-extract-addresses'.
1672
1673 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1674
1675         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1676         Track by subject first, then sender.
1677
1678 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1679
1680         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1681
1682         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1683         Lisp.
1684
1685         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1686         (gnus-draft-send): Use it to avoid popping
1687         up frames from gnus-group-send-queue.
1688
1689 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1690
1691         * gnus-registry.el: Updated gnus-registry docs.
1692
1693 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
1694
1695         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1696         Fix logic bug.
1697         (gnus-registry-post-process-groups): Fix logging of no results and
1698         quote sender and subject.
1699
1700 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1701
1702         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
1703         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
1704         gnutls-cli are too slow to be done opportunistically.
1705
1706         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1707         (gnus-read-active-for-groups): Don't try to finish getting stuff where
1708         we had no early-data returned.
1709         (gnus-get-unread-articles): Add a sanity check so that we don't issue
1710         two async commands to the same server at the same time.
1711
1712 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
1713
1714         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1715
1716 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1717
1718         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1719         "warning" level.
1720
1721         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1722         (mm-url-insert-file-contents): Don't set the package names.
1723
1724 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
1725
1726         * gnus-registry.el (gnus-registry-action): Remove properties and
1727         simplify subject in `gnus-registry-handle-action'.
1728         (gnus-registry-spool-action): Get subject and sender from message if
1729         they are not passed in.
1730         (gnus-registry-handle-action): Remove properties and simplify subject
1731         consistently.
1732
1733 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1734
1735         * registry.el: Require CL before using defmacro*.
1736
1737 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1738
1739         * gnus-art.el (article-treat-date): Assume that
1740         gnus-article-date-headers may be a group parameter.
1741
1742 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
1743
1744         * gnus-registry.el (gnus-registry-handle-action): More debugging.
1745
1746         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1747         interactively so the newsrc file can contain foreign groups too.
1748         Useful for debugging but not much for users.
1749
1750 2011-04-07  David Engster  <dengste@eml.cc>
1751
1752         * registry.el (registry-usage-test): Only do
1753         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1754         lexical binding.
1755
1756 2011-04-07  David Engster  <dengste@eml.cc>
1757
1758         * Makefile.in (check, test-registry): New rules for test-suite.
1759
1760 2011-04-06  David Engster  <dengste@eml.cc>
1761
1762         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1763         argument NOERROR for `require', since XEmacs 21.4 does not support it.
1764
1765 2011-04-06  David Engster  <dengste@eml.cc>
1766
1767         * registry.el (initialize-instance): Change :after to :AFTER to be
1768         compatible with old EIEIO version in XEmacs.
1769
1770 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1771
1772         * gnus-registry.el (gnus-registry-post-process-groups)
1773         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1774         and provide better messaging.
1775
1776 2011-04-06  David Engster  <dengste@eml.cc>
1777
1778         * Makefile.in (fail-on-warning): New rule to compile with warnings as
1779         errors.
1780
1781         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
1782         dgnushack-compile with error-on-warn enabled, and to signal an error if
1783         clean compilation failed.
1784         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
1785         with `byte-compile-error-on-warn'.  Return nil if errors occured.
1786
1787 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1788
1789         * gnus-registry.el: Don't use ERT if it's not available.  Load it
1790         unconditionally anyway, discarding errors.
1791         (gnus-registry-delete-entries): New convenience function.
1792         (gnus-registry-import-eld): Import from old .eld registry.
1793
1794         * registry.el: Don't use ERT if it's not available.  Load it
1795         unconditionally anyway, discarding errors.
1796
1797         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1798         version from the Claudio Bley GnuTLS patch (extra optional parameters
1799         and host name).
1800
1801 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1802
1803         * gnus-registry.el (gnus-registry-fixup-registry): New function to
1804         fixup the parameters that can be customized by the user between
1805         save/read cycles.
1806         (gnus-registry-read): Use it.
1807         (gnus-registry-make-db): Use it.
1808         (gnus-registry-spool-action, gnus-registry-handle-action):
1809         Fix messaging.
1810         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1811         Map references to actual group names with sender and subject tracking.
1812         (gnus-registry-post-process-groups): Use `cond' for better messaging.
1813         (gnus-registry-usage-test): Add subject lookup test.
1814
1815         * registry.el (registry-db, initialize-instance): Set up constructor
1816         instead of :initform arguments for the sake of older Emacsen.
1817         (registry-lookup-breaks-before-lexbind): New method to demonstrate
1818         pre-lexbind merge bug.
1819         (registry-usage-test): Use it.
1820         (initialize-instance, registry-db): Move the non-function initforms
1821         back to the class definition.
1822
1823 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
1824
1825         * registry.el: New library to manage gnus-registry-style data.
1826
1827         * gnus-registry.el: Use it (major rewrite).
1828
1829         * nnregistry.el: Use it.
1830
1831         * spam.el: Use it.
1832
1833 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1834
1835         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1836         marks on non-selected articles.
1837
1838 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1839
1840         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1841         parameter to open-protocol-stream.
1842
1843 2011-04-01  Julien Danjou  <julien@danjou.info>
1844
1845         * mm-view.el (mm-display-inline-fontify): Do not fontify with
1846         fundamental-mode.
1847
1848 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1849
1850         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1851         servers.
1852
1853 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1854
1855         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1856         made marks not propagate, again.
1857
1858 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
1859
1860         * proto-stream.el (open-protocol-stream): Bring back `network' type.
1861         Make this the default type.
1862         (proto-stream-open-plain): Rename from proto-stream-open-default.
1863         (open-protocol-stream, proto-stream-open-starttls)
1864         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1865         with `plain'.
1866
1867         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1868         value.
1869
1870         * nntp.el (nntp-open-connection-function): Document the fact that some
1871         values are not functions but are instead handled specially.
1872         Recognize nntp-open-plain-stream value.
1873         (nntp-open-connection): Recognize that value.
1874
1875 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1876
1877         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
1878         where it seems to be needed.
1879
1880 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1881
1882         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1883         stuff.
1884
1885         * gnus-score.el (gnus-score-string): Fix calling convention of
1886         `gnus-simplify-buffer-fuzzy' after last patches.
1887
1888         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1889         server for articles we didn't get any headers for.  This is a sanity
1890         check.
1891
1892 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
1893
1894         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1895         new CAPABILITY, use it.
1896
1897 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1898
1899         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1900         downloading anything.
1901
1902         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1903
1904 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
1905
1906         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1907         colors.
1908         (gnus-splash-svg-color-symbols): New function.
1909
1910 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1911
1912         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1913         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1914         (gnus-simplify-subject-fuzzy): Use the local
1915         gnus-simplify-subject-fuzzy-regex instead of the global one.
1916         This makes using this variable in group parameters work.
1917
1918 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1919
1920         * gnus-registry.el (gnus-registry-unfollowed-groups):
1921         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1922         archive:sent-YYYY-MM-DD groups).
1923         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1924         tracking if there are more than `gnus-registry-max-track-groups'
1925         matches.
1926
1927 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1928
1929         * message.el (message--yank-original-internal): New function to do the
1930         insertion cleanly inside eval in `message-yank-original'.
1931         (message-yank-original): Use it.
1932
1933 2011-03-29  Julien Danjou  <julien@danjou.info>
1934
1935         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1936         local variables disabled rather than `normal-mode'.
1937
1938 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1939
1940         * imap.el (imap-shell-open, imap-process-connection-type):
1941         Use imap-process-connection-type for 'shell' streams as well as
1942         Kerberos, SSL, other subprocesses.
1943
1944 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1945
1946         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1947         with open-network-stream.
1948         (proto-stream-always-use-starttls): Option removed.
1949         (open-protocol-stream): Return a process object by default.  Provide a
1950         new parameter :return-list specifying a list-type return value, which
1951         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1952         :type `network' to `try-starttls', and `network-only' to `default'.
1953         Make `default' the default, for compatibility with open-network-stream.
1954         Handle the no-parameter case exactly as open-network-stream, with no
1955         additional stream processing.  Search plists using plist-get.
1956         Explicitly add :end-of-commend parameter if it is missing.
1957         (proto-stream-open-default): Rename from
1958         proto-stream-open-network-only.  Return 'default as the type.
1959         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1960         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1961         failed.  Always return a list with a (possibly dead) process as the
1962         first element, for compatibility with open-network-stream.
1963         (proto-stream-open-tls): Use plist-get.  Always return a list.
1964         (proto-stream-open-shell): Return `default' as connection type.
1965         (proto-stream-capability-open): Use plist-get.
1966         (proto-stream-eoc): Function deleted.
1967
1968         * nnimap.el (nnimap-stream, nnimap-open-connection)
1969         (nnimap-open-connection-1): Handle renaming of :type parameter for
1970         open-protocol-stream.
1971         (nnimap-open-connection-1): Pass a :return-list parameter
1972         open-protocol-stream to obtain a list return value.  Parse this list
1973         using plist-get.
1974
1975         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1976         for open-protocol-stream.  Accept open-protocol-stream return value
1977         that is a subprocess object instead of a list.  Handle the case of a
1978         dead returned process.
1979
1980 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1981
1982         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1983
1984         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1985
1986 2011-03-21  Julien Danjou  <julien@danjou.info>
1987
1988         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1989         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1990         query.
1991         (mm-inline-text): Render normal text with fontification whenever
1992         possible.
1993
1994         * gnus-sum.el (gnus-summary-save-parts-1):
1995         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1996         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1997         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1998         Use `mm-handle-filename'.
1999
2000         * mm-util.el (mm-handle-filename): New function, return the filename of
2001         an handle.
2002
2003 2011-03-18  Julien Danjou  <julien@danjou.info>
2004
2005         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
2006         (gnus-buffer-live-p): Check that buffer is not nil.
2007
2008 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2009
2010         * gnus.el: No Gnus v0.15 is released.
2011
2012 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013
2014         * time-date.el (format-seconds): Use assoc instead of assoc-string to
2015         avoid warning on XEmacs.
2016
2017         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
2018         on XEmacs.
2019
2020         * gnus-art.el: Require mouse, which the build bot seems to say is
2021         needed.
2022
2023         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
2024
2025         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
2026         XEmacs, since it doesn't have url-retrieve-synchronously.
2027
2028         * time-date.el (format-seconds): Use assoc instead of assoc-string,
2029         since assoc-string doesn't exist in XEmacs.
2030
2031 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
2032
2033         * gnus-group.el (gnus-group-list-ticked): New function.
2034         (gnus-group-make-menu-bar): Provide a menu entry for it.
2035         (gnus-group-list-map): Provide a binding for it.
2036
2037 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2038
2039         * shr.el (shr-visit-file): New command.
2040
2041         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
2042
2043 2011-03-17  Bjørn Mork  <bjorn@mork.no>
2044
2045         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
2046         servers.
2047
2048 2011-03-16  Julien Danjou  <julien@danjou.info>
2049
2050         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
2051         inline.
2052
2053         * gnus-art.el (article-hide-list-identifiers):
2054         Use gnus-group-get-list-identifiers.
2055
2056         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
2057         (gnus-summary-remove-list-identifiers):
2058         Use gnus-group-get-list-identifiers to get regexp.
2059         (gnus-select-newsgroup, gnus-summary-insert-subject)
2060         (gnus-summary-insert-articles):
2061         Call gnus-summary-remove-list-identifiers unconditionally.
2062
2063 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2064
2065         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
2066         we're selecting a group with unread articles.
2067
2068         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
2069
2070         * gssapi.el: New file separated out from imap.el to provide a general
2071         Kerberos 5 connection facility for Emacs.
2072
2073         * message.el (message-elide-ellipsis): Document the format spec
2074         ellipsis.
2075
2076 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2077
2078         * message.el (message-elide-region): Allow the ellipsis to say how many
2079         lines were removed.
2080
2081 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2082
2083         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
2084         window configurations containing buffers that are now dead.
2085
2086         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
2087         parsing to avoid integer overflows.
2088         (nnimap-parse-flags): Simplify the last change.
2089         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
2090         too large for 32-bit Emacsen.
2091
2092 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2093
2094         * auth-source.el (auth-source-netrc-create):
2095         * message.el (message-yank-original): Fix use of `case'.
2096
2097 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2098
2099         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
2100         XEmacs, which was one character too wide.
2101
2102 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
2103
2104         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
2105         default number of articles to display.
2106         (gnus-articles-to-read): Use pretty names for prompt.
2107
2108 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2109
2110         * gnus-int.el (gnus-open-server): Ditto.
2111
2112         * gnus-start.el (gnus-activate-group): Give a backtrace if
2113         debug-on-quit is set and the user hits `C-g'.
2114         (gnus-read-active-file): Ditto.
2115
2116         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
2117
2118 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
2119
2120         * message.el (message-yank-original): Use cond instead of CL case.
2121
2122 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2123
2124         * auth-source.el (auth-source-netrc-create): Use usual format for the
2125         default in prompts.
2126
2127 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2128
2129         * lpath.el: Fbind read-char-choice for XEmacs.
2130
2131 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2132
2133         * auth-source.el (auth-source-netrc-create): Show the default in the
2134         prompt when prompting for token creation.
2135
2136 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2137
2138         * auth-source.el (auth-source-format-prompt): Always convert the value
2139         to a string to avoid evaluating non-string arguments.
2140         (auth-source-netrc-create): Offer default properly, not as initial
2141         content in `read-string'.
2142         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
2143         of line to determine if we've been run before.  If so, don't run again,
2144         but print a trivial message to indicate the cache was hit instead.
2145
2146 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
2147
2148         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
2149         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
2150         The user will have to run `gnus-sync-read' manually and wait for Cloudy
2151         Gnus.
2152
2153 2011-03-11  Julien Danjou  <julien@danjou.info>
2154
2155         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
2156         modified file".
2157
2158 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
2159
2160         * auth-source.el (auth-source-read-char-choice): New function to read a
2161         character choice using `dropdown-list', `read-char-choice', or
2162         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
2163         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
2164         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
2165         (auth-source-netrc-saver): Use it.
2166         (auth-source-pick-first-password): New convenience function.
2167
2168 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
2169
2170         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
2171         parameter in the credentials.
2172         (nnimap-open-connection-1): Use it after a successful login.
2173         (nnimap-credentials): Add IMAP-specific user and password prompt.
2174
2175         * auth-source.el (auth-source-search): Add :require parameter, taking a
2176         list.  Document it and the :save-function return token.  Pass :require
2177         down.  Change the CREATED message from a warning to a debug statement.
2178         (auth-source-search-backends): Pass :require down.
2179         (auth-source-netrc-search): Pass :require down.
2180         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
2181         Change save prompt to indicate all modifications saved here are
2182         deletions.
2183         (auth-source-netrc-create): Take user login name as default in user
2184         prompt.  Move all the save functionality to a lexically bound function
2185         under the :save-function token in the returned list.  Set up clearer
2186         default prompts for user, host, port, and secret.
2187         (auth-source-netrc-saver): New function, intended to be wrapped for
2188         :save-function.
2189
2190 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2191
2192         * shr.el (shr-table-horizontal-line): Change the defaults for the table
2193         lines to be spaces instead.
2194
2195 2011-03-07  Julien Danjou  <julien@danjou.info>
2196
2197         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
2198         (sieve-sasl-auth): Check that auth-source-search did return something,
2199         or just return an empty string.
2200
2201 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2202
2203         * gnus.el (gnus-interactive): Use read-directory-name.
2204
2205         * gnus-uu.el (gnus-uu-decode-uu-and-save)
2206         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
2207         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
2208         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
2209         Likewise.
2210
2211         * gnus-group.el (gnus-group-make-directory-group): Likewise.
2212
2213 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
2216         onto the list of killed groups, too.  This makes killed nnimap groups,
2217         for instance, more reliably not reappear.
2218
2219         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
2220         the parent.
2221
2222         * gnus-sum.el (gnus-update-read-articles): Fix typo.
2223
2224         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
2225         really have server-side marks.
2226
2227         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
2228         since most backends do not usefully have server-side marks.
2229         (gnus-update-read-articles): Propagate marks to all backends that
2230         really have server-side marks.
2231
2232 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2233
2234         * message.el (message-cite-reply-position, message-cite-style):
2235         New variables.
2236         (message-yank-original): Use the new citation styles.
2237
2238 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
2239
2240         * message.el (message-options): Revert 22da67af (workaround for XEmacs
2241         buffer-local issue); don't mark it buffer-local when running under
2242         XEmacs.
2243
2244 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
2245
2246         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
2247         numbers too big to be `read'.
2248
2249 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
2250
2251         * password-cache.el (password-in-cache-p): Add autoload.
2252
2253         * message.el (message-options): Make buffer-local two ways to attempt
2254         to fix a XEmacs bug.
2255
2256 2011-03-02  Julien Danjou  <julien@danjou.info>
2257
2258         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
2259
2260 2011-03-01  Julien Danjou  <julien@danjou.info>
2261
2262         * gnus-art.el (list-identifier): Add list-identifier as a parameter
2263         group.
2264         (article-hide-list-identifiers): Use list-identifier group parameter.
2265
2266 2011-02-28  Julien Danjou  <julien@danjou.info>
2267
2268         * sieve.el (sieve-buffer-script-name): New local variable to store
2269         sieve script name.
2270         (sieve-edit-script): Store sieve script name.
2271         (sieve-upload): Use sieve script name when uploading.
2272         (sieve-upload): Use substitute-command-keys.
2273         (sieve-edit-script): Use substitute-command-keys.
2274         (sieve-refresh-scriptlist): Use substitute-command-keys.
2275         (sieve-manage-mode-map): Define keymap properly.
2276         (sieve-manage-mode): Do not set mode name manually, change mode-name to
2277         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
2278         Remove commented code about cvs.
2279         (sieve-manage-quit): New function.
2280         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
2281
2282 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2283
2284         * gnus-group.el (gnus-import-other-newsrc-file): New function.
2285
2286 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
2287
2288         * auth-source.el (auth-source-search): Cache empty result sets.
2289
2290         * password-cache.el (password-in-cache-p): Convenience function to
2291         check if a key is in the cache, even if the value is nil.
2292
2293         * auth-source.el (auth-source-save-behavior): New variable to replace
2294         `auth-source-never-create'.
2295         (auth-source-netrc-create): Use it.
2296         (auth-source-never-save): Remove.
2297
2298 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
2299
2300         * nnimap.el (nnimap-stream): Doc fix.
2301         (nnimap-open-connection-1): Reverse the order of the ports to that the
2302         prompted-for port is first.
2303
2304         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
2305         retrieval by the no-group selection.
2306
2307         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
2308         numerical parameters.
2309
2310 2011-02-25  Julien Danjou  <julien@danjou.info>
2311
2312         * gnus-gravatar.el: Use gnus-with-article-buffer.
2313
2314         * gnus-art.el (gnus-with-article-buffer): Check that the
2315         gnus-article-buffer is alive.
2316
2317 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2318
2319         * auth-source.el (auth-source-creation-prompts): New variable to manage
2320         creation-time prompts.
2321         (auth-source-search): Document it.
2322         (auth-source-format-prompt): Add utility function.
2323         (auth-source-netrc-create): Don't default the user name to
2324         user-login-name.  Use `auth-source-creation-prompts' and some default
2325         prompts for user, host, port, and password (the default generic prompt
2326         remains ugly).
2327         (auth-source-never-save): Add customizable option to never save info.
2328         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
2329         mode excursion.
2330
2331 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2332
2333         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
2334         argument that XEmacs doesn't support.
2335
2336         * dgnushack.el (dgnushack-compile): Exclude color.el from being
2337         compiled for Emacsen having no `libxml-parse-html-region' support.
2338
2339         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
2340
2341         * lpath.el: Bind buffer-save-without-query for XEmacs.
2342
2343 2011-02-23  Julien Danjou  <julien@danjou.info>
2344
2345         * gnus-art.el (article-make-date-line): Ignore errors if time is
2346         invalid and not convertible.
2347         (article-make-date-line): Only add lapsed time if time is not nil.
2348
2349 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
2350
2351         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2352         `read-char-choice' for backwards compatibility.
2353         (auth-source-netrc-element-or-first): New function to DTRT for
2354         parameter extraction.
2355         (auth-source-netrc-create): Use it and fix multiple parameter print
2356         bug.  Use the default passed from above (given-default) or the
2357         built-in (user-login-name for :user).
2358
2359 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
2360
2361         * gnus-start.el (gnus-dribble-read-file):
2362         Set buffer-save-without-query, since we always want to save the dribble
2363         file, probably.
2364
2365         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2366         nnimap.
2367
2368         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2369         -summary- since it's a user-visible variable.
2370
2371         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2372         first time you use the new Gnus.
2373
2374 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
2375
2376         * auth-source.el: Don't load netrc.el.
2377         (auth-sources): Search ~/.netrc as well by default.
2378         (auth-source-debug): Add 'trivia option for extra output.
2379         (auth-source-do-trivia): Use it.
2380         (auth-source-search): Simplify logic to use
2381         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
2382         appropriate.  Don't keep a running count at this level.  Layer :create
2383         and :delete options appropriately on the first and second passes.
2384         Don't track the backend with the search results.
2385         (auth-source-search-backends): New function to search a list of
2386         backends for a processed spec.
2387         (auth-source-netrc-parse): Cache all netrc files, making
2388         auth-source-netrc-cache an alist keyed by the file name and using the
2389         file mtime as the caching criterion.  Keep the obfuscated data secret
2390         with a lexical bind.
2391         (auth-source-netrc-search): Don't calculate the length of the results
2392         unnecessarily.
2393         (auth-source-search-backends): Fix bug.
2394         (auth-source-netrc-create): Rework prompts.
2395
2396 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
2397
2398         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2399         Lower case names of search constraints.
2400         (nnir-run-query): Cache and reuse search constraints for all imap
2401         servers.
2402
2403 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
2404
2405         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2406         after exit.
2407         (gnus-setup-message): Define missing variable from last checkin.
2408
2409         * gnus-sum.el (gnus-summary-show-article): When called with t as the
2410         value, show the raw article.
2411
2412 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2413
2414         * gnus.el: No Gnus v0.13 is released.
2415
2416 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2417
2418         * nnimap.el (nnimap-open-connection-1): Revert last change, since
2419         auth-source now accepts numbers.
2420
2421         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2422         spec, too.
2423         (auth-source-ensure-strings): New function.
2424
2425         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2426         (gnus-article-setup-buffer): Always restart the date timer so that user
2427         changes to the frequency is respected.
2428
2429         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2430         port numbers, so make sure it gets that if nnimap-server-port is
2431         explicit.
2432
2433 2011-02-21  Simon Josefsson  <simon@josefsson.org>
2434
2435         * nnimap.el (nnimap-inbox): Doc fix.
2436
2437 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
2438
2439         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
2440         Autoload.  Add optional arg FRAME, and pass it to color-values.
2441         (color-complement): Caller changed.  Doc fix.
2442         (color-gradient): Rewrite for better clarity and efficiency.
2443
2444 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
2445
2446         * shr-color.el (shr-color->hexadecimal): Use renamed function names
2447         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2448         color-lab-to-srgb.
2449
2450 2011-02-20  Drew Adams  <drew.adams@oracle.com>
2451
2452         * color.el: First part of merge from hexrgb.el.
2453         (color-rgb-to-hex): Rename from color-rgb->hex.
2454         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
2455         saturation to zero if the value is too small.
2456         (color-rgb-to-hsl): Rename from color-rgb->hsl.
2457         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
2458         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
2459         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
2460         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
2461         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
2462         (color-cie-de2000): Doc fix.
2463
2464 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2465
2466         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2467         given method as in the group name if we're using an extended method.
2468         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2469         command, if we're using that, instead of waiting for the beginning.
2470
2471         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2472         we're sure to get unique server names, and we don't output two async
2473         commands in the same buffer.  This fixes an NNTP hang for some users.
2474
2475 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2476
2477         * gnus.el: No Gnus v0.11 is released.
2478
2479 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2480
2481         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2482         summary buffer before reading going to the next buffer.  This avoids
2483         putting the point in the group buffer if you `C-g' the command.
2484
2485         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2486         cache (for now) to make ~/.authinfo.gpg files usable.
2487
2488         * nnfolder.el (copyright-update): Define for the compiler.
2489
2490         * auth-source.el (auth-source-search): Fix unbound variable.
2491
2492 2011-02-19  Glenn Morris  <rgm@gnu.org>
2493
2494         * gnus.el (gnus-meta): Doc fix.
2495
2496 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
2497
2498         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2499         in case it's not yet loaded.
2500
2501 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2502
2503         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2504         line we're waiting for.
2505
2506 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2507
2508         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2509         face with line-width greater than zero will cause RET in gnus summary
2510         buffer to scroll down article page-wise because auto vscroll happens,
2511         it should be temporalily disabled when doing a scroll-up.
2512
2513 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2514
2515         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2516         outputs from the server.
2517
2518 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2519
2520         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2521         later so that bbdb can hook in easier.
2522
2523 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2524
2525         * auth-source.el (auth-source-search): Don't try to create credentials
2526         if the caller doesn't want that.
2527         (auth-source-search): If we don't find a match, don't bug out on
2528         non-bound variables.
2529         (auth-source-search): Only ask a single backend to create the
2530         credentials.
2531
2532         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2533         logging.
2534         (nnimap-credentials): Protect against auth-source-search returning nil.
2535         (nnimap-request-list): Protect against not being able to open the
2536         server.
2537
2538 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2539
2540         * auth-source.el (auth-source-search): Do a two-phase search, one with
2541         no :create to get the responses from all backends.
2542
2543         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2544         when getting credentials.
2545
2546         * gnus-util.el (gnus-delete-duplicates): New function.
2547
2548 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2549
2550         * nnimap.el (nnimap-credentials): Instead of picking the first port as
2551         a creation default, pass the whole port list down.  It will be
2552         completed.
2553
2554         * auth-source.el (auth-source-search): Updated docs to talk about
2555         multiple creation choices.
2556         (auth-source-netrc-create): Accept a list as a value (from the search
2557         parameters) and do completion on that list.  Keep a separate netrc line
2558         with the password obscured for showing the user.
2559
2560         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2561         first choice to `auth-source-search' so it will be used for entry
2562         creation instead of the server's Gnus-specific name.
2563         (nnimap-credentials): Rely on the auth-source library to select which
2564         port is actually wanted in the new netrc entry, so don't override
2565         `auth-source-creation-defaults'.
2566
2567         * auth-source.el (auth-source-netrc-parse): Use :port instead of
2568         :protocol and accept a missing user, host, or port as a wildcard match.
2569         (auth-source-debug): Default to off.
2570
2571         (auth-source-netrc-search, auth-source-netrc-create)
2572         (auth-source-secrets-search, auth-source-secrets-create)
2573         (auth-source-user-or-password, auth-source-backend, auth-sources)
2574         (auth-source-backend-parse-parameters, auth-source-search): Use :port
2575         instead of :protocol.
2576
2577         * nnimap.el (nnimap-credentials): Pass a port default to
2578         `auth-source-search' in case an entry needs to be created.
2579         (nnimap-open-connection-1): Use :port instead of :protocol.
2580
2581 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2582
2583         * auth-source.el: Bind load-path when loading EIEIO from
2584         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
2585         21.4 doesn't support, to `require'.
2586         (auth-source-secrets-search): Use mm-delete-duplicates instead of
2587         delete-dups that is not available in XEmacs 21.4.
2588
2589 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
2590
2591         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
2592         as EIEIO must also be loaded when auth-source.el is being
2593         byte-compiled.
2594
2595 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2596
2597         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
2598
2599         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
2600
2601         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
2602
2603         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
2604
2605         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
2606
2607         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
2608
2609         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
2610
2611         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
2612         necessary.
2613
2614 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2615
2616         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2617         nil means that nnimap doesn't get updated.
2618
2619 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2620
2621         * auth-source.el (auth-source-netrc-create): Return a synthetic search
2622         result when the user doesn't want to write to the file.
2623         (auth-source-netrc-search): Expect a synthetic result and proceed
2624         accordingly.
2625         (auth-source-cache-expiry): New variable to override
2626         `password-cache-expiry'.
2627         (auth-source-remember): Use it.
2628
2629         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2630         parameter.  Create entry if necessary by using :create t.
2631         (nnimap-open-connection-1): Don't pass `inhibit-create'.
2632
2633 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
2634
2635         * auth-source.el (auth-source-debug): Enable by default and don't
2636         mention the obsolete `auth-source-hide-passwords'.
2637         (auth-source-do-warn): New function to debug unconditionally.
2638         (auth-source-do-debug): Use it.
2639         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2640         and for Secrets API entries when the secrets.el library is not
2641         available.
2642
2643 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2644
2645         * gnus-sum.el (gnus-propagate-marks): Default to nil.
2646         (gnus-summary-exit): Kill the correct article buffer on exit from a
2647         `C-d' group.
2648
2649         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2650         gnus-propagate-marks.
2651
2652         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2653         before killing the buffers so that a non-full window conf gets handled
2654         correctly.
2655         (gnus-summary-exit): Ditto.
2656         (gnus-summary-read-group-1): Ditto.
2657
2658         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2659         async code again so that we can debug it properly.
2660
2661         * message.el (message-reply): Take an optional switch-buffer parameter
2662         so that Gnus window confs are respected better.
2663
2664 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2665
2666         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2667         `plist-get' to accept non-list parameters (XEmacs issue).
2668         Fix docstring.
2669         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2670         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2671         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2672         Login collection is "Login" and not "login".
2673
2674 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2675
2676         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2677         multiple headers.
2678
2679         * nnimap.el (nnimap-inhibit-logging): New variable.
2680         (nnimap-log-command): Don't log login commands.
2681
2682         * auth-source.el (auth-source-netrc-search): The asserts seem to want
2683         to have more parameters.
2684
2685         * nnimap.el (nnimap-send-command): Mark the command time for each
2686         command, so that we don't get NOOPs stepping on our toes.
2687
2688         * gnus-art.el (article-date-ut): Get the date from the Date header on
2689         `t'.
2690
2691 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2692
2693         * auth-source.el (auth-source-search): Use copy-sequence instead of
2694         the cl.el copy-list.
2695
2696 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2697
2698         * imap.el: Bring it back (revert
2699         84d800cd31de3064f0ed39617d725709a2f8f42f).
2700
2701 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
2702
2703         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2704         Improve prompt.
2705
2706 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2707
2708         * gnus-art.el (gnus-article-mode-line-format): Remove the article
2709         washing status from the default format.  It isn't very informative.
2710
2711 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
2712
2713         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2714         Fix Gcc processing on imap.
2715
2716 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2717
2718         * imap.el: Remove file.  All the functionality is in nnimap.el.
2719
2720 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2721
2722         * message.el (message-bury): Don't pop up a new window when selected
2723         window is dedicated.
2724
2725 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2726
2727         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2728
2729 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
2730
2731         * sieve-manage.el: Autoload `auth-source-search'.
2732         (sieve-sasl-auth): Use it.
2733
2734 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
2735
2736         * nnimap.el: Autoload `auth-source-forget+'.
2737         (nnimap-open-connection-1): Use it if the connection fails.
2738
2739         * auth-source.el: Require `password-cache'.
2740         (auth-source-hide-passwords, auth-source-cache): Remove and mark
2741         obsolete.
2742         (auth-source-magic): Marker for `password-cache' keys.
2743         (auth-source-do-cache): Update docstring.
2744         (auth-source-search): Use and check cache.
2745         (auth-source-forget-all-cached, auth-source-remember)
2746         (auth-source-recall, auth-source-forget, auth-source-forget+)
2747         (auth-source-specmatchp): Caching support functions.
2748         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2749         Remove and obsolete.
2750         (auth-source-user-or-password): Remove caching to further discourage
2751         using it.  Always hide passwords.
2752
2753         * password-cache.el (password-cache-remove): Accept secrets that are
2754         not strings.
2755
2756 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2757
2758         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2759         code for now, since it doesn't work for all users.
2760
2761 2011-02-09  Julien Danjou  <julien@danjou.info>
2762
2763         * message.el (message-options): Make message-options really buffer
2764         local.
2765
2766 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
2767
2768         * mail-source.el: Autoload `auth-source-search'.
2769         (mail-source-keyword-map): Note order matters.
2770         (mail-source-set-1): Get all the mail-source source values and
2771         defaults and search auth-source on those if needed.  This can all
2772         probably be simplified.
2773
2774         * nnimap.el: Autoload `auth-source-search'.
2775         (nnimap-credentials): Use it.
2776         (nnimap-open-connection-1): Ask for the virtual server and physical
2777         address in one shot.
2778
2779         * nntp.el: Autoload `auth-source-search'.
2780         (nntp-send-authinfo): Use it.  Note TODO.
2781
2782 2011-02-08  Julien Danjou  <julien@danjou.info>
2783
2784         * shr.el (shr-tag-body): Add support for text attribute in body
2785         markups.
2786
2787         * message.el (message-options): Make message-options a local variable.
2788
2789 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2790
2791         * auth-source.el (auth-source-secrets-search)
2792         (auth-source-user-or-password): Use `append' instead of `nconc'.
2793         (auth-source-user-or-password): Build return list better and protect
2794         against nil :secret.
2795
2796 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2797
2798         * nnimap.el (nnimap-update-info): Refactor slightly.
2799         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2800         (nnimap-update-info): Clean up slightly.
2801         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2802         characters.
2803         (nnimap-process-quirk): Rename function to avoid collision.
2804         (nnimap-update-info): Fix macrology bug-out.
2805         (nnimap-update-info): Simplify split history test.
2806
2807 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
2808
2809         * auth-source.el (top): Require 'eieio unconditionally.
2810         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2811         (auth-source-secrets-search): Limit search when `max' is greater than
2812         number of results.
2813
2814 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2815
2816         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2817         part not returning any data.
2818
2819         * proto-stream.el (open-protocol-stream): Document the return value.
2820
2821 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2822
2823         * auth-source.el (auth-source-secrets-search): Add examples.
2824
2825 2011-02-06  Julien Danjou  <julien@danjou.info>
2826
2827         * message.el (message-setup-1): Handle message-generate-headers-first
2828         set to t.
2829
2830 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2831
2832         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2833         API with a string "secrets:collection-name" and with 'default.
2834         (auth-source-backend-parse): Parse "secrets:collection-name" and
2835         'default.  Recurse on parses instead of repeating code.  Use the
2836         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
2837         message when ignoring a source.
2838         (auth-source-search): List ignored search keys at the top level.
2839         (auth-source-netrc-create): Use `case' instead of `cond'.
2840         (auth-source-secrets-search): Created with TODOs.
2841         (auth-source-secrets-create): Created with TODOs.
2842         (auth-source-retrieve, auth-source-create, auth-source-delete)
2843         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2844         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2845         (auth-source-user-or-password-sftp)
2846         (auth-source-user-or-password-smtp): Remove.
2847         (auth-source-user-or-password): Deprecated and modified to be a wrapper
2848         around `auth-source-search'.  Not tested thoroughly.
2849
2850 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2851
2852         * auth-source.el: Bring in assoc and eioeio libraries.
2853         (secrets-enabled): New variable to track the status of the Secrets API.
2854         (auth-source-backend): New EIOEIO class to represent a backend.
2855         (auth-source-creation-defaults): New variable to set prompt defaults
2856         during token creation (see the `auth-source-search' docstring for
2857         details).
2858         (auth-sources): Simplify to allow a simple string as a netrc backend
2859         spec.
2860         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2861         (auth-source-backend-parse-parameters): Fill in the backend parameters.
2862         (auth-source-search): Main auth-source API entry point.
2863         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2864         (auth-source-search-collection): Helper function for searching.
2865         (auth-source-netrc-parse, auth-source-netrc-normalize)
2866         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2867         Supports search, create, and delete.
2868         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2869         backend stubs.
2870         (auth-source-user-or-password): Call `auth-source-search' but it's not
2871         ready yet.
2872
2873 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2874
2875         * message.el (message-setup-1): Remove the read-only stuff, since it
2876         doesn't work under XEmacs, for some reason.
2877
2878         * gnus-sum.el (gnus-user-date): Rename back from
2879         gnus-summary-user-date since user code refers to it.
2880
2881         * shr.el (shr-render-td): Store the actual background color used.
2882
2883         * message.el (message-setup-1): Don't bind the constant
2884         -forbidden-properties.
2885         (message-setup-1): Revert previous change, since it needs to bind the
2886         props to insert them.
2887         (message-resend): Allow removing the read-only separator line.
2888
2889 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2890
2891         * nnimap.el (nnimap-request-accept-article): Give an error message if
2892         the APPEND wasn't successful.
2893
2894 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
2895
2896         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2897         that have no groups.
2898
2899 2011-02-03  Julien Danjou  <julien@danjou.info>
2900
2901         * gnus-draft.el: Remove progn around gnus-draft-setup.
2902
2903 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2904
2905         * gnus-start.el (gnus-read-active-for-groups): This function is never
2906         called with a nil `infos', so clean that up.
2907         (gnus-get-unread-articles): Request active files from primary/secondary
2908         methods that have no groups (yet).
2909
2910 2011-02-03  Julien Danjou  <julien@danjou.info>
2911
2912         * message.el (message-setup-1): Always generate References first.
2913         (message-mail): Return the return value of message-setup, not always t.
2914         (message-setup-1): Insert mail-header-separator with read-only and
2915         intangible properties set.
2916
2917         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2918         user-date in docstring.
2919
2920         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2921
2922         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2923         docstring.
2924
2925         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2926         defcustom, with type and group. Move from gnus-util.el. Rename to
2927         gnus-summary-user-date-format-alist.
2928
2929 2011-02-03  Glenn Morris  <rgm@gnu.org>
2930
2931         * nnimap.el (gnus-fetch-headers): Declare.
2932
2933         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2934
2935 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2936
2937         * message.el (message-forward-make-body-digest-plain)
2938         (message-followup, message-reply): Clean up things noted by Stefan.
2939
2940         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2941         gnus-article-update-date-headers is nil.
2942         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2943         it didn't really work with defcustom.
2944         (article-update-date-lapsed): Make sure the window start doesn't move,
2945         either.
2946
2947 2011-02-01  Julien Danjou  <julien@danjou.info>
2948
2949         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2950         format.
2951
2952         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2953         standard in Emacs nowadays.
2954
2955         * color.el (color-gradient): Add a color-gradient function.
2956
2957 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2958
2959         * message.el (message-expand-name): Don't trust the return value of
2960         bbdb-complete-name.
2961         (message-check-news-header-syntax): Remove unused var `start'.
2962         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2963         (message-inhibit-body-encoding): Move to before first use.
2964         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2965         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2966         (Organization, Message-ID, Date, mh-previous-window-config):
2967         Defvar the vars using dynamic scoping.
2968
2969 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2970
2971         * shr.el (shr-render-td): Only do colors at the final rendering.
2972         Should be slightly faster.
2973         (shr-insert-table): Fix up TD background colors when doing the
2974         vertical padding.
2975
2976         * gnus-art.el (article-date-ut): Protect against articles with no Date
2977         header.
2978         (article-update-date-lapsed): Don't use current-column to find the
2979         horizontal position.  It's fragile in the presence of \003 characters.
2980
2981         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2982
2983 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2984
2985         * gnus-art.el (article-transform-date): Rewrite to still work when
2986         there are several rfc2822 parts.
2987         (article-transform-date): Fix infinite recursion.
2988         (article-date-ut): Replace infinitely many Date headers with a single
2989         one when called interactively.
2990
2991         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2992         secure manner.
2993
2994         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2995         move around by not using save-window-excursion.  It seems to work...
2996
2997 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2998
2999         * gnus-art.el (article-make-date-line): Work for user-defined format.
3000
3001 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3002
3003         * nntp.el (nntp-retrieve-group-data-early)
3004         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
3005         fetching functions.
3006
3007         * gnus-start.el (gnus-read-active-for-groups): Read the active files
3008         thoroughly for all backends that have no known groups.  This should
3009         allow new nnml methods to retrieve mail.
3010
3011         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
3012         that Gnus doesn't know exists again.
3013
3014         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
3015         (gnus-treat-date-ut): Ditto.
3016         (gnus-article-update-date-header): Rename.
3017         (gnus-treat-date-local): Remove.
3018         (gnus-treat-date-english): Remove.
3019         (gnus-treat-date-lapsed): Remove.
3020         (gnus-treat-date-combined-lapsed): Remove.
3021         (gnus-treat-date-original): Remove.
3022         (gnus-treat-date-iso8601): Remove.
3023         (gnus-treat-date-user-defined): Remove.
3024         (gnus-article-date-headers): New variable to control all the date
3025         header options.
3026         (article-date-ut): Rewrite to allow using the new way to format date
3027         headers(s).
3028
3029 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3030
3031         * nnmail.el (nnmail-article-group): Check for a direct fancy split
3032         method.
3033         (nnmail-article-group): A better test for fanciness.
3034
3035         * nnimap.el (nnimap-request-head): Protect against not finding the
3036         article by Message-ID.
3037
3038 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
3039
3040         * gnus-art.el (article-update-date-lapsed): Try a better way to really
3041         keep point at the "same place".
3042
3043 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3044
3045         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
3046         data if the group is unactivated.
3047
3048 2011-01-28  Julien Danjou  <julien@danjou.info>
3049
3050         * gnus-win.el: Remove dead function gnus-window-configuration-element.
3051         (gnus-all-windows-visible-p): Remove old compatibility code.
3052         (gnus-window-top-edge): Add docstring.
3053
3054         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
3055
3056 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3057
3058         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
3059         older request-update-info.
3060
3061         * gnus-art.el (article-make-date-line): Limit the length a bit more.
3062
3063 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
3064
3065         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
3066         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
3067
3068 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3069
3070         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
3071         groups.  This makes the nndraft:queue group pop up if it's not already
3072         there.
3073
3074         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
3075         messages" logic, which was reversed.
3076
3077         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
3078         the "same place" even if point is on the line being replaced.
3079         (article-update-date-lapsed): Allow updating both the combined lapsed
3080         and the lapsed headers.
3081         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
3082         (article-make-date-line): Limit the number of segments dynamically to
3083         avoid too-long lines.
3084
3085 2011-01-27  Julien Danjou  <julien@danjou.info>
3086
3087         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
3088         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
3089
3090 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3091
3092         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
3093         Use plist-get instead of the cl function getf.
3094
3095 2011-01-27  Glenn Morris  <rgm@gnu.org>
3096
3097         * gnus-util.el (float-time): Get rid of compiler warning, again.
3098
3099 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3100
3101         * shr.el (shr-put-color): Special-case background colors: Do put them
3102         at the blank parts at the front of the lines.
3103
3104         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
3105         exit hook to nix out all data on readedness on group exit.
3106
3107         * gnus-util.el (float-time): If float-time is bound, always use it on
3108         all Emacsen.  It's unclear why the subrp check was there.
3109         (time-date): Require to make some autoload issues on XEmacs go away.
3110
3111         * shr.el (shr-put-color): Don't do the box padding in tables, since
3112         they're already padded.
3113
3114 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3115
3116         * gnus-art.el (gnus-article-next-page): When the last line of the
3117         article is displayed, scroll down once more instead of going to the
3118         next article at once.
3119         (article-lapsed-string): Refactor out and allow specifying how many
3120         segments you want.
3121         (gnus-article-setup-buffer): Start updating the lapsed header directly.
3122         (gnus-article-update-lapsed-header): New variable.
3123
3124         * shr.el: Revert change that made headings use different-sized faces.
3125         The Emacs display engine isn't advanced enough that, for instance,
3126         tables can comfortably use differently-sized faces.
3127
3128 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3129
3130         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
3131         used.
3132         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
3133         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
3134         we're using an encrypted connection.
3135
3136         * proto-stream.el: Alter the interface functions to also return the
3137         actual stream type used: network or tls.
3138
3139 2011-01-25  Julien Danjou  <julien@danjou.info>
3140
3141         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
3142         (mm-display-javascript-inline): New function.
3143
3144         * mm-decode.el (mm-inline-media-tests): Add application/javascript
3145         viewing function.
3146
3147 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3148
3149         * shr.el (shr-expand-newlines): Fix variable name.
3150
3151 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3152
3153         * shr.el (shr-expand-newlines): Make nested boxes work.
3154
3155 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
3156
3157         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
3158         backgrounds.
3159         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
3160         in a more sensible manner.
3161
3162 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
3163
3164         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
3165         if EPG is loaded.
3166
3167 2011-01-24  Julien Danjou  <julien@danjou.info>
3168
3169         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
3170         tags.
3171
3172 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
3173
3174         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
3175         commands.
3176
3177         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
3178         in the article buffer.
3179         (gnus-gravatar-insert): Use blank space from the current buffer to
3180         avoid breaking text properties.  This makes X-Sent updating work again.
3181
3182         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
3183
3184 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
3185
3186         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
3187         fix the bug in url-http.el instead.
3188
3189         * shr.el (shr-image-fetched): Ditto.
3190
3191         * shr.el (shr-image-fetched): Avoid having point move in the article
3192         buffer.
3193
3194         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
3195         buffer after being called.  It's apparently being killed by url.el, and
3196         killing it made point move to end-of-buffer in a random buffer.
3197
3198         * shr.el (shr-image-fetched): Ditto.
3199
3200 2011-01-23  Julien Danjou  <julien@danjou.info>
3201
3202         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
3203
3204         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
3205         text/x-org.
3206
3207 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3208
3209         * gnus-sum.el (gnus-summary-move-article): Protect against backends
3210         (i.e., nnimap) returning nil as the article number.
3211
3212 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3213
3214         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
3215         "DelSp" parameter in RFC3676.
3216
3217 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3218
3219         * message.el (message-check-recipients): Display the encoded version of
3220         the bogus address if they differ.
3221
3222         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
3223         after sending.
3224
3225         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3226
3227         * gnus-group.el (gnus-group-refresh-group): New convenience function.
3228
3229         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
3230         group buffer after sending the queue.
3231
3232         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3233
3234 2011-01-22  Julien Danjou  <julien@danjou.info>
3235
3236         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
3237
3238 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3239
3240         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
3241         nested related parts.
3242
3243         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
3244         unexpired articles.  This fixes the regression that led expiry marks to
3245         disappear from nnfolder groups.
3246
3247 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3248
3249         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
3250         Don't confuse the "ret" of "retrograde" with RET.
3251
3252 2011-01-21  Julien Danjou  <julien@danjou.info>
3253
3254         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
3255         than mm-insert-inline.
3256
3257 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3258
3259         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
3260         Widen article buffer.
3261
3262 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3263
3264         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
3265         the temp buffer.
3266         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
3267
3268 2011-01-20  Julien Danjou  <julien@danjou.info>
3269
3270         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
3271
3272         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
3273         than mm-insert-inline to insert inline part: this respect
3274         mm-inline-media-tests displayers.
3275
3276         * mm-view.el (mm-display-shell-script-inline): New function.
3277
3278         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
3279
3280         * mm-uu.el (mm-uu-type-alist): Add org block.
3281         (mm-uu-org-src-code-block-extract): New function.
3282
3283         * mm-view.el (mm-display-org-inline): New function.
3284
3285         * mm-decode.el (mm-automatic-display): Add text/org.
3286
3287         * mailcap.el (mailcap-mime-extensions): Add .org.
3288
3289 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3290
3291         * gnus-art.el (gnus-article-highlight): Remove argument passed to
3292         gnus-article-add-buttons.
3293
3294 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
3295
3296         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
3297         From header with a date and "nobody" as the sender.
3298
3299 2011-01-19  Julien Danjou  <julien@danjou.info>
3300
3301         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
3302         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
3303         if you have the same regexp several times.
3304         (gnus-button-push): Fix matching when regexp is symbol.
3305
3306 2011-01-15  Glenn Morris  <rgm@gnu.org>
3307
3308         * message.el (message-mail): A compose-mail function should
3309         accept headers as strings.
3310
3311 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
3312
3313         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
3314         Add :vert-only tags.
3315         (message-mail): New arg RETURN-ACTION.
3316         (message-return-action): New var.
3317         (message-bury): Use it.
3318         (message-mode): Make it buffer-local.
3319         (message-send-and-exit): Always call message-bury.
3320
3321         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
3322         message-mail.
3323
3324 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3325
3326         * nnimap.el (nnimap-convert-partial-article): Protect against
3327         zero-length body parts.
3328
3329         * mm-decode.el (mm-preferred-alternative-precedence):
3330         Discourage showing empty parts.
3331
3332         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
3333         and stuff if the backend didn't return the article number.  This fixes
3334         an Exchange-related nnimap bug.
3335
3336         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
3337         group window, because it does the wrong thing when a separate frame
3338         displays the group buffer.
3339
3340         * proto-stream.el (open-protocol-stream): Protect against the low-level
3341         transport functions returning nil.
3342
3343 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
3344
3345         * mml2015.el (epg-sub-key-fingerprint): Autoload.
3346         (mml2015-epg-find-usable-secret-key): New function.
3347         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
3348         mml2015-epg-find-usable-key (Bug#7797).
3349         (mml2015-epg-encrypt): Ditto.
3350
3351 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * dgnushack.el (rot13-string): Fix the way to get the argument.
3354
3355 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3356
3357         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
3358
3359 2011-01-03  Glenn Morris  <rgm@gnu.org>
3360
3361         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
3362
3363         * sieve.el (sieve-open-server): Give a more explicit error if
3364         sieve-manage-open returns nil.  (Bug#7720)
3365
3366 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
3367
3368         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
3369
3370 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3371
3372         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
3373         This avoids sending passwords in plain text over non-encrypted
3374         channels.
3375
3376         * shr.el (shr-rescale-image): Display all GIF images as animated images.
3377
3378         * nnimap.el (nnimap-login): Refactored out into own function, and
3379         implement CRAM-MD5.
3380         (nnimap-wait-for-line): Refactored out.
3381
3382         * mm-view.el (mml-smime): Require.
3383
3384 2010-12-20  David Engster  <deng@eml.cc>
3385
3386         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3387         use EPG to decrypt S/MIME messages instead of openssl.
3388
3389 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3390
3391         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3392
3393         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3394         status is the group clearly is unreachable.
3395
3396         * auth-source.el (auth-source-create): Add the optional second
3397         parameter to `local-variable-p' to be compatible with XEmacs.
3398
3399 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
3400
3401         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3402         work when using a compressed nnml folder.
3403
3404 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3405
3406         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3407         backends after sanitising on entry, because this never makes sense:
3408         If the articles have gone missing, then the data no longer exists on
3409         the backend, and if they haven't, then Gnus is wrong, and shouldn't
3410         overwrite anything anyway.
3411
3412         * shr.el (shr-insert-document): Bind shr-width dynamically to
3413         window-width if it's nil.
3414
3415 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
3416
3417         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3418         with the meaning of using the full emacs window width for rendering.
3419
3420 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
3421
3422         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3423         case when sender is not given.
3424
3425 2010-12-23  Julien Danjou  <julien@danjou.info>
3426
3427         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3428         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3429         the addresses, otherwise we might misplaced the gravatar.
3430
3431 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
3432
3433         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3434         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3435         obsolete in Emacs.
3436
3437 2010-12-20  Julien Danjou  <julien@danjou.info>
3438
3439         * gnus-util.el (gnus-rescale-image): Revert last change.
3440
3441 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
3442
3443         * binhex.el: Improve commentary (Bug#7482).
3444
3445 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3446
3447         * gnus-group.el (gnus-group-delete-articles): New command.
3448
3449 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3450
3451         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3452
3453 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3454
3455         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3456         here, since it's up to the backends to do CRLF removal if their
3457         protocol has it.
3458
3459         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3460
3461 2010-12-17  Julien Danjou  <julien@danjou.info>
3462
3463         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3464         they are from file. Can also scale up.
3465
3466 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3467
3468         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
3469         gnus-use-agent.
3470         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3471
3472         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3473
3474 2010-12-17  Julien Danjou  <julien@danjou.info>
3475
3476         * gravatar.el (gravatar-retrieve-synchronously): New function.
3477         (gravatar-get-data): Make more robust.
3478
3479 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3480
3481         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
3482
3483 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3484
3485         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3486         to really consider the last line.
3487
3488 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3489
3490         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3491         list of recipient keys, or use symmetric encryption if not a list.
3492         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3493         EPA override, replacing the call to `netrc-store-data'.
3494
3495 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
3496
3497         * gnus-srvr.el: Avoid passing nil regexp argument to
3498         delete-matching-lines.
3499
3500 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3501
3502         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3503         fetching stops when Gnus exits.
3504
3505         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3506         function.
3507         (nnfolder-request-expire-articles): Save all the buffers after doing
3508         expiry.
3509
3510         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3511         the last article", since that led to serious performance regressions
3512         when expiring nnml groups.
3513
3514 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
3515
3516         * nnir.el: Improve customizations.
3517
3518 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3519
3520         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3521
3522         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3523         group has been killed.
3524         (gnus-group-yank-group): Ditto.
3525
3526         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3527
3528         * nnimap.el (nnimap-request-update-group-status): New function.
3529
3530         * gnus-int.el (gnus-request-update-group-status): New interface
3531         function.
3532
3533         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3534         copying read-ness to the backends.
3535
3536         * nnimap.el (nnimap-quirk): New function.
3537         (nnimap-retrieve-group-data-early): Use it.
3538         (nnimap-quirks): New alist.
3539
3540 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3541
3542         * shr.el (shr-insert): Set shr-start after deleting trailing space;
3543         don't delete it within indentation.
3544
3545 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3546
3547         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3548         previous line.
3549
3550 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3551
3552         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3553         QRESYNC command by deleting a superfluous space which broke Cyrus
3554         servers.  This change will break other servers that are buggy the other
3555         way around.
3556
3557 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3558
3559         * spam.el: Reindent and fix long lines.
3560         (spam-copy-or-move-routine): Exclude invalid move destinations.
3561
3562 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3563
3564         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3565         installed the registry.
3566
3567 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3568
3569         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
3570
3571 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3572
3573         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3574         groupname doesn't contain "gmane".
3575
3576 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3577
3578         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
3579         and netrc-bound-and-true-p bindings.
3580         (netrc-parse): Cache the netrc contents.
3581
3582         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3583         (gnus-1): Don't create the nndrafts group twice.
3584         (gnus-setup-news): There's no need to read the active file here, since
3585         that's done again later on a per-backend basis.
3586         (gnus-start-draft-setup): Make sure that the new group is started out
3587         empty.
3588
3589         * gnus-agent.el (gnus-agentize): Don't create the queue group
3590         automatically on startup.  It'll be created later, if needed.
3591
3592         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3593         of automatically subscribed groups.
3594         (gnus-auto-subscribed-categories): New variable.
3595         (gnus-matches-options-n): Use it.
3596         (gnus-default-subscribed-newsgroups): Remove unused variable.
3597         (gnus-start-draft-setup): Message a bit less.
3598
3599 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3600
3601         * nnir.el (nnir-run-imap): Return article list in order of increasing
3602         UID.
3603
3604 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3605
3606         * gnus-sum.el (gnus-summary-enter-digest-group):
3607         Mention gnus-auto-select-on-ephemeral-exit.
3608
3609         * proto-stream.el (proto-stream-open-network-only): Fix the calling
3610         convention of the network-only option.
3611
3612 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3613
3614         * proto-stream.el (proto-stream-open-network-only): New function to
3615         have a way to specify non-STARTTLS upgrade connections.
3616
3617 2010-12-10  Julien Danjou  <julien@danjou.info>
3618
3619         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3620         email address is nil.
3621
3622         * message.el (message-bogus-recipient-p): Set address to "" if nil.
3623
3624 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
3625
3626         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3627         deletion.
3628         (nnir-run-imap): Only need to parse list once.
3629
3630 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3631
3632         * shr.el (shr-tag-script): Ignore <script>.
3633         (shr-tag-label): Add <label> support.
3634
3635 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3636
3637         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3638
3639         * shr.el (shr-image-displayer): Work for images lined side by side.
3640
3641 2010-12-08  Robert Pluim  <rpluim@gmail.com>
3642
3643         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3644         parameter, since XEmacs doesn't accept t as a parameter.
3645
3646 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
3647
3648         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3649         ids.
3650         (nnir-run-gmane): Simplify groupspec formatting.
3651         (nnir-request-expire-articles): New function.
3652
3653 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3654
3655         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3656         overflow, possibly.
3657
3658         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3659         (shr-render-td): Handle td style="" better.
3660         (shr-tag-table): Use the color from the style sheet.
3661         (shr-render-td): Make sure we copy over all the overlays, too.
3662
3663 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
3664
3665         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3666         (nnir-request-article): Improve article retrieval.
3667
3668 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3669
3670         * mm-util.el (mm-extra-numeric-entities): New variable.
3671
3672         * mm-url.el (mm-url-decode-entities):
3673         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3674
3675         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
3676
3677 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3678
3679         * message.el: Use completion-at-point.
3680         (message-completion-function): New fun, extracted from message-tab.
3681         (message-mode): Use it for completion-at-point-functions.
3682         (message-tab): Use it and completion-at-point.
3683
3684 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3685
3686         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3687         character if a non-breakable character follows.
3688
3689 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3690
3691         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3692         any stream.
3693
3694         * shr.el (shr-tag-font): Colorize the region.
3695         (shr-tag-body): Ditto.
3696         (shr-tag-font): Actually let the styles be inherited instead of
3697         overwriting them.
3698         (shr-tag-font): Get the background color right.
3699         (shr-tag-style): Ignore all <style> tags for the moment.
3700
3701         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3702         a Message-ID to avoid having nnimap depend on gnus-sum.
3703
3704         * shr.el (shr-descend): Only colorize something if we have a node that
3705         sets colors.
3706
3707 2010-12-06  Julien Danjou  <julien@danjou.info>
3708
3709         * shr.el (shr-render-td): Render td content with shr-descend, so style
3710         will be applied to <td> too.
3711         (shr-colorize-region): Colorize region even if we only have a background.
3712         (shr-tag-body): Fix color and background color inheritance.
3713         Do not recolorize after shr-generic.
3714         (shr-tag-font): Let shr-generic colorize via inheritance.
3715
3716 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3717
3718         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3719
3720 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
3721
3722         * nnir.el (nnir-request-move-article): Remove obsolete code.
3723
3724 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3725
3726         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3727
3728 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3729
3730         * gnus-sum.el (gnus-summary-respool-article): The completion function
3731         expects a list instead of an alist.
3732
3733         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3734         string as the parameter.
3735
3736         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3737
3738         * shr.el (shr-stylesheet): New dynamic variable for cascading the
3739         styles.
3740         (shr-colorize-region): New function.
3741         (shr-insert-background-overlay): Remove.
3742         (shr-render-td): Background setting should be taken care of on a higher
3743         level.
3744         (shr-tag-body): Use post-hoc colorizations.
3745         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3746         (shr-put-color-1): Don't overwrite old colors.
3747         (shr-colorize-region): When the background color isn't explicit, use
3748         a fixed background.
3749
3750         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3751         nnmail variables.
3752
3753 2010-12-05  Bjørn Mork  <bjorn@mork.no>
3754
3755         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3756         unless necessary.
3757
3758 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
3759
3760         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3761         server.
3762
3763 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3764
3765         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3766         so that TAB works.
3767
3768         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3769         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3770
3771         * shr.el (shr-urlify): Show the URL before the title to avoid
3772         misleading URLs.
3773
3774 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
3775
3776         * shr.el (shr-urlify): Display the title in <a> tags.
3777
3778 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
3779
3780         * nnir.el (nnir-categorize): Replace mapcar with mapc.
3781
3782 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
3783
3784         * nnir.el: Rearrange code to allow macros to be autoloaded by
3785         gnus-sum.el.
3786         (nnir-retrieve-headers-override-function): Make this variable
3787         customizable.
3788         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3789
3790         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3791         from nnir.el.
3792
3793 2010-12-03  Julien Danjou  <julien@danjou.info>
3794
3795         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3796
3797 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3798
3799         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3800         allow optional argument `environment'.
3801
3802 2010-12-03  Glenn Morris  <rgm@gnu.org>
3803
3804         * mm-extern.el (message-goto-body): Update declaration.
3805
3806 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3807
3808         * gnus-util.el (gnus-macroexpand-all): New function.
3809
3810         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3811         instead of macroexpand-all that is unavailable in XEmacs.
3812
3813 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
3814
3815         * nnir.el (nnir-summary-line-format): New variable.
3816         (nnir-mode): Use it.
3817         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3818         (nnir-article-ids): Reimplement as defsubst.
3819         (nnir-retrieve-headers): Don't mangle the subject header.
3820         (nnir-run-imap): Use 100 as RSV score.
3821         (nnir-run-find-grep): Fix for full server searching.
3822         (nnir-run-gmane): Better restriction to gmane groups.
3823
3824         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3825         summary buffers.
3826
3827 2010-12-02  Julien Danjou  <julien@danjou.info>
3828
3829         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3830
3831         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3832
3833         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3834         support.
3835
3836 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
3837
3838         * nnir.el: Update to handle the registry better.
3839         (autoload): Silence byte-compiler.
3840         (nnir-open-server): Add a hook for nnir groups.
3841         (nnir-request-move-article): Don't mangle the header. Better to use
3842         formating variables (which will be added in the future).
3843         (nnir-registry-action): Update the registry using the original article
3844         group name.
3845         (nnir-mode): Install nnir-specific hooks for updating the registry.
3846
3847         * gnus-sum.el
3848         (gnus-article-original-subject,gnus-newsgroup-original-name):
3849         Remove obsolete variables.
3850         (gnus-summary-move-article): Remove use of obsolete variables.
3851         (gnus-summary-local-variables): Make move and delete hooks local to
3852         summary buffers.
3853
3854 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3855
3856         * rtree.el: New file.
3857
3858 2010-12-01  Julien Danjou  <julien@danjou.info>
3859
3860         * message.el (message-user-organization): Do not use
3861         gnus-local-organization.
3862
3863         * gnus.el: Remove gnus-local-organization.
3864
3865         * gnus-msg.el: Remove nastygram thing.
3866
3867 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3868
3869         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3870         funcall.
3871
3872 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3873
3874         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3875         names.
3876
3877         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3878         characters.
3879
3880         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3881         to t of inhibit-read-only since it is inside gnus-with-article-headers.
3882         Suggested by Štěpán Němec <stepnem@gmail.com>.
3883         (gnus-gravatar-transform-address): Use mail-extract-address-components
3884         that supports non-ASCII names rather than mail-header-parse-addresses.
3885
3886 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3887
3888         * proto-stream.el (open-protocol-stream): All starttls connections are
3889         handled by the network handler.
3890
3891 2010-11-30  Julien Danjou  <julien@danjou.info>
3892
3893         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3894         (nnimap-open-connection-1): Fix PREAUTH.
3895
3896         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3897
3898 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3901         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3902         (shr-insert): Use them.
3903         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3904
3905 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3906
3907         * nnir.el (nnir-request-move-article): Bail out if original group
3908         doesn't support article moves.
3909         (nnir-get-active): Improve active list retrieval.
3910
3911 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3912
3913         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3914
3915 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3916
3917         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3918         seem to accept strings-with-numbers as port numbers,
3919
3920 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3921
3922         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3923         change the registry.
3924
3925 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3926
3927         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3928         delete-dups that is not available in XEmacs 21.4.
3929
3930         * mm-util.el (mm-delete-duplicates): Add comment.
3931
3932 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3933
3934         * nnir.el (nnir-ignored-newsgroups): New variable.
3935         (nnir-get-active): Use it.
3936
3937 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3938
3939         * proto-stream.el (proto-stream-open-network): Add some comments.
3940
3941         * nntp.el (nntp-open-connection): Provide a :success condition.
3942
3943         * nnimap.el (nnimap-open-connection-1): Ditto.
3944
3945         * proto-stream.el (proto-stream-open-network): See what the response to
3946         the STARTTLS command is.
3947
3948         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3949         backwards compatibility).
3950         (nnimap-open-connection-1): Really respect nnimap-server-port.
3951
3952         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3953         TLS upgrades we don't really care about the identity of the peer.
3954         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3955         that what we've checked for.
3956         (proto-stream-always-use-starttls): Only default to t if
3957         open-gnutls-stream exists.
3958         (proto-stream-open-network): If STARTTLS failed, then just open a
3959         normal connection.
3960         (proto-stream-open-network): Wait until the greeting before doing
3961         STARTTLS.
3962
3963         * nntp.el (nntp-open-connection): Report what the connection error is.
3964
3965         * proto-stream.el (open-protocol-stream): Rename from
3966         open-proto-stream.
3967
3968 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3969
3970         * nnimap.el (nnimap-stream): Change default to `undecided'.
3971         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3972         first, and then network.
3973         (nnimap-open-connection-1): Respect nnimap-server-port.
3974         (nnimap-open-connection): Be more backwards-compatible.
3975
3976         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3977         (proto-stream-open-starttls): De-duplicate the starttls code.
3978         (proto-stream-open-starttls): Folded back into the main function.
3979         (proto-stream-open-network): Fix typo in the gnutls path.
3980         (proto-stream-command): Refactor out.
3981
3982         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3983
3984         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3985         starttls.el STARTTLS.
3986
3987         * color.el (color-lab->srgb): Fix function call name.
3988
3989         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3990         if we're using tls.el.
3991         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3992         built in, then don't try to establish a STARTTLS connection.
3993
3994         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3995         servers.
3996
3997         * proto-stream.el (open-proto-stream): Use network, not stream.
3998         (open-proto-stream): Add a way to specify what the end of a command is.
3999
4000         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
4001         connections types.
4002         (nntp-open-network-stream): Remove.
4003         (nntp-open-ssl-stream): Remove.
4004         (nntp-open-tls-stream): Remove.
4005         (nntp-ssl-program): Remove.
4006
4007         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
4008
4009 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
4010
4011         * nnir.el: Fix typos.
4012         (nnir-retrieve-headers-override-function): Rename variable to reflect
4013         new semantics.
4014         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
4015         macros.
4016         (nnir-request-article, nnir-request-move-article): Use them.
4017         (nnir-categorize): New function.
4018         (nnir-run-query): Use it.
4019         (nnir-retrieve-headers): Rewrite to batch header retrieval.
4020         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
4021         sorted.
4022         (nnir-group-full-name): Use gnus-group-full-name instead.
4023         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
4024         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
4025
4026 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4027
4028         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
4029
4030         * proto-stream.el: New library to provide protocol-specific
4031         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
4032         protocols.
4033         (open-proto-stream): Complete the documentation.
4034         (proto-stream-open-network): Fix some typos.
4035
4036         * nnimap.el (nnimap-open-connection): Use it.
4037
4038 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
4039
4040         * pop3.el (pop3-open-server): Read server greeting before starting TLS
4041         negotiation.
4042
4043 2010-11-26  Julien Danjou  <julien@danjou.info>
4044
4045         * color.el: Rename various rgb functions to srgb.
4046
4047 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4048
4049         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
4050         names.
4051
4052 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4053
4054         * shr.el (shr-insert): Revert last change.
4055         (shr-find-fill-point): Never leave point being at bol;
4056         relax the kinsoku limitation when rendering tables.
4057
4058 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4059
4060         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
4061         results from -accept-article.
4062
4063         * shr-color.el: Require cl when compiling.
4064
4065         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
4066         checkin.
4067
4068         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
4069
4070         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
4071
4072         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
4073         'add and 'delete to set backend marks.
4074
4075         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
4076
4077         * nnheader.el (nnheader-update-marks-actions): Refactor out.
4078
4079         * nntp.el (nntp-request-set-mark): Use it.
4080
4081         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4082
4083         * nnml.el (nnml-request-set-mark): Ditto.
4084
4085         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
4086         introduces regressions in article selection.
4087         (nnimap-find-uid-response): New function.
4088         (nnimap-request-accept-article): Use the UID returned, if any.
4089         (nnimap-request-move-article): Use the UID returned, if any.
4090         (nnimap-get-groups): Reimplement to work with folded lines.
4091         (nnimap-find-uid-response): The UID is the last element in the list.
4092         (nnimap-request-set-mark): Extend syntax with 'set.
4093
4094         * nnml.el (nnml-request-set-mark): Ditto.
4095
4096         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4097
4098         * nntp.el (nntp-request-set-mark): Ditto.
4099
4100 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4101
4102         * message.el (message-called-interactively-p): A temporary macro.
4103         (message-goto-body): Use it temporarily.
4104
4105 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4106
4107         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
4108         (nnimap-last-response-string): Unfold quoted lines, if they exist.
4109         (nnimap-last-response-string): Fix last unfolding fix.
4110
4111 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * shr.el (shr-insert): Fix the way to fold lines.
4114
4115 2010-11-25  Julien Danjou  <julien@danjou.info>
4116
4117         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
4118
4119         * color.el: Rename from color-lab.el
4120         (color-rgb->hex): Add.
4121         (color-complement): Add.
4122         (color-complement-hex): Add.
4123
4124         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
4125
4126 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4127
4128         * shr-color.el (shr-color-visible): Don't bug out if the color names
4129         don't exist.
4130
4131 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4132
4133         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
4134         assuming that article displaying or another mml-preview may be
4135         interrupted for an error or for the like.
4136
4137         * shr.el (shr-get-background): Fix argument name.
4138
4139 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4140
4141         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
4142
4143         * gnus-sum.el (gnus-summary-include-articles): New function.
4144
4145         * message.el (message-goto-body): called-interactively-p needs a
4146         parameter, so use `any'.
4147
4148         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
4149         clear marks before moving, since they're synced from the Gnus side
4150         first.
4151
4152         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
4153         (gnus-summary-move-article): Copy over all marks before moving, so that
4154         IMAP doesn't think a new article has arrived.
4155
4156 2010-11-24  Julien Danjou  <julien@danjou.info>
4157
4158         * shr.el (shr-insert-background-overlay): Fix typo.
4159         (shr-render-td): Copy the background before rendering.
4160
4161         * shr-color.el (shr-color-visible): Fix docstring.
4162
4163         * shr.el (shr-tag-table): Add bgcolor support.
4164         (shr-render-td): Add bgcolor support.
4165         (shr-get-background): Add.
4166         (shr-insert-foreground-overlay): Use shr-get-background.
4167
4168         * message.el (message-goto-body): Use called-interactively-p.
4169         (message-in-body-p): message-goto-body returns point.
4170
4171 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4172
4173         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
4174         Fixes something or other in Emacs 23, and is backwards compatible.
4175
4176         * message.el (message-goto-body): Remove the <#secure special-casing,
4177         which is too special.
4178
4179         * shr.el (shr-parse-style): Drop !important from styles.
4180
4181 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
4182
4183         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
4184         this function to return incorrect results when calling it with an
4185         explicit article argument different from
4186         (gnus-summary-article-number).
4187
4188 2010-11-24  Julien Danjou  <julien@danjou.info>
4189
4190         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
4191         (shr-tag-body): Add background support.
4192         (shr-descend): Add background support.
4193         (shr-tag-title): Add.
4194
4195         * shr-color.el (shr-color-visible): Really return original background
4196         if fixed.
4197
4198 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4199
4200         * shr.el (shr-color-check): Protect against non-existent color names.
4201
4202 2010-11-24  Julien Danjou  <julien@danjou.info>
4203
4204         * color-lab.el: Require 'cl when compiling.
4205
4206         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
4207
4208         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
4209         matched part.
4210
4211         * color-lab.el: Fix all expt calls to use float type.
4212
4213 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4214
4215         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
4216         expression to shr-color-check as is.
4217
4218         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
4219
4220         * color-lab.el: Add coding cookie.
4221         (float-pi): Use eval-and-compile.
4222
4223         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
4224         compiled for Emacsen having no `libxml-parse-html-region' support.
4225
4226 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4227
4228         * shr.el (shr-insert-color-overlay): Split stuff like
4229         "#444444 !important" to find the real color.
4230         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
4231         parse <font color="red"> entries.
4232
4233 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
4234
4235         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
4236         point when parsing headers.
4237
4238         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
4239         is positioned properly when parsing headers.
4240
4241 2010-11-23  Julien Danjou  <julien@danjou.info>
4242
4243         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
4244
4245         * shr-color.el (shr-color->hexadecimal): Add support for color names.
4246
4247         * shr.el (shr-parse-style): Replace \n with space in style parsing.
4248
4249         * shr-color.el (shr-color-hsl-to-rgb-fractions):
4250         Use shr-color-hue-to-rgb.
4251         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
4252
4253 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4254
4255         * shr.el (shr-color->hexadecimal): Autoload.
4256         (shr-descend): Add color to all tags.
4257
4258 2010-11-22  Julien Danjou  <julien@danjou.info>
4259
4260         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
4261         shr-color->hexadecimal.
4262
4263         * shr-color.el (shr-color->hexadecimal): Add converting functions for
4264         RGB() or HSL() color representation.
4265
4266         * shr.el (shr-tag-font): Add.
4267         (shr-tag-color-check): New function to get better colors.
4268         (shr-tag-insert-color-overlay): Factorize code between tag-font and
4269         tag-span.
4270
4271         * shr-color.el: New file.
4272
4273         * color-lab.el: New file.
4274
4275         * gnus-art.el (gnus-url-mailto): Do not downcase args.
4276
4277 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
4278
4279         * nnir.el: Fix typo in comments.
4280         (nnir-run-imap): Simplify code. No need to reverse artlist.
4281         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
4282
4283 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4284
4285         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
4286
4287         * nnimap.el (nnimap-get-capabilities): Refactor out.
4288         (nnimap-open-connection): Re-request capabilities after STARTTLS.
4289
4290 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
4291
4292         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
4293         appearing when `mm-uu-hide-markers' is nil.
4294
4295 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4296
4297         * nnimap.el (nnimap-unselect-group): Make into its own function.
4298         (nnimap-request-rename-group): Unselect group before renaming.
4299         This had gotten lost somewhere.
4300         (nnimap-request-accept-article): Keep track of examined groups, and
4301         unselect the group before APPENDing to read-only groups.
4302         (nnimap-request-move-article): Clear flags before moving so that they
4303         can be re-set later.
4304
4305 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4306
4307         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
4308         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
4309
4310 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4311
4312         * gnus-art.el (gnus-mime-display-single)
4313         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
4314         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
4315         parameter.
4316
4317 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4318
4319         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
4320         (shr-table-vertical-line): New variable.
4321         (shr-insert-table): Use it.
4322
4323 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4324
4325         * gnus-html.el (gnus-html-wash-images): Don't display images if
4326         gnus-inhibit-images is non-nil; register displayer for cid images.
4327         (gnus-html-display-image): Work for cid image.
4328         (gnus-html-insert-image): Allow arguments.
4329         (gnus-html-put-image): Inhibit read-only.
4330         (gnus-html-prefetch-images): Don't prefetch images if
4331         gnus-inhibit-images is non-nil.
4332
4333 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4334
4335         * shr.el (shr-put-image): Break lines when inserting big pictures.
4336
4337 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4338
4339         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
4340         sender, thanks Katsumi Yamaoka.
4341
4342 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
4343
4344         * nnir.el (nnir-run-imap): Reverse the article list for each group
4345         rather than the whole list.
4346
4347 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4348
4349         * shr.el (shr-image-displayer): Protect function against non-existent
4350         image source.
4351
4352         * gnus-art.el (gnus-inhibit-images): New user option.
4353         (gnus-mime-display-single): Don't display image if it is non-nil.
4354
4355         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
4356         gnus-inhibit-images.
4357
4358         * shr.el (shr-image-displayer): New function.
4359         (shr-tag-img): Use it.
4360
4361 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4362
4363         * mml2015.el (mml2015-epg-sign): Use From header.
4364
4365 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4366
4367         * gnus-html.el (gnus-html-wash-images): Register a displayer.
4368
4369         * gnus-util.el (gnus-find-text-property-region): Return markers.
4370
4371         * shr.el (shr-tag-img): Put a displayer in the text property.
4372
4373         * gnus-util.el (gnus-find-text-property-region): New utility function.
4374
4375         * gnus-html.el (gnus-html-display-image): Make the alt optional.
4376         (gnus-html-show-images): Remove.
4377
4378         * gnus-art.el (gnus-article-show-images): New, more general function.
4379
4380         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
4381         image url text properties.
4382
4383         * shr.el: Ditto.
4384
4385         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
4386         gnus-agent-auto-agentize-methods is set.  Which it isn't.
4387
4388 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4389
4390         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4391         work for two or more articles.
4392
4393 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4394
4395         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4396         divide an image that's in an html article to two or more when washing
4397         non-ASCII characters in alt text of it.
4398
4399 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4402         smime-decrypt-region using function argument.
4403         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4404
4405         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4406
4407         * smime.el (smime-decrypt-region): Catch it.
4408
4409 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4410
4411         * smime.el (smime-mode-map): Move initialization into declaration.
4412         (gnus-run-mode-hooks): Don't autoload.
4413         (smime-mode): Use define-derived-mode.
4414
4415 2010-11-11  Glenn Morris  <rgm@gnu.org>
4416
4417         * smime.el (from): Restrict declaration to XEmacs.
4418
4419         * nnir.el (gnus-group-topic-name): Autoload.
4420
4421 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4422
4423         * shr.el (shr-insert): Don't break long line if it is because of
4424         kinsoku-bol characters in the line end.
4425
4426 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
4427
4428         * nnir.el (nnir-request-move-article): Fix to provide original group
4429         and subject.
4430         (nnir-warp-to-article): Don't fail on articles whose headers haven't
4431         been retrieved.
4432
4433         * gnus-sum.el (gnus-summary-move-article): Use original group and
4434         subject for virtual articles such as those in an nnir summary buffer.
4435
4436 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4437
4438         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4439         least 21.5).
4440
4441         * smime.el (from): Declare it again for XEmacs.
4442
4443 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4444
4445         * message.el (message-resend): Don't disable encoding unless it's
4446         already encoded.
4447
4448         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4449         low-numbered articles.
4450
4451 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4452
4453         * rfc2047.el (rfc2047-syntax-table): Simplify.
4454
4455         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
4456
4457         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4458         set-char-table-range for XEmacs.
4459
4460 2010-11-10  Glenn Morris  <rgm@gnu.org>
4461
4462         * time-date.el (time-to-seconds): Always an alias on Emacs,
4463         never a real function.
4464         (with-no-warnings): Remove compat stub, now unused.
4465         (time-less-p): Doc fix.
4466         (time-to-number-of-days): Simplify.
4467
4468         * smime.el (from): Remove unused declaration.
4469
4470         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4471         (gnus-float-time): On Emacs, always an alias.
4472
4473         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4474         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4475
4476 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4477
4478         * dgnushack.el: Don't use ignore-errors in the top level form since it
4479         is unavailable in XEmacs even if cl is loaded.
4480
4481         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4482
4483 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4484
4485         * shr.el (browse-url-mailto): Autoload.
4486
4487         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4488
4489         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4490         regexp doesn't need quoting.
4491
4492 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4493
4494         * message.el (message-subject-trailing-was-ask-regexp)
4495         (message-subject-trailing-was-regexp): Match was: in addition to was.
4496
4497 2010-11-09  Glenn Morris  <rgm@gnu.org>
4498
4499         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4500         (nnbabyl-check-mbox): Use point-at-bol.
4501
4502 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4503
4504         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4505
4506         * message.el (message-mailto): New function.
4507         (message-mailto): Should accept other parameters.
4508         (message-mailto): Remove since it duplicates browse-url-mailto
4509         functionality.
4510
4511 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4512
4513         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4514         methods.
4515         (gnus-read-active-file): Ditto.
4516
4517         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4518         ": " from the prompt.
4519         (gnus-group-make-group): Ditto.
4520
4521 2010-11-07  Glenn Morris  <rgm@gnu.org>
4522
4523         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4524         (gnus-bookmark-kill-line): Use point-at-eol.
4525
4526 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4527
4528         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4529         asterisks in From header.
4530
4531 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4532
4533         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4534         string to avoid making the From headers syntactically invalid.
4535
4536         * message.el (message-send-mail): Don't insert courtesy messages if the
4537         message already has List-Post and List-ID messages.
4538
4539 2010-11-06  Glenn Morris  <rgm@gnu.org>
4540
4541         * gnus-art.el (gnus-treat-article): Give dynamic local variables
4542         `condition', `type', `length' a prefix.
4543         (gnus-treat-predicate): Update for above name changes.
4544
4545 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
4546
4547         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4548         binding.  Handled by `gnus-summary-refer-thread' instead.
4549         (nnir-warp-to-article): New backend function.
4550
4551         * nnimap.el (nnimap-request-thread): Force dependency updating.
4552
4553         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4554         (gnus-summary-refer-thread): Rework to improve thread-referral.
4555
4556         * gnus-int.el (gnus-warp-to-article): New function.
4557
4558         * gnus-sum.el (gnus-summary-article-map): Bind it.
4559
4560 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
4561
4562         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4563         gnus-summary-refer-thread.
4564
4565         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4566         headers.
4567         (gnus-summary-limit-include-thread): Prevent articles in thread from
4568         being cut in gnus-cut-threads.
4569         (gnus-summary-refer-thread): Limit retrieved headers to those in
4570         thread.
4571
4572 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4573
4574         * message.el (message-send-mail): Use the value of
4575         message-courtesy-message from the message buffer.
4576
4577         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4578
4579         * shr.el (shr-browse-url): Implement mailto: URLs.
4580
4581         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4582         "raw".
4583
4584         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4585         if it's already selected.
4586
4587         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4588
4589 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4592         to measure the length and truncate alt text.
4593
4594 2010-11-03  Glenn Morris  <rgm@gnu.org>
4595
4596         * nndiary.el (nndiary-generate-nov-databases-1)
4597         (nndiary-generate-active-info): Rename dynamic variable `files' to
4598         something less generic.
4599
4600 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
4601
4602         * nnir.el (nnir-request-move-article): Call the underlying backend to
4603         move articles from nnir.
4604
4605 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4606
4607         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4608
4609 2010-11-02  Julien Danjou  <julien@danjou.info>
4610
4611         * nnir.el: Remove wais support.
4612
4613 2010-11-02  Glenn Morris  <rgm@gnu.org>
4614
4615         * gnus-html.el: Reorder requirements to quieten compiler.
4616
4617 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4618
4619         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4620         properly for XEmacs as well.
4621         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4622         (gnus-article-natural-long-line-p): Use window-width rather than
4623         frame-width.
4624
4625 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
4626
4627         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
4628         (nnir-read-parms): Don't modify query.
4629         (nnir-run-query): Add ability to search topic on current line.
4630         (nnir-get-active): Clean up.
4631
4632 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4633
4634         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4635         degenerate articles.
4636
4637         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4638         (gnus-print-buffer): Just print the buffer as is, without any copying
4639         to a buffer and then re-highlighting.
4640
4641         * nnimap.el (nnimap-request-group): Store the new updated info.
4642         (nnimap-request-group): Select the group when we don't know whether it
4643         exists or not.
4644
4645         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4646         groups.
4647
4648         * gnus-group.el (gnus-group-find-new-groups): Display all the new
4649         groups.
4650
4651         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4652         groups.
4653
4654         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4655         long-lines case by only filling the long lines.
4656
4657         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4658         (bug #7311).
4659
4660 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4661
4662         * shr.el: No need to declare `declare-function' since shr.el is for
4663         only Emacsen that provide `libxml-parse-html-region'.
4664
4665         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
4666         effective only in a file it is referred to.
4667
4668 2010-11-01  Glenn Morris  <rgm@gnu.org>
4669
4670         * mm-util.el (gnus-completing-read): Autoload.
4671         (mm-read-coding-system): Simplify Emacs definition.
4672
4673         * nnmail.el (gnus-activate-group):
4674         * nnimap.el (gnutls-negotiate):
4675         * nntp.el (netrc-parse): Fix declarations.
4676
4677 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4678
4679         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4680         string-match-p in Emacs >=23.
4681
4682         * gnus-msg.el (gnus-configure-posting-styles)
4683         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4684
4685 2010-11-01  Glenn Morris  <rgm@gnu.org>
4686
4687         * nnir.el (declare-function): Add compat stub.
4688         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4689         (nnir-run-gmane): Require 'mm-url.
4690
4691         * mm-util.el (mm-string-to-multibyte): Simplify.
4692
4693         * shr.el (declare-function): Add compat stub.
4694         (url-cache-create-filename): Declare.
4695         (mm-disable-multibyte, widget-convert-button): Autoload.
4696
4697         * smime.el (ldap-search): Declare.
4698         (smime-cert-by-ldap-1): Require ldap on Emacs.
4699
4700         * nnimap.el: Require nnmail, and gnus-sum when compiling.
4701         (nnimap-keepalive): Use gnus-float-time.
4702
4703         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4704         (mail-source-delete-crash-box): Use gnus-float-time.
4705
4706         * gnus-dired.el (gnus-completing-read): Autoload.
4707
4708         * mm-view.el (gnus-rescale-image): Autoload.
4709
4710         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4711
4712         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4713
4714         * sieve-manage.el: Require 'cl when compiling.
4715
4716         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4717         (gnus-iswitchb-completing-read): Require iswitchb.
4718         (gnus-select-frame-set-input-focus): Silence compiler.
4719
4720 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4721
4722         * message.el (message-subject-trailing-was-query): Change default to t,
4723         since I think that's what most people want.
4724
4725         * nnimap.el (nnimap-request-accept-article): Erase buffer before
4726         appending for easier debugging.
4727         (nnimap-wait-for-connection): Take a regexp.
4728         (nnimap-request-accept-article): Wait for the continuation line before
4729         sending anything unless we're streaming.
4730
4731         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4732         leave the header washing to take place.
4733
4734 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4735
4736         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4737         regular expression match and replace in posting styles.
4738
4739 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
4740
4741         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4742         an entire server.
4743         (nnir-get-active): New function.
4744         (nnir-run-imap): Use it.
4745         (nnir-run-gmane): Who knew, gmane search returns an article score!
4746
4747         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4748         server on the current line with nnir.
4749
4750 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4751
4752         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4753         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4754         left edge.
4755         (gnus-article-foldable-buffer): Skip past the prefix when determining
4756         raggedness.
4757
4758         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4759         the raw article, and change `C-u g' to show the article without doing
4760         treatments.
4761
4762         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4763         on to `gnus-treat-article'.
4764         (gnus-inhibit-article-treatments): New variable.
4765
4766         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4767
4768         * gnus-art.el (gnus-treatment-function-alist): Have
4769         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4770         (gnus-treat-fill-long-lines): Change default to fill all text/plain
4771         sections.
4772
4773         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4774         parameter.
4775         (gnus-article-fill-cited-long-lines): New function.
4776         (gnus-article-fill-cited-article): Allow filling only long sections.
4777
4778         * shr.el (shr-find-fill-point): Don't break lines between punctuation
4779         and non-punctuation (like after the apostrophe in "'We").
4780
4781         * gnus-sum.el (gnus-summary-select-article): Make sure
4782         gnus-original-article-buffer is alive.
4783
4784         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4785         reflect the order they're in in the digest.
4786
4787         * gnus.el (gnus-group-startup-message): Move point to the start of the
4788         buffer.
4789
4790         * nnimap.el (nnimap-capability): New function.
4791         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4792         is set.
4793
4794 2010-10-31  David Engster  <dengste@eml.cc>
4795
4796         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4797         conform with changes to gnus-completing-read.
4798
4799 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4800
4801         * shr.el (shr-tag-img): Output "*" instead of "[img]".
4802
4803 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4804
4805         * nnir.el: Move defvar, defcustom around to keep file organized
4806         and keep byte-compiler quiet.
4807         (nnir-read-parms): Accept search-engine as arg.
4808         (nnir-run-query): Pass search-engine as arg.
4809         (nnir-search-engine): Remove.
4810
4811 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4812
4813         * shr.el (shr-generic): The text nodes should be text, not :text.
4814
4815         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4816         later in the file.
4817
4818 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4819
4820         * nnir.el: General clean up.  Allow searching with multiple engines.
4821         Allow separate extra-parameters for each engine.
4822         Batch queries when possible.
4823         (nnir-imap-default-search-key,nnir-method-default-engines):
4824         Add customize interface.
4825         (nnir-run-gmane): New engine.
4826         (nnir-engines): Use it.  Qualify all prompts with engine name.
4827         (nnir-search-engine): Remove global variable.
4828         (nnir-run-hyrex): Restore for now.
4829         (nnir-extra-parms,nnir-search-history): New variables.
4830         (gnus-group-make-nnir-group): Use them.
4831         (nnir-group-server): Remove in favor of gnus-group-server.
4832         (nnir-request-group): Avoid searching twice.
4833         (nnir-sort-groups-by-server): New function.
4834
4835 2010-10-30  Julien Danjou  <julien@danjou.info>
4836
4837         * gnus-group.el: Remove gnus-group-fetch-control.
4838
4839         * gnus-start.el (gnus-find-new-newsgroups):
4840         Remove gnus-check-first-time-used.
4841
4842         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4843
4844 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4845
4846         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4847         set on groups that don't have \* permanentflags.
4848
4849 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4850
4851         * shr.el (shr-tag-span): Drop colorization of regions since we don't
4852         control the background color.
4853         (shr-tag-img): Ignore very small web bug type images.
4854         (shr-put-image): Add help-echo alt texts to the images.
4855         (shr-tag-video): Show the video poster image.
4856
4857 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4858
4859         * shr.el (shr-table-depth): New variable.
4860         (shr-tag-table-1): Only insert the images after the top-level table.
4861
4862         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4863
4864         * gnus-util.el (gnus-list-memq-of-list): New function.
4865
4866         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4867         selected.
4868         (nnimap-unsplittable-articles): New slot.
4869         (nnimap-new-articles): Use it.
4870
4871 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
4872
4873         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4874         move to the previous line on `M-g'.
4875
4876 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4877
4878         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4879         *-request-group, which seems unnecessary.
4880
4881         * nnimap.el (nnimap-quote-specials): Function copied over from
4882         imap.el.
4883         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4884         they support that.  Suggested by Tom Regner.
4885
4886 2010-10-29  Julien Danjou  <julien@danjou.info>
4887
4888         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4889         defalias.
4890         (gnus-summary-delete-marked-with): Remove obsolete defalias.
4891
4892         * gnus.el: Remove `gnus-nntp-service' variable.
4893         (gnus-secondary-servers): Make obsolete.
4894         (gnus-nntp-server): Make obsolete.
4895
4896         * gnus-start.el (gnus-1): Remove x-splash calls.
4897
4898         * gnus-ems.el (gnus-x-splash): Remove.
4899
4900         * gnus.el (gnus-group-startup-message): Simplify/update code.
4901
4902         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
4903         definition.
4904
4905         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4906         capability before doing anything.
4907         (gnus-group-insert-group-line): Remove useless
4908         gnus-group-remove-excess-properties.
4909
4910 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4913
4914 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4915
4916         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4917         config after reselecting.
4918
4919 2010-10-28  Julien Danjou  <julien@danjou.info>
4920
4921         * shr.el (shr-put-image): Use point even if only inserting text.
4922         (shr-put-image): Save excursion when inserting alt text on non-graphic
4923         display, so the behavior is the same when we are on a graphic display.
4924
4925         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4926
4927 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4930         (gnus-mime-copy-part): Check coding system, not charset.
4931         (gnus-mime-view-part-externally): Never remove part.
4932         (gnus-mime-view-part-internally): Don't remove part here.
4933         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4934         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4935         multipart/alternative.
4936
4937         * mm-decode.el (mm-display-part): Take optional arg `force'.
4938
4939 2010-10-26  Julien Danjou  <julien@danjou.info>
4940
4941         * gnus-group.el (gnus-group-default-list-level): Add this function to
4942         compute the default list level.
4943         (gnus-group-default-list-level): Add possibility to use a function.
4944
4945 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4946
4947         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4948
4949         * gnus-group.el (gnus-group-completing-read)
4950         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4951         gnus-replace-in-string.
4952
4953 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * shr.el (shr-tag-div): Add.
4956
4957         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4958
4959 2010-10-25  Julien Danjou  <julien@danjou.info>
4960
4961         * gnus-util.el: Remove `gnus-with-local-quit'.
4962
4963         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4964
4965 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4966
4967         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4968         the original article buffer.
4969
4970 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4971
4972         * nnimap.el (nnimap-request-head): New function.
4973         (nnimap-request-move-article): Try to be slighly faster by not
4974         requesting the entire message when moving.
4975         (nnimap-transform-headers): Don't bug out on bodiless articles.
4976         (nnimap-send-command): Have no outstanding messages if the IMAP server
4977         doesn't support streaming.
4978         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4979
4980 2010-10-24  Julien Danjou  <julien@danjou.info>
4981
4982         * message.el (message-default-headers): Fix type.
4983
4984 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4985
4986         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4987         prefetching images.
4988
4989         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4990         backend for unknown groups.  This is mainly useful for nnimap groups.
4991
4992         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4993         group isn't covered by the agent.
4994
4995 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4996
4997         * nnir.el (nnir-method-default-engines): New variable.
4998         (nnir-run-query): Use it.
4999         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
5000         (gnus-summary-nnir-goto-thread): Change group if needed.
5001
5002         * gnus-group.el (gnus-group-group-map): Add key binding for
5003         gnus-group-make-nnir-group.
5004
5005 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5006
5007         * shr.el (shr-tag-object): Add.
5008
5009         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
5010         original article buffer live.
5011         (gnus-summary-select-article-buffer):
5012         Mention gnus-widen-article-buffer.
5013
5014 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5015
5016         * shr.el (shr-tag-strong): Add.
5017
5018 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5019
5020         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
5021         group names.  They mess up the group buffer badly.
5022
5023         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
5024
5025         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
5026         instead of the summary one.
5027
5028 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5029
5030         * mml.el (mml-preview): Work properly when editing article.
5031
5032         * gnus-start.el (gnus-read-active-file-1): Don't add method to
5033         gnus-have-read-active-file if it's already been in.
5034
5035 2010-10-22  Tom Tromey  <tromey@redhat.com>
5036
5037         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
5038         gnus-group-completing-read.
5039
5040 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5041
5042         * message.el (message-mode-map): Don't bind M-; to comment region, to
5043         allow the global comment-dwim to work.
5044
5045 2010-10-21  Julien Danjou  <julien@danjou.info>
5046
5047         * message.el (message-setup-1): Allow message-default-headers to be a
5048         function.
5049
5050 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5051
5052         * shr.el (shr-tag-table): Simplify.
5053
5054 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5055
5056         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
5057         to avoid trying to snarf invalid stuff.
5058
5059         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
5060
5061         * gnus.el (gnus-message-archive-group): Quote value.
5062         (gnus-message-archive-group): Mark as changed.
5063
5064         * shr.el (shr-add-font): Don't put the font properties on the newline
5065         or the indentation.
5066
5067         * message.el (message-fix-before-sending): Change options when sending
5068         non-printable characters.
5069
5070         * gnus.el (gnus-message-archive-method): Change the default to
5071         monthly outgoing groups.
5072
5073         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
5074         that have gotten new numbers.
5075
5076         * nnimap.el (nnimap-request-replace-article): New function.
5077
5078 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5079
5080         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
5081         (nnrss-request-article): Don't use special html washing code.
5082
5083 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5084
5085         * shr.el (shr-tag-table): Remove useless nconc.
5086
5087 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5088
5089         * gnus-art.el (article-wash-html): Simplify and remove the charset
5090         stuff.  Use the normal html rendering code instead of the special html
5091         washing code.
5092
5093         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
5094         `gnus-w3m' symbols.
5095         (mm-text-html-washer-alist): Remove.
5096
5097         * mm-decode.el (mm-inline-text-html-renderer): Remove.
5098         (mm-inline-media-tests): Remove use.
5099         (mm-text-html-renderer): Change default to the `shr' symbol.
5100
5101         * mm-view.el (mm-inline-text-html): Remove use.
5102
5103         * gnus-art.el (gnus-blocked-images): New function.  Allow the
5104         `gnus-blocked-images' to be a function.
5105         (gnus-article-wash-function): Remove.
5106
5107 2010-10-20  Julien Danjou  <julien@danjou.info>
5108
5109         * spam.el (spam-list-of-processors): Mark as obsolete.
5110
5111         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
5112         (nnimap-insert-partial-structure): Fix boundary detection.
5113
5114 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
5115
5116         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
5117         run file-truename on remote files.  This can be expensive and even
5118         prevent one from editing drafts if some unrelated buffer has a stale
5119         connection.
5120
5121 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
5124         kinsoku-eol regardless of shr-kinsoku-shorten.
5125         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
5126         (shr-tag-table): Support caption, thead, and tfoot.
5127
5128 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5129
5130         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
5131         lines.
5132         (shr-save-contents): New command and keystroke.
5133
5134         * nndoc.el (nndoc-type-alist): Add git support.
5135         (nndoc-git-type-p): New function.
5136         (nndoc-transform-git-article): Ditto.
5137         (nndoc-transform-git-headers): Ditto.
5138         (nndoc-transform-git-headers): Generate Subject headers.
5139
5140         * shr.el (shr-parse-style): New function.
5141         (shr-tag-span): Ditto.
5142
5143         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
5144         to `G G' to avoid collisions.
5145
5146 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5147
5148         * shr.el: Load kinsoku if necessary.
5149         (shr-kinsoku-shorten): New internal variable.
5150         (shr-find-fill-point): Make kinsoku shorten text line if
5151         shr-kinsoku-shorten is bound to non-nil.
5152         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
5153         shr-indentation too when testing if table is wider than frame width.
5154         (shr-insert-table): Use `string-width' instead of `length' to measure
5155         text width.
5156         (shr-insert-table-ruler): Make sure indentation is done at bol.
5157
5158 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5159
5160         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
5161         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
5162         undecoded network data.
5163
5164 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5165
5166         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
5167         name in the mode line spec so that the mode line menu works
5168         (bug #2431).
5169
5170         * message.el (message-get-reply-headers): If we're fed `to-address',
5171         then always use that.
5172
5173         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
5174         aren't so wide as to need to switch off the edit menu.
5175
5176         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
5177         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
5178
5179         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
5180         `M-g'.
5181         (nnimap-update-info): Update flags/read marks even if \* isn't part of
5182         the permanent marks.
5183
5184 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
5185
5186         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5187         Splitting according to references/in-reply-to obeys the ignore-groups
5188         variable, while splitting by sender and subject do not.
5189
5190 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5191
5192         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
5193         alist, so that we can look for non-Unicode chars.
5194         (article-translate-strings): Allow both character and string maps.
5195
5196 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * shr.el (shr-insert): Don't insert space behind a wide character
5199         categorized as kinsoku-bol, or between characters both categorized as
5200         nospace.
5201
5202 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
5203
5204         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
5205         headers to gnus-newsgroup-headers.
5206
5207 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5208
5209         * shr.el (shr-tag-img): Don't align images -- since we're not
5210         rescaling, this often leads to ugly displays.
5211
5212 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
5213
5214         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
5215         duplicates.
5216
5217 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
5218
5219         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
5220         call.
5221
5222 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5223
5224         * gnus.el: Autoload gnus-html-show-images.
5225
5226         * nnimap.el: Use nnheader-message throughout.
5227
5228         * shr.el (shr-tag-img): Ignore images with no data.
5229
5230 2010-10-15  Julien Danjou  <julien@danjou.info>
5231
5232         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
5233         a possibility to disable format=flow encoding when using hard newlines.
5234
5235 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * shr.el (shr-insert): Remove space inserted before or after a
5238         breakable character or at the beginning or the end of a line.
5239         (shr-find-fill-point): Do kinsoku; find the second best point or give
5240         it up if there's no breakable point.
5241
5242 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5243
5244         * nnimap.el (nnimap-open-connection): Message when opening connection
5245         for debugging purposes.
5246
5247         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
5248         on every setup buffer call to allow this to change from article to
5249         article.
5250
5251         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
5252         buffers where we have a wide table.
5253
5254 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
5255
5256         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
5257         uses *-request-thread.
5258
5259 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5260
5261         * nnimap.el (nnimap-open-connection): Remove %s from openssl
5262         incantation, which is no longer valid.
5263
5264 2010-10-14  Julien Danjou  <julien@danjou.info>
5265
5266         * shr.el: Fix defcustom type (char -> character).
5267
5268 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5269
5270         * nnimap.el (nnimap-open-connection): tls-program should be a list of
5271         programs.
5272
5273 2010-10-14  Julien Danjou  <julien@danjou.info>
5274
5275         * shr.el (shr-tag-a): Use url-link as widget type.
5276
5277         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
5278         `gnus-group-get-icon'.
5279
5280 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5281
5282         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
5283         This should make server editing work better.
5284
5285         * shr.el (shr-find-fill-point): Don't inloop on indented text.
5286
5287         * tls.el (tls-program): Remove spurious %s from openssl.
5288
5289         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
5290         (nnimap-parse-flags): Fix regexp.
5291
5292         * shr.el (shr-find-fill-point): Use a filling algorithm that should
5293         probably work for CJVK text, too.
5294
5295         * nnimap.el (nnimap-extend-tls-programs): Remove.
5296         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
5297
5298         * tls.el (tls-starttls-switches): Remove starttls hack.
5299         (open-tls-stream): Ditto.
5300         (tls-find-starttls-argument): Ditto.
5301
5302 2010-10-13  Julien Danjou  <julien@danjou.info>
5303
5304         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
5305         responses.
5306
5307 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5308
5309         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
5310
5311         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
5312         anything in Emacs.
5313
5314         * shr.el (shr-current-column): Remove buggy and unnecessary function.
5315
5316 2010-10-13  Julien Danjou  <julien@danjou.info>
5317
5318         * shr.el (shr-width): Make shr-width a defcustom with default to
5319         fill-column.
5320         (shr-tag-img): Use shr-width rather than fill-column.
5321
5322 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5323
5324         * dgnushack.el (byte-optimize-apply)
5325         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
5326
5327         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
5328         position when (X-)Faces exist.
5329         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
5330         avatars when called interactively.
5331
5332 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
5335         gnus-article-x-face-too-ugly is bound.
5336
5337 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5338
5339         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
5340
5341         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
5342         mailbox that doesn't exist.
5343
5344 2010-10-12  Julien Danjou  <julien@danjou.info>
5345
5346         * shr.el (shr-tag-img): Encode URL properly when retrieving.
5347         (shr-get-image-data): Encode URL properly when fetching from cache.
5348         (shr-tag-img): Use aligned-to spaces to align correctly images.
5349
5350         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
5351         before inserting the Gravatar.
5352
5353         * shr.el (shr-tag-img): Add align attribute support for <img>.
5354
5355 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5356
5357         * gnus-gravatar.el (gnus-art): Require.
5358
5359         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
5360         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5361         Remove long obsoleted functions.
5362
5363 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5364
5365         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
5366
5367         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
5368
5369         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
5370         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
5371         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
5372         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
5373         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
5374         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
5375         * sieve-manage.el, smime.el, spam.el:
5376         Fix comment for declare-function.
5377
5378 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5379
5380         * nnimap.el (nnimap-request-rename-group): Select group read-only
5381         before renaming it.
5382
5383         * shr.el (shr-insert): Fix up the white space only regexp.
5384
5385         * nnimap.el (nnimap-transform-split-mail): Not all articles have
5386         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
5387
5388         * shr.el (shr-current-column): New function.
5389         (shr-find-fill-point): New function.
5390
5391 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5392
5393         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
5394         numbers.
5395
5396 2010-10-11  Julien Danjou  <julien@danjou.info>
5397
5398         * shr.el (shr-hr-line): Add.
5399         (shr-tag-hr): Use shr-hr-line to specify which character to use to
5400         display hr lines.
5401         (shr-max-columns): Do not change state to nil if we just inserting
5402         spaces.
5403
5404 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5405
5406         * gnus-topic.el (gnus-topic-read-group): If after the last group,
5407         select the last group.
5408
5409 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5410
5411         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5412
5413 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
5414
5415         * dig.el (dig-mode-map): Declare and define in one step.
5416
5417 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5418
5419         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5420         for Gnus.
5421         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5422         (nnimap-update-qresync-info): Mark \Seen articles as read.
5423
5424         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5425         non-variable, too.
5426
5427         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
5428         available.
5429         (nnimap-update-info): Rely more on the current active than the param
5430         active to avoid marking articles as read too much.
5431
5432         * auth-source.el (auth-source-create): Use (user-login-name) for the
5433         user name default.
5434
5435         * nnimap.el (nnimap-update-info): If the server doesn't return any
5436         useful info, just use the previous info.
5437         (nnimap-update-info): Prefer old info over start-article.
5438         (nnimap-update-qresync-info): Finish implementing QRESYNC.
5439
5440 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
5441
5442         * nnir.el (autoload): Clean up autoloads.
5443         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5444         Use key rather than value.
5445         (nnir-imap-search-other): New variable.
5446         (nnir-read-parm): Use it.
5447         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5448         (gnus-summary-nnir-goto-thread): Modify to work with imap.
5449
5450 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5451
5452         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5453         the process, too.
5454
5455 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5456
5457         * spam.el (gnus-summary-mode-map): Bind to "$".
5458         Suggested by Russ Allbery.
5459
5460         * shr.el: Rework the way things are indented by <li> slightly.
5461
5462         * gnus.el (gnus-group-set-parameter): Fix typo.
5463
5464         * nnimap.el: Start implementing QRESYNC support.
5465
5466 2010-10-09  Julien Danjou  <julien@danjou.info>
5467
5468         * nnir.el (nnir-engines): Fix too many arguments.
5469
5470 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5471
5472         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5473         group is the "last", so that the backends like nnfolder actually save
5474         their folders.
5475
5476         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
5477         try to use that for the tls stream.
5478         (nnimap-retrieve-group-data-early): Rework the marks code to heed
5479         UIDVALIDITY and find out which groups are read-only and not.
5480         (nnimap-get-flags): Use the same marks parsing code as the rest of
5481         nnimap.
5482
5483 2010-10-09  Julien Danjou  <julien@danjou.info>
5484
5485         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5486
5487         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5488         retrieving gravatars.
5489
5490         * shr.el (shr-table-corner): Add.
5491         (shr-table-line): Add.
5492         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5493
5494 2010-10-08  Julien Danjou  <julien@danjou.info>
5495
5496         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5497
5498 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
5499
5500         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5501
5502         * gnus-sum.el (gnus-mark-article-as-unread)
5503         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5504         (gnus-summary-set-bookmark): Use it.
5505
5506         * gnus-msg.el (gnus-setup-message): Use it.
5507
5508         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5509
5510         * gnus.el (gnus-group-remove-parameter): Use it.
5511
5512         * gnus-group.el (gnus-group-make-web-group): Use it.
5513
5514         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5515
5516         * nnregistry.el: Update docs to mention manual.
5517
5518         * gnus-registry.el: Update docs to mention nnregistry.el.
5519         (gnus-registry-initialize): Don't install nnregistry refer method
5520         automatically.
5521         (gnus-registry-install-nnregistry): Remove it.
5522
5523 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5524
5525         * shr.el (shr-insert): Don't insert double spaces.
5526
5527 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * gnus-gravatar.el (gnus-treat-from-gravatar)
5530         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5531         called interactively.
5532
5533         * gnus-art.el (gnus-mime-view-part-externally)
5534         (gnus-mime-view-part-internally): Make predicate function passed to
5535         gnus-mime-view-part-as-type assume argument is a mime type, not a list
5536         of a mime type.
5537
5538         * shr.el (shr-table-widths): Don't use cl function `reduce'.
5539
5540 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5541
5542         * shr.el (require): Require cl when compiling.
5543         (shr-tag-hr): New function.
5544
5545         * nnimap.el (nnimap-update-info): Remove double setting of high.
5546         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5547         This makes nnimap work properly on Courier again.
5548
5549         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5550         the variable for backwards compatibility.
5551
5552         * mm-decode.el (mm-save-part): If given a non-directory result, expand
5553         the file name before using to avoid setting mm-default-directory to
5554         nil.
5555
5556         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5557         bidning gnus-agent variables.
5558
5559         * shr.el (shr-render-td): Use a cache for the table rendering function
5560         to avoid getting an exponential rendering behavior in nested tables.
5561         (shr-insert): Rework the line-breaking algorithm.
5562         (shr-insert): Don't leave trailing spaces.
5563         (shr-insert-table): Also insert empty TDs.
5564         (shr-tag-blockquote): Ensure paragraphs after </ul>.
5565
5566 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5567
5568         * gnus-sum.el (gnus-number): Rename from `number'.
5569         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5570         (gnus-summary-limit-children): Update uses correspondingly.
5571
5572 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5573
5574         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5575         (gnus-gravatar-transform-address): Don't show avatars of people of
5576         which mail addresses match gnus-gravatar-too-ugly.
5577
5578 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5579
5580         * shr.el (shr-table-widths): Expand TD elements to fill available
5581         space.
5582
5583 2010-10-07  Julien Danjou  <julien@danjou.info>
5584
5585         * nnimap.el (nnimap-request-rename-group): Add this method.
5586
5587 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5588
5589         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5590         name from XEmacs' function-arglist.
5591
5592         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5593         gravatar under XEmacs.
5594
5595 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
5596
5597         * auth-source.el: Update docs with TODO items.
5598
5599         * gnus-sync.el: Update docs to explain state and plans.
5600
5601         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5602         Hooks for mark updates.
5603         (gnus-request-set-mark, gnus-request-update-mark): Use them.
5604
5605         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5606         hooks with arguments, which is needed for mark update hooks.
5607
5608 2010-10-06  Julien Danjou  <julien@danjou.info>
5609
5610         * gnus.el (gnus-expand-group-parameter): Only return and act on what
5611         was matched.
5612
5613         * sieve-manage.el: Update example in `Commentary'.
5614
5615         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5616
5617         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5618         not 2000.
5619         (sieve-manage-authenticate): Re-add function.
5620
5621 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5622
5623         * shr.el (shr-insert): Get 'space transition right.
5624         (shr-render-td): Only delete space at the end of the TD.
5625
5626         * nnimap.el (nnimap-open-connection): Prepare to support
5627         open-gnutls-stream.
5628
5629         * shr.el: Rearrange function order to be more logical.
5630
5631 2010-10-06  Julien Danjou  <julien@danjou.info>
5632
5633         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5634         (nnrss-discover-feed): Remove 404 URL in docstring.
5635
5636         * nnir.el: Fix Swish-E URL.
5637         Fix Namazu URL.
5638
5639         * message.el (message-change-subject): Remove 404 URL in a comment.
5640
5641 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5642
5643         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5644         called interactively.
5645
5646         * gnus-util.el (gnus-remove-if): Allow hash table.
5647         (gnus-remove-if-not): New function.
5648
5649         * gnus-art.el (gnus-mime-view-part-as-type)
5650         * gnus-score.el (gnus-summary-score-effect)
5651         * gnus-sum.el (gnus-read-move-group-name):
5652         Replace remove-if-not with gnus-remove-if-not.
5653
5654         * gnus-group.el (gnus-group-completing-read):
5655         Regard collection as a hash table if it is not a list.
5656
5657 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5658
5659         * shr.el (shr-render-td): Allow blank/missing <TD>s.
5660
5661         * shr.el: Document the table-rendering algorithm.
5662
5663 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
5666         for Emacsen having no `libxml-parse-html-region' support.
5667
5668 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5669
5670         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5671         invalid URLs.
5672
5673         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5674         line-broken.
5675         (shr-tag-img): Ignore image fetching errors.
5676         (shr-overlays-in-region): Compute overlay positions correctly.
5677
5678         * mm-decode.el (mm-shr): Require shr.
5679
5680         * gnus-art.el (gnus-blocked-images): Move variable here.
5681
5682         * shr.el (shr-insert-table): Bind free variable.
5683
5684         * mm-decode.el (mm-shr): Bind shr-content-function.
5685
5686         * shr.el (shr-content-function): New variable.
5687
5688         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5689         added for symmetry.
5690
5691         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5692
5693         * gnus-group.el (gnus-group-make-group): Doc fix.
5694
5695         * nnimap.el (nnimap-request-newgroups): Return success.
5696
5697         * shr.el (shr-find-elements): New function.
5698         (shr-tag-table): Put all the images after the table.
5699         (shr-tag-table): Really inhibit images inside the table.
5700         (shr-collect-overlays): Copy over overlays from the TD elements to the
5701         main document.
5702
5703         * mm-decode.el (mm-shr): Bind shr-blocked-images to
5704         gnus-blocked-images.
5705
5706 2010-10-05  Julien Danjou  <julien@danjou.info>
5707
5708         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5709
5710         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5711         (gnus-html-maximum-image-size): Add this function.
5712         (gnus-html-put-image): Use gnus-html-maximum-image-size.
5713
5714         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5715         server-value of the capability is nil.
5716
5717 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5718
5719         * shr.el (shr-tag-em): Add <EM> tag.
5720
5721 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
5722
5723         * sieve-manage.el (sieve-manage-default-stream): Make default stream
5724         customizable.
5725
5726         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5727         handing broken links to browse-url.
5728
5729 2010-10-05  Julien Danjou  <julien@danjou.info>
5730
5731         * gnus-util.el (gnus-emacs-completing-read)
5732         (gnus-iswitchb-completing-read): Use autoload rather than require.
5733
5734 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5735
5736         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
5737         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
5738         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
5739         iswitchb-temp-buflist for XEmacs.
5740
5741         * gnus-util.el (gnus-completing-read-function): Exclude
5742         gnus-icompleting-read and gnus-ido-completing-read from candidates for
5743         XEmacs since iswitchb.el is very old and ido.el is unavailable in
5744         XEmacs.
5745
5746         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5747         not to use `delete-dups' that is unavailable in XEmacs 21.4.
5748
5749         * gnus-html.el: Don't require help-fns under XEmacs.
5750         (gnus-html-schedule-image-fetching): Work for XEmacs.
5751
5752         * mm-decode.el (mm-shr): Decode contents by charset.
5753
5754 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5755
5756         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5757         unknown.
5758
5759         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5760         (shr-get-image-data): Ensure against the cache file missing.
5761
5762         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5763         for data.
5764
5765         * spam-report.el (spam-report-url-ping-plain): Don't query about
5766         killing the process.
5767
5768         * shr.el (shr-render-td): Protect against too-wide text.
5769
5770 2010-10-04  Julien Danjou  <julien@danjou.info>
5771
5772         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5773         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5774
5775         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5776         retrieved.
5777
5778 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5779
5780         * shr.el (browse-url): Require.
5781         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5782         lines.
5783         (shr-show-alt-text, shr-browse-image): New commands.
5784         (shr-browse-url, shr-copy-url): New commands.
5785
5786         * gnus-sum.el (gnus-widen-article-window): New variable.
5787         (gnus-summary-select-article-buffer): Use it.
5788
5789         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5790         without @ signs.
5791
5792 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5793
5794         * nnir.el (nnir-run-imap): Remove spurious space in search string.
5795
5796 2010-10-04  Julien Danjou  <julien@danjou.info>
5797
5798         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5799         for XEmacs.
5800
5801 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5802
5803         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5804
5805         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5806         (nnimap-close-server): Implement.
5807
5808         * dgnushack.el (iswitchb): Require to shut up the compiler.
5809
5810         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5811         (shr-insert): Tweak line breaking.
5812         (shr-insert): Handle <pre> better.
5813         (shr-tag-li): Get <li> indentation right.
5814         (shr-tag-li): Get <li> indentation even righter.
5815         (shr-tag-blockquote): Ensure paragraph start.
5816         (shr-make-table): Tweak table generation.
5817         (shr-make-table): Fix typo.
5818
5819         * shr.el: Implement table rendering.
5820
5821 2010-10-04  Julien Danjou  <julien@danjou.info>
5822
5823         * gnus-html.el (gnus-html-put-image): Fix resize image code.
5824
5825 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5826
5827         * shr.el (shr-insert): Use string anchors instead of line anchors.
5828
5829 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5830
5831         * shr.el: Add headings.
5832         (shr-ensure-paragraph): Actually work.
5833         (shr-tag-li): Make <ul> prettier.
5834         (shr-insert): Get white space at the beginning/end of elements right.
5835         (shr-tag-p): Collapse subsequent <p>s.
5836         (shr-ensure-paragraph): Don't insert double line feeds after blank
5837         lines.
5838         (shr-insert): \t is also space.
5839         (shr-tag-s): Fix "s" tag name function.
5840         (shr-tag-s): Fix face prop name.
5841
5842 2010-10-03  Julien Danjou  <julien@danjou.info>
5843
5844         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5845
5846         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5847         gnus-window-inside-pixel-edges.
5848
5849         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5850         gnus-ems.
5851
5852         * mm-view.el (mm-inline-image-emacs): Support image resizing.
5853
5854         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5855         function.
5856
5857         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5858         resize choice.
5859
5860 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5861
5862         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5863         beginning of the buffer.
5864
5865         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5866         article buffer again.
5867
5868         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5869
5870         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5871         when it's at the start of the buffer.
5872
5873         * shr.el (shr-tag-blockquote): Convert name.
5874         (shr-rescale-image): Use the right image-size variant.
5875
5876         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5877         buffer isn't shown, then select the current article first instead of
5878         bugging out.
5879         (gnus-summary-select-article-buffer): Show both the article and summary
5880         buffers again.
5881
5882         * shr.el (shr-fontize-cont): Protect against regions with no text.
5883         Rename tag functions to shr-tag-* for enhanced security.
5884         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5885
5886 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5887
5888         * shr.el (shr-insert):
5889         * pop3.el (pop3-movemail):
5890         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5891         loaded.
5892
5893 2010-10-03  Glenn Morris  <rgm@gnu.org>
5894
5895         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5896
5897         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5898
5899         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5900
5901         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5902
5903         * gnus-util.el (gnus-make-local-hook): Simplify.
5904
5905 2010-10-02  Julien Danjou  <julien@danjou.info>
5906
5907         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5908         (gnus-ido-completing-read): New function.
5909         (gnus-emacs-completing-read): New function.
5910         (gnus-completing-read): Use gnus-completing-read-function.
5911         Add gnus-completing-read-function.
5912
5913 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5914
5915         * shr.el (shr-insert-document): Autoload.
5916         (shr-img): Be silent.
5917         (shr-insert): Add a newline after every picture before text.
5918         (shr-add-font): Use overlays for combining faces.
5919         (shr-insert): Pass upwards the text start point.
5920
5921         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5922         possible.
5923         (mm-shr): New function.
5924
5925 2010-10-02  Julien Danjou  <julien@danjou.info>
5926
5927         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5928         should go backward.
5929
5930 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5931
5932         * shr.el (shr): Fix typo in provide call.
5933
5934 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5935
5936         * shr.el: New file.
5937
5938         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5939
5940         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5941         completing read.
5942
5943 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5944
5945         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5946         we're being queried about.  Suggested by Dan Jacobson.
5947
5948         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5949         Suggested by Jason Eisner.
5950
5951         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5952         table, too.  Suggested by Stefan Wiens.
5953         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5954         the table unnecessary.  Suggested by Stefan Wiens.
5955
5956         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5957         longer needed, and probably doesn't work either, as pointed out by
5958         Stefan Wiens.
5959         (gnus-summary-exit): Remove call to the clearing function.
5960         (gnus-summary-exit-no-update): Ditto.
5961
5962         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5963         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5964         Reported by Stefan Monnier.
5965         (gnus-summary-save-in-rmail): Ditto.
5966
5967         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5968         article buffer, instead of both the article buffer and the summary
5969         buffer.  Sort of suggested by Dan Jacobson.
5970
5971         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5972
5973         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5974         Suggested by Dan Jacobson.
5975
5976         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5977         documentation clearer.
5978
5979         * message.el (message-shorten-references): Comment on the number "21".
5980         Suggested by Stefan Monnier.
5981
5982         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5983         Suggested by Dan Jacobson.
5984
5985         * gnus.el (gnus-large-newsgroup):
5986         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5987
5988         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5989         externalize attachments.  Bug reported by Steve Wen.
5990
5991         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5992         really message anything to the user.
5993
5994         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5995         directly.
5996
5997         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5998         messages in empty groups.
5999
6000 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
6001
6002         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
6003         non-UIDNEXT group.
6004
6005 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6006
6007         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
6008         not the value from the collection.
6009
6010         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
6011         values.  This sometimes happens on some groups that have no info.
6012         (nnimap-request-newgroups): New function.
6013
6014 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
6015
6016         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
6017         check into `gnus-registry-initialize'.
6018         (gnus-registry-initialize): Ditto.
6019         Fix and extend header docs.
6020
6021 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6022
6023         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
6024         regexp backtrace overflows.
6025
6026         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
6027         for starttls that tls.el implements; i.e. openssl.
6028
6029         * tls.el (tls-starttls-switches): Give up on using starttls with
6030         gnutls-cli.
6031         (tls-program): Add --insecure to be consistent with the defaults from
6032         openssl s_client.  Now all three commands are insecure.
6033
6034 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6035
6036         * lpath.el: Bind completion-styles-alist for XEmacs.
6037
6038         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
6039         (gravatar-create-image): New function that's an alias to
6040         gnus-xmas-create-image, gnus-create-image, or create-image.
6041         (gravatar-data->image): Use it.
6042
6043 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
6044
6045         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
6046         install the nnregistry refer method.
6047         (gnus-registry-install-hooks): Use it.
6048         (gnus-registry-unfollowed-groups): Add nnmairix to the default
6049         unfollowed groups.
6050
6051 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
6052
6053         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
6054         expanding threads.
6055
6056 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6057
6058         * nnir.el: Use the server names without suffixes (bug #7009).
6059
6060         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
6061         unencrypted to STARTTLS, if possible.
6062
6063 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6064
6065         * message.el (message-ignored-supersedes-headers): Strip Injection-*
6066         headers before superseding.
6067
6068 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6069
6070         * nnrss.el (nnrss-use-local): Add documentation.
6071
6072         * nnimap.el (nnimap-extend-tls-programs): New function.
6073         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
6074         (nnimap-wait-for-connection): Accept the greeting from the stupid
6075         output from openssl s_client -starttls, too.
6076
6077         * tls.el (tls-starttls-switches): New variable.
6078         (tls-find-starttls-argument): Use it.
6079         (open-tls-stream): Ditto.
6080
6081         * netrc.el (netrc-credentials): Return the value of the "default" entry.
6082         (netrc-machine): Ditto.
6083
6084         * nnimap.el (nnimap-find-article-by-message-id): Really return the
6085         article number.
6086         (nnimap-split-fancy): New variable.
6087         (nnimap-split-incoming-mail): Use it.
6088
6089         * nntp.el (nntp-server-list-active-group): Document.
6090
6091         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
6092         SELECT to get the message-id.
6093
6094         * mail-source.el (mail-sources): Remove webmail support.
6095         (defvar): Ditto.
6096         (mail-source-fetcher-alist): Ditto.
6097         (mail-source-fetch-webmail): Remove.
6098
6099         * webmail.el: Remove -- doesn't seem relevant any more.
6100
6101         * gnus.el: Fix up make-obsolete-variable declarations throughout.
6102
6103         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
6104         the \r.
6105
6106 2010-09-30  Julien Danjou  <julien@danjou.info>
6107
6108         * gnus-agent.el (gnus-agent-add-group): Fix call to
6109         gnus-completing-read.
6110
6111 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6112
6113         * nndoc.el (nndoc-retrieve-groups): New function.
6114
6115         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
6116         `default', use nnmail-split-methods.
6117         (nnimap-request-article): Downcase the NILs so that they are nil.
6118
6119         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
6120         symbol.
6121
6122         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
6123         code, since if the user has requested network, that's what they ought
6124         to get.
6125         (nnimap-request-set-mark): Erase the buffer before issuing commands.
6126         (nnimap-split-rule): Mark as obsolete.
6127
6128         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
6129         New variable.
6130
6131         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
6132         correct slot, too.
6133
6134 2010-09-29  Julien Danjou  <julien@danjou.info>
6135
6136         * gnus.el (gnus-local-domain): Declare variable obsolete.
6137
6138         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
6139         Fix history computing.
6140         (gnus-ido-completing-read): Require ido.
6141
6142 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6143
6144         * gnus-registry.el: Don't prompt on load, which makes it impossible to
6145         build Gnus.
6146
6147         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
6148         when interpreting the structures.
6149         (nnimap-request-accept-article): Add \r\n to the lines to make this
6150         work with Cyrus.
6151
6152         * nndraft.el (nndraft-request-expire-articles): Use the group name
6153         instead if "nndraft".  Fix found by Nils Ackermann.
6154
6155 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
6156
6157         * nnregistry.el: Add.
6158
6159 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6160
6161         * nnmail.el (group, group-art-list, group-art):
6162         Remove unneeded directives.
6163
6164 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6165
6166         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
6167         (mm-mime-charset)
6168         * rfc2047.el (rfc2047-syntax-table)
6169         * utf7.el (utf7-utf-16-coding-system): Comment fix.
6170
6171         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
6172         rather than `insert-file-contents' and `eval-region'.
6173
6174         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6175         construction.
6176
6177         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
6178
6179         * time-date.el: No need to require cl for Emacs 21.
6180
6181 2010-09-29  Julien Danjou  <julien@danjou.info>
6182
6183         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
6184         replacement of `gnus-gravatar-relief' to mimic
6185         `gnus-faces-properties-alist'.
6186         Add :version property.
6187
6188 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * mail-source.el (mail-source-report-new-mail)
6191         * message.el (message-default-mail-headers)
6192         * mm-decode.el (mm-valid-image-format-p): Comment fix.
6193
6194         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
6195
6196 2010-09-28  Julien Danjou  <julien@danjou.info>
6197
6198         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
6199         mail-address contains the same string as real-name.
6200
6201         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
6202         non-blank in header, otherwise it'll get stripped.
6203
6204         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
6205         real-name, and then for mail address rather than doing : or , search.
6206
6207 2010-09-27  Julien Danjou  <julien@danjou.info>
6208
6209         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
6210         right completing-read function.
6211         (gnus-use-ido): New variable
6212         (gnus-completing-read-with-default): Remove.
6213         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
6214         (gnus-agent-add-group):
6215         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
6216         * mm-view.el (mm-view-pkcs7-decrypt):
6217         * mm-util.el (mm-codepage-setup):
6218         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6219         * mml-smime.el (mml-smime-openssl-sign-query):
6220         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
6221         (mml-insert-multipart):
6222         * gnus-msg.el (gnus-summary-yank-message):
6223         * gnus-int.el (gnus-start-news-server):
6224         * mm-decode.el (mm-interactively-view-part):
6225         * gnus-dired.el (gnus-dired-attach):
6226         * gnus.el (gnus-read-method):
6227         * gnus-bookmark.el (gnus-bookmark-jump):
6228         * gnus-art.el (gnus-mime-view-part-as-type)
6229         (gnus-mime-action-on-part, gnus-article-encrypt-body):
6230         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
6231         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
6232         * nnmairix.el (nnmairix-create-server-and-default-group)
6233         (nnmairix-update-groups, nnmairix-get-server)
6234         (nnmairix-backend-to-server, nnmairix-goto-original-article)
6235         (nnmairix-get-group-from-file-path):
6236         * nnrss.el (nnrss-find-rss-via-syndic8):
6237         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
6238         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
6239         (gnus-group-browse-foreign-server):
6240         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
6241         (gnus-summary-execute-command, gnus-summary-respool-article)
6242         (gnus-read-move-group-name):
6243         * gnus-score.el (gnus-summary-increase-score)
6244         (gnus-summary-score-effect):
6245         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
6246
6247 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6248
6249         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
6250         x-focus-frame.
6251
6252         * nnimap.el (auth-source-forget-user-or-password)
6253         (auth-source-user-or-password): Autoload.
6254
6255         * message.el (message-from-style, message-interactive)
6256         (message-cite-prefix-regexp, message-sendmail-envelope-from)
6257         (message-yank-prefix, message-indentation-spaces, message-signature)
6258         (message-signature-file): Add comment.
6259
6260 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6261
6262         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
6263         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
6264         new articles.
6265
6266         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
6267         parts.
6268         (nnimap-request-article): Work with the t setting, too.
6269
6270         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
6271         that you don't get flashes of other buffers.
6272         (gnus-summary-show-complete-article): Intern before setting.
6273
6274 2010-09-27  David Engster  <dengste@eml.cc>
6275
6276         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
6277         well as HEADERS.
6278         (nnmairix-retrieve-headers): Provide new argument for the above.
6279
6280 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6281
6282         * gnus-sum.el (gnus-summary-move-article): Don't alter
6283         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
6284         group.
6285
6286         * nnimap.el (nnimap-update-info): Don't destructively alter active.
6287
6288         * message.el (message-cite-prefix-regexp): Revert my last edit.
6289
6290         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
6291         variable instead of the Gnus variable.
6292
6293         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
6294
6295         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
6296
6297         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
6298         since some servers don't like it.
6299         (nnimap-open-connection): Forget credentials if the server says the
6300         password was wrong.
6301         (nnimap-parse-line): Protect against invalid data.
6302
6303         * gnus-sum.el (gnus-summary-move-article): Add comment.
6304         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
6305         nothing alters it while scanning for new messages.
6306
6307         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
6308         which may or may not help.
6309         (nnimap-open-connection): If we're doing a stream connection, and then
6310         discover we're on a STARTTLS-capable server, then open a STARTTLS
6311         connection instead.
6312
6313 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6314
6315         * nnimap.el (utf7): Require.
6316
6317         * message.el (message-cite-prefix-regexp): Remove "}" from citation
6318         prefix.
6319
6320 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
6321
6322         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
6323
6324 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6325
6326         * nnimap.el (nnimap-request-accept-article): Message the error on
6327         error.
6328
6329 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6330
6331         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
6332
6333 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6334
6335         * nndoc.el (nndoc-request-list): Return success always.
6336
6337         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
6338         `fetch-old' -- we only want to fetch the articles we've requested.
6339         The rest are in the agent, probably.
6340         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
6341         disappeared server" to something low.  It's not important.
6342
6343         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
6344         arrived before the FETCH data.
6345
6346         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
6347         target here, because we don't know the Gnus name of the group.
6348
6349         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
6350         for the correct group.
6351
6352         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
6353
6354         * gnus.el (gnus): Give a final warning after startup.
6355
6356         * gnus-util.el (gnus-action-message-log): New variable.
6357         (gnus-message): Use it.
6358         (gnus-final-warning): New function.
6359
6360         * nnimap.el (nnimap-open-connection): Record the greeting.
6361         (nnimap): Add greeting.
6362
6363 2010-09-26  Julien Danjou  <julien@danjou.info>
6364
6365         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
6366         arguments.
6367         (gnus-html-wash-images): Fix spec computing to include start/end.
6368
6369         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
6370
6371 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6372
6373         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
6374         deletion.
6375         (nnimap-retrieve-headers): Don't select the group, because that's
6376         already done by nnimap-possibly-change-group.
6377
6378         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
6379         (gnus-picon-transform-address): Use it.
6380
6381         * mail-source.el (mail-source-value): Revert previous patch.
6382
6383         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
6384         on failure.
6385         (nnimap-open-connection): Look up both virtual and physical server name
6386         credentials.
6387
6388         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
6389
6390 2009-02-07  Dave Love  <fx@gnu.org>
6391
6392         * tls.el (open-tls-stream): Don't query killing process.
6393
6394 2009-02-08  Dave Love  <fx@gnu.org>
6395
6396         * gnus-win.el (gnus-window-to-buffer-helper)
6397         (gnus-all-windows-visible-p): Function needn't be a symbol.
6398
6399         * mail-source.el (mail-source-value): Function needn't be a symbol.
6400
6401 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6402
6403         * message.el (message-cite-prefix-regexp): Remove } from the cite
6404         prefix.
6405
6406         * gnus-art.el (gnus-treatment-function-alist): Do picons before
6407         highlight again, so that the highlight is correct.
6408
6409         * gnus-picon.el (gnus-picon): Remove again.
6410         (gnus-picon-create-glyph): Set the background XPM color explicitly.
6411
6412         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
6413         doing the header highlightling, so that the background color of the
6414         picon is correct.
6415
6416         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6417         (gnus-picon): Ditto.
6418         (gnus-picon): Reinstate.  The background color for picons is white.
6419         (gnus-picon-insert-glyph): Make the background white.
6420
6421         * nnml.el (nnml-open-nov): Don't return dead buffers.
6422
6423         * auth-source.el (auth-source-create): Query the user for whether to
6424         store the credentials.
6425
6426         * netrc.el (netrc-store-data): New function.
6427
6428         * auth-source.el (auth-source-user-or-password): Use the existing auth
6429         sources, if any, for creation.
6430
6431         * gnus.el (gnus-group-fast-parameter): Return the last matching
6432         parameter instead of the first matching parameter.
6433
6434 2010-09-26  Julien Danjou  <julien@danjou.info>
6435
6436         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6437
6438 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6439
6440         * mml2015.el (mml2015-use): Remove gpg support.
6441
6442         * mml1991.el (mml1991-function-alist): Remove gpg function.
6443         (mml1991-gpg-sign): Remove.
6444
6445 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
6446
6447         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6448         (gnus-browse-unsubscribe-current-group): Document it.
6449         (gnus-browse-unsubscribe-group): Use it.
6450
6451 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6452
6453         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6454         address to the To list for easier response.
6455
6456         * gnus.el (gnus-play-startup-jingle): Remove.
6457         (gnus-splash): Don't play jingle.
6458         (gnus): Silence gnus-load message.
6459
6460         * gnus-art.el (gnus-treat-play-sounds): Remove.
6461
6462         * gnus.el (gnus-play-jingle): Remove audio support.
6463
6464         * gnus-cus.el (gnus-score-customize): Remove audio reference.
6465
6466         * earcon.el: Remove -- no users.
6467
6468         * gnus-audio.el: Remove -- no users of this package.
6469
6470         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6471
6472         * gnus-start.el (gnus-setup-news): Remove nocem support.
6473
6474         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6475
6476         * gnus.el (gnus-use-nocem): Remove.
6477
6478         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6479         Remove.
6480
6481         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
6482         uses NoCeM any more.
6483
6484         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6485         (gnus-button-ctan-handler): Ditto.
6486         (gnus-button-handle-ctan-bogus-regexp): Ditto.
6487         (gnus-button-ctan-directory-regexp): Ditto.
6488         (gnus-button-handle-ctan): Ditto.
6489         (gnus-button-tex-level): Ditto.
6490         (gnus-button-alist): Remove CTAN stuff.
6491
6492 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6493
6494         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6495         nnimap-streaming test.
6496
6497         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6498         servers twice.
6499
6500         * nnimap.el (nnimap-open-connection): Add more error reporting when
6501         nnimap fails early.
6502
6503         * nnheader.el (nnheader-get-report-string): New function.
6504         (nnheader-get-report): Use it.
6505
6506         * gnus-int.el (gnus-check-server): Say what the error was when opening
6507         failed.
6508
6509         * nnimap.el (nnimap-wait-for-response): Search further when we're not
6510         using streaming.
6511
6512 2010-09-25  Julien Danjou  <julien@danjou.info>
6513
6514         * gnus-html.el (gnus-html-rescale-image): Use our defalias
6515         gnus-window-inside-pixel-edges.
6516
6517 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6518
6519         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6520
6521         * mm-decode.el (mm-save-part): Allow saving to other directories the
6522         normal Emacs way.
6523
6524         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6525         Suggested by Jay Berkenbilt.
6526
6527         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6528         there isn't a single byte.
6529
6530         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6531         just do it.  It doesn't really seem to matter what the user responds
6532         here, I think, so it's just a confusing question.
6533
6534         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6535         non-streaming case.
6536
6537         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6538         (gnus-article-encrypt-body): Use it.
6539
6540         * gnus-sum.el (gnus-summary-show-complete-article): New command and
6541         keystroke.
6542
6543         * nnimap.el (nnimap-find-wanted-parts-1):
6544         Use gnus-fetch-partial-articles.
6545
6546         * gnus-art.el (gnus-fetch-partial-articles): New variable.
6547
6548         * nnimap.el (nnimap-insert-partial-structure): New function.
6549         (nnimap-get-partial-article): New function.
6550         (nnimap-request-article): Use it.
6551         (nnimap-wait-for-response): Return whether the wait was successful.
6552         (nnimap-finish-retrieve-group-infos): Don't do anything if the
6553         retrieval wasn't successful.
6554         (nnimap-retrieve-group-data-early): Allow throttling servers.
6555         (nnimap-streaming): New variable.
6556         (nnimap-fetch-partial-articles): Remove.
6557
6558         * mm-decode.el (mm-with-part): Protect against killed buffers.
6559
6560         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6561         for prettier summary display.
6562
6563 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
6564
6565         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6566
6567 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6568
6569         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6570         apparently third-party libraries depend on it.
6571
6572         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6573         before starting negotiation.
6574
6575         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6576         privacy reasons.
6577         (gnus-treat-mail-gravatar): Ditto.
6578
6579         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6580         buffer when inserting images.  Inserting text into the headers, for
6581         instance, can make them invalid.
6582
6583 2010-09-25  Julien Danjou  <julien@danjou.info>
6584
6585         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6586         variables.
6587
6588         * nnheader.el: Remove useless variables news-reply-yank-from and
6589         news-reply-yank-message-id.
6590
6591         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6592         variables.
6593
6594         * mml1991.el: Remove useless mml1991-verbose.
6595
6596         * gnus.el: Remove useless variable gnus-use-generic-from.
6597         Remove obsolete variable gnus-topic-indentation.
6598
6599         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6600
6601         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6602
6603         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6604
6605         * gnus-group.el: Remove useless gnus-group-icon-cache.
6606         Remove useless gnus-ephemeral-group-server.
6607
6608         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6609
6610         * mml2015.el: Remove useless mml2015-verbose.
6611
6612         * mml-smime.el: Remove useless mml-smime-verbose.
6613
6614         * gnus.el: Remove useless gnus-local-domain.
6615
6616         * gnus-gravatar.el (gnus-gravatar-transform-address):
6617         Use gnus-gravatar-size.
6618
6619         * gnus-art.el: Remove useless gnus-treat-translate.
6620
6621 2010-09-24  Julien Danjou  <julien@danjou.info>
6622
6623         * gnus-sum.el: Add support for Gravatars.
6624
6625         * gnus-art.el: Add support for Gravatars.
6626
6627         * gnus-gravatar.el: Add this file.
6628
6629         * gravatar.el: Add this file.
6630
6631 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6632
6633         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6634
6635         * gnus-group.el (gnus-group-fetch-faq): Remove.
6636
6637         * gnus.el (gnus-group-faq-directory): Remove.
6638
6639         * gnus-group.el (gnus-group-fetch-charter): Remove.
6640
6641         * gnus.el (gnus-group-charter-alist): Remove.
6642
6643         * gnus-group.el (gnus-group-archive-directory): Remove.
6644         (gnus-group-recent-archive-directory): Ditto.
6645         (gnus-group-make-archive-group): Remove.
6646
6647         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6648
6649         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6650         use the same article number for all the cached articles.
6651
6652         * nnimap.el (nnimap-command): Register the last command time so
6653         that we can use it for idling NOOPs.
6654         (nnimap-open-connection): Start the keeplive timer.
6655         (nnimap-make-process-buffer): Store all the process buffers.
6656         (nnimap-keepalive): New function.
6657
6658         * starttls.el (starttls-open-stream): Add autoload cookie.
6659
6660 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6661
6662         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6663         handling.
6664
6665 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6666
6667         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6668         its data structures.
6669
6670         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6671         instead of the cl.el copy-list.
6672         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6673         equalp.
6674
6675 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6676
6677         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6678         and tool-bar-local-item-from-menu.
6679
6680         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6681         mode-line-highlight face for Emacs.
6682
6683         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6684         loading gnus-sum.elc; fix comment for canlock-verify.
6685         (gnus-article-jump-to-part): Use read-number.
6686         (gnus-insert-mime-button, gnus-insert-mime-security-button):
6687         Remove Emacs pre-21 compatible code for help-echo.
6688         (gnus-article-next-page-1): No need to adjust the number of lines.
6689         (gnus-article-describe-bindings): Always use help-buffer.
6690
6691         * gnus-audio.el (gnus-audio-inline-sound)
6692         * gnus-cus.el (gnus-custom-mode)
6693         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6694
6695         * gnus-sum.el (gnus-remove-overlays): Doc fix.
6696
6697         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6698         compatible code.
6699
6700 2010-09-24  Glenn Morris  <rgm@gnu.org>
6701
6702         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6703         visiting the fcc file in rmail-mode.
6704
6705         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
6706
6707 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6708
6709         * nnir.el: Silence the byte compiler.
6710
6711         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6712         alias to browse-url-url-encode-chars if any.
6713         (gnus-html-encode-url): Use it.
6714
6715 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6716
6717         * gnus-start.el (gnus-use-backend-marks): New variable.
6718         (gnus-get-unread-articles-in-group): Use it.
6719
6720         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6721         makeover.
6722
6723 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6724
6725         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6726
6727 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6728
6729         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6730         Remove.
6731         (gnus-setup-news-hook):
6732         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6733
6734         * gnus-int.el (gnus-request-update-info): Protect against backends not
6735         having the function.
6736
6737         * nnimap.el (nnimap-stream): Mention starttls.
6738         (nnimap-open-connection): Add starttls support.
6739
6740 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6741
6742         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6743
6744 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6745
6746         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6747         BODYSTRUCTUREs.
6748         (nnimap-transform-headers): Unfold quoted {42} headers.
6749
6750         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6751         the info.
6752         (gnus-get-unread-articles): Only call updatep on backends that support
6753         it.
6754
6755         * nnweb.el (nnweb-request-update-info): NOOP.
6756
6757         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6758
6759         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6760         since it only deals with marks.
6761
6762         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6763         gnus-request-marks, and make a new gnus-request-update-info.
6764
6765         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6766         the active instead of the high number, which is usually too low.
6767
6768 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
6769
6770         * netrc.el (netrc-parse): Remove encrypt.el mentions.
6771         * encrypt.el: Remove.
6772
6773 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6774
6775         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6776         server in symbolic form.
6777
6778         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6779
6780 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6781
6782         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6783         (nnimap-update-info): Fix up code slightly.
6784
6785         * gnus-int.el (gnus-open-server): Add tracing for performance
6786         debugging.
6787
6788         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6789         (gnus-group-insert-group-line): Pass the real group name so that it
6790         gets the right data.
6791
6792         * gnus-start.el (gnus-get-unread-articles): Don't have
6793         `gnus-get-unread-articles-in-group' update info, since that can be
6794         really slow and doesn't seem to be needed?
6795
6796 2010-09-22  Dan Christensen  <jdc@uwo.ca>
6797
6798         * time-date.el (date-to-time): Try using parse-time-string first before
6799         using the slower timezone-make-date-arpa-standard.
6800
6801 2010-09-22  Julien Danjou  <julien@danjou.info>
6802
6803         * gnus-group.el (gnus-group-insert-group-line):
6804         Call gnus-group-highlight-line.
6805         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6806         default hook list.
6807         (gnus-group-update-eval-form): Add new function.
6808         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6809         (gnus-group-get-icon): Use gnus-group-update-eval-form.
6810
6811 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6812
6813         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6814         immediate, then expire all articles.
6815         (nnimap-update-info): Fix off-by-one errors.
6816         (nnimap-flags-to-marks): Would return no marks lists for group with no
6817         flags.  Instead return the other data.
6818
6819 2010-09-22  Julien Danjou  <julien@danjou.info>
6820
6821         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6822         Only return an icon.
6823         (gnus-group-insert-group-line): Compute icon to return.
6824
6825         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6826         (gnus-html-image-fetched): Only cache if
6827         gnus-html-image-automatic-caching is set.
6828         (gnus-html-image-fetched): Check for errors.
6829
6830 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6831
6832         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6833         once per method on `g'.  This ensures that backends like nnfolder don't
6834         open all their folders.
6835
6836         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6837         (nnimap-request-list): Nix out group in the correct buffer.
6838         (nnimap-parse-flags): Implement by using `read' instead of
6839         hand-parsing.
6840         (nnimap-flags-to-marks): Pass on permanent-flags.
6841         (nnimap-make-process-buffer): Record the server name.
6842         (nnimap-parse-flags): Fix typo.
6843         (nnimap-request-scan): Run split on the server in general, not just a
6844         single group.
6845
6846         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6847         parameter, and propagate this downwards.
6848
6849         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6850         since EXAMINE changes it on the server.
6851
6852         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6853         this command might take a while.
6854
6855 2010-09-22  Julien Danjou  <julien@danjou.info>
6856
6857         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
6858         harmful if you have 2 images side-by-side, they can't be properly
6859         update on text deletion.  Using text-property is safer here.
6860         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6861         data.
6862
6863 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6864
6865         * nnimap.el (nnimap-expunge-inbox): Remove.
6866         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6867         (nnimap-expunge): Flip default to t.
6868
6869         * gnus.el (gnus-method-to-server): Don't push things to the cache
6870         unless it's unique.
6871         (gnus-server-to-method): Ditto.
6872
6873 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6874
6875         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6876
6877 2010-09-22  Julien Danjou  <julien@danjou.info>
6878
6879         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6880         get the start of data.
6881         (gnus-html-encode-url): Add this function to encode special chars in
6882         URL.
6883         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6884         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6885
6886         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6887         default.
6888         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6889
6890         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6891         images alt-text.
6892         (gnus-html-put-image): Put alt-text as help-echo.
6893
6894 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6897         * mm-util.el (mm-decompress-buffer)
6898         * nnir.el (nnir-run-find-grep)
6899         * pop3.el (pop3-list): Use 3rd arg of split-string.
6900
6901         * time-date.el (format-seconds): Comment fix.
6902
6903         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
6904         and byte-optimize-form-code-walker.
6905         (dgnushack-make-auto-load): Don't advise make-autoload.
6906
6907         * lpath.el: Remove Emacs 21 stuff.
6908
6909 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6910
6911         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6912         outside the active range.  Suggested by Dan Christensen.
6913
6914         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6915         slightly later to avoid double-getting it.
6916
6917         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6918         previous patch.
6919
6920         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6921
6922 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
6923
6924         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6925
6926 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6927
6928         * gnus-int.el (gnus-open-server): Give a better error message in the
6929         "go offline" case.
6930
6931         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6932         marks for nnimap, which is seldom the right thing to do.
6933
6934         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6935         (gnus-same-method-different-name): New function.
6936
6937         * nnimap.el (parse-time): Require.
6938
6939         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6940         method in the presence of many similar methods.
6941
6942         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6943
6944         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6945         nnml-inhibit-expiry.
6946
6947         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6948         find out whether methods are equal.
6949
6950         * nnimap.el (nnimap-find-expired-articles): New function.
6951         (nnimap-process-expiry-targets): New function.
6952         (nnimap-request-move-article): Request the article before looking at
6953         what the Message-ID is.  Fix found by Andrew Cohen.
6954         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6955
6956         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6957         for oldness in addition to being a predicate.
6958
6959         * nnimap.el (nnimap-request-group): When we have zero articles, return
6960         the right data to Gnus.
6961         (nnimap-request-expire-articles): Only delete articles immediately if
6962         the target is 'delete.
6963
6964         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6965         method, this would bug out.
6966
6967         * gnus-group.el (gnus-group-expunge-group): Rename from
6968         gnus-group-nnimap-expunge, and implemented as a normal interface
6969         function.
6970
6971         * gnus-int.el (gnus-request-expunge-group): New function.
6972
6973         * nnimap.el (nnimap-request-create-group): Implement.
6974         (nnimap-request-expunge-group): New function.
6975
6976 2010-09-21  Julien Danjou  <julien@danjou.info>
6977
6978         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6979         (gnus-html-cache-expired): Add new function.
6980         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6981         wethever we should display image for fetch it.
6982         Compute alt-text earlier to pass it to the fetching function too.
6983         (gnus-html-schedule-image-fetching): Change function argument to only
6984         get one image at a time, not a list.
6985         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6986         cache.
6987         (gnus-html-get-image-data): New function to retrieve image data from
6988         cache.
6989         (gnus-html-put-image): Change buffer argument to use image data rather
6990         than file, and place image above region rather than inserting a new
6991         one.  Do not take alt-text as argument, since it's useless now: we place
6992         the image above alt-text.
6993         (gnus-html-prune-cache): Remove.
6994         (gnus-html-show-images): Start to fetch image when we find one, do not
6995         push into a temporary list.
6996         (gnus-html-prefetch-images): Only fetch image if they have expired.
6997         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6998         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6999
7000 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7001
7002         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
7003
7004 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7005
7006         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
7007         spec inser "*" if the group isn't active instead of 0.
7008
7009         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
7010         opening the server.
7011         (nnimap-request-delete-group): Implement group deletion.
7012         (nnimap-transform-headers): Return the size of the entire message in
7013         the Bytes header, not just the size of the first part.
7014         (nnimap-request-move-article): When moving an article from nnimap,
7015         request the article first so the accepting form has an article to
7016         accept.  Reported by Dan Christensen.
7017         (nnimap-command): Make sure that the error message doesn't error out.
7018
7019 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
7020
7021         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
7022         we haven't requested anything.
7023
7024 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7025
7026         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
7027         "".  Fix found by Andrew Cohen.
7028
7029         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
7030         instead of -encode-string.
7031
7032 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7033
7034         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
7035
7036         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
7037         by mm-subst-char-in-string.
7038
7039 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7040
7041         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
7042         waiting for the connection string.
7043
7044         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
7045         arriving.
7046
7047         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
7048         bogus characters.  This allows selecting certain Gmail groups.
7049
7050         * nnimap.el (nnimap-find-wanted-parts-1): New function.
7051         (nnimap-fetch-partial-articles): New variable.
7052         (nnimap-open-connection): When looking for credentials, also use the
7053         nnimap-server-port.
7054         (nnimap-request-article): Return the group/article number, so that Gnus
7055         `^' works as expected.
7056         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
7057
7058         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
7059         comments.
7060         (gnus-methods-sloppily-equal): New function.
7061         (gnus): When using the development version of Gnus, load the gnus-load
7062         file.
7063
7064         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
7065         `gnus-open-server' on each method before trying to scan them etc.
7066         This ensures that all the backend parameters are set correctly.
7067
7068         * nnimap.el (nnimap-authenticator): New variable.
7069         (nnimap-open-connection): Allow anonymous login.
7070         (nnimap-transform-headers): The chars header is called Chars not Bytes.
7071         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
7072
7073         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
7074         patch, found by Knut Anders Hatlen.
7075
7076 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
7077
7078         * gnus-agent.el (gnus-agent-batch-confirmation)
7079         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
7080         to gnus-message.
7081         * gnus-art.el (gnus-article-describe-briefly): Likewise.
7082         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
7083         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
7084         * gnus-int.el (gnus-open-server): Likewise.
7085         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
7086         (gnus-score-check-syntax): Likewise.
7087         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
7088         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
7089         Likewise.
7090         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
7091
7092 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7093
7094         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
7095         calling conventions so that prefetch doesn't bug out.
7096
7097 2010-09-19  Julien Danjou  <julien@danjou.info>
7098
7099         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
7100         rather than `subst-char-in-region' in order to be able to replace ASCII
7101         char by UTF-8 ones.
7102
7103         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
7104         than curl.
7105         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
7106         the right URL and ALT text on images.
7107         (gnus-html-wash-tags): Fix tag case.
7108         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
7109         (gnus-article-html): Add -o display_ins_del=2 option.
7110         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
7111
7112 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7113
7114         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
7115         the extra mail headers, which sometimes seem to happen for unknown
7116         reasons.
7117
7118         * mail-parse.el (mail-header-encode-parameter): Define as
7119         rfc2045-encode-string instead of as rfc2231-encode-string, since some
7120         (or most, perhaps?) mail readers don't understand the latter, but do
7121         understand the former.
7122
7123         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
7124         to nil, so that no methods are automatically agentized.  I think this
7125         is probably what most users want.
7126
7127         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
7128         from url-retrieve, for instance about invalid URLs.
7129
7130         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
7131         groups that have no articles.
7132         (nnimap-request-article): Check that we really got an article when we
7133         requested one.
7134
7135         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
7136         doesn't exist.
7137
7138         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
7139         nntp buffer so the agent can save it.
7140         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
7141         that CRLF doesn't get translated to \n.
7142         (nnimap-open-connection): Don't make 'shell commands only send \n.
7143
7144 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7145
7146         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
7147         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
7148         Update var name.
7149         (nnml-generate-nov-file): Use dolist.
7150         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
7151         Use with-current-buffer.
7152
7153 2010-09-18  Julien Danjou  <julien@danjou.info>
7154
7155         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
7156         parallel.
7157
7158 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7159
7160         * nnimap.el (nnimap-update-info): When doing partial marks update, get
7161         the range update right.
7162         (nnimap-request-group): Don't make `M-g' bug out on group with no
7163         marks.
7164         (nnoo): Require, so that other packages can require nnimap.
7165         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
7166         command we're looking for.  This helps when the server sends more
7167         responses after we've gotten everything we expected.
7168         (nnimap): Add a `newlinep' field to keep track of end-of-line
7169         conventions.
7170         Don't send CRLF to things that don't want it.
7171         (nnimap-request-accept-article): Ditto.
7172
7173 2010-09-18  Julien Danjou  <julien@danjou.info>
7174
7175         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
7176         than curl to retrieve images.
7177
7178 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7179
7180         * nnimap.el (nnimap-update-info): Extend the info so that we can set
7181         the marks.
7182         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
7183         (nnimap-wait-for-connection): New function.
7184         (nnimap-open-connection): If we have PREAUTH, don't query for login
7185         credentials.
7186         (nnimap-update-info): Fix off-by-one error when concatenating ranges
7187         when doing a partial update.
7188
7189 2010-09-18  Julien Danjou  <julien@danjou.info>
7190
7191         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
7192         tags.
7193
7194 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7195
7196         * nnimap.el (nnimap-credentials): New function.
7197         (nnimap-open-connection): Use the new function to look for credentials
7198         also on the numeric equivalents of "imap" and "imaps".
7199
7200         * gnus-start.el (gnus-activate-group): Send the info to
7201         gnus-request-group.
7202
7203         * nnimap.el (nnimap-request-group): Have the "check" version of the
7204         function parse flags and update the info, so that a `M-g' get a total
7205         resync of all flags from the group.
7206
7207         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
7208         to allow backends to alter the info on group selection.  Also alter all
7209         the backend -request-group functions to take the parameter.
7210
7211         * nnimap.el (nnimap-store-info): New function.
7212         (nnimap-update-info): Store the info for later usage.
7213         (nnimap-request-group): Use the stored info for the dont-check case, so
7214         that we don't retrieve all marks when we enter a group.
7215
7216         * nnimap.el: Use deffoo instead of defun for interface functions.
7217
7218         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
7219         update the group info.  This makes the nndraft groups, for instance, go
7220         back to their old behavior.
7221
7222         * gnus-sum.el (gnus-select-newsgroup): Indent.
7223
7224         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
7225         in.
7226         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
7227         nothing.
7228
7229         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
7230         from methods that are denied.
7231
7232         * gnus-int.el (gnus-method-denied-p): New function.
7233
7234         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
7235         store the password instead of netrc.
7236         (nnimap-open-connection): Don't error out when we can't make a
7237         connections.
7238
7239         * auth-source.el (auth-source-create): In the password prompt, say what
7240         we're querying for.  Also prompt for user name if that hasn't been
7241         given.
7242
7243         * nnimap.el (nnimap-with-process-buffer): Remove.
7244
7245 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7246
7247         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
7248         method when we're reading from the agent.
7249
7250         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
7251
7252         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
7253         that's probably most useful for users.
7254
7255         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
7256         "failed" all the time.
7257
7258         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
7259         ...)) with (with-current-buffer ... ).
7260
7261         * nntp.el (nntp-open-server): Return whether the open was successful or
7262         not.
7263
7264         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
7265         select an unread unseen article first.
7266
7267         * nnimap.el (nnimap-open-connection): If the user doesn't have a
7268         /etc/services, supply some sensible port defaults.
7269
7270         * dgnushack.el: Define netrc-credentials.
7271
7272 2010-09-17  Julien Danjou  <julien@danjou.info>
7273
7274         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
7275
7276 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7277
7278         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
7279         doesn't have any parameters.
7280
7281 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7282
7283         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
7284         only upcased checks.
7285
7286         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
7287
7288         * nnimap.el (nnimap-open-shell-stream): New function.
7289         (nnimap-open-connection): Use it.
7290         (nnimap-transform-headers): Get the number of lines in each message.
7291         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
7292         number of lines.
7293         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
7294         problem.
7295
7296         * utf7.el (utf7-encode): Autoload.
7297
7298         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
7299         to allow the mail splitting to not return a default group.  This is
7300         useful for nnimap, which will leave unmatched mail in the inbox.
7301
7302         * nnimap.el: Rewritten.
7303
7304         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
7305         nnimap usage.
7306
7307         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
7308         if the move is internal, so that nnimap can do fast internal moves.
7309
7310         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
7311         data.
7312         (gnus-read-active-for-groups): Support finishing the early retrieval of
7313         data.
7314
7315         * gnus-range.el (gnus-range-nconcat): New function.
7316
7317         * gnus-int.el (gnus-finish-retrieve-group-infos)
7318         (gnus-retrieve-group-data-early): New functions.
7319
7320 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7321
7322         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
7323         (nnrss-retrieve-groups):
7324         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
7325         (pop3-quit): Use with-current-buffer.
7326
7327 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7328
7329         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
7330         instead of nnheader-accept-process-output.
7331
7332         * dgnushack.el (dgnushack-compile): Add comment.
7333
7334         * lpath.el: No need to fbind propertize for XEmacs 21.4.
7335
7336         * gnus-html.el (gnus-html-schedule-image-fetching)
7337         (gnus-html-prefetch-images): Replace process-kill-without-query by
7338         gnus-set-process-query-on-exit-flag.
7339
7340 2010-09-16  Romain Francoise  <romain@orebokech.com>
7341
7342         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
7343
7344 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7345
7346         * gnus-registry.el (gnus-registry-install-shortcuts): The second
7347         parameter to unintern is mandatory-ish in Emacs 24.
7348
7349         * gnus-html.el (gnus-html-schedule-image-fetching)
7350         (gnus-html-prefetch-images): Check for curl before using it.
7351
7352         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
7353         depend on curl, which isn't essential.
7354
7355         * imap.el: Revert back to version
7356         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7357         seem problematic.
7358
7359 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7360
7361         * gnus-registry.el (gnus-registry-install-shortcuts):
7362         Explicitly pass `obarray' to `unintern' to avoid a warning.
7363
7364 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7365
7366         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
7367         change.
7368
7369         * nnrss.el (nnrss-request-list): Remove this function and related
7370         functions, including the moreover stuff.
7371
7372 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7373
7374         * nnrss.el (nnrss-retrieve-groups): New function.
7375
7376 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7377
7378         * .dir-locals.el: Add no-byte-compile cookie.
7379
7380 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7381
7382         * time-date.el (format-seconds): Comment fix.
7383
7384         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
7385         for back end that doesn't support request-scan.
7386
7387 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7388
7389         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
7390         then do request scans from the backends.
7391
7392         * netrc.el (netrc-credentials): New conveniency function.
7393
7394         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
7395         avoid running a hook per line, since this takes a lot of time,
7396         profiling shows.
7397         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
7398         directly if gnus-visual-p is true.
7399
7400 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7401
7402         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
7403         groups; replace mapcar with dolist which is a bit faster; pass groups
7404         info to gnus-read-active-file-1.
7405         (gnus-read-active-file-1): Scan only specified groups if the new
7406         optional arg `infos' is given.
7407
7408 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7409
7410         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
7411
7412         * pop3.el (pop3-movemail): Remove.
7413         (pop3-streaming-movemail): Rename to pop3-movemail.
7414
7415         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
7416         don't restrict end-tag searches to the end of the line.
7417
7418 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7419
7420         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
7421         articles of every unchecked group to t, which means unknown since the
7422         server has never been opened.
7423
7424 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7425
7426         * gnus-html.el (gnus-html-show-alt-text): New command.
7427         (gnus-html-browse-image): Ditto.
7428         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
7429         to browse the image directly.
7430         (gnus-html-wash-tags): Search for images first, so that <a><img> works
7431         better.
7432
7433         * gnus-async.el (gnus-async-article-callback):
7434         Call `gnus-html-prefetch-images' unconditionally.
7435
7436         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7437         before feeding URLs to curl.
7438
7439 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7442         internal images as deletable by `W D D'.
7443
7444         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7445         (gnus-async-article-callback): Fix typo.
7446
7447 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7448
7449         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7450         current line to work around bugs in the output from w3m.
7451
7452         * gnus-async.el (gnus-async-article-callback): Always prefetch images
7453         for groups that want that.
7454
7455         * nntp.el (nntp-wait-for-string): Supply a timeout for
7456         accept-process-output to ensure progress.
7457
7458         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7459         level to get unread articles from, then use that for foreign groups,
7460         too.
7461
7462         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7463         confuses the rest of the function.
7464
7465         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7466         for the methods that support -retrieve-groups, too.
7467
7468         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7469
7470 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
7473         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
7474
7475         * pop3.el: Require cl when compiling.
7476         (pop3-number-of-responses): Search for "+OK", not "+OK ".
7477
7478 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7479
7480         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7481         that aren't going to be activated.
7482         (gnus-get-unread-articles): Fix up the last commit.
7483
7484         * gnus-html.el (gnus-article-html): Allow calling without specifying
7485         the handle.  In that case, dissect the buffer first.
7486
7487         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7488
7489         * nnimap.el (nnimap-open-connection): Revert the change that would look
7490         into authinfo for imaps instead of imap.
7491
7492         * gnus-start.el (gnus-activate-group): Take an optional parameter to
7493         say that you don't want to call gnus-request-group with don-check, but
7494         do check the reponse.  This is for virtual groups only.
7495         (gnus-get-unread-articles): Count the archive groups as secondary, so
7496         that they're activated the same way as before.
7497
7498         * imap.el (imap-message-map): Removed optional buffer parameter, since
7499         no callers use it.
7500         (imap-message-get): Ditto.
7501         (imap-message-put): Ditto.
7502         (imap-mailbox-map): Ditto.
7503         (imap-mailbox-put): Ditto.
7504         (imap-mailbox-get): Ditto.
7505         (imap-mailbox-get): Revert last change for this function.
7506
7507         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7508         case-insensitively.
7509         (nnimap-debug): Remove.
7510
7511         * net/imap.el (imap-fetch-safe): Remove function, and alter all
7512         callers to use `imap-fetch' instead.  According to the comments, this
7513         should be safe, since all other IMAP clients use the 1:* syntax.
7514         (imap-enable-exchange-bug-workaround): Remove.
7515         (imap-debug): Remove -- doesn't seem very useful.
7516
7517         * mail-source.el (mail-source-fetch): Don't message if we're fetching
7518         mail from a file, and the file doesn't exist.
7519
7520         * imap.el (imap-log): New convenience function used throughout instead
7521         of repeating the same code all over the place.
7522
7523         * pop3.el (pop3-streaming-movemail): Return t for success.
7524
7525         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7526         .authinfo if we're using ssl connection.
7527
7528         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7529         already have if we're in a main Gnus `g' run.
7530
7531         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7532
7533 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7534
7535         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7536
7537         * nnmh.el (nnmh-request-list-1): Bind `file'.
7538
7539         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7540         alias to set-process-query-on-exit-flag or process-kill-without-query.
7541         (pop3-open-server): Use it.
7542
7543 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7544
7545         * mail-source.el (mail-source-delete-crash-box): Always move the crash
7546         box to the Incoming file.  Fixes mistake in previous checkin.
7547
7548         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7549         request loop (for debugging purposes) removed.
7550
7551         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7552         culprit is more visible.
7553         (nnml-save-incremental-nov, nnml-open-incremental-nov)
7554         (nnml-add-incremental-nov): New functions to do "incremental" nov
7555         updates, where we just append to the end of the existing nov files
7556         without reading/writing them in full.
7557
7558         * mail-source.el (mail-source-delete-crash-box): Really only check the
7559         incoming files once in a while.
7560
7561         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7562
7563         * mail-source.el (mail-source-delete-crash-box): Only check the
7564         incoming files for deletion once per day to save a lot of file
7565         accesses.
7566
7567         * pop3.el (pop3-logon): Fix up unbound variable typo.
7568
7569         * mail-source.el (pop3-streaming-movemail): Autoload.
7570
7571         * pop3.el (pop3-streaming-movemail):
7572         Respect pop3-leave-mail-on-server.
7573
7574         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7575         retrieval.
7576
7577         * pop3.el (pop3-process-filter): Remove unused function.
7578         (pop3-streaming-movemail, pop3-send-streaming-command)
7579         (pop3-wait-for-messages, pop3-write-to-file)
7580         (pop3-number-of-responses): New functions for streaming pop3
7581         retrieval.
7582
7583         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7584         come from no known methods.
7585         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7586         list.
7587
7588         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7589         message sizes.
7590         (pop3-movemail): Use erase-buffer instead of looping and deleting
7591         regions, which seems rather odd.
7592
7593         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7594         file once per `g' run.
7595
7596         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7597         directories.  This makes the draft queue directory work.
7598
7599         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7600         data from the backends, so that we only request the list of groups from
7601         each method once.  This should speed things up considerably.
7602
7603         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7604         detect that it's not implemented.
7605
7606         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7607         we actually do recurse down into the tree, but don't stat all leaf
7608         nodes.
7609
7610         * gnus-html.el (gnus-html-show-images): If there are no images to show,
7611         then say so instead of bugging out.
7612
7613         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7614         files exist before trying to read them.
7615
7616         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7617         around <pre_int>.
7618
7619         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7620
7621         * nnmh.el (nnmh-request-list-1): Optimize for speed.
7622
7623 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7624
7625         * mm-util.el (mm-image-load-path): Just return the image directories,
7626         not all directories in the path in addition to the image directories.
7627         (mm-image-load-path): Maintain a cache of the image directories so that
7628         the `g' command in Gnus doesn't have to stat dozens of directories each
7629         time.
7630
7631         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7632         (gnus-html-wash-tags): Add a new `i' command to insert images.
7633         (gnus-html-insert-image): New command and keystroke.
7634         (gnus-html-redisplay-with-images): New command and keystroke.
7635         (gnus-html-show-images): Rename command.
7636         (gnus-html-wash-tags): Remove more white space before <pre_int> image
7637         spacers.
7638         (gnus-html-wash-tags): Decode entities at the end, so that entities
7639         inside the tags don't mess up the rest of the "parsing".
7640
7641         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7642         so that nnimap methods aren't agentized by default.  There's apparently
7643         many problems related to agent/imap behavior.
7644
7645         * gnus-art.el (gnus-article-copy-string): New command and key binding.
7646
7647         * gnus-html.el: Doc fix.
7648
7649 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7650
7651         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
7652         specifier-spec-list for Emacs 21.
7653
7654         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7655         glyph-width and glyph-height instead of display-graphic-p and
7656         image-size; make avoidance of displaying small images work for XEmacs.
7657
7658         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7659         for XEmacs.
7660
7661         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7662         of symbol that holds plist data.
7663         (gnus-process-plist): Remove plist of process after getting it.
7664
7665 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7666
7667         * message.el (message-generate-hashcash): Change default to
7668         'opportunistic if hashcash is installed.
7669
7670         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7671         (gnus-html-put-image): Only call image-size once, since it's somewhat
7672         time-consuming on remote X servers.
7673
7674 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7675
7676         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
7677         type on data, not a file name.
7678
7679         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
7680         window-pixel-edges for Emacs 21.
7681
7682         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7683         decoded contents.
7684         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7685
7686 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7687
7688         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7689         group line format, since it isn't very interesting.
7690
7691         * gnus-agent.el (gnus-agent-short-article),
7692         (gnus-agent-long-article): Increase values for these two variables,
7693         since most people are likely to have more network connection and
7694         storage than before.
7695
7696         * gnus.el (gnus-refer-article-method): Change default to 'current.
7697         When referring an article, the common behavior is to refer it from the
7698         current select method, not the native select method.  The chances of
7699         the native select method having the message in question is rather slim
7700         these days.
7701
7702         * gnus-sum.el (gnus-auto-select-subject): Change default to
7703         `unseen-or-unread'.  I think it's likely that most people want to
7704         select an unseen article over a previously seen, but unread one.
7705
7706         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
7707         means that in the article buffer none of the minor mode elements will
7708         be shown, usually, and this is not desirable in most cases.
7709
7710         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7711         that commands like `d' (and the like) go to the next line in the
7712         buffer, instead of the next unread article.  I think this is the
7713         behavior that is most natural for most users.
7714         (gnus-single-article-buffer): Change default to nil, so that people can
7715         have as many article buffers open as they have summary buffer.  I think
7716         this is the most natural way for the groups to behave.
7717
7718         * message.el (message-generate-new-buffers): Change default to
7719         `unsent', so that all new message buffers start their names with the
7720         string "*unsent", and it's easier to find the buffers if you move from
7721         them.
7722
7723 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7724
7725         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7726         small.  They're probably tracking images.
7727         (gnus-html-wash-tags): Remove all <pre_int> place holders.
7728         (gnus-html-rescale-image): Yet another try at getting the image sizing
7729         right.
7730
7731         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7732         nntp-marks-file-name is nil.
7733
7734 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7735
7736         * gnus-html.el (gnus-html-wash-tags)
7737         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7738         Better logging.
7739
7740 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7741
7742         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7743
7744         * gnus-html.el (gnus-html-wash-tags): Check the value of
7745         gnus-blocked-images in the summary buffer.
7746
7747 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7748
7749         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7750
7751 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7752
7753         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7754         like "a", it seems like.
7755         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7756         since it needs to be picked from the correct buffer.
7757
7758         * nnwfm.el: Remove.
7759
7760         * nnlistserv.el: Remove.
7761
7762 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7763
7764         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7765         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7766
7767 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7768
7769         * nnkiboze.el: Remove.
7770
7771         * nndb.el: Remove.
7772
7773         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7774         alt text.
7775         (gnus-html-rescale-image): Try to get the rescaling logic right for
7776         images that are just wide and not tall.
7777
7778         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7779         overshadow variable bindings.
7780
7781 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7782
7783         * gnus-html.el (gnus-html-wash-tags)
7784         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7785         Add extra logging.
7786
7787 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7788
7789         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7790         (gnus-max-image-proportion): New variable.
7791         (gnus-html-rescale-image): New function.
7792         (gnus-html-put-image): Rescale images.
7793
7794 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7795
7796         Fix up some byte-compiler warnings.
7797         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7798         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7799         (gnus-article-fill-cited-article, gnus-article-hide-citation)
7800         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7801         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7802         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7803         (gnus-group-update-group): Use save-excursion and with-current-buffer.
7804
7805 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7806
7807         * gnus-html.el (gnus-article-html): Decode contents by charset.
7808
7809 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7810
7811         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7812         (gnus-html-frame-width, gnus-blocked-images)
7813         * message.el (message-prune-recipient-rules): Add custom version.
7814         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7815
7816         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7817         functions.
7818
7819         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7820         gnus-process-get.
7821
7822 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7823
7824         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7825         instead of lsub directly.
7826
7827 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7828
7829         * nnwarchive.el: Remove.
7830
7831         * gnus-soup.el: Remove.
7832
7833         * nnsoup.el: Remove.
7834
7835         * nnultimate.el: Remove.
7836
7837         * gnus-html.el (gnus-blocked-images): New variable.
7838
7839         * message.el (message-prune-recipients): New function.
7840         (message-prune-recipient-rules): New variable.
7841
7842         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7843         guess whether a long line is natural text or not.
7844
7845         * gnus-html.el (gnus-html-schedule-image-fetching):
7846         Use gnus-process-plist and friends for compatibility.
7847
7848 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7849
7850         * gnus-html.el: Require packages that define macros used in this file.
7851         (gnus-article-mouse-face): Declare to silence byte-compiler.
7852         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7853         process-get.
7854         (gnus-html-put-image): Use plist-get to avoid getf.
7855         (gnus-html-prefetch-images): Use with-current-buffer.
7856
7857 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7858
7859         * gnus-ems.el: Provide compatibility functions for
7860         gnus-set-process-plist.
7861
7862         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
7863         header-line-format for XEmacs 21.4.
7864
7865         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
7866         * gnus.el (gnus-valid-select-methods)
7867         * message.el (message-send-mail-partially-limit)
7868         * mm-decode.el (mm-text-html-renderer)
7869         * mml.el (mml-insert-mime-headers-always)
7870         * smiley.el (smiley-regexp-alist): Bump custom version.
7871
7872 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7873
7874         * gnus-html.el: require mm-url.
7875         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7876         with the url to `url'.
7877         (gnus-html-wash-tags): Support cid: URLs/images.
7878
7879 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7880
7881         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7882         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7883         bindings, as they aren't useful at all.  `w' is moved to `W w'.
7884
7885         * gnus-move.el: Remove file, since it doesn't really work.
7886
7887         * gnus-html.el (gnus-article-html): Tell w3m that the input is
7888         UTF-8.  This seems to fix problems with some German web feeds.
7889
7890         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7891         at the top so that the proper colors are applied.
7892
7893         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
7894         don't have dots in their names.
7895
7896         * gnus-art.el (gnus-article-view-part): Doc fix.
7897
7898         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7899         XEmacs-compatible.
7900         (gnus-html-put-image): Don't do images on non-graphic displays.
7901
7902         * nnslashdot.el: Remove this unused backend.
7903
7904         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7905         actions.
7906         (gnus-undo-register-1): Revert last change.
7907
7908         * gnus-group.el (gnus-group-completing-read): Protect against not
7909         having completion-styles bound.
7910
7911         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7912         make broken recipients happier.
7913
7914         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7915
7916         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7917         point parameter.
7918
7919         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
7920
7921         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7922         completion-styles for group selection.
7923
7924 2009-02-04  Andreas Schwab  <schwab@suse.de>
7925
7926         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7927         headers and regexp-quote the match if necessary.
7928
7929 2009-03-24  Miles Bader  <miles@gnu.org>
7930
7931         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7932         the blinking smiley.
7933
7934 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7935
7936         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7937         blink smiley.
7938
7939 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7940
7941         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7942         where the dribbel file lives exists.
7943
7944         * message.el (message-send-mail-partially-limit): Change the default to
7945         nil, since most people don't want this.
7946
7947         * mm-url.el (mm-url-decode-entities): Also decode entities like
7948         &#x3212.
7949
7950 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7951
7952         * gnus-sum.el (gnus-summary-idna-message):
7953         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7954         Hyperlink urls in docstrings with URL `...'.
7955
7956 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
7957
7958         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7959         functions.
7960
7961 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7962
7963         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7964         say what the mouseover text should be.
7965
7966         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7967         version of the mm-w3m-safe-url-regexp variable to only download images
7968         in the groups where we want that to happen.
7969
7970         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7971
7972         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7973         easier debugging.
7974         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7975         big pictures in the article buffer.
7976
7977         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7978         gnus-article-html.
7979         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7980         w3m.
7981
7982         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7983
7984 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7985
7986         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7987         which doesn't exist.
7988
7989         * message.el (message-inhibit-ecomplete): New variable to allow some
7990         function to inhibit ecomplete address storage.
7991         (message-resend): Disable ecomplete message storage when resending
7992         messages.
7993
7994         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7995
7996 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7997
7998         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7999         Save excursion while copying, moving, and deleting articles in order to
8000         prevent the cursor from jumping to unforeseen place.
8001
8002 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8003
8004         * lpath.el: No need to bind bookmark-current-buffer,
8005         bookmark-yank-point and bookmark-make-record-function.
8006
8007 2010-08-17  Glenn Morris  <rgm@gnu.org>
8008
8009         * gnus-sync.el: Require gnus components whose functions are used.
8010
8011         * gnus-art.el (bookmark-make-record-function):
8012         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
8013         Declare for compiler.
8014
8015         * mm-url.el (mml-compute-boundary): Autoload.
8016
8017 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8018
8019         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
8020
8021 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
8022
8023         Typo fix "hoo4a" -> "hook".
8024
8025         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
8026
8027 2010-08-14  Glenn Morris  <rgm@gnu.org>
8028
8029         * gnus-sync.el (gnus-sync): Fix defgroup version.
8030
8031 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
8032
8033         Doc fixes and keep unknown groups (ammended for nunion bug fix).
8034
8035         * gnus-sync.el: Fix docs.
8036         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
8037         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
8038
8039 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8040
8041         Optimizations for gnus-sync.el.
8042
8043         * gnus-sync.el: Add docs about gnus-sync-backend
8044         possibilities.
8045         (gnus-sync-save): Remove unnecessary message.
8046         (gnus-sync-read): Optimize and show what groups were skipped.
8047
8048 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8049
8050         Minor bug fixes for gnus-sync.el.
8051
8052         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
8053         Don't read the sync on get-new-news.
8054
8055         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
8056         quiet.
8057
8058         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
8059         (fix typo).
8060
8061 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
8062
8063         Make saving and restoring of hidden threads work with overlays.
8064         Patch applied by Ted Zlatanov.
8065
8066         * gnus-sum.el (gnus-hidden-threads-configuration)
8067         (gnus-restore-hidden-threads-configuration): Update to deal with text
8068         properties, rather than searching for a magic character.
8069
8070 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8071
8072         New gnus-sync.el library for synchronization of marks.
8073
8074         * gnus-sync.el: New library for synchronization of marks.
8075
8076         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
8077         renamed from `gnus-registry-grep-in-list'.
8078
8079         * gnus-registry.el (gnus-registry-follow-group-p):
8080         Use `gnus-grep-in-list'.
8081
8082         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
8083
8084 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8085
8086         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
8087         determining charset of text fails.
8088
8089 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * nnmail.el (nnmail-get-new-mail-1): Revert.
8092
8093         * nnml.el (nnml-active-number): Make sure names of newly created groups
8094         in nnml-group-alist are encoded.
8095
8096 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
8099         containing non-ASCII characters in active file for nnml back end.
8100
8101 2010-07-24  David Engster  <dengste@eml.cc>
8102
8103         * mml-smime.el (mml-smime-epg-verify): Also accept the older
8104         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
8105
8106 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
8107
8108         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
8109         tag (Bug#6654).
8110
8111 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8112
8113         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
8114         the article buffer, not the summary buffer.
8115
8116 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8117
8118         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
8119         Emacs 23 as well.
8120
8121 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8122
8123         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
8124         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
8125
8126 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8127
8128         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8129         Patch applied by Karl Fogel.
8130
8131         * gnus-sum.el (gnus-summary-bookmark-make-record):
8132         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
8133
8134 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8135
8136         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
8137         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
8138         C-w still not working correctly from Article buffers; Thierry's
8139         patch to fix that will be applied after this.
8140
8141         * gnus-art.el (bookmark-make-record-function): New local variable.
8142
8143         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
8144         article buffer.
8145         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
8146
8147 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
8148
8149         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
8150         on changes in bookmark.el.
8151
8152 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8153
8154         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
8155         `no-log' instead of message not to log prompt string.
8156
8157 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
8158
8159         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
8160         the *other* type of HTML form submission.
8161
8162 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
8163
8164         * auth-source.el (auth-source-pick): If choice does not contain a
8165         questioned keyword, set the check to t.
8166
8167 2010-06-12  Romain Francoise  <romain@orebokech.com>
8168
8169         * gnus-util.el (gnus-date-get-time): Move up before first use.
8170
8171 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8172
8173         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
8174         (gnus-article-edit-part): Bind it to make last part that is substituted
8175         or deleted visible.
8176         (gnus-mime-display-single): Buttonize part of which id equals to
8177         gnus-mime-buttonized-part-id.
8178
8179 2010-06-10  Dan Christensen  <jdc@uwo.ca>
8180
8181         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
8182         (gnus-dd-mmm): Use gnus-date-get-time.
8183         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
8184         simplify logic.
8185         (gnus-summary-limit-to-age): Use gnus-date-get-time.
8186         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
8187
8188 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
8189
8190         * auth-source.el (top): Autoload `secrets-list-collections',
8191         `secrets-create-item', `secrets-delete-item'.
8192         (auth-sources): Fix tag string.
8193         (auth-get-source, auth-source-retrieve, auth-source-create)
8194         (auth-source-delete): New defuns.
8195         (auth-source-pick): Rewrite in order to avoid 2 passes.
8196         (auth-source-forget-user-or-password): New parameter USERNAME.
8197         (auth-source-user-or-password): New parameters CREATE-MISSING and
8198         DELETE-EXISTING.  Retrieve password interactively, if needed.
8199
8200 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8201
8202         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
8203         deleting unused directories when gnus-expert-user is t.
8204
8205 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8206
8207         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
8208         for each temp file when gnus-article-browse-delete-temp is ask.
8209
8210 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8211
8212         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
8213         Replace Lisp calls to delete-backward-char by calls to delete-char.
8214
8215 2010-05-20  Kevin Ryde  <user42@zip.com.au>
8216
8217         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
8218
8219 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
8220
8221         * password-cache.el (password-cache-remove): Fix docstring.
8222
8223 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8224
8225         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
8226         article unless decoding article to be saved.
8227
8228 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8229
8230         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
8231         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
8232         generated within the mm-with-unibyte-current-buffer macro.
8233
8234 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
8237         to nil when we're in a mml-preview buffer and no group is selected.
8238
8239 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
8240
8241         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
8242         when catching the `C-g'.  Reported by "Leo".
8243
8244 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * message.el (message-forward-make-body-plain)
8247         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
8248         multibyte-string-p.
8249
8250         * lpath.el: Revert.
8251
8252 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8253
8254         * message.el (message-forward-make-body-mml): Assume original message
8255         is multibyte string; error on unibyte.
8256         (message-forward-make-body-plain): Ditto; don't add excessive newline
8257         in body end.
8258
8259         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
8260
8261 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
8262
8263         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
8264         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
8265
8266 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8267
8268         * mm-extern.el (mm-extern-url): Don't use
8269         mm-with-unibyte-current-buffer.
8270         (mm-extern-cache-contents): Use with-current-buffer instead of
8271         save-excursion + set-buffer.
8272
8273 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8274
8275         * mm-util.el (mm-emacs-mule): Remove.
8276
8277 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
8278
8279         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
8280         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
8281         change.
8282
8283 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8284
8285         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
8286         bind the default value of enable-multibyte-characters to nil.
8287
8288 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8289
8290         * message.el (message-forward-make-body-plain)
8291         (message-forward-make-body-mml):
8292         Don't use mm-with-unibyte-current-buffer.
8293
8294 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8295
8296         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
8297
8298 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
8299
8300         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
8301         (Bug#5592).
8302
8303 2010-05-07  Julien Danjou  <julien@danjou.info>
8304
8305         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
8306         it to mm-pipe-part.
8307
8308         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
8309         it is given.
8310
8311 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8312
8313         * binhex.el (binhex-decode-region-internal)
8314         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
8315         (dns-query)
8316         * nnweb.el (nnweb-gmane-search)
8317         * pgg-parse.el (pgg-parse-armor)
8318         * pgg.el (pgg-verify-region)
8319         * sha1.el (sha1-string-external)
8320         * uudecode.el (uudecode-decode-region-internal)
8321         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
8322         XEmacs.
8323
8324         * gnus-art.el (gnus-article-browse-html-parts)
8325         * gnus-group.el (gnus-read-ephemeral-gmane-group)
8326         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
8327         make-temp-file.
8328
8329         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
8330         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
8331         compiling.
8332
8333         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
8334         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
8335         XEmacs when compiling.
8336
8337         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
8338         gnus-pick-mode-off-hook for XEmacs when compiling.
8339         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
8340         gnus-binary-mode-off-hook for XEmacs when compiling.
8341
8342         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
8343         Return nil if char-charset is not available.
8344
8345         * imap.el (imap-disable-multibyte)
8346         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
8347         macros.
8348
8349         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
8350         instead of encode-coding-string.
8351
8352         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
8353         'xemacs) instead of mm-emacs-mule to switch function definitions.
8354         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
8355
8356         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
8357         bind temporary-file-directory for XEmacs;
8358         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
8359         timer-set-function for XEmacs 21.4 and SXEmacs;
8360         bind timer-list for XEmacs 21.4 and SXEmacs;
8361         fbind char-charset and find-charset-region for non-Mule XEmacs;
8362         fbind decode-coding-region, decode-coding-string, detect-coding-region,
8363         encode-coding-region and encode-coding-string for XEmacs having no
8364         file-coding feature.
8365
8366 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
8367
8368         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
8369
8370 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8371
8372         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
8373         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
8374
8375 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
8376
8377         * mm-util.el (mm-decompress-buffer): Use `delete-file';
8378         alias `jka-compr-delete-temp-file' no longer exists.
8379
8380 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8381
8382         Use define-minor-mode in Gnus where applicable.
8383         * mml.el (mml-mode): Use define-minor-mode.
8384         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
8385         (gnus-undo-mode): Use define-minor-mode.
8386         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
8387         (gnus-dead-summary-mode): Use define-minor-mode.
8388         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
8389         Initialize in declaration.
8390         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
8391         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
8392         (gnus-mailing-list-mode): Use define-minor-mode.
8393         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
8394         (gnus-draft-mode): Use define-minor-mode.
8395         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
8396         (gnus-dired-mode): Use define-minor-mode.
8397
8398 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
8399
8400         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
8401         handles on recursive mml-to-mime translation and check them for
8402         boundary delimiter collisions.  Reported by Greg Troxel.
8403
8404 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8405
8406         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
8407
8408 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8409
8410         * mm-util.el (mm-find-buffer-file-coding-system):
8411         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
8412
8413 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
8414
8415         * message.el (message-generate-headers): Record insertion of optional
8416         headers as well.  Otherwise the check to prevent repeated insertion of
8417         optional headers is a no-op.
8418
8419 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
8420
8421         * smime.el: Don't mention CVS.
8422
8423         * nnrss.el (nnrss-fetch): Don't mention CVS.
8424
8425         * nnir.el: Don't mention CVS.
8426
8427 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8428
8429         * gnus-sum.el (gnus-summary-bookmark-make-record):
8430         Add `location' field.
8431
8432 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8433
8434         * lpath.el: Fbind bookmark-default-handler,
8435         bookmark-get-bookmark-record, bookmark-make-record-default,
8436         bookmark-prop-get for Emacs <23 and XEmacs.
8437
8438 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8439
8440         * gnus-sum.el: Add bookmark declarations to silence the compiler.
8441         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
8442         Use with-current-buffer to silence the byte-compiler.
8443         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
8444         bother to require `gnus'.
8445         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
8446
8447 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8448
8449         * gnus-sum.el (gnus-summary-bookmark-make-record)
8450         (gnus-summary-bookmark-jump): New functions.
8451         (gnus-summary-mode): Setup bookmark support.
8452
8453 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
8454
8455         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
8456         if set.
8457
8458 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8459
8460         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
8461         gnus-article-browse-html-save-cid-image; make it work recursively for
8462         forwarded messages as well.
8463         (gnus-article-browse-html-parts): Work when prefix arg is given.
8464         (gnus-article-browse-html-article): Doc fix.
8465
8466 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
8467
8468         * message.el (message-default-mail-headers):
8469         (message-default-headers): Carry the value mail-default-headers over
8470         into message-default-mail-headers, rather than message-default-headers.
8471
8472 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
8473
8474         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
8475         charset.
8476
8477         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
8478         charset into the <meta> tag when the article is encoded to utf-8.
8479
8480 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8481
8482         * gnus-art.el (gnus-article-browse-delete-temp-files):
8483         Delete directories as well.
8484         (gnus-article-browse-html-parts): Work for images that do not specify
8485         file names; delete temp directory when quitting; insert header at the
8486         right place; use file: scheme for image files.
8487
8488 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
8489
8490         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8491         (gnus-article-browse-html-parts): Use it to make temporary cid image
8492         files in addition to html file so that browser may display them.
8493
8494 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8495
8496         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8497
8498 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8499
8500         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8501
8502 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
8503
8504         * auth-source.el (auth-sources): Change default to be simpler.
8505         Explain about Secret Service API sources.  Improve Customize options.
8506         (auth-source-pick): Change to accept any number of search parameters.
8507         Implement fallbacks iteratively, not recursively.  Add scoring on the
8508         second pass and sort by score.  Call Secret Service API when needed.
8509         (auth-source-user-or-password): Use it.  Call Secret Service API
8510         directly when needed to get the user name and the password.
8511
8512 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8513
8514         * message.el (message-interactive): Doc fix.
8515         (message-qmail-inject-args): Reflow.
8516         (message-kill-to-signature): Fix typo in docstring.
8517
8518         * smiley.el (smiley-buffer): Fix typo in docstring.
8519
8520 2010-03-24  Glenn Morris  <rgm@gnu.org>
8521
8522         * mail-source.el (gnus-message): Declare.
8523         (mail-source-delete-old-incoming): Require gnus-util.
8524
8525 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8526
8527         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8528
8529         * message.el (ecomplete-setup): Autoload it for Emacs <23.
8530
8531         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8532         password-cache's default if it is not bound.
8533         (mml-secure-passphrase-cache-expiry): Default to 16 that is
8534         password-cache-expiry's default if it is not bound.
8535
8536         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8537         available in Emacs 21.
8538
8539         * lpath.el: Suppress compiler warnings for:
8540         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
8541         XEmacs;
8542         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
8543         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
8544         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
8545
8546 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
8547
8548         * auth-source.el (auth-sources): Fix up definition so extra parameters
8549         are always inline.
8550
8551 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
8552
8553         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8554         wasn't updated after mismatch.  Clear cached mailbox info correctly
8555         when uidvalidity changes.
8556         (nnimap-group-prefixed-name): New function to avoid some code
8557         duplication.
8558         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8559         (nnimap-request-group): Use it.
8560         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8561         (nnimap-update-unseen): Significantly improved speed of Gnus startup
8562         with many imap folders.  This is done by caching the group status from
8563         the imap server persistently in a group parameter `imap-status'.  (This
8564         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8565         but not persistently, so every Gnus startup was still very slow.)
8566
8567 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
8568
8569         * assistant.el (assistant-render-text): Run `widget-setup' and don't
8570         delete the extra newline.  Otherwise editing of :string and :number
8571         types don't work.
8572
8573 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8574
8575         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
8576         secrets.el dependency.
8577         (auth-sources): Add optional user name.  Add secrets.el configuration
8578         choice (unused right now).
8579
8580 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8581
8582         * gnus-sum.el (gnus-summary-make-menu-bar):
8583         Let `gnus-registry-install-shortcuts' fill in the functions.
8584
8585         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8586         warnings.
8587         (gnus-registry-misc-menus): Variable to hold registry mark menus.
8588         (gnus-registry-install-shortcuts): Populate and use it in a
8589         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8590
8591 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
8592
8593         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8594         In-place substitutions for the group name encoding/decoding.
8595         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8596         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8597         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8598         (nnimap-update-unseen, nnimap-request-list)
8599         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8600         (nnimap-request-set-mark, nnimap-split-to-groups)
8601         (nnimap-split-articles, nnimap-request-newgroups)
8602         (nnimap-request-create-group, nnimap-request-accept-article)
8603         (nnimap-request-delete-group, nnimap-request-rename-group)
8604         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
8605         `encoded-mbx' for consistency.
8606         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8607         variable `imap-current-mailbox'.
8608
8609         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8610         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8611
8612 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
8613
8614         * pop3.el (pop3-display-message-size-flag): Display message size byte
8615         counts during POP3 download.
8616         (pop3-movemail): Use it.
8617         (pop3-list): Implement listing of available messages.
8618
8619 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
8620
8621         * nnir.el (nnir-get-article-nov-override-function): New function to
8622         override the normal NOV retrieval.
8623         (nnir-retrieve-headers): Use it.
8624
8625 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
8626
8627         * auth-source.el (netrc-machine-user-or-password): Autoload.
8628
8629 2010-03-19  Glenn Morris  <rgm@gnu.org>
8630
8631         Stop message.el from loading about 40 libraries it doesn't always need.
8632         The general approach is to autoload rather than require, and to
8633         require in the specific functions rather than the file.  (Bug#5642)
8634
8635         * gmm-utils.el: Don't require wid-edit.
8636         (widget-create-child-value, widget-convert, widget-default-get):
8637         Autoload.
8638
8639         * gnus-util.el: Don't require time-date, netrc.
8640         (message-fetch-field, gnus-group-name-decode): Declare rather than
8641         autoloading.
8642         (gnus-fetch-field): Require message.
8643         (gnus-decode-newsgroups): Require gnus-group.
8644
8645         * ietf-drums.el: Don't require time-date.
8646
8647         * message.el: Don't require hashcash, canlock, ecomplete.
8648         Do require mail-utils.  Require nnheader only when compiling.
8649         (smtpmail-default-smtp-server): Remove declaration.
8650         (message-send-mail-function): Check smtpmail-default-smtp-server
8651         is bound rather than requiring smtpmail.
8652         (message-auto-save-directory, message-insert-signature):
8653         Use expand-file-name rather than nnheader-concat.
8654         (nnheader-insert-file-contents): Autoload.
8655         (hashcash-wait-async): Declare.
8656         (message-send-mail): Only call gnus-setup-posting-charset if
8657         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
8658         (message-send-mail-with-sendmail): Require sendmail.
8659         (canlock-password, canlock-password-for-verify): Declare.
8660         (message-canlock-password): Require canlock.
8661         (nnheader-get-report): Autoload.
8662         (gnus-setup-posting-charset): Declare.
8663         (message-send-news): Require gnus-msg.
8664         (message-make-references, message-make-in-reply-to): Use mail-header-id
8665         rather than the alias mail-header-message-id.
8666         (ecomplete-add-item, ecomplete-save): Declare.
8667         (message-put-addresses-in-ecomplete): Require ecomplete.
8668         (ecomplete-display-matches): Autoload.
8669
8670         * mm-decode.el: Don't require mailcap, gnus-util.
8671         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8672         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8673         Autoload.
8674         (mailcap-mime-extensions): Declare.
8675
8676         * mm-encode.el: Don't require mailcap.
8677         (mailcap-extension-to-mime): Autoload.
8678
8679         * mml-sec.el: Don't require password-cache.
8680
8681         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8682         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8683         (mml-minibuffer-read-type): Require mailcap.
8684         (mml-preview): Require gnus-msg.
8685
8686         * mml1991.el: Require password-cache.
8687         (password-cache-expiry): Remove declaration.
8688
8689         * mml2015.el: Require password-cache.
8690         (password-cache-expiry): Remove declaration.
8691
8692         * nneething.el (mailcap): Require mailcap.
8693
8694         * nnheader.el (declare-function): Add compatibility stub.
8695         (message-remove-header): Declare rather than autoload.
8696         (nnheader-replace-header): Require message.
8697
8698         * nnimap.el (declare-function): Add compatibility stub.
8699         (netrc-parse, netrc-machine-user-or-password): Declare.
8700         (nnimap-open-connection): Require netrc.
8701
8702         * nntp.el (declare-function): Add compatibility stub.
8703         (netrc-parse, netrc-machine, netrc-get): Declare.
8704         (nntp-send-authinfo): Require netrc.
8705
8706         * rfc2047.el: Don't require qp.
8707         (quoted-printable-encode-region, quoted-printable-decode-string):
8708         Autoload.
8709
8710         * sieve-mode.el: Don't require easymenu.
8711         (easy-menu-add-item): Autoload it.
8712
8713         * spam-stat.el (time-to-number-of-days): Autoload it.
8714
8715 2010-03-19  Glenn Morris  <rgm@gnu.org>
8716
8717         * password-cache.el (password-cache, password-cache-expiry): Autoload.
8718
8719 2010-03-18  Glenn Morris  <rgm@gnu.org>
8720
8721         * hashcash.el (declare-function): Remove duplicate definition.
8722
8723 2010-03-17  Kevin Ryde  <user42@zip.com.au>
8724
8725         * mml.el (mml-read-tag): Unquote values with `read' to reverse
8726         prin1 in mml-insert-tag (just stripping the quotes gave wrong
8727         value if any backslash escapes).
8728
8729 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8732         if it is available.  (bug#5647)
8733
8734         * lpath.el: Suppress compiler warning for coding-system-from-name for
8735         Emacs 21 and XEmacs.
8736
8737 2010-03-14  Juri Linkov  <juri@jurta.org>
8738
8739         * hmac-def.el:
8740         * hmac-md5.el:
8741         * netrc.el: Fix keywords.
8742
8743 2010-02-26  Glenn Morris  <rgm@gnu.org>
8744
8745         * message.el (message-send-mail-function): Change the default, so that
8746         it inherits from a customized send-mail-function.  (Bug#5643)
8747
8748 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8749
8750         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8751         shell-command-to-string signals an error (bug#5299).
8752
8753 2010-02-24  Glenn Morris  <rgm@gnu.org>
8754
8755         * message.el (message-smtpmail-send-it)
8756         (message-send-mail-with-mailclient): Doc fixes.
8757
8758 2010-02-16  Glenn Morris  <rgm@gnu.org>
8759
8760         * message.el (message-default-mail-headers): Change the default value
8761         to ease the transition from mail-mode to message-mode.  (Bug#5555)
8762
8763 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8764
8765         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
8766         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
8767
8768 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
8769
8770         * time-date.el (date-to-time): Doc fix (Bug#5408).
8771
8772 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8773
8774         * message.el (message-mail): Just pass yank-action on to message-setup.
8775         (message-setup): Handle (FUN . ARGS) form of yank-action.
8776         (message-with-reply-buffer, message-widen-reply)
8777         (message-yank-original): Handle non-buffer values of
8778         message-reply-buffer (Bug#4080).
8779         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8780
8781 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8782
8783         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8784         Fix typo in docstring.
8785
8786 2010-01-08  Jason Rumney  <jasonr@gnu.org>
8787
8788         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8789         response.
8790
8791 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8794
8795         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8796
8797         * message.el (message-check-news-header-syntax): Protect against a
8798         string that `rfc822-addresses' returns when parsing fails.
8799
8800 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8801
8802         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8803         (gnus-previous-char-property-change): New functions.
8804
8805         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8806
8807 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
8808
8809         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8810         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
8811
8812 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8813
8814         * message.el (message-exchange-point-and-mark): Rework last change to
8815         avoid using optional arg of exchange-point-and-mark, for backward
8816         compatibility.
8817
8818 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8819
8820         * message.el (message-exchange-point-and-mark):
8821         Call exchange-point-and-mark with an argument rather than setting
8822         mark-active by hand (Bug#5175).
8823
8824 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * nntp.el (nntp-service-to-port): Work for service expressed with
8827         numeric string; replace [:digit:] with [0-9] for XEmacs.
8828
8829 2009-12-17  Glenn Morris  <rgm@gnu.org>
8830
8831         * gnus-group.el (gnus-bug-group-download-format-alist):
8832         Change emacs entry to debbugs.gnu.org.  Bump :version.
8833
8834 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8835
8836         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8837
8838 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8839
8840         * message.el (message-info): Explain why we use `Info-goto-node'.
8841
8842 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8843
8844         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
8845
8846 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8847
8848         * message.el (message-completion-in-region): New compatibility function.
8849         (message-expand-group): Use it.
8850
8851 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8852
8853         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8854         with no unread article should be listed if the 2nd arg `predicate' is
8855         given.
8856
8857 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8858
8859         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
8860
8861 2009-11-29  Juri Linkov  <juri@jurta.org>
8862
8863         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8864         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
8865         on `gnus-recenter'.  (Bug#4698, Bug#4981)
8866
8867 2009-11-26  Kevin Ryde  <user42@zip.com.au>
8868
8869         * sha1.el (sha1-string-external): default-directory "/" in case
8870         otherwise non-existent.  process-connection-type pipe for touch of
8871         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
8872
8873 2009-11-25  Kevin Ryde  <user42@zip.com.au>
8874
8875         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
8876         it's comms related and sgml-mode.el has "comm" on that basis too.
8877
8878 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8879
8880         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8881         containing tspecial characters if they have been already quoted.
8882
8883 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8884
8885         * dns-mode.el (auto-mode-alist): Purecopy string.
8886
8887 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8888
8889         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
8890
8891 2009-10-24  Glenn Morris  <rgm@gnu.org>
8892
8893         * gnus-art.el (help-xref-stack-item): Define for compiler.
8894
8895 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8896
8897         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
8898
8899 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8900
8901         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8902
8903 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8906         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8907
8908 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8911         (gnus-overlays-in): New alias to overlays-in.
8912
8913         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8914         gnus-overlay-get, and gnus-delete-overlay.
8915         (gnus-summary-show-thread): Make it work as well for systems in which
8916         next-single-char-property-change is not available.
8917         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8918
8919         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
8920         (gnus-overlay-get): New alias to extent-property.
8921         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
8922
8923         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
8924         SXEmacs.
8925
8926         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
8927         SXEmacs.
8928
8929 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8930
8931         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8932
8933 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8934
8935         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8936         and XEmacs that don't have `remove-overlays'.
8937
8938 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8939
8940         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8941         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8942         selective display.  Use overlays instead.
8943
8944 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8945
8946         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8947
8948 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8949
8950         * spam-stat.el (spam-stat-load): Fix typo in message.
8951
8952 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8953
8954         * dig.el (dig-invoke): Fix typo in docstring.
8955         (query-dig): Reflow docstring.
8956
8957 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8958
8959         * gnus-art.el (gnus-article-encrypt-body):
8960         * message.el (message-check-recipients):
8961         * mm-util.el (mm-codepage-setup):
8962         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8963         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8964
8965 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8966
8967         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8968         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8969         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8970         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8971         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8972
8973 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8974
8975         * dig.el: Add "Keywords: comm", as per net-utils.el.
8976
8977 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8978
8979         * dig.el (dig-mode): Use define-derived-mode.
8980
8981 2009-09-19  Glenn Morris  <rgm@gnu.org>
8982
8983         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8984
8985 2009-09-18  Glenn Morris  <rgm@gnu.org>
8986
8987         * gnus-diary.el (gnus-diary-check-message):
8988         * message.el (message-insert-formatted-citation-line):
8989         * nnbabyl.el (top-level):
8990         * nndiary.el (nndiary-schedule):
8991         Fix typos in condition-case handlers.
8992
8993 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8996         configuration that provides the sole article window in a frame;
8997         position point correctly after deleting a part.
8998
8999 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
9000
9001         * spam.el (spam-unregister-on-reregister): Add boolean variable.
9002         (spam-resolve-registrations-routine): Use it to unregister articles
9003         that change status.
9004
9005 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
9008         with XEmacs.
9009         (parse-time-string-chars): Use it.
9010
9011 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9012
9013         * imap.el (imap-interactive-login): Better messages.
9014         (imap-open): Fix bug with renamed buffer on reconnect.
9015         (imap-authenticate): Add buffer-local imap-last-authenticator variable
9016         for easier debugging and cleaner code.  On successful (guessed based on
9017         server capabilities) secondary authentication, set imap-state
9018         correctly.
9019         (imap-last-authenticator): Define imap-last-authenticator as a variable
9020         to avoid warnings.
9021
9022 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * nnrss.el (nnrss-request-article): Remove binding of
9025         default-enable-multibyte-characters that has gotten needless by
9026         the 2007-07-13 change in rfc2047-encode-message-header.
9027
9028         * mml.el (mml-insert-multipart): Error on the message header.
9029         (mml-insert-part): Error on the message header; position point at
9030         the end of a MIME tag.
9031
9032 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9033
9034         * time-date.el (autoload): Expand define-obsolete-function-alias into
9035         defalias and make-obsolete for old Emacsen that Gnus supports.
9036         (with-no-warnings): Define it for old Emacsen.
9037         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9038         is available.
9039         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9040         float-time is available; suppress compile warning for time-to-seconds.
9041
9042         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
9043         (gnus-float-time): Alias to float-time if it exists.
9044
9045         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
9046         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
9047         float-time is available; suppress compile warning for time-to-seconds.
9048
9049         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
9050         XEmacs.
9051
9052 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
9053
9054         * imap.el (imap-message-map): Docstring fix.
9055
9056 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9057
9058         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
9059         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
9060         Add the optional argument `encoding' that overrides the default.
9061
9062         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
9063         mm-encode-buffer.
9064
9065 2009-09-04  Glenn Morris  <rgm@gnu.org>
9066
9067         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
9068         mm-disable-multibyte, rather than default-enable-multibyte-characters.
9069         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
9070         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
9071         * mm-util.el (mm-with-unibyte-current-buffer)
9072         (mm-find-buffer-file-coding-system):
9073         * yenc.el (yenc-decode-region): Use default-value rather than
9074         default-enable-multibyte-characters.
9075
9076 2009-09-03  Glenn Morris  <rgm@gnu.org>
9077
9078         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
9079         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
9080         than default-enable-multibyte-characters.
9081
9082 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
9083
9084         * gnus-art.el (gnus-article-read-summary-keys):
9085         Fix gnus-buffer-configuration's value temporarily used.
9086
9087 2009-09-02  Glenn Morris  <rgm@gnu.org>
9088
9089         * gnus-util.el (gnus-float-time): New function.
9090         * gnus-delay.el (gnus-delay-article):
9091         * gnus-sum.el (gnus-thread-latest-date):
9092         * gnus-util.el (gnus-user-date): Use gnus-float-time.
9093         * nnspool.el (nnspool-request-newgroups):
9094         Use gnus-float-time rather than time-to-seconds.
9095         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
9096
9097         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
9098         (gnus-header-subject-face, gnus-header-newsgroups-face)
9099         (gnus-header-name-face, gnus-header-content-face):
9100         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
9101         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
9102         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
9103         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
9104         (gnus-cite-face-11):
9105         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
9106         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9107         (gnus-server-closed-face, gnus-server-denied-face)
9108         (gnus-server-offline-face):
9109         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9110         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9111         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9112         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9113         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9114         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9115         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9116         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9117         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9118         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9119         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9120         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9121         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9122         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
9123         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
9124         (gnus-summary-high-undownloaded-face)
9125         (gnus-summary-low-undownloaded-face)
9126         (gnus-summary-normal-undownloaded-face)
9127         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9128         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9129         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9130         (gnus-splash-face):
9131         * message.el (message-header-to-face, message-header-cc-face)
9132         (message-header-subject-face, message-header-newsgroups-face)
9133         (message-header-other-face, message-header-name-face)
9134         (message-header-xheader-face, message-separator-face)
9135         (message-cited-text-face, message-mml-face):
9136         * sieve-mode.el (sieve-control-commands-face)
9137         (sieve-action-commands-face, sieve-test-commands-face)
9138         (sieve-tagged-arguments-face):
9139         * spam.el (spam-face):
9140         Mark face aliases with "-face" in the name as obsolete.
9141
9142 2009-09-01  Glenn Morris  <rgm@gnu.org>
9143
9144         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
9145         than goto-line.
9146
9147 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
9150         Don't move point if the command is invoked inside the message header.
9151
9152 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9153
9154         * imap.el (imap-send-command): Simplify.
9155         (imap-wait-for-tag): point-max -> buffer-size.
9156
9157 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9158
9159         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
9160         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
9161         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
9162         * nnir.el (nnir-swish-e-index-file):
9163         * gnus-sum.el (gnus-summary-delete-marked-as-read)
9164         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
9165         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9166         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
9167         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
9168         (gnus-treat-display-xface): Add Emacs version of obsolescence.
9169
9170 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9171
9172         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
9173         Don't save excursion.
9174
9175 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9176
9177         * nnheader.el (nnheader-find-file-noselect):
9178         * mm-util.el (mm-insert-file-contents):
9179         Use (default-value 'major-mode) instead of default-major-mode.
9180
9181 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9182
9183         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
9184
9185 2009-08-26  Glenn Morris  <rgm@gnu.org>
9186
9187         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
9188         than placing in files.el.
9189
9190 2009-08-25  Glenn Morris  <rgm@gnu.org>
9191
9192         * nnir.el (top-level): Don't require cl at run-time.
9193         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
9194         Replace cl-function substitute with gnus-replace-in-string.
9195         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
9196         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
9197         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
9198         simplified expansions.
9199
9200 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9201
9202         * dig.el (dig): Add autoload cookie.
9203
9204 2009-08-22  Glenn Morris  <rgm@gnu.org>
9205
9206         * gnus-art.el (gnus-button-patch): Use forward-line rather than
9207         goto-line.
9208
9209 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9210
9211         * parse-time.el (parse-time-string-chars): Save match data.
9212
9213 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9214
9215         * parse-time.el (parse-time-string-chars): Compute using character
9216         classes, to handle non-ascii characters (Bug#3190).
9217
9218 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9219
9220         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
9221
9222         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
9223         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
9224         (gnus-mm-display-part, gnus-mime-display-single)
9225         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
9226         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
9227
9228         * gnus-sum.el
9229         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
9230         (gnus-summary-move-article): Add expirable mark to articles copied or
9231         moved to group that has auto-expire turned on if the option is non-nil.
9232
9233 2009-07-24  Glenn Morris  <rgm@gnu.org>
9234
9235         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
9236         Fix typo.  (Bug#3903)
9237
9238 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9239
9240         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
9241         gnus-article-read-summary-keys rather than gnus-summary-edit-article
9242         that should not be used for draft articles.
9243         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
9244         that has no concern in minor mode keys.
9245         (gnus-article-summary-command, gnus-article-summary-command-nosave):
9246         Abolish.
9247
9248 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
9251         article without making inquiry to a user for unknown encoding.
9252
9253         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
9254         (nnmaildir--scan): Assume i-node and device number that file-attributes
9255         returns might be cons-cell.
9256
9257         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
9258
9259         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
9260
9261 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
9262
9263         * auth-source.el: Remove docs now in auth.texi.  Don't use
9264         `gnus-message' for logging.  Add new variables `auth-source-debug' and
9265         `auth-source-hide-passwords' and use them.
9266
9267 2009-07-15  Glenn Morris  <rgm@gnu.org>
9268
9269         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
9270
9271 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9272
9273         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
9274         excessive whitespace from the default values of title and description.
9275
9276 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9277
9278         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
9279         mail-fetch-field to fetch Content-Description header in order to
9280         exclude newlines.
9281
9282 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
9283
9284         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
9285         format used by GnuPG 2.0.11.
9286
9287 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9288
9289         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
9290         to deleted part.
9291
9292 2009-05-30  David Engster  <dengste@eml.cc>
9293
9294         * nnmairix.el: Remove old documentation in the commentary block.
9295         (nnmairix-request-group): Do not update active file for nnml back ends.
9296         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
9297         end so that overview files are ignored.
9298         (nnmairix-update-groups): Make updating the groups more robust by using
9299         marks.
9300         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
9301         with dollar characters in message-id.
9302
9303 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
9304
9305         * spam.el: Use dns-query instead of query-dns.  Was renamed on
9306         2008-12-25 in dns.el.
9307
9308 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9309
9310         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
9311         could happen if the text is only composed of spaces and/or tabs.
9312
9313 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
9314
9315         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
9316         when sending a queued message to avoid extra mml tags.
9317
9318 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
9321
9322 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9323
9324         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
9325         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
9326         rmail-toggle-header for XEmacs;
9327         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
9328
9329 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9330
9331         * gnus-dired.el: Remove autoload for gnus-setup-message.
9332         (gnus-dired-attach): Fake this-command value to prevent Gnus from
9333         displaying Gnus logo; always use compose-mail.
9334
9335 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9336
9337         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
9338
9339 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9340
9341         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
9342         (gnus-nocem-issuers): List currently active issuers; fix custom type.
9343         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
9344         available.
9345         (gnus-nocem-epg-verify): New function.
9346
9347 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
9348
9349         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
9350
9351 2009-02-15  Glenn Morris  <rgm@gnu.org>
9352
9353         * gnus-util.el (rmail-insert-rmail-file-header)
9354         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
9355         autoloads.
9356         (rmail-default-rmail-file): Remove unnecessary declaration.
9357         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
9358
9359 2009-02-14  Glenn Morris  <rgm@gnu.org>
9360
9361         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
9362         variable (only used in gnus-util, which declares it anyway).
9363         (rmail-output-to-rmail-file): Remove autoload of deleted function,
9364         which was only needed by gnus-art (changed to not use it any more).
9365         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
9366         only used in gnus-util, which autoloads it itself.
9367         (rmail-update-summary): Fix autoload.
9368
9369         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
9370         rather than rmail-output-to-rmail-file.
9371
9372 2009-02-07  Glenn Morris  <rgm@gnu.org>
9373
9374         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
9375         autoload of function that no longer exists.
9376         (rmail-toggle-header): Declare.
9377         (message-forward-rmail-make-body): Handle mbox Rmail.
9378
9379 2009-01-31  Glenn Morris  <rgm@gnu.org>
9380
9381         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
9382         2009-01-09 change.
9383
9384 2009-01-31  Dave Love  <fx@gnu.org>
9385
9386         * imap.el (imap-fetch-safe): Bind debug-on-error.
9387         (imap-debug): Add imap-fetch-safe.
9388
9389 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
9390
9391         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
9392         (auth-source-forget-all-cached): New convenience function.
9393         (auth-source-user-or-password): Accept list of modes or a single mode.
9394
9395         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
9396         auth-source modes.
9397
9398         * netrc.el (netrc-machine-user-or-password): Use list of
9399         auth-source modes.
9400
9401         * nnimap.el (nnimap-open-connection): Use list of
9402         auth-source modes.
9403
9404         * nntp.el (nntp-send-authinfo): Use list of
9405         auth-source modes.
9406
9407 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9408
9409         * auth-source.el: Update docs to reflect epa-file-enable is to be used
9410         now.
9411
9412 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
9415         coding system in XEmacs; add a workaround for XEmacs.
9416
9417         * lpath.el: Fbind coding-system-aliasee.
9418
9419 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9420
9421         * mm-util.el (mm-coding-system-priorities): Protect against nil value
9422         of current-language-environment.
9423
9424 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9425
9426         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
9427         available at runtime.
9428
9429 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9430
9431         * gnus-art.el (article-date-ut): Fix end point of narrowing.
9432
9433 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
9434
9435         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
9436         the greatest positive fixnum value doesn't work under an XEmacs with
9437         bignum support; use the most-positive-fixnum constant instead,
9438         available since Emacs 21.1 with cl and XEmacs 21.1.
9439
9440 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
9443         XEmacs gets not to work.
9444
9445 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9446
9447         * mm-util.el (mm-coding-system-priorities): Allow the value like
9448         "Japanese (UTF-8)" of current-language-environment.
9449
9450 2009-01-09  Glenn Morris  <rgm@gnu.org>
9451
9452         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
9453         with last-command-event.
9454
9455 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9456
9457         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
9458         in the doc string.
9459
9460         * message.el (message-fix-before-sending): Amend comment.
9461
9462 2009-01-08  Dave Love  <fx@gnu.org>
9463
9464         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
9465
9466 2009-01-07  David Engster  <dengste@eml.cc>
9467
9468         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
9469         simplified server definitions by converting it via
9470         gnus-server-to-method.
9471
9472 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9473
9474         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
9475         parameter's operands.
9476
9477 2009-01-06  David Engster  <dengste@eml.cc>
9478
9479         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
9480         primary select method (for gnus-group-mark-article-as-read).
9481
9482 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
9483
9484         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
9485         `(gnus)Face', not `(gnus)X-Face'.
9486
9487 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9488
9489         * mm-util.el (mm-ucs-to-char): New function.
9490
9491         * mm-url.el (mm-url-decode-entities): Use it.
9492
9493         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
9494         unicode-to-char.
9495
9496 2009-01-05  Dave Love  <fx@gnu.org>
9497
9498         * time-date.el: Require cl for `declare'.
9499
9500 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9501
9502         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
9503         Dave Love.
9504
9505 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9506
9507         * message.el (message-fix-before-sending): Add `eight-bit' to
9508         illegible-text check.
9509
9510 2009-01-03  Michael Olson  <mwolson@gnu.org>
9511
9512         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
9513         `headers' is nil.  This can occur if the IMAP server does not have
9514         permissions to read messages from a folder, but can write new messages
9515         to the folder.
9516         (nnimap-request-article-part): Do not insert `data' if it is nil.
9517
9518         * imap.el (imap-parse-fetch): Courier can insert spurious blank
9519         characters which will confuse `read', so skip past them.
9520
9521 2009-01-01  Dave Love  <fx@gnu.org>
9522
9523         * imap.el (imap-string-to-integer): Fix typo.
9524         (imap-fetch-safe): New function.
9525         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
9526
9527         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
9528
9529         * imap.el (imap-process-connection-type, imap-debug, imap-open):
9530         (imap-parse-greeting): Fix doc strings.
9531         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
9532         (imap-parse-flag-list): Make messages unique.
9533         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
9534
9535         * nnimap.el: Fix author email.
9536         (nnimap-split-rule): Add FIXME comment.
9537         (nnimap-debug): Fix doc string.
9538
9539 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9540
9541         * dns.el (dns-set-servers): Check "Address".  Fix typo.
9542
9543 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
9544
9545         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
9546         nslookup if resolv.conf isn't available.
9547         (dns-query): Rename from query-dns.
9548         (dns-query-cached): Rename from query-dns-cached.
9549
9550 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9551
9552         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
9553         overlay-arrow-position and overlay-arrow-string buffer-local; no need
9554         to check if those variables exist (first appeared in Emacs 18.50).
9555
9556 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9557
9558         * mm-util.el (mm-line-number-at-pos): New function.
9559
9560         * spam-report.el (spam-report-process-queue): Use it.
9561
9562 2008-12-24  David Engster  <dengste@eml.cc>
9563
9564         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
9565         parameters that haven't existed as variables as buffer-local variables.
9566
9567 2008-12-23  Dave Love  <fx@gnu.org>
9568
9569         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
9570         cadar.
9571
9572         * sieve-manage.el (sieve-manage-starttls-p): Rename from
9573         imap-starttls-p.
9574         (sieve-manage-starttls-open): Rename from imap-starttls-open.
9575
9576 2008-12-22  Dave Love  <fx@gnu.org>
9577
9578         * imap.el: Fix author email.  Doc fixes.
9579         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
9580         reply.
9581
9582 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
9583
9584         * spam-report.el (spam-report-gmane-max-requests): New constant.
9585         (spam-report-gmane-wait): New variable.
9586         (spam-report-gmane-ham, spam-report-gmane-spam)
9587         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
9588         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
9589         the server.
9590
9591         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
9592         Add explanations.
9593
9594         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
9595         nnheader-accept-process-output and nnheader-read-timeout if available.
9596         (pop3-movemail): Use it.
9597
9598         * message.el (message-check-news-body-syntax): Fix signature check if
9599         there's an attachment.
9600
9601 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9602
9603         * mm-util.el: Add comments to the mm- emulating functions.
9604
9605 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
9606
9607         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
9608         Reported by Stephen Berman <stephen.berman@gmx.net>.
9609
9610 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9611
9612         * mm-util.el (mm-substring-no-properties): New function.
9613         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
9614         (mm-special-display-p): Enable those lambda forms to be byte compiled.
9615         (mm-string-to-multibyte): Doc fix.
9616
9617         * mml.el (mml-attach-file): Use mm-substring-no-properties.
9618
9619 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9620
9621         * mml.el (mml-attach-file): Strip text properties from file name.
9622         (Bug#1574)
9623
9624 2008-12-16  Glenn Morris  <rgm@gnu.org>
9625
9626         * mm-util.el (mm-charset-override-alist): Declare for compiler.
9627
9628 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9629
9630         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
9631         knows since the charset specified might be a bogus alias that
9632         mm-charset-synonym-alist provides.
9633
9634 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9635
9636         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
9637         "ISO_8859-1".
9638
9639         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
9640
9641 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * mm-util.el (mm-charset-eval-alist):
9644         Define it before mm-charset-to-coding-system.
9645         (mm-charset-to-coding-system): Add optional argument `silent';
9646         define it before mm-charset-override-alist.
9647         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
9648         default value if it can be used in Emacs currently running;
9649         silence mm-charset-to-coding-system.
9650
9651 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9652
9653         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
9654         `allow-override' which says whether to use `mm-charset-override-alist'.
9655         (rfc2047-decode-encoded-words): Use it.
9656
9657         * mm-util.el (mm-charset-override-alist): Fix custom type;
9658         add `(gb2312 . gbk)' to choices.
9659
9660 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9661
9662         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
9663         fast.
9664
9665         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9666
9667         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
9668
9669 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
9670
9671         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9672         on links.
9673
9674         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9675
9676 2008-12-03  Lute Kamstra  <lute@gnu.org>
9677
9678         * sha1.el: Remove leading * from docstrings of defcustoms,
9679         deffaces, defconsts and defuns.
9680
9681 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9682
9683         * message.el (message-idna-to-ascii-rhs-1): Protect against local
9684         users' addresses that don't have domain parts.
9685         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9686         rather than message-narrow-to-head since there will be the message
9687         header separator.
9688
9689 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9690
9691         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9692         since the result is inserted in a unibyte buffer anyway.
9693         (nnimap-demule-use-string-to-multibyte): Remove.
9694         (nnimap-demule): Alias it to mm-string-to-multibyte.
9695
9696 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9697
9698         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9699         variable for debugging bug#464 and bug#1174.
9700         (nnimap-demule): Use it.
9701
9702 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9703
9704         * gnus-score.el (gnus-score-find-trace): Handle default score in total
9705         score calculation correctly.
9706
9707 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9708
9709         * message.el (message-send-mail): Just set the buffer to unibyte
9710         rather than use mm-with-unibyte-current-buffer which does a lot more.
9711         (message-send-mail-partially): Don't bother with
9712         mm-with-unibyte-current-buffer since it's already been made unibyte by
9713         message-send-mail.
9714
9715 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
9716
9717         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9718
9719 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
9720
9721         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9722
9723 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
9726         require itself and to remove `with-no-warnings'.
9727
9728 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
9729
9730         * starttls.el (starttls-any-program-available): Get the name of the
9731         available TLS layer program.
9732         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9733         well as the host name in the "opening" message.
9734
9735         * auth-source.el (auth-source-cache, auth-source-do-cache)
9736         (auth-source-user-or-password): Cache passwords and logins by default,
9737         allow override with `auth-source-do-cache'.
9738         (auth-source-forget-user-or-password): Allow users to remove cache
9739         entries if needed.
9740
9741 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
9742
9743         * md4.el (md4-buffer): Fix typo in docstring.
9744         (md4, md4-64): Doc fixes.
9745         (md4-pack-int32): Reflow docstring.
9746
9747 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9748
9749         * ietf-drums.el (ietf-drums-remove-comments): Localize second
9750         condition-case to only the forward-sexp call.
9751
9752 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9753
9754         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9755         quotes contained.  Make it more robust regardless by an extra
9756         condition-case wrapper.
9757
9758 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9759
9760         * lpath.el: No need to fbind codepage-setup for Emacs 23.
9761
9762 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * nnml.el (nnml-request-expire-articles): Check if the function set to
9765         `nnmail-expiry-target' returns the symbol `delete'.
9766
9767         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9768
9769         * nnmail.el (nnmail-expiry-target): Fix custom type.
9770
9771 2008-10-02  Glenn Morris  <rgm@gnu.org>
9772
9773         * mm-util.el (mm-codepage-setup): Tweak codepage error.
9774         Silence compiler warning.
9775
9776 2008-10-01  Magnus Henoch  <mange@freemail.hu>
9777
9778         * tls.el (open-tls-stream): Show the actual command being
9779         executed, instead of the format string.
9780
9781 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * lpath.el: Fbind codepage-setup for Emacs 23.
9784
9785 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
9786
9787         * mml.el (mml-menu): Don't assume mml2015 is bound.
9788
9789 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9792         exists.
9793
9794 2008-09-27  Glenn Morris  <rgm@gnu.org>
9795
9796         * gnus-util.el (mail-header-remove-comments): Autoload it.
9797
9798 2008-09-27  Andreas Schwab  <schwab@suse.de>
9799
9800         * gnus-util.el (gnus-split-references): Strip comments.
9801         (gnus-parent-id): Likewise.
9802
9803 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
9804
9805         * message.el (message-confirm-send): Fix version.
9806
9807 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9808
9809         * message.el (message-idna-to-ascii-rhs-1): Use
9810         mail-extract-address-components rather than mail-header-parse-addresses
9811         that is an alias by default to ietf-drums-parse-addresses that does not
9812         support non-ASCII names in headers' contents.
9813
9814 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9815
9816         * message.el (message-confirm-send): Fix variable documentation to
9817         avoid the "y/n" wording.
9818
9819 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
9820
9821         * message.el (message-set-auto-save-file-name): Save to a different
9822         filename so multiple messages (especially drafts) can be recovered.
9823
9824 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
9825
9826         * message.el (message-confirm-send): Add appropriate version.
9827
9828 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9829
9830         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9831         defvar.
9832
9833 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
9834
9835         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9836         (mm-pkcs7-enveloped-magic): Ditto.
9837
9838 2008-09-17  Simon Josefsson  <simon@josefsson.org>
9839
9840         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9841         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9842
9843 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
9844
9845         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9846         default, it's better.
9847
9848 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
9849
9850         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9851         summary line gnus-number property and ignore them (with a warning
9852         message).
9853
9854 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9855
9856         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9857         macro caddr in the interactive form since it won't be expanded.
9858
9859 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9860
9861         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9862         `charset'; fix name of function called recursively.
9863         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9864
9865 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9866
9867         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9868         (gnus-mime-set-charset-parameters): New function.
9869         (gnus-mime-view-part-as-charset): Use it to correctly display part
9870         specifying wrong charset.
9871
9872 2008-09-08  David Engster  <dengste@eml.cc>
9873
9874         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9875         in completing-read for back end server.
9876
9877 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9878
9879         * message.el (message-confirm-send): New variable to confirm sending a
9880         message.
9881         (message-send): Use it.
9882
9883 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9884
9885         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9886
9887 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9888
9889         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9890
9891 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9892
9893         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9894         prevent tracking too many groups.
9895         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9896         Use it.
9897
9898 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9899
9900         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9901         moving point to the bottom of the window in order to avoid recentering.
9902
9903 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9904
9905         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
9906
9907         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9908         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9909         (gnus-article-beginning-of-window): Fix calculation.
9910
9911 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9912
9913         * gnus-msg.el (gnus-summary-supersede-article)
9914         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9915         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9916         message header.
9917
9918 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
9919
9920         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
9921         pending output coming after the status change.
9922
9923 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9924
9925         * message.el:
9926         * gnus-start.el:
9927         * gnus-registry.el: Remove VMS support.
9928
9929 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9932         macro.
9933         (rfc2104-hash): Use it.
9934
9935 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9936
9937         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9938         (gnus-summary-sort-by-most-recent-date): New commands.
9939         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9940         and menu entries.
9941
9942 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9943
9944         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9945         don't redisplay article for raw contents; remove plural articles stuff.
9946
9947         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9948         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9949         on gnus-summary-save-article; display results properly.
9950
9951 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9952
9953         * lpath.el: No need to fbind ns-focus-frame.
9954
9955 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9956
9957         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9958
9959 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9960
9961         * gnus-art.el (gnus-summary-save-in-pipe):
9962         Consider gnus-save-all-headers.
9963
9964 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9965
9966         * gnus-util.el (ns-focus-frame): Remove declaration.
9967         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9968         like x.
9969
9970 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9971
9972         * rfc2104.el (rfc2104-zero): Delete defconst.
9973         (rfc2104-hex-alist): Likewise.
9974         (rfc2104-hex-to-int): Delete func.
9975         (rfc2104-hexstring-to-bitstring): Likewise.
9976         (rfc2104-nybbles): New defconst.
9977         (rfc2104-hash): Rewrite for speed.
9978
9979 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9980
9981         * tls.el (open-tls-stream): Make it work with the 2nd argument
9982         BUFFER that is a string but does not exist as a buffer object, as
9983         mentioned in the doc-string.
9984
9985 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9986
9987         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9988         SXEmacs.
9989
9990 2008-07-16  Glenn Morris  <rgm@gnu.org>
9991
9992         * gnus-util.el (ns-focus-frame): Declare for compiler.
9993
9994 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9995
9996         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9997         set as a group parameter.
9998         (gnus-summary-save-in-pipe): Work when it is called independently.
9999         (gnus-summary-pipe-to-muttprint): Don't modify
10000         gnus-summary-pipe-output-default-command.
10001
10002 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10003
10004         * message.el (message-send-mail-with-sendmail):
10005         Display the error message.
10006
10007 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10008
10009         * gnus-art.el (gnus-default-article-saver):
10010         Add gnus-summary-save-in-pipe to choices.
10011         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
10012         gnus-summary-pipe-output-default-command as the default command.
10013         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
10014         instead of gnus-last-shell-command.
10015
10016         * gnus-sum.el (gnus-summary-pipe-output-default-command):
10017         New user option.
10018         (gnus-summary-muttprint-program): Mention the value will be changed.
10019         (gnus-summary-save-article): Force showing of all headers.
10020         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
10021
10022 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
10023
10024         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
10025
10026 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
10027
10028         * nnimap.el (nnimap-id):
10029         * sieve-manage.el (sieve-manage-open): Doc fixes.
10030
10031 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
10032
10033         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
10034         if available.
10035
10036 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10037
10038         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
10039
10040         * nnkiboze.el (nnkiboze-generate-group):
10041         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
10042
10043         * nnmairix.el: Require CL.
10044
10045 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * dgnushack.el: Autoload get-display-table and put-display-table for
10048         XEmacs 21.5.
10049
10050         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
10051         21.4 and SXEmacs.
10052
10053 2008-06-15  David Engster  <dengste@eml.cc>
10054
10055         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
10056
10057 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
10058
10059         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
10060         New macros that expand to an `aset'/`aref' call under Emacs, and to a
10061         runtime choice under XEmacs.
10062
10063         * gnus-sum.el (gnus-summary-set-display-table):
10064         Use `gnus-put-display-table', `gnus-get-display-table',
10065         `gnus-set-display-table' for the display table, instead of `aset'.
10066
10067         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
10068         Use `gnus-put-display-table', `gnus-get-display-table',
10069         `gnus-set-display-table' for the display table.
10070
10071 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
10072
10073         * nnmairix.el: Add autoloads.
10074
10075 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
10076
10077         * nnmairix.el (nnmairix-delete-recreate-group)
10078         (nnmairix-update-and-clear-marks): Fix error messages.
10079
10080 2008-06-14  David Engster  <dengste@eml.cc>
10081
10082         * nnmairix.el: Upgrade to version 0.6.
10083         (nnmairix-group-toggle-propmarks-this-group)
10084         (nnmairix-group-toggle-readmarks-this-group)
10085         (nnmairix-group-delete-recreate-this-group)
10086         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
10087         (nnmairix-remove-tick-mark-original-article): New commands.
10088         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
10089         (nnmairix-propagate-marks-to-nnmairix-groups)
10090         (nnmairix-only-use-registry, nnmairix-allowfast-default)
10091         (nnmairix-marks-cache, nnmairix-version-output): New variables.
10092         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
10093         functions needed for marks propagation and manipulation of read marks.
10094         (nnmairix-update-groups): New function.
10095         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
10096         (nnmairix-determine-original-group-from-registry)
10097         (nnmairix-determine-original-group-from-path)
10098         (nnmairix-get-group-from-file-path, nnmairix-map-range)
10099         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
10100         New helper functions.
10101         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
10102         keystrokes for new commands.
10103         (nnmairix-delete-and-create-on-change): Doc string cleanup.
10104         (nnmairix-request-group): Check allow-fast group parameter.
10105         (nnmairix-request-create-group): Set allow-fast group parameter if
10106         nnmairix-allowfast-default is set.
10107         (nnmairix-close-group): Propagate marks upon closing if needed.
10108         (nnmairix-group-toggle-threads-this-group): Use new.
10109         nnmairix-group-toggle-parameter helper function.
10110         (nnmairix-search): Better check for empty search result.
10111         (nnmairix-goto-original-article): Use new helper functions for
10112         determining original article.
10113         (nnmairix-show-original-article): Make sure message-id is in brackets.
10114         (nnmairix-call-mairix-binary): Change variable name.
10115         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
10116         helper function.
10117         (nnmairix-widget-toggle-activate): Fix doc string.
10118
10119 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * nnir.el: Require edmacro when compiling with XEmacs.
10122         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
10123         available in Emacs 21.
10124
10125 2008-06-11  Glenn Morris  <rgm@gnu.org>
10126
10127         * gnus-util.el (x-focus-frame):
10128         * gnus.el (image-size):
10129         * mm-decode.el (image-size): Declare.
10130
10131         * gnus-picon.el (declare-function): Add compat definition.
10132         (image-size): Declare.
10133
10134         * gnus-group.el (tool-bar-map):
10135         * gnus-sum.el (tool-bar-map): Define for compiler.
10136
10137         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
10138
10139         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
10140
10141         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
10142         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
10143         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
10144         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
10145         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
10146         * sieve-manage.el, spam-report.el, spam.el:
10147         Remove unnecessary eval-and-compile of autoloads.
10148
10149 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
10150
10151         * auth-source.el: Precise Tramp doc.
10152
10153 2008-06-07  Glenn Morris  <rgm@gnu.org>
10154
10155         * nnmairix.el: Remove unnecessary eval-when-compile.
10156
10157 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10158
10159         * lpath.el: Fbind propertize for XEmacs 21.4.
10160
10161 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
10162
10163         * nnir.el: Move here from ../contrib.
10164
10165 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10166
10167         * gnus-util.el (gnus-read-shell-command): New function.
10168         * mm-decode.el (mm-pipe-part):
10169         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
10170
10171 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
10174
10175 2008-06-03  Glenn Morris  <rgm@gnu.org>
10176
10177         * pop3.el (nnheader-accept-process-output): Autoload it.
10178
10179 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
10182         are not 2-digit hexadecimal characters that follow `%'s.
10183
10184 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10185
10186         * message.el (message-bogus-recipient-p): Fix type in doc string.
10187         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
10188         (message-bogus-addresses): Rename from message-bogus-address-regexp.
10189         Improve custom options.
10190         (message-bogus-recipient-p): Adjust accordingly.
10191
10192 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
10193
10194         * parse-time.el (parse-time-months, parse-time-weekdays): Add
10195         long-form month and day names.
10196
10197 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * dgnushack.el: Autoload debug, eudc-expand-inline and
10200         pgg-snarf-keys-region for XEmacs.
10201
10202         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
10203
10204         * nnmairix.el: Require edmacro when compiling with XEmacs.
10205
10206 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
10207
10208         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
10209         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
10210
10211 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
10212
10213         * auth-source.el: Add more docs.
10214
10215         * netrc.el (netrc-machine): Always match if the port is not given.
10216
10217 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10218
10219         * nnheader.el (nnheader-read-timeout): Change the default timeout from
10220         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
10221         retrieval faster in some cases, but might make CPU usage larger.
10222         If this has any bad side effects, we might revert this change.
10223
10224         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
10225         seems to make mail retrieval much, much faster.
10226         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
10227         unconditionally.
10228
10229         * gnus-draft.el (gnus-group-send-queue):
10230         Bind message-send-mail-partially-limit to nil to avoid being prompted.
10231
10232 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
10233
10234         * mml.el (mml-attach-buffer): Prompt for `disposition'.
10235
10236         * message.el (message-bogus-address-regexp): Fix and improve custom
10237         type.
10238         (message-setup-hook): Add message-check-recipients as custom option.
10239
10240 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
10241
10242         * message.el (message-cite-function): Remove bogus autoload which crept
10243         in during merge from v5-10.
10244
10245 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
10246
10247         * nnimap.el (nnimap-open-connection): Fix login/password bug.
10248
10249         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
10250
10251         * auth-source.el: Preliminary Tramp docs.
10252         (auth-sources): Change the default auth-sources to use
10253         EPA .gpg files.
10254
10255 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
10256
10257         * nntp.el: Autoload `auth-source-user-or-password'.
10258         (nntp-send-authinfo): Use it.
10259
10260         * nnimap.el: Autoload `auth-source-user-or-password'.
10261         (nnimap-open-connection): Use it.
10262
10263         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
10264         for the gnus-message function.
10265         (auth-source-user-or-password): Use it.
10266
10267 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10268
10269         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
10270         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
10271         (rfc2104-hash): Use it.
10272
10273 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
10274
10275         * gnus-art.el (gnus-article-toggle-truncate-lines):
10276         Don't use `iff' in docstring.
10277
10278 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
10279
10280         * gnus-registry.el: Adjusted copyright dates and added a keyword.
10281
10282         * gnus-util.el (gnus-extract-address-component-name)
10283         (gnus-extract-address-component-email): Convenience functions around
10284         `gnus-extract-address-components'.
10285
10286         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10287         Use `gnus-extract-address-component-email' to fix bug of comparing full
10288         sender name to `user-mail-address'.
10289
10290 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
10291
10292         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
10293         catch/throw to optimize.
10294         (gnus-registry-find-keywords): Just use member to find a keyword.
10295
10296 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10297
10298         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
10299         is current before calling gnus-server-prepare.
10300         (gnus-server-setup-buffer, gnus-server-update-server)
10301         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
10302
10303 2008-05-04  Juri Linkov  <juri@jurta.org>
10304
10305         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
10306         (mailcap-file-default-commands): Use mailcap-replace-in-string
10307         instead of replace-regexp-in-string, and mailcap-delete-duplicates
10308         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
10309
10310 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
10311
10312         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
10313
10314 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10315
10316         * gnus.el: Bump version to 0.11.
10317
10318 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10319
10320         * gnus.el: No Gnus v0.10 is released.
10321
10322 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10323
10324         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
10325         hooks.
10326         (gnus-update-read-articles): Speed up non-marks-using users.
10327         (gnus-use-marks): Define gnus-use-marks.
10328         (gnus-propagate-marks): Rename variable to something more sensible.
10329
10330 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
10331
10332         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
10333         (gmm-image-load-path-for-library): Fix typos in docstrings.
10334         (gmm-message): Reflow docstring.
10335
10336 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
10337
10338         * mail-source.el (mail-source-set-1, mail-source-bind):
10339         Move auth-source code out of the macro to clean it up and fix bugs.
10340
10341 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
10342
10343         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
10344         by sender if it's equal to user-mail-address, it's likely to be
10345         useless.
10346
10347         * mail-source.el (mail-source-bind): Don't use user or password if they
10348         are not bound.  Unintern them if they are nil.  Don't use server unless
10349         it's bound, and default it to empty string otherwise.
10350
10351 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
10352
10353         * mail-source.el: Load auth-source.el.
10354         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
10355         get user name or password, if auth-sources is set up.
10356
10357         * gnus-registry.el (gnus-registry-split-strategy): New variable for
10358         strategy of splitting with parent.
10359         (gnus-registry-split-fancy-with-parent)
10360         (gnus-registry-post-process-groups): Use it and fix prior
10361         bug (returning a list as the split result).
10362
10363         * auth-source.el (auth-sources): Remove server parameter.
10364         (auth-source-pick, auth-source-user-or-password)
10365         (auth-source-user-or-password-imap)
10366         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10367         (auth-source-user-or-password-sftp)
10368         (auth-source-user-or-password-smtp): Remove server parameter.
10369
10370 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
10371
10372         * smime.el (smime-sign-region, smime-encrypt-region)
10373         (smime-decrypt-region):
10374         Remove redundant calls to `generate-new-buffer-name'.
10375
10376 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
10377
10378         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
10379         Don't use QP for message/rfc822.
10380         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
10381
10382 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10383
10384         * sieve-manage.el (sieve-string-bytes): Remove.
10385         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
10386         correct byte-length only if the process's coding-system is the same as
10387         the one used internally by Emacs to represent strings.
10388
10389 2008-04-22  Juri Linkov  <juri@jurta.org>
10390
10391         * mailcap.el (mailcap-file-default-commands): New function.
10392
10393 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10394
10395         * message.el (message-signature-separator, message-cite-function):
10396         Change custom version.
10397
10398 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
10399
10400         * tls.el (tls-program): Add -ign_eof argument to call the openssl
10401         commands.
10402         (tls-checktrust): Ditto.
10403
10404 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10405
10406         * mm-decode.el (mm-display-external): Make temp file read-only.
10407
10408 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10409
10410         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
10411         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
10412         `C-c C-f d'.
10413
10414 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
10415
10416         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
10417
10418 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10419
10420         * gnus.el: Bump version to 0.9.
10421
10422 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
10423
10424         * gnus.el: No Gnus v0.8 is released.
10425
10426 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10427
10428         * mail-source.el (mail-source-value):
10429         Prefer fboundp to functionp so it works with macros as well.
10430
10431 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10432
10433         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10434         Fix last change in case the element is not even a symbol.
10435
10436 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10437
10438         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10439         Prefer fboundp to functionp so it works with macros as well.
10440
10441 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
10442
10443         * auth-source.el: Add docs.
10444         (auth-sources): Modify format to support server.
10445         (auth-source-pick, auth-source-user-or-password)
10446         (auth-source-user-or-password-imap)
10447         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10448         (auth-source-user-or-password-sftp)
10449         (auth-source-user-or-password-smtp): Add server parameter.
10450
10451 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
10452
10453         * gnus-registry.el: Initialize the registry when gnus-registry-install
10454         is t.
10455
10456 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * compface.el (uncompface): Make buffer unibyte.
10459
10460 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10461
10462         * mail-source.el (mail-source-value):
10463         Prefer fboundp to functionp so it works with macros as well.
10464
10465 2008-04-05  Glenn Morris  <rgm@gnu.org>
10466
10467         * gnus-ems.el (mm-disable-multibyte): Autoload it.
10468
10469 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10470
10471         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
10472         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
10473
10474         * nnheader.el (nnheader-init-server-buffer): Change buffer's
10475         multibyteness after rather than before erasing it.
10476
10477         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
10478         mm-with-multibyte.
10479         (gnus-request-article-this-buffer): Make sure the proper decoding is
10480         used if gnus-original-article-buffer happens to be unibyte.
10481
10482         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
10483         default-enable-multibyte-characters.
10484
10485         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
10486         default-enable-multibyte-characters.
10487
10488         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
10489
10490         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
10491
10492 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10493
10494         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10495         Fix last change in case the element is not even a symbol.
10496
10497 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10498
10499         * imap.el (imap-enable-exchange-bug-workaround): New variable.
10500         (imap-message-copyuid-1): Use it.
10501         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
10502         J. Williams in
10503         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
10504
10505         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
10506         imap-enable-exchange-bug-workaround.
10507         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
10508
10509 2008-04-01  Simon Josefsson  <simon@josefsson.org>
10510
10511         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
10512         a 100 byte status-checks into a 2-3MB transfer for each group.
10513         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
10514         to enable bug workaround or not.
10515         (nnimap-find-minmax-uid): Only enable workaround conditionally.
10516
10517 2008-03-31  Glenn Morris  <rgm@gnu.org>
10518
10519         * message.el (mml2015-use): Declare for compiler.
10520         (message-info): Require mml2015 when appropriate.
10521
10522 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10523
10524         * Makefile.in (EMACS_COMP): Quote directory name that might contain
10525         whitespace.
10526
10527 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10528
10529         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
10530         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
10531         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
10532         (nntp-service-to-port): New function.
10533         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
10534         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
10535         (nntp-open-netcat-stream): New function.
10536         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
10537
10538 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
10539
10540         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
10541
10542 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10543
10544         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
10545
10546 2008-03-28  Magnus Henoch  <mange@freemail.hu>
10547
10548         * dns.el (dns-write): Use set-buffer-multibyte.
10549
10550 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
10551
10552         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
10553
10554 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10555
10556         * message.el (message-signature-separator): Change default.
10557         Improve custom type.
10558         (message-cite-function): Change default to
10559         message-cite-original-without-signature.
10560
10561         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
10562         toggle.
10563
10564         * message.el (message-check-news-body-syntax): Fix signature check.
10565         (message-setup-1): Mark buffer as unmodified _after_ running
10566         message-setup-hook and handling message-alternative-emails.
10567         (message-shorten-references): Be more strict when building list of
10568         valid references to comply with GNKSA.
10569
10570         * gnus-group.el (gnus-read-ephemeral-bug-group)
10571         (gnus-read-ephemeral-debian-bug-group)
10572         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
10573
10574         * message.el (message-info): Don't use booleanp which isn't supported
10575         in Emacs 21 and XEmacs.
10576
10577 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
10578
10579         * gnus-group.el (gnus-gmane-group-download-format): Rename from
10580         gnus-group-gmane-group-download-format.
10581         (gnus-group-read-ephemeral-gmane-group): Rename from
10582         gnus-group-read-ephemeral-gmane-group.
10583         (gnus-read-ephemeral-gmane-group-url): Rename from
10584         gnus-group-read-ephemeral-gmane-group-url.
10585         (gnus-bug-group-download-format-alist): New variable.
10586         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
10587         (gnus-read-ephemeral-emacs-bug-group): New commands.
10588
10589 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10590
10591         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
10592         (gnus-visible-headers): Improve custom type.
10593
10594 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10595
10596         * mml.el (mml-menu): Add workarounds for XEmacs.
10597
10598         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
10599         X-Boundary header.
10600
10601         * message.el (message-simplify-recipients): Fix previous commit.
10602
10603 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10604
10605         * mm-util.el (mm-set-buffer-multibyte): New function.
10606         * mm-decode.el (mm-copy-to-buffer): Use it.
10607
10608         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10609         Prefer fboundp to functionp so it works with macros as well.
10610
10611 2008-03-19  Glenn Morris  <rgm@gnu.org>
10612
10613         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
10614         Accidentally removed in the sync process with Emacs.
10615
10616 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
10617
10618         * message.el (message-alter-recipients-discard-bogus-full-name):
10619         New function.
10620         (message-alter-recipients-function): New variable.
10621         (message-get-reply-headers): Use it.
10622         (message-replace-header): New helper function.
10623         (message-recipients-without-full-name): New variable.
10624         (message-simplify-recipients): New command.
10625
10626         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
10627
10628         * message.el (message-info): Handle EasyPG manual.
10629
10630         * mml.el (mml-menu): Add entry for EasyPG.
10631
10632 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
10633
10634         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
10635         parameter.
10636
10637         * message.el (message-disassociate-draft): Specify drafts group name
10638         fully.
10639
10640 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
10641
10642         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10643         Eliminate unnecessary duplicates from the match list.
10644
10645 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10646
10647         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
10648
10649         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
10650
10651         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
10652         args of `how-many' of which the XEmacs version doesn't take; declare
10653         Info-index-next as function.
10654
10655 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10656
10657         * gnus-score.el (gnus-score-headers): Fix handling of
10658         gnus-inhibit-slow-scoring.
10659
10660         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
10661         string.
10662         (gnus-button-url-regexp): Improve handling of parenthesis.
10663         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
10664         (gnus-button-handle-info-keystrokes): Handle index entries.
10665
10666 2008-03-15  Glenn Morris  <rgm@gnu.org>
10667
10668         * parse-time.el (parse-time-string): Simplify.
10669
10670 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
10673         Incoming* files.
10674
10675 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
10676
10677         * auth-source.el (auth-sources): Rename from auth-source-choices.
10678         (auth-source-pick): Use it.
10679
10680 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10681
10682         * binhex.el (binhex-decode-region-internal):
10683         * uudecode.el (uudecode-decode-region-internal):
10684         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
10685         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
10686         setting default-enable-multibyte-characters.
10687
10688 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10689
10690         * auth-source.el (auth-source-protocols)
10691         (auth-source-protocols-customize, auth-source-choices): Add and
10692         modified variable customizations and defaults.
10693         (auth-source-pick, auth-source-user-or-password)
10694         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
10695         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10696         (auth-source-user-or-password-sftp)
10697         (auth-source-user-or-password-smtp): Use new variables and provide an
10698         interface to netrc.el.
10699
10700 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10701
10702         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
10703         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
10704         Make sure the nntp port to specify is a string.
10705
10706 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10707
10708         * nntp.el: Use with-current-buffer.
10709         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
10710         dubious mm-with-unibyte-current-buffer.
10711         (nntp-with-open-group-function): New function extracted from
10712         nntp-with-open-group macro.
10713         (nntp-with-open-group): Use the function, so it's easier to debug.
10714         Add indentation and debugging info.
10715         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
10716         Recommend the use of the netcat alternatives.
10717
10718         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
10719         Avoid mm-string-as-multibyte as well.
10720
10721         * nnweb.el (nnweb-insert-html):
10722         Remove use of nnheader-string-as-multibyte.
10723
10724         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
10725         (nnheader-string-as-multibyte): Remove.
10726
10727         * mm-view.el: Use inhibit-read-only.
10728         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
10729         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
10730         or unibyte-string.
10731
10732         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
10733         (mm-uu-yenc-extract): Use with-current-buffer.
10734
10735         * gnus-soup.el (gnus-soup-send-packet): Don't use
10736         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
10737
10738         * nnmh.el: Use with-current-buffer.
10739         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
10740         mm-string-as-multibyte on the output of mm-encode-coding-string.
10741
10742         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
10743         (nnimap-request-move-article): Use with-current-buffer.
10744
10745         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
10746         inserting the handle-buffer's text, so the implicit multibyte->unibyte
10747         conversion uses string-make-unibyte rather than string-as-unibyte.
10748
10749         * gnus-msg.el: Use with-current-buffer.
10750
10751         * message.el (message-ignored-resent-headers): Add "Delivered-To".
10752
10753 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
10754
10755         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
10756         string for caching if it is 'PIN.
10757
10758 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * lpath.el: Consider the case without Emacs/W3.
10761
10762 2008-03-08  Glenn Morris  <rgm@gnu.org>
10763
10764         * time-date.el (date-to-time, time-subtract, time-add)
10765         (safe-date-to-time): Doc fixes.
10766
10767 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10768
10769         * mail-source.el (mail-source-delete-old-incoming-confirm):
10770         Change default to nil.
10771         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
10772
10773 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * lpath.el: Rearrange.
10776
10777         * gnus-art.el (gnus-narrow-to-page): Position point properly.
10778         (gnus-article-goto-prev-page): Work for articles having ^L's.
10779
10780         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
10781
10782         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
10783
10784 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
10785
10786         * gnus-bookmark.el: Adjust for renames in bookmark.el.
10787         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
10788         (gnus-bookmark-jump): Adjust some variable names.
10789
10790 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
10791
10792         * auth-source.el: New package.
10793         (auth-source-choices): Add customization entry point variable.
10794
10795         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
10796         bug.
10797
10798 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
10799
10800         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
10801         (gnus-registry-initialize, gnus-registry-install-p): Use it.
10802         (gnus-registry-install-shortcuts): Rename from
10803         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
10804         the `gnus-registry-mark-map' keymap dynamically from
10805         `gnus-registry-marks'.  The generated functions update the summary line
10806         when a registry mark is added or deleted, and will call
10807         `gnus-registry-install-p' (see the comments in the code).
10808         (gnus-registry-user-format-function-M): Use concat intelligently.
10809
10810         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
10811         the registry mark functions.
10812
10813 2008-03-05  Glenn Morris  <rgm@gnu.org>
10814
10815         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10816         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10817         gnus-art.
10818         (top-level): No need to load own source when compiling.
10819
10820 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10821
10822         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10823         Suggested by <chris.anderton@zetnet.co.uk>.
10824
10825 2008-03-04  Glenn Morris  <rgm@gnu.org>
10826
10827         * gnus-sum.el (top-level): No need to require gnus when compiling,
10828         since unconditionally required near start of file.
10829         (gnus-summary-display-while-building): Move definition before use.
10830
10831 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10832
10833         * gnus-registry.el (gnus-registry-user-format-function-M):
10834         Add formatting function.
10835
10836 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10837
10838         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10839         with plists.
10840         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10841         Use new format.
10842
10843 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10844
10845         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10846         `where-is-internal' that returns a range of key sequences.
10847
10848 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10849
10850         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10851
10852         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10853         (gnus-summary-jump-to-group): Consider windows on other displayed
10854         frames as well.  Similar changes might be needed elsewhere, but that's
10855         the one I've bumped into during my use.
10856
10857         * nndoc.el (nndoc-oe-dbx-type-p):
10858         * gnus-msg.el (gnus-debug):
10859         * gnus-group.el (gnus-update-group-mark-positions):
10860         Use mm-string-to-multibyte.
10861
10862 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10863
10864         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10865         doesn't handle NotDashEscaped.
10866
10867         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
10868         (mml-dnd-attach-options): Fix typo in custom choice.
10869
10870         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10871         Change nndoc-article-type to mbox.
10872         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10873
10874         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
10875         to nil, instead of html2text.
10876
10877         * imap.el (imap-debug): Add `imap-ping-server'.
10878
10879         * gnus-bookmark.el: Add FIXMEs.
10880
10881         * message.el (message-form-letter-separator)
10882         (message-send-form-letter-delay): New variables.
10883         (message-send-form-letter): Use them.  New command to send form
10884         letters.  Requested by Uwe Siart.
10885         (message-send-mail-function): Doc fix.  Add "Other" custom option.
10886
10887 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10888
10889         * Update copyright years.
10890
10891 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10892
10893         Sync from EMACS_22_BASE.
10894
10895         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
10896
10897 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
10898
10899         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10900         empty author.
10901
10902 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
10903
10904         * gnus-registry.el (gnus-registry-marks): Add variable for
10905         customization of marks and their appearance.
10906         (gnus-registry-read-mark): Use it.
10907         (gnus-registry-do-marks): Add utility function to loop through
10908         `gnus-registry-marks'.
10909         (gnus-registry-install-shortcuts-and-menus): Add function to install
10910         shortcuts and menus.
10911         (gnus-registry-initialize): Use it.
10912         (gnus-registry-default-mark): Clarify documentation.
10913
10914 2008-02-29  Glenn Morris  <rgm@gnu.org>
10915
10916         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10917         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10918         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10919         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10920         Change defcustom :version from 23.0 to 23.1.
10921
10922 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10923
10924         * gnus-registry.el (gnus-registry-follow-group-p)
10925         (gnus-registry-post-process-groups): Add functions to aid registry
10926         splitting and improve logging.  Clarify behavior in function
10927         documentation.
10928         (gnus-registry-split-fancy-with-parent): Use them.
10929
10930 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10931
10932         * gnus-art.el: Use with-current-buffer.
10933
10934 2008-02-27  David Engster  <dengste@eml.cc>
10935
10936         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10937         Express real group name in the response.
10938
10939 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10940
10941         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10942         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10943         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10944         autoload gnus-registry-fetch-group when compiling.
10945         (nnmairix-request-group-with-article-number-correction):
10946         Remove unreferenced argument passed to nnmairix-call-backend.
10947
10948 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10949
10950         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10951         (mm-uu-extract): Improve face for low color ttys.
10952         Reported by Sascha Wilde.
10953
10954 2008-02-27  Glenn Morris  <rgm@gnu.org>
10955
10956         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10957         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10958         variables to defconsts.  Convert comments to doc-strings.
10959         (nnmairix-last-server, nnmairix-current-server): Convert from free
10960         variables to defvars.  Convert comments to doc-strings.
10961         (gnus-registry-fetch-group): Autoload.
10962         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10963         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10964         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10965         caddr.
10966         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10967         nnmairix-request-group-with-article-number-correction call.
10968         (nnmairix-fast, nnmairix-group): New, less general names, for free
10969         variables passed from nnmairix-request-group to
10970         nnmairix-request-group-with-article-number-correction.  Declare.
10971         (nnmairix-request-group-with-article-number-correction):
10972         Use nnmairix-fast, nnmairix-group rather than fast, group.
10973
10974 2008-02-26  David Engster  <dengste@eml.cc>
10975
10976         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10977         version 0.5.
10978
10979 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10980
10981         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10982         instead of making an extra function call.  Don't add the current group
10983         to articles only when they have the group.  Use
10984         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10985         Reported by David <de_bb@arcor.de>.
10986
10987 2008-02-24  Miles Bader  <miles@gnu.org>
10988
10989         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10990         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10991         (mm-find-mime-charset-region):
10992         * mm-bodies.el (mm-encode-body):
10993         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10994
10995 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10996
10997         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10998         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10999
11000 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
11001
11002         * mail-source.el (mail-source-delete-incoming): Change default.
11003         Supplement doc string.
11004
11005         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
11006
11007 2008-02-14  Glenn Morris  <rgm@gnu.org>
11008
11009         * time-date.el (format-seconds): New function.
11010
11011 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11012
11013         * nnmail.el (nnmail-message-id-cache-file): Derive from
11014         `gnus-home-directory'.
11015
11016 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
11017
11018         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
11019         Document negative prefix.
11020
11021         * gnus-group.el (gnus-group-read-group): Document negative prefix.
11022
11023 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11024
11025         * message.el (message-unsent-separator): Add the Exim bounce
11026         separator.
11027
11028 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
11029
11030         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
11031         list.
11032         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
11033         recipient/signer list.
11034
11035 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11036
11037         * Makefile.in (datarootdir): Define.
11038         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
11039         name that might contain whitespace.
11040
11041 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11042
11043         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
11044         fbound (Emacs 23 unicode), signal an error.
11045
11046 2008-02-08  Glenn Morris  <rgm@gnu.org>
11047
11048         * gnus-art.el (pgg-display-output-buffer): Declare as function.
11049
11050 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
11051
11052         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
11053         ports to the calls to `netrc-machine-user-or-password' in addition to
11054         "imap" and "imaps".
11055
11056 2008-02-01  Zhang Wei  <id.brep@gmail.com>
11057
11058         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
11059
11060         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
11061
11062 2008-02-01  Kenichi Handa  <handa@m17n.org>
11063
11064         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
11065         rfc2104-hexstring-to-bitstring and changed to return a byte list.
11066         (rfc2104-hash): Convert the result of concat to unibyte string.
11067
11068 2008-02-01  Dave Love  <fx@gnu.org>
11069
11070         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
11071         coding-system-for-read.
11072         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
11073
11074 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
11075
11076         * gnus.el (gnus-group-startup-message): Add `find-image' call before
11077         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
11078         <hanche@math.ntnu.no>.
11079
11080 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11081
11082         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
11083
11084         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11085
11086 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
11087
11088         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
11089         * message.el (message-beginning-of-line): Use featurep instead of bound
11090         tests in order to resolve conditionals at compile time.
11091
11092 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
11093
11094         * mail-source.el (mail-sources): Add `group' choice.
11095
11096         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
11097         parameter `in-group' to control into which group the articles go.
11098         Add treatment of `group' mail-source.
11099
11100 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
11103
11104         * mm-decode.el (mm-dissect-buffer): Decode description.
11105
11106         * mml.el (mml-to-mime): Encode message header first.
11107
11108 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11109
11110         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
11111         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
11112
11113         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
11114         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
11115
11116 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
11117
11118         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
11119
11120 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11121
11122         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
11123         prefix keys.
11124         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
11125         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
11126         gnus-xmas.el.
11127
11128         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
11129         (gnus-xmas-article-describe-bindings): New function.
11130         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
11131         gnus-xmas-article-describe-bindings.
11132
11133         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
11134
11135 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11136
11137         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
11138         Add new variables for article mark management.
11139         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
11140         list of extra data entries which, when present, will indicate that the
11141         article ID should not be trimmed from the registry.
11142         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
11143         functions.
11144         (gnus-registry-read-mark): New function to read a mark name from the
11145         user.
11146         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
11147         (gnus-registry-set-article-mark-internal): New functions to add and
11148         remove marks.
11149         (gnus-registry-get-article-marks): New function to show the marks for
11150         an article, or retrieve them for further use.
11151
11152 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11153
11154         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
11155         keys when no argument is given.
11156
11157 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11158
11159         * imap.el (imap-ping-server): New variable.
11160         (imap-opened): On add extra ping if imap-ping-server is non-nil.
11161         (imap-ping-server): Minor doc string fixes.
11162
11163 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11164
11165         * imap.el (imap-ping-server): New function.
11166         (imap-opened): Call imap-ping-server.
11167
11168 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11169
11170         * gnus-sum.el (gnus-article-sort-by-random)
11171         (gnus-thread-sort-by-random): Fix doc strings.
11172         Reported by jidanni@jidanni.org.
11173
11174 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11175
11176         * gnus-art.el (gnus-article-describe-bindings): New function.
11177         (gnus-article-read-summary-keys): Use it.
11178         (gnus-article-mode-map): Bind `C-h b' to it.
11179
11180 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
11183         XEmacs.
11184         (gnus-article-describe-key, gnus-article-describe-key-briefly):
11185         Protect against non-character events.
11186
11187         * lpath.el: Fbind map-keymap for Emacs 21.
11188
11189 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
11190
11191         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
11192         New command.
11193         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
11194         instead of END.  Change name of the temp file.
11195         (gnus-group-gmane-group-download-format): Add doc string.  Make it
11196         customizable.
11197
11198 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11199
11200         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
11201         bind `S W' to gnus-article-wide-reply-with-original; set default
11202         binding to gnus-article-read-summary-send-keys.
11203         (gnus-article-read-summary-keys): Fix the order of keys; display
11204         continuation keys correctly in the echo area; describe bindings
11205         correctly when keys end with `C-h'.
11206         (gnus-article-read-summary-send-keys): New function.
11207         (gnus-article-describe-key, gnus-article-describe-key-briefly):
11208         Work for gnus-article-read-summary-send-keys; display continuation keys
11209         correctly in the echo area.
11210         (gnus-article-reply-with-original): Ignore prefix argument.
11211         (gnus-article-wide-reply-with-original): New function.
11212
11213         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
11214         Emacs 21.
11215
11216 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11217
11218         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
11219         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
11220
11221 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11222
11223         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
11224         (gnus-group-read-ephemeral-gmane-group): New command.
11225
11226 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11227
11228         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
11229
11230 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11231
11232         * message.el (message-send-mail-function): Increase custom version.
11233
11234         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
11235         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
11236
11237 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11238
11239         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
11240         for the cases where imap-authenticate is called with a nil buffer
11241         parameter.
11242
11243 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11244
11245         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
11246         html parts correctly; support forwarded messages.
11247         (gnus-article-browse-html-article): Remove work buffers.
11248
11249         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
11250         compiling.
11251         (netrc-bound-and-true-p): New macro.
11252         (netrc-parse): Use it instead of bound-and-true-p that is not available
11253         in XEmacs 21.4.
11254
11255 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
11256
11257         * gnus-registry.el (gnus-registry-mark-article)
11258         (gnus-registry-article-marks): Add functionality to mark articles
11259         through the Gnus registry.
11260
11261         * encrypt.el: Clarify documentation for the new pgg method.
11262         (encrypt-file-alist): Add PGG option.
11263         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
11264         functionality.  Abstract password key and messaging to external
11265         functions.
11266         (encrypt-password-key, encrypt-get-passphrase-if-needed)
11267         (encrypt-message-method-and-cipher): Add new convenience external
11268         functions.
11269         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
11270         (encrypt-pgg-process-buffer): Add PGG functionality glue.
11271
11272         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
11273         (netrc-parse): Use encrypt-file-alist to determine if
11274         encrypt-find-model or encrypt-insert-file-contents should be used.
11275
11276         * encrypt.el: Clarify documentation.  Load password-cache or
11277         password, whichever one is found first, instead of autoloading.
11278
11279 2007-12-19  Glenn Morris  <rgm@gnu.org>
11280
11281         * mml.el (message-options-set, message-narrow-to-head)
11282         (message-in-body-p, message-mail-p, message-encode-message-body):
11283         Autoload.
11284         (message-remove-header, message-narrow-to-headers-or-head)
11285         (message-subscribed-p, message-make-mail-followup-to)
11286         (message-position-on-field, message-news-p)
11287         (message-options-set-recipient, message-generate-headers)
11288         (message-sort-headers): Declare as functions.
11289
11290 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11291
11292         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
11293         convention in doc string.
11294
11295 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11296
11297         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
11298         title to html parts.
11299         (gnus-article-browse-html-article): Pass message header to it.
11300
11301         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
11302
11303 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
11304
11305         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
11306         or password compatible with XEmacs.
11307
11308 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11309
11310         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
11311         format document.
11312         (gnus-mime-delete-part): Don't write description line if empty.
11313         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
11314
11315 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
11316
11317         * gnus-sum.el (gnus-summary-mark-unread-as-read)
11318         (gnus-summary-mark-read-and-unread-as-read)
11319         (gnus-summary-mark-current-read-and-unread-as-read)
11320         (gnus-summary-mark-unread-as-ticked): Doc fix.
11321         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
11322
11323 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11324
11325         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
11326         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11327
11328 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11329
11330         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
11331         yes-or-no-p.
11332
11333 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * mm-decode.el (mm-add-meta-html-tag): New function.
11336         (mm-save-part-to-file, mm-pipe-part): Use it.
11337
11338         * gnus-art.el (gnus-article-browse-delete-temp-files):
11339         Use gnus-y-or-n-p instead of y-or-n-p.
11340         (gnus-article-browse-html-parts): Work with message/external-body; use
11341         mm-add-meta-html-tag.
11342
11343 2007-12-11  Glenn Morris  <rgm@gnu.org>
11344
11345         * gnus-cache.el: Require gnus-sum not just when compiling.
11346
11347         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
11348
11349         * gnus-int.el (gnus-server-opened, gnus-status-message):
11350         Move definitions before use.
11351
11352         * mm-decode.el: Require gnus-util.
11353         (mm-remove-part): Only call delete-annotation on XEmacs.
11354
11355         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
11356
11357         * nnmail.el: Require gnus-int.
11358
11359         * spam.el: Move `require's before `eval-when-compile's.
11360
11361         * gnus-ems.el (gnus-alive-p):
11362         * gnus-fun.el (message-goto-eoh):
11363         * gnus-util.el (gnus-group-name-decode):
11364         * mail-source.el (gnus-compress-sequence):
11365         * message.el (Info-goto-node, format-spec):
11366         * mm-bodies.el (message-options-get):
11367         * mm-decode.el (mm-view-pkcs7):
11368         * mm-util.el (gmm-write-region):
11369         * mml-smime.el (mml-compute-boundary)
11370         (gnus-completing-read-with-default):
11371         * mml.el (widget-button-press, gnus-make-hashtable):
11372         * mml1991.el (mm-decode-content-transfer-encoding)
11373         (mm-encode-content-transfer-encoding)
11374         (message-options-get, message-options-set):
11375         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
11376         * nnfolder.el (gnus-request-group):
11377         * nnheader.el (ietf-drums-unfold-fws):
11378         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
11379         * smime.el (gnus-run-mode-hooks):
11380         * spam-stat.el (gnus-message): Autoload.
11381
11382         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
11383         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
11384         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
11385         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
11386         Add declare-function compatibility definition.
11387
11388         * gnus-cache.el (nnvirtual-find-group-art):
11389         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
11390         (gnus-add-image, gnus-add-wash-type):
11391         * gnus-group.el (nnkiboze-score-file):
11392         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
11393         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
11394         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
11395         (message-tokenize-header, gnus-get-buffer-create)
11396         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
11397         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
11398         * gnus.el (gnus-group-decoded-name):
11399         * mail-source.el (imap-capability):
11400         * mm-bodies.el (message-options-set):
11401         * mm-decode.el (gnus-configure-windows):
11402         * mm-extern.el (message-goto-body):
11403         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
11404         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
11405         (epg-sub-key-validity, message-options-set):
11406         * mml.el (widget-event-point, gnus-configure-windows):
11407         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
11408         * mml2015.el (epg-check-configuration, epg-configuration)
11409         (message-options-set):
11410         * nndb.el (nndb-request-article):
11411         * nnfolder.el (gnus-request-create-group):
11412         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
11413         * nnmaildir.el (gnus-group-mark-article-read):
11414         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
11415         * rfc1843.el (message-fetch-field):
11416         * spam.el (gnus-extract-address-components):
11417         Declare as functions.
11418
11419 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11420
11421         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
11422
11423         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11424
11425         * lpath.el: Fbind run-mode-hooks for Emacs 21;
11426         bind show-trailing-whitespace for XEmacs.
11427
11428 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11429
11430         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
11431         new no-op macro for backward compatibility.
11432
11433         * imap.el (imap-string-to-integer): New function.
11434
11435 2007-12-09  Glenn Morris  <rgm@gnu.org>
11436
11437         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
11438
11439         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
11440         * message.el, mm-view.el, sieve-manage.el, smime.el:
11441         Add declare-function compatibility definition.
11442
11443         * gnus-art.el (w3-region, w3m-region, Info-menu):
11444         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
11445         * gnus-sum.el (gnus-get-predicate):
11446         * gnus-util.el (mm-append-to-file, w32-focus-frame):
11447         * message.el (mail-abbrev-in-expansion-header-p):
11448         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
11449         (w3m-detect-meta-charset, w3m-region):
11450         * sieve-manage.el (password-read, password-cache-add)
11451         (password-cache-remove):
11452         * smime.el (password-read-and-add): Declare as functions.
11453
11454 2007-12-08  David Kastrup  <dak@gnu.org>
11455
11456         * gnus-sum.el (gnus-summary-simplify-subject-query):
11457         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
11458         `message'.
11459
11460 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
11463         it to bind idna-program, installation-directory, defined-colors, and
11464         face-attribute for XEmacs of the version that compiles defcustom forms.
11465
11466 2007-12-07  Glenn Morris  <rgm@gnu.org>
11467
11468         * gnus-art.el (article-make-date-line): Revert previous change.
11469
11470 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11471
11472         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
11473
11474 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
11475
11476         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
11477         Call gnus-add-to-range ranges only once with a prepared article-list.
11478
11479 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
11480
11481         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
11482         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
11483         group names with backslashes.
11484         Reported by Tassilo Horn <tassilo@member.fsf.org>.
11485
11486 2007-12-06  Deepak Goel  <deego3@gmail.com>
11487
11488         * gnus-art.el (article-make-date-line):
11489         * gnus-start.el (gnus-load):
11490         * pop3.el (pop3-read-response): Fix buggy call to `error'.
11491
11492 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * gnus-art.el (gnus-use-idna)
11495         * gnus-start.el (gnus-site-init-file)
11496         * message.el (message-use-idna)
11497         * mm-uu.el (mm-uu-hide-markers)
11498         * smiley.el (smiley-style): Revert changes that suppress warnings.
11499
11500 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
11503         specify charset to html source.
11504         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11505
11506 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11507
11508         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
11509         idna-program in order to suppress byte compile warning issued by XEmacs
11510         that came to byte compile the default value section of defcustom forms
11511         recently.
11512
11513         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
11514         value of installation-directory.
11515
11516         * message.el (message-use-idna): Don't directly refer to the value of
11517         idna-program.
11518
11519         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
11520
11521         * smiley.el (smiley-style): Don't directly call face-attribute.
11522
11523 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
11524
11525         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
11526
11527         * gnus-dired.el: Reduce Gnus dependencies.
11528         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
11529         Don't require.  Use autoloads instead.
11530         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
11531         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
11532         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
11533         (gnus-dired-mode): Adjust doc string.
11534         (gnus-dired-mail-mode): New variable.
11535         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
11536         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
11537         (gnus-dired-mail-buffers): New function.  Return mail or message
11538         composition buffers.
11539         (gnus-dired-attach): Use it.
11540         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
11541         NO-DECODE.
11542         (gnus-dired-print): Use `gnus-print-buffer' depending on
11543         `gnus-dired-mail-mode'.
11544
11545 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11546
11547         * rfc2047.el (rfc2047-encoded-word-regexp)
11548         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
11549         explaining what regexp patterns are for.
11550
11551 2007-12-04  Glenn Morris  <rgm@gnu.org>
11552
11553         * password.el: Move to password-cache.el.
11554
11555         * mml1991.el (password-read, password-cache-add, password-cache-remove):
11556         * mml2015.el (password-read, password-cache-add, password-cache-remove):
11557         * mml-smime.el (password-read, password-cache-add)
11558         (password-cache-remove):
11559         No need to autoload, since mml-sec requires password.
11560
11561         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
11562         * message.el (gnus-extract-address-components):
11563         * mml-smime.el (gnus-extract-address-components): Define for compiler.
11564
11565         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
11566         password.
11567
11568 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11569
11570         * mailcap.el: Reduce dependencies.
11571         (mail-header-parse-content-type): Autoload.
11572         (mailcap-delete-duplicates): New alias.
11573         (mailcap-mime-info): Add optional argument NO-DECODE.
11574         (mailcap-mime-types): Use mailcap-delete-duplicates.
11575
11576         * message.el (message-ignored-supersedes-headers): Add "X-ID".
11577
11578 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
11579
11580         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11581         (imap-parse-status): Upcase status-att for servers that sends them
11582         lower-case (e.g., MS Exchange 2007).
11583
11584 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11585
11586         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
11587         function.
11588
11589         * gnus-uu.el (gnus-uu-decode-yenc): New command.
11590         (gnus-uu-yenc-article): New function.
11591
11592         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
11593
11594         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
11595
11596 2007-12-02  Glenn Morris  <rgm@gnu.org>
11597
11598         * binhex.el (binhex): New custom group.
11599         (binhex-decoder-program, binhex-decoder-switches)
11600         (binhex-use-external): Move to the binhex custom group.
11601
11602         * uudecode.el (uudecode): New custom group.
11603         (uudecode-decoder-program, uudecode-decoder-switches)
11604         (uudecode-use-external): Move to the uudecode custom group.
11605
11606         * netrc.el (top-level): Don't load `encrypt' features.
11607         (netrc-parse): Don't use encrypt.
11608         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11609
11610         * encrypt.el: Remove file.
11611
11612 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
11613
11614         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
11615         matches on patches.
11616
11617         * gnus-art.el (gnus-article-browse-html-article):
11618         Mention `mm-text-html-renderer' in the doc string.
11619
11620         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
11621         string.  Add comments.
11622
11623         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
11624         if rhs is ASCII.
11625
11626 2007-12-01  Glenn Morris  <rgm@gnu.org>
11627
11628         * mail-source.el (top-level): Require format-spec before
11629         eval-when-compile.
11630
11631 2007-11-30  Glenn Morris  <rgm@gnu.org>
11632
11633         * encrypt.el: Require password, rather than autoloading password-read.
11634
11635 2007-11-29  Glenn Morris  <rgm@gnu.org>
11636
11637         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
11638         (sasl-make-client, sasl-next-step, sasl-step-data)
11639         (sasl-step-set-data): Declare as functions.
11640
11641 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
11642
11643         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11644
11645 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
11646
11647         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
11648         certs should be verified and what is to be done in the event of a
11649         verification failure.
11650
11651         * gnus.el (gnus-method-to-server): Add an optional parameter so the
11652         caller can indicate whether the cache should be disregarded for this
11653         call.  This way the result of the call is reproducible at all times and
11654         can be considered a canonical server name for the supplied method.
11655         (gnus-agent-method-p): Canonicalize server names by pushing their
11656         method through `gnus-method-to-server' using the no-cache argument.
11657
11658         * gnus-srvr.el (gnus-server-insert-server-line):
11659         Call `gnus-method-to-server' with `no-cache' argument.
11660
11661         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
11662         gnus-agent-possibly-synchronize-flags as this should be called when the
11663         server is actually being opened.
11664         (gnus-agent-possibly-synchronize-flags)
11665         (gnus-agent-possibly-synchronize-flags-server): Move check for the
11666         flags file of an agentized server to the latter function.
11667
11668         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
11669         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
11670         after a connection has been established successfully.
11671
11672 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11673
11674         * gnus-art.el (article-display-face): Force to display face if called
11675         interactively; check if gnus-article-x-face-too-ugly matches author.
11676         (article-display-x-face): Display face even if From header is missing
11677         as article-display-face does.
11678
11679 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
11680
11681         * hashcash.el (message-narrow-to-headers-or-head)
11682         (message-fetch-field, message-goto-eoh)
11683         (message-narrow-to-headers): Declare as functions.
11684
11685 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
11686
11687         * mail-source.el (mail-sources): Default to fetch from file for
11688         compatibility with default of nnmail-spool-file.
11689
11690 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11691
11692         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
11693         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
11694         to look for encoded word that should be encoded again.
11695         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
11696         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
11697         encoding pattern.
11698         (rfc2047-decode-region): Switch strict regexp and loose one according
11699         to rfc2047-allow-irregular-q-encoded-words.
11700
11701 2007-11-25  Romain Francoise  <romain@orebokech.com>
11702
11703         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
11704
11705 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11706
11707         * tls.el (tls-program): Provide more custom choices from
11708         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
11709         (tls-process-connection-type, tls-success): Remove "*" in doc string.
11710
11711 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11712
11713         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
11714         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
11715
11716         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
11717         `nnmail-spool-file'.
11718
11719         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
11720         `nnmail-spool-file'.
11721
11722         * gnus-move.el (gnus-change-server): Ditto.
11723
11724         * gnus-kill.el (gnus-batch-score): Ditto.
11725
11726         * gnus-cache.el (gnus-jog-cache): Ditto.
11727
11728         * gnus-msg.el (gnus-summary-reply):
11729         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
11730
11731 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11732
11733         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11734         version.  Minor improvement to doc strings.
11735         (tls-program): Add comment.
11736
11737 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
11738
11739         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11740         (tls-checktrust): New variable.  Check if GNU TLS complained about a
11741         mismatch between the hostname provided in the certificate and the name
11742         of the host connnecting to.
11743         (open-tls-stream): Use them.  Check certificates against trusted root
11744         certificates.
11745
11746 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11747
11748         * gnus-cache.el (gnus-cache-generate-nov-databases):
11749         Use nnml-generate-nov-databases-directory instead of
11750         nnml-generate-nov-databases-1.
11751
11752 2007-11-24  Glenn Morris  <rgm@gnu.org>
11753
11754         * message.el (message-tool-bar-retro): Update for rename
11755         mail_send.xpm->mail-send.xpm.
11756
11757 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
11758
11759         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
11760         `smime-ldap-search' for Emacs 22 and up.
11761
11762 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11763
11764         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
11765
11766         * message.el (message-send-mail-function): Fix error convention.
11767         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
11768         (message-widen-reply, message-send-mail, message-talkative-question)
11769         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
11770         (message-clone-locals, message-send-news): Use with-current-buffer.
11771         (message-insert-or-toggle-importance): Remove unused var `valid'.
11772         (message-make-references): Remove unused var `new-references'.
11773         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
11774
11775 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
11776
11777         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
11778         (spam-split-symbolic-return-positive): Reflow docstring.
11779         (spam-backends, spam-summary-exit-behavior)
11780         (spam-mark-ham-unread-before-move-from-spam-group)
11781         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
11782         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11783         (spam-clear-cache, spam-backend-check, spam-install-backend)
11784         (spam-install-statistical-backend, spam-list-of-processors)
11785         (spam-group-processor-p, spam-split, spam-bogofilter-score)
11786         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
11787         (spam-check-crm114, spam-initialize, spam-unload-hook):
11788         Fix typos in docstrings.
11789
11790 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11791
11792         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
11793         been checked if they have never been read and those group levels are
11794         higher than the one that a user specified.
11795
11796 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11797
11798         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
11799         foreign groups unless a group level is specified by a user.
11800         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
11801
11802 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
11803
11804         * message.el (message-send-mail-function): Require sendmail.
11805
11806 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
11807
11808         * message.el (message-send-mail-function): Check for smtpmail too.
11809
11810         * utf7.el (utf7-encode, utf7-decode): Use coding system
11811         `utf-7'/`utf-7-imap' from utf-7.el' if available.
11812
11813         * message.el (message-send-mail-function): New function.
11814         (message-send-mail-function): Set default using
11815         message-send-mail-function.  Adjust doc string.
11816         (message-send-mail-with-mailclient): New function.
11817
11818 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11819
11820         * smime.el (from):
11821         * rfc2047.el (message-posting-charset):
11822         * qp.el (mm-use-ultra-safe-encoding):
11823         * pop3.el (parse-time-months):
11824         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
11825         * nnml.el (files):
11826         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
11827         (jka-compr-compression-info-list, ange-ftp-path-format)
11828         (efs-path-regexp):
11829         * nndiary.el (files):
11830         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
11831         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
11832         (epg-digest-algorithm-alist, inhibit-redisplay)
11833         (password-cache-expiry):
11834         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
11835         (pgg-output-buffer, password-cache-expiry):
11836         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
11837         (efs-path-regexp):
11838         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
11839         (inhibit-redisplay):
11840         * mm-uu.el (file-name, start-point, end-point, entry)
11841         (gnus-newsgroup-name, gnus-newsgroup-charset):
11842         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
11843         (latin-unity-ucs-list):
11844         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
11845         (mm-uu-binhex-decode-function):
11846         * message.el (gnus-message-group-art, gnus-list-identifiers)
11847         (rmail-enable-mime-composing, gnus-local-organization)
11848         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
11849         (gnus-read-active-file, facemenu-add-face-function)
11850         (facemenu-remove-face-function, gnus-article-decoded-p)
11851         (tool-bar-mode):
11852         * mail-source.el (display-time-mail-function):
11853         * gnus-util.el (nnmail-pathname-coding-system)
11854         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
11855         (gnus-original-article-buffer, gnus-user-agent)
11856         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
11857         (xemacs-codename, sxemacs-codename, emacs-program-version):
11858         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
11859         * gnus-start.el (gnus-agent-covered-methods)
11860         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
11861         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
11862         (gnus-newsgroup-headers, gnus-group-list-mode)
11863         (gnus-group-mark-positions, gnus-newsgroup-data)
11864         (gnus-newsgroup-unreads, nnoo-state-alist)
11865         (gnus-current-select-method, mail-sources)
11866         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
11867         (nnmail-spool-file, gnus-cache-active-hashtb):
11868         * gnus-mh.el (mh-lib-progs):
11869         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
11870         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
11871         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
11872         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
11873         (gnus-group-buffer):
11874         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
11875         (font-lock-set-defaults):
11876         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11877         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11878         (gnus-summary-post-menu, total-parts, type, condition, length):
11879         * gnus-agent.el (gnus-agent-read-agentview):
11880         * flow-fill.el (show-trailing-whitespace):
11881         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
11882         eval-and-compile wrappers for byte compiler pacifiers.
11883
11884         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
11885         (mm-display-inline-fontify): Check for featurep 'xemacs not
11886         extent-list.
11887
11888         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
11889         itimer-list.
11890         (mm-create-image-xemacs): Only do something for XEmacs.
11891         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
11892
11893         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
11894
11895         * gnus-registry.el (gnus-adaptive-word-syntax-table):
11896         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
11897
11898 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
11899
11900         * nnimap.el (nnimap-split-download-body):
11901         * gnus-demon.el (gnus-demon):
11902         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11903
11904 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11905
11906         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11907         New macros.
11908         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11909         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11910         copy data from unibyte buffer to multibyte current buffer.
11911         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11912         to copy data from unibyte current buffer to multibyte buffer.
11913         (nntp-make-process-buffer): Make process buffer unibyte.
11914
11915         * pop3.el (pop3-open-server): Fix typo in Lisp code.
11916
11917 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
11918
11919         * pop3.el (pop3-open-server): Accept and process data more robustly at
11920         connexion start to avoid spurious "POP SSL connexion failed" errors.
11921
11922 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11925         read group names.
11926
11927 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11928
11929         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11930
11931 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11934         (nnmail-save-active): Use a unibyte buffer when saving active file,
11935         which may contain non-ASCII group names.
11936
11937         * nnml.el (nnml-request-group): Decode group names in messages.
11938
11939 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11940
11941         * message.el (message-citation-line-function)
11942         (message-insert-formatted-citation-line): Fix spelling of
11943         `message-insert-formated-citation-line'.
11944
11945 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11946
11947         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11948
11949 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11950
11951         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11952         nnmail-pathname-coding-system.
11953
11954         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11955         that a user enters; decode group names in messages.
11956
11957         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11958
11959 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11960
11961         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11962
11963         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11964
11965         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11966         risky local variable.
11967
11968         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11969
11970 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11971
11972         * encrypt.el: Improve documentation to fix function name typo.
11973         Reported by Daiki Ueno <ueno@unixuser.org>.
11974
11975 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11976
11977         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11978         even if the point is not in the last page of an article.
11979         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11980         back to the previous page.
11981
11982 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11983
11984         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11985
11986 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11987
11988         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11989
11990 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11991
11992         * message.el (message-check-news-body-syntax):
11993         Avoid mm-string-as-multibyte.
11994         (message-hide-headers): Don't assume (point-min)==1.
11995
11996 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11997
11998         * message.el (message-remove-blank-cited-lines): Fix if remove is
11999         given.
12000         (message-bogus-address-regexp): New variable.
12001         (message-bogus-recipient-p): New function.
12002         (message-check-recipients): New command.
12003         (message-syntax-checks): Add `bogus-recipient'.
12004         (message-fix-before-sending): Add `bogus-recipient'.
12005
12006         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
12007         (gnus-treat-body-boundary): Don't test window-system.
12008
12009 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
12010
12011         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
12012
12013 2007-10-28  Miles Bader  <miles@gnu.org>
12014
12015         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
12016         at compile-time too.
12017
12018 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12019
12020         * gnus-msg.el (gnus-message-setup-hook):
12021         Add `message-remove-blank-cited-lines' to options.
12022
12023 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12024
12025         * message.el (message-remove-blank-cited-lines): New function.
12026         Suggested by Karl Plästerer.
12027
12028 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12029
12030         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
12031         mapc.
12032
12033         * imap.el (imap-open): Replace mapcar called for effect with mapc.
12034         (top-level): Use mapc to set functions to be traced for debugging.
12035
12036         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
12037         called for effect with while loop.
12038
12039         * message.el (message-talkative-question): Replace mapcar called for
12040         effect with mapc.
12041
12042         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
12043         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
12044         called for effect with dolist.
12045
12046         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
12047
12048         * nndiary.el: Use dolist instead of mapcar to add diary headers to
12049         gnus-extra-headers and nnmail-extra-headers.
12050
12051         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
12052         called for effect with dolist.
12053         (top-level): Use mapc to set functions to be traced for debugging.
12054
12055         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
12056         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
12057         dolist.
12058
12059         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
12060         Replace mapcar called for effect with mapc.
12061         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
12062         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
12063         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
12064         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
12065
12066         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
12067         remove-if that's a cl function.
12068
12069         * webmail.el (webmail-debug): Replace mapcar called for effect with
12070         dolist.
12071
12072         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
12073         with mapc.
12074
12075 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
12078         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
12079         with while loop.
12080
12081         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
12082         functions from article-* functions.
12083         (gnus-multi-decode-header): Replace mapcar called for effect with
12084         dolist.
12085
12086         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
12087         (gnus-bookmark-show-details): Replace mapcar called for effect with
12088         while loop.
12089
12090         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
12091         called for effect with while loop.
12092
12093         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
12094         with dolist.
12095
12096         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12097         Replace mapcar called for effect with dolist.
12098
12099         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
12100
12101         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
12102         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
12103         Replace mapcar called for effect with dolist.
12104         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
12105         mapc.
12106
12107         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
12108         Replace mapcar called for effect with dolist.
12109         (gnus-topic-list): Replace mapcar called for effect with mapc.
12110
12111         * gnus.el: Use mapc instead of mapcar to add autoloads.
12112
12113 2007-10-23  Richard Stallman  <rms@gnu.org>
12114
12115         * gnus-group.el (gnus-group-highlight): Mark as risky.
12116
12117 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12118
12119         * gnus.el (gnus-server-to-method): Return method found first in
12120         gnus-newsrc-alist.
12121
12122         * gnus-art.el (gnus-article-highlight-signature)
12123         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
12124         button overlay without the front stickiness.
12125
12126 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
12127
12128         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
12129         overview buffer needed a catch to receive its throw.
12130         (gnus-agent-flush-cache): Declare as interactive to make this function
12131         easier to use.
12132
12133 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
12134
12135         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
12136         `next-line'.
12137
12138 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12139
12140         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
12141         exclude address matching message-dont-reply-to-names.
12142
12143 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12144
12145         * gnus-util.el (gnus-string<): New function.
12146
12147         * gnus-sum.el (gnus-article-sort-by-author)
12148         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
12149
12150 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12151
12152         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
12153         the frame-focus tag is set in gnus-buffer-configuration.
12154
12155 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12156
12157         * gnus-art.el (gnus-article-add-button): Make a button overlay without
12158         the front stickiness.
12159
12160 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12161
12162         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
12163         url pattern; remove duplicate one.
12164         (gnus-article-extend-url-button): New function.
12165         (gnus-article-add-buttons): Use it.
12166         (gnus-button-push): Use concatenated url that it makes.
12167
12168 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
12169
12170         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
12171
12172 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12173
12174         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
12175         Don't hardcode point-min==1.
12176
12177 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
12178
12179         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
12180         Fix comment about "iso8859-1".
12181
12182 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
12183
12184         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
12185         ones returned from the verify-function.
12186
12187         * mm-uu.el (mm-uu-pgp-signed-extract-1):
12188         Call mml2015-extract-cleartext-signature if extraction failed.
12189
12190 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
12191
12192         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
12193         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
12194         failed.
12195
12196 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12197
12198         * Relicense "GPLv2 or later" files to "GPLv3 or later".
12199
12200 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
12201
12202         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
12203         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
12204         recommends to use EasyPG instead of PGG.
12205
12206         * pgg.el: Revert to revision 6.23.2.16.
12207
12208         * pgg-def.el: Revert to revision 6.6.2.14.
12209
12210         * pgg-gpg.el: Revert to revision 6.23.2.34.
12211
12212 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
12213
12214         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
12215         to mark a thread as expirable.  Add variable `hide' to handle hiding of
12216         thread for both the null and zero (kill/expire thread) universal prefix
12217         cases.
12218         (gnus-summary-expire-thread): Add new function to expire a thread,
12219         using gnus-summary-kill-thread.
12220         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
12221         shortcuts for gnus-summary-expire-thread.
12222         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
12223         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
12224
12225 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12226
12227         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
12228         extras value, so an extras entry can be deleted.
12229         (gnus-registry-delete-extra-entry): Use it.
12230         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
12231         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
12232         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
12233         storage through the gnus-registry, and provide an appropriate API for
12234         it.
12235
12236 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
12239         Suggested by Leo <sdl.web@gmail.com>.
12240
12241         * gnus.el: Do.
12242
12243 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12244
12245         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
12246         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
12247
12248         * gnus-agent.el (gnus-agent-fetch-headers): Do.
12249
12250         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12251         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
12252
12253 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12254
12255         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
12256         newline.
12257         (nnmbox-request-accept-article): Don't change article in source buffer;
12258         narrow to header to use message-fetch-field rather than
12259         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
12260         (nnmbox-request-replace-article): Quote lines that'll be misidentified
12261         as delimiters; make sure article ends with newline.
12262         (nnmbox-delete-mail): Correct last position of article to be deleted;
12263         ignore X-Gnus-Newsgroup header in article body.
12264         (nnmbox-save-mail): Quote lines looking like delimiters at the right
12265         positions; make sure article ends with newline.
12266
12267         * message.el (message-display-abbrev): Don't infloop when a user
12268         inserts SPC in the beginning of header.
12269
12270         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
12271         coding-system-for-read and coding-system-for-write for XEmacs having no
12272         file-coding feature.
12273
12274         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
12275
12276 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
12277
12278         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
12279         list of groups not followed by default.  Fix type to be regexp.
12280         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
12281
12282 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
12283
12284         * hmac-def.el (define-hmac-function): Switch from old-style to
12285         new-style backquotes.
12286
12287         * md4.el (md4-make-step): Likewise.
12288
12289 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12290
12291         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
12292         raw-text coding system when saving .newsrc file, which may contain
12293         non-ASCII group names.
12294
12295 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12296
12297         * gnus-cus.el (gnus-score-extra): New widget.
12298         (gnus-score-extra-convert): New function.
12299         (gnus-score-customize): Use it for Extra.
12300
12301 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
12302
12303         * mml2015.el (mml2015-extract-cleartext-signature): New function.
12304         (mml2015-mailcrypt-clear-verify): Use it.
12305         (mml2015-gpg-clear-verify): Use it.
12306         (mml2015-pgg-clear-verify): Use it.
12307         (mml2015-epg-clear-verify): Replace the current part with the output
12308         from GnuPG; don't extract the plaintext by itself.
12309
12310         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
12311         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
12312         mml2015-clear-verify-function; don't touch the armor headers or
12313         dash-escaped text here.
12314
12315 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
12318         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
12319         parts, or application/octet-stream as a last resort.
12320         (gnus-mime-view-part-as-type): Don't toggle display.
12321         (gnus-mime-view-part-as-charset): Don't turn off display before
12322         querying charset.
12323
12324         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
12325         stuff to undisplayer function in Emacs.
12326         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
12327
12328         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
12329         text/calendar parts.
12330
12331 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12332
12333         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
12334         decoding text/calendar parts.
12335
12336         * message.el (message-forward-make-body-mime): Always mark body as
12337         having no illegible text; remove signed-or-encrypted argument.
12338         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
12339
12340         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
12341         (mml-generate-mime-1): Don't encode body if it is specified to be in
12342         raw form; don't make buffer be unibyte when inserting multibyte string.
12343
12344 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12345
12346         * sha1.el: Fix up comment style.
12347         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
12348         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
12349
12350         * hex-util.el: Fix up comment style.
12351         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
12352
12353         * gnus-salt.el: Use with-current-buffer.
12354         (gnus-pick-setup-message): Fix long-standing typo.
12355
12356 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12357
12358         * imap.el (imap-logout-timeout): New variable.
12359         (imap-logout, imap-logout-wait): New functions.
12360         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
12361
12362         * nnimap.el (nnimap-logout-timeout): New server variable.
12363         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
12364         nnimap-logout-timeout.
12365
12366         * gnus-art.el (gnus-article-summary-command-nosave)
12367         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
12368
12369 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * gnus.el (gnus-maximum-newsgroup): New variable.
12372
12373         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
12374         according to gnus-maximum-newsgroup.
12375
12376         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12377         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
12378         Limit the range of articles according to gnus-maximum-newsgroup.
12379
12380 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
12381
12382         * gnus-art.el (gnus-sticky-article): Fix problems described in
12383         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
12384         Don't perform gnus-configure-windows here; reuse existing sticky
12385         article buffer.
12386
12387         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
12388         it doesn't exist in gnus-article-mode.
12389
12390 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12391
12392         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
12393         (gnus-agent-decoded-group-name): New function.
12394         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
12395         (gnus-agent-expire-group-1): Use it; decode group name in messages.
12396
12397 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
12398
12399         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
12400         Add binding for gnus-sticky-article.
12401         (gnus-summary-exit): Don't kill sticky article buffers.
12402
12403         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
12404         article buffer.
12405         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
12406         (gnus-kill-sticky-article-buffers): New commands.
12407
12408 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12409
12410         * nntp.el (nntp-xref-number-is-evil): New server variable.
12411         (nntp-find-group-and-number): If it is non-nil, don't trust article
12412         numbers in the Xref header.
12413
12414 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12415
12416         * gnus-agent.el (gnus-agent-read-group): New function.
12417         (gnus-agent-flush-group, gnus-agent-expire-group)
12418         (gnus-agent-regenerate-group): Use it.
12419         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
12420         nnmail-pathname-coding-system.
12421
12422 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12423
12424         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
12425
12426         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
12427         that are unread as unread, and also as selected so that information of
12428         marks having been changed by a user may be updated when exiting group.
12429
12430 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12431
12432         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
12433
12434 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * gnus-art.el (gnus-mime-display-single): Pass part number that is
12437         calculated ignoring signature parts to gnus-treat-article.
12438
12439 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
12442         a point here in order to keep the window start.
12443         (gnus-insert-mime-security-button): Make a button overlay without the
12444         front stickiness.
12445         (gnus-mime-display-security): Goto the end of a button.
12446
12447         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
12448
12449 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12450
12451         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
12452         group-name-at-point.
12453         (gnus-group-completing-read): New function that offers decoded
12454         non-ASCII group names for completion.
12455         (gnus-fetch-group, gnus-group-read-ephemeral-group)
12456         (gnus-group-jump-to-group, gnus-group-make-group-simple)
12457         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
12458         (gnus-group-fetch-control): Use it.
12459         (gnus-fetch-group): Use group-name-at-point for the initial value
12460         rather than the default value; use gnus-alive-p.
12461
12462         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
12463         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
12464         (gnus-summary-post-news): Use gnus-group-completing-read.
12465
12466         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
12467         (gnus-read-move-group-name): Decode group name for completion.
12468
12469 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
12470
12471         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
12472         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
12473         Yamaoka slightly modified the code).
12474
12475 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12476
12477         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
12478         (nnmail-split-incoming): Bind it.
12479
12480         * nnml.el (nnml-group-name-charset): New function.
12481         (nnml-decoded-group-name): Use it; don't decode group name if
12482         nnmail-group-names-not-encoded-p is non-nil.
12483         (nnml-encoded-group-name): New function.
12484         (nnml-group-pathname): Inline nnml-decoded-group-name.
12485         (nnml-request-expire-articles): Decode group name in message.
12486         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
12487         nnmail-pathname-coding-system.
12488         (nnml-save-mail, nnml-active-number): Work with decoded group names and
12489         not decoded ones according to nnmail-group-names-not-encoded-p.
12490         (nnml-generate-active-info): Use nnml-encoded-group-name.
12491
12492 2007-08-08  Glenn Morris  <rgm@gnu.org>
12493
12494         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
12495         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
12496         doc-strings and comments.
12497
12498 2007-07-25  Glenn Morris  <rgm@gnu.org>
12499
12500         * Relicense all FSF files to GPLv3 or later.
12501
12502 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12503
12504         * gnus-sum.el (gnus-summary-move-article):
12505         Make gnus-summary-respool-article work.
12506
12507 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
12508
12509         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
12510         string.
12511
12512 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
12513
12514         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
12515         that should be ignored when comparing distant RSS articles with local
12516         ones.
12517         (nnrss-make-hash-index): New function.  Create a hash index according
12518         to the ignored fields.
12519         (nnrss-check-group): Use it.
12520
12521 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12522
12523         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
12524
12525         * gnus-art.el (article-decode-group-name): Decode Xref header too.
12526
12527         * gnus-group.el (gnus-group-make-group): Encode group name here unless
12528         the new optional argument ENCODED is non-nil.
12529         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
12530         coding system for encoding group name.
12531         (gnus-group-make-rss-group): Pass un-encoded group name to
12532         gnus-group-make-group.
12533         (gnus-group-set-info): Tell gnus-group-make-group that group name is
12534         encoded.
12535
12536         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
12537         Encode group name to which articles are moved or copied.
12538         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
12539         coding system for encoding Newsgroup, Followup-To and Xref headers.
12540
12541         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
12542         marks; use nnheader-file-coding-system to write a file.
12543         (nnagent-retrieve-headers): Bind file-name-coding-system to
12544         nnmail-pathname-coding-system.
12545
12546         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
12547
12548         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
12549         (nnml-request-article, nnml-request-create-group)
12550         (nnml-request-rename-group, nnml-find-id)
12551         (nnml-possibly-change-directory, nnml-possibly-create-directory)
12552         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
12553         (nnml-save-marks): Use nnml-group-pathname instead of
12554         nnmail-group-pathname.
12555
12556         (nnml-request-create-group, nnml-request-expire-articles)
12557         (nnml-request-move-article, nnml-request-delete-group)
12558         (nnml-deletable-article-p, nnml-possibly-create-directory)
12559         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
12560         (nnml-open-marks): Bind file-name-coding-system to
12561         nnmail-pathname-coding-system.
12562
12563         (nnml-request-article): Pass server argument to nnml-find-group-number.
12564         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
12565         Pass server argument to nnml-possibly-create-directory.
12566         (nnml-request-accept-article): Pass server argument to
12567         nnml-active-number and nnml-save-mail.
12568         (nnml-find-group-number): Pass server argument to nnml-find-id.
12569         (nnml-request-update-info): Pass server argument to
12570         nnml-marks-changed-p.
12571
12572         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
12573         (nnml-save-mail, nnml-active-number): Add server argument.
12574
12575         (nnml-request-delete-group): Warn if group is missing.
12576         (nnml-get-nov-buffer): Decode group name.
12577         (nnml-generate-active-info): Encode group name.
12578         (nnml-open-marks): Decode group name in messages.
12579
12580 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12581
12582         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
12583         if it is not specified.
12584         (gnus-article-pipe-part, gnus-article-save-part)
12585         (gnus-article-interactively-view-part, gnus-article-copy-part)
12586         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
12587         (gnus-article-inline-part, gnus-article-save-part-and-strip)
12588         (gnus-article-replace-part, gnus-article-delete-part)
12589         (gnus-article-view-part-as-type): Pass raw prefix argument to
12590         gnus-article-part-wrapper.
12591
12592 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12593
12594         * gnus-agent.el (gnus-agent-save-active):
12595         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
12596
12597         * gnus-cache.el (gnus-cache-save-buffers)
12598         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
12599         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
12600         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
12601         (gnus-cache-braid-nov, gnus-cache-braid-heads)
12602         (gnus-cache-generate-active, gnus-cache-rename-group)
12603         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
12604         (gnus-cache-update-overview-total-fetched-for):
12605         Bind file-name-coding-system to nnmail-pathname-coding-system.
12606         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
12607         New variables.
12608         (gnus-cache-decoded-group-name): New function.
12609         (gnus-cache-file-name): Use it.
12610         (gnus-cache-generate-active): Use non-decoded group name for active.
12611
12612         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
12613         right place.
12614         (gnus-write-active-file): Don't break non-ASCII group names.
12615
12616         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
12617         nnmail-pathname-coding-system.
12618
12619         * lpath.el: Bind default-file-name-coding-system,
12620         file-name-coding-system and language-info-alist for XEmacs.
12621
12622         * gnus-uu.el (gnus-uu-decode-save): Typo.
12623
12624 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12625
12626         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
12627
12628 2007-07-14  David Kastrup  <dak@gnu.org>
12629
12630         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
12631         finishing actions if we did not edit the article.
12632
12633 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12634
12635         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
12636         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
12637         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
12638         (gnus-agent-flush-group, gnus-agent-flush-cache)
12639         (gnus-agent-fetch-headers, gnus-agent-load-alist)
12640         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
12641         (gnus-agent-retrieve-headers, gnus-agent-request-article)
12642         (gnus-agent-regenerate-group)
12643         (gnus-agent-update-files-total-fetched-for)
12644         (gnus-agent-update-view-total-fetched-for):
12645         Bind file-name-coding-system to nnmail-pathname-coding-system.
12646         (gnus-agent-group-pathname): Don't encode file names by
12647         nnmail-pathname-coding-system.
12648         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
12649         coding-system-for-write instead of buffer-file-coding-system to
12650         gnus-agent-file-coding-system.
12651
12652         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
12653         Decode group name.
12654
12655         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
12656
12657         * gnus-start.el (gnus-update-active-hashtb-from-killed)
12658         (gnus-read-newsrc-el-file): Make group names unibyte.
12659
12660         * nnmail.el (nnmail-group-pathname): Don't encode file names by
12661         nnmail-pathname-coding-system.
12662
12663         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
12664         (nnrss-request-delete-group): Bind file-name-coding-system to
12665         nnmail-pathname-coding-system.
12666         (nnrss-read-server-data, nnrss-read-group-data):
12667         Bind file-name-coding-system correctly.
12668         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
12669
12670         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
12671         (nntp-server-to-method-cache): New variable.
12672         (nntp-group-pathname): New function that decodes non-ASCII group names.
12673         (nntp-possibly-create-directory, nntp-marks-changed-p)
12674         (nntp-save-marks, nntp-open-marks): Use it.
12675         (nntp-possibly-create-directory, nntp-open-marks):
12676         Bind file-name-coding-system to nnmail-pathname-coding-system.
12677         (nntp-open-marks): Decode group names when bootstrapping marks.
12678
12679         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
12680         Newsgroups and Folowup-To headers.
12681
12682 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12683
12684         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12685         (gnus-server-closed-face, gnus-server-denied-face)
12686         (gnus-server-offline-face): Remove variable.
12687         (gnus-server-font-lock-keywords): Use faces that are not aliases.
12688
12689         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
12690         of modifying message-stack directly for XEmacs.
12691
12692         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
12693         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
12694         if the coding-system argument is nil for XEmacs.
12695
12696         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
12697         mm-charset-override-alist.
12698
12699         * rfc2047.el: Don't require base64; require rfc2045 for the function
12700         rfc2045-encode-string.
12701         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
12702         to quote the parameter value.
12703
12704 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12705
12706         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
12707         form in gnus-group-name-charset-method-alist.
12708
12709         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
12710         overrides the default layout edit-form.
12711
12712         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
12713
12714         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
12715
12716 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12717
12718         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
12719         as unfetched articles.
12720
12721 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
12722
12723         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
12724
12725 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
12728         original back end that keeps marks in the local system.
12729
12730 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
12733         arg of pop-to-buffer for XEmacs.
12734         (gnus-article-read-summary-keys): Ditto; don't restore window
12735         configuration if summary command ends up with neither article buffer
12736         nor summary buffer; describe bindings if summary keys end with C-h.
12737
12738 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12739
12740         * message.el (message-fix-before-sending): Skip raw message part to be
12741         forwarded while checking illegible text.
12742         (message-forward-make-body-mime, message-forward-make-body):
12743         Mark signed or encrypted raw message as having no illegible text.
12744
12745 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12746
12747         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
12748         (gnus-message-with-timestamp-1): New macro.
12749         (gnus-message-with-timestamp): New function.
12750         (gnus-message): Use them.
12751
12752         * nnheader.el (nnheader-message): Use them.
12753
12754 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
12755
12756         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
12757         .newsrc.eld file.
12758
12759 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * gnus-agent.el (gnus-agent-fetch-headers)
12762         (gnus-agent-retrieve-headers):
12763         Bind gnus-decode-encoded-address-function to identity.
12764
12765         * nntp.el (nntp-send-xover-command): Recognize an xover command is
12766         available also when the server returns simply a dot.
12767
12768         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
12769
12770 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12771
12772         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
12773
12774 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * gnus-ems.el (gnus-x-splash): Make it work.
12777
12778         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
12779         from being used.
12780
12781         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
12782
12783 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12784
12785         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
12786         4th and the 5th arguments.
12787
12788         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
12789         the front stickiness.
12790         (gnus-article-summary-command-nosave): Correct the order of the
12791         arguments passed to pop-to-buffer.
12792         (gnus-article-read-summary-keys): Ditto; make it work properly when the
12793         summary command ends up with the article buffer.
12794
12795         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
12796         the same faces.
12797
12798 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12799
12800         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
12801
12802 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12803
12804         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
12805         * gnus-sum.el (gnus-summary-highlight):
12806         * pgg.el (pgg-sign-region, pgg-sign):
12807         * mail-source.el (mail-source-delete-old-incoming-confirm):
12808         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
12809
12810 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * gnus-art.el (gnus-mime-view-part-externally)
12813         (gnus-mime-view-part-internally): Fix predicate function passed to
12814         completing-read.
12815
12816         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
12817
12818         * gnus.el (gnus-update-message-archive-method): Add :version.
12819
12820 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12821
12822         * gnus.el (gnus-update-message-archive-method): New variable.
12823
12824         * gnus-start.el (gnus-setup-news): Update saved "archive" method
12825         according to gnus-message-archive-method if
12826         gnus-update-message-archive-method is non-nil.
12827
12828 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12829
12830         * gnus-sum.el (gnus-summary-limit-to-address): New function.
12831         Suggested by Loic Dachary <loic@dachary.org>.
12832         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12833
12834 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * message.el (message-pop-to-buffer): Add switch-function argument.
12837         (message-mail): Pass switch-function argument to it.
12838
12839 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
12840
12841         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
12842         Improve doc string.
12843
12844 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12845
12846         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
12847         (gnus-header-content)
12848         * gnus-cite.el (gnus-cite-10)
12849         * gnus-srvr.el (gnus-server-closed)
12850         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
12851         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
12852         (gnus-group-mail-3-empty, gnus-group-mail-low)
12853         (gnus-group-mail-low-empty, gnus-splash)
12854         * message.el (message-header-to, message-header-cc)
12855         (message-header-subject, message-header-other, message-header-name)
12856         (message-header-xheader, message-separator, message-cited-text)
12857         (message-mml): Lighten colors of faces used for dark background.
12858
12859 2007-05-24  Simon Josefsson  <simon@josefsson.org>
12860
12861         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
12862         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
12863
12864 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * message.el (message-narrow-to-headers-or-head):
12867         Ignore mail-header-separator in the body.
12868
12869 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
12872         same as window size.
12873
12874 2007-05-22  Kevin Ryde  <user42@zip.com.au>
12875
12876         * message.el (message-font-lock-keywords): Use message-header-xheader
12877         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
12878         ahead of the anything pattern, to get it recognized.
12879
12880 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12881
12882         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
12883         spam.el loads uses it in the compiled defadvice form.
12884
12885 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
12886
12887         * gnus-sum.el (gnus-articles-to-read)
12888         (gnus-summary-insert-old-articles): Don't truncate group name for
12889         `read-string'.
12890
12891         * gnus-util.el (gnus-limit-string): Delete this function.
12892
12893         * gnus-sum.el (gnus-simplify-subject-fully):
12894         Use `truncate-string-to-width' instead.
12895
12896 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
12897
12898         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
12899         Tell if, on summary exit, the next group has to be selected.
12900         (gnus-summary-exit): Use it.
12901
12902 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
12903
12904         * gnus-art.el (gnus-article-mode): Fix comment about displaying
12905         non-break space.
12906
12907 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12910         Check if group is not a directory.
12911         (nnfolder-request-expire-articles): Don't delete articles if the target
12912         group is not available.
12913
12914         * nnml.el (nnml-request-create-group): Properly check if group is not a
12915         file.
12916         (nnml-request-expire-articles): Don't delete articles if the target
12917         group is not available.
12918
12919         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12920         Don't quote characters that are within parentheses.
12921
12922 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12923
12924         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12925         (gnus-handle-ephemeral-exit): Select article according to it.
12926
12927 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12928
12929         * message.el (message-insert-formated-citation-line): Remove newline.
12930         (message-citation-line-format): Add final \n here so that the user can
12931         avoid a blank line.
12932
12933 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12934
12935         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12936         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12937         Update lanl/arXiv support.
12938
12939 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12940
12941         * gnus.el: Bump version number.
12942
12943 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12944
12945         * gnus.el (gnus-version-number): Bump version.
12946
12947 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12948
12949         * gnus.el: No Gnus v0.6 is released.
12950
12951 2007-04-27  Didier Verna  <didier@xemacs.org>
12952
12953         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12954         * gmm-utils.el (gmm-regexp-concat): ... here.
12955         * message.el: Don't require 'gnus-util.
12956         (message-dont-reply-to-names): Handle name change above.
12957         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12958
12959 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12960
12961         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12962         since the initial value varies according to the system.
12963
12964 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12965
12966         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12967
12968 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12969
12970         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12971
12972 2007-04-24  Didier Verna  <didier@xemacs.org>
12973
12974         Improve the type of gnus-ignored-from-addresses.
12975         * gnus-util.el (gnus-orify-regexp): New function.
12976         * message.el (gnus-util): Require it.
12977         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12978         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12979         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12980
12981 2007-04-24  Didier Verna  <didier@xemacs.org>
12982
12983         * gnus-sum.el:
12984         * gnus-utils.el: Fix some trailing whitespaces.
12985
12986 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12989         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12990         article's Message-ID; refer parent article in summary buffer.
12991
12992         * message.el (message-bounce): Call mime-to-mml.
12993
12994         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12995         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12996         optimize and/or forms properly.
12997
12998 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12999
13000         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
13001         URL.
13002
13003 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13004
13005         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
13006
13007 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13008
13009         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
13010         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
13011         displayed of multipart/alternative part if it is invoked from summary
13012         buffer.
13013
13014         * mm-view.el (mm-inline-text-html-render-with-w3m)
13015         (mm-inline-text-html-render-with-w3m-standalone)
13016         (mm-inline-render-with-function): Use mail-parse-charset by default.
13017
13018 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
13019
13020         * parse-time.el (parse-time-string-chars): Check if CHAR
13021         is less than the length of parse-time-syntax.
13022
13023 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13024
13025         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
13026         from gnus-newsgroup-processable.
13027
13028 2007-04-16  Didier Verna  <didier@xemacs.org>
13029
13030         * gnus-msg.el (gnus-configure-posting-styles):
13031         Handle message-signature-directory properly with :file syntax.
13032         Reported by "Leo".
13033
13034 2007-04-11  Didier Verna  <didier@xemacs.org>
13035
13036         New user option: message-signature-directory.
13037         * gnus-msg.el (gnus-configure-posting-styles): Support it.
13038         * message.el (message-insert-signature): Ditto.
13039         * message.el (message-signature-file): Doc update.
13040         * message.el (message-signature-directory): New.
13041
13042 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13043
13044         * gnus-msg.el (gnus-inews-yank-articles):
13045         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
13046
13047 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * message.el (message-yank-original): Make sure cited text ends with
13050         newline; don't exchange point and mark.
13051
13052 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
13053
13054         * tls.el (open-tls-stream): Properly handle case where there
13055         is no associated buffer.
13056
13057 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
13058
13059         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
13060         message-yank-original, make sure (< mark TEXT point).
13061
13062 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13063
13064         * message.el (message-fill-column): New variable.
13065         (message-mode): Use it.  Add comment on a possible new hook.
13066
13067         * nnmail.el (nnmail-spool-file): Mark as obsolete.
13068         (nnmail-get-new-mail): Reformat.
13069
13070         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
13071
13072         * gmm-utils.el: Fix Commentary.
13073         (gmm-tool-bar-from-list): Fix typo in doc string.
13074
13075 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
13076
13077         * message.el (message-yank-original): Don't switch point and mark
13078         unnecessarily to put point and mark as documented.
13079
13080 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13081
13082         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
13083         from the message heads.
13084
13085 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
13086
13087         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
13088         article buffer does not have a window.  This may not be the best
13089         solution but is certainly better than setting the start of the null,
13090         that is the current, window.
13091
13092 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13093
13094         * gnus-draft.el (gnus-draft-setup-hook): New hook.
13095         (gnus-draft-setup): Run it.
13096
13097         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
13098         gnus-score-fast-scoring.  Allow regexp.
13099         (gnus-score-headers): Use it.
13100
13101         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
13102         XEmacs.
13103
13104         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
13105         string.
13106         (gnus-button-alist): Also catch `<f1> k ...'.
13107         (gnus-treat-display-x-face): Fix doc string.
13108
13109 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13110
13111         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
13112         evaluation of gnus-extended-version to ensure correct generation of the
13113         User-Agent header when message-generate-headers-first is used.
13114
13115 2007-03-24  Simon Josefsson  <simon@josefsson.org>
13116
13117         * hashcash.el (hashcash-generate-payment-async): Don't crash if
13118         hashcash-path is nil.  Don't call callback with incorrect number of
13119         parameters if val is 0.
13120
13121 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13122
13123         * message.el (message-required-news-headers):
13124         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
13125
13126 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
13127
13128         * tls.el (open-tls-stream): In handshake-waiting loop,
13129         don't wait more if there is output available to process.
13130
13131 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
13132
13133         * tls.el (tls-program): Doc fix.
13134
13135 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13136
13137         * message.el (message-generate-new-buffers): Change the meaning of the
13138         nil value; add `standard' to the choices; treat t as `unique'; improve
13139         doc string.
13140         (gnus-select-frame-set-input-focus): Autoload.
13141         (message-buffer-name): Search for the existing message buffer if
13142         message-generate-new-buffers is nil or `standard'; treat the value t of
13143         message-generate-new-buffers as `unique'.
13144         (message-pop-to-buffer): Raise the frame already displaying the message
13145         buffer; clear the echo area after querying.
13146         (message-setup): Pass the `continue' argument to compose-mail.
13147         (message-mail): Prefer `switch-function' if it is given; search for the
13148         existing message buffer if the `continue' argument is non-nil; pass
13149         continue and switch-function arguments to compose-mail by way of
13150         message-setup.
13151         (message-mail-other-window): Adjust argument of message-setup.
13152         (message-mail-other-frame): Ditto.
13153
13154 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13155
13156         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
13157         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
13158         to turn font-lock on when turning gnus-message-citation-mode on.
13159
13160 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
13161
13162         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
13163         (mml-smime-function-alist): New variable; add epg as the backend.
13164         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
13165         mml-smime- functions instead.
13166         * mm-view.el: Require smime.
13167
13168 2007-03-05  Didier Verna  <didier@xemacs.org>
13169
13170         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
13171         instead of just inheritance for posting styles.
13172         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
13173
13174 2007-02-24  Chris Moore  <dooglus@gmail.com>
13175
13176         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
13177         * pgg-pgp.el (pgg-pgp-encrypt-region):
13178         * pgg-gpg.el (pgg-gpg-encrypt-region):
13179         Check pgg-encrypt-for-me if no other recipients.
13180
13181 2007-02-24  John Paul Wallington  <jpw@pobox.com>
13182
13183         * tls.el (tls-certtool-program): Fix custom type.
13184
13185 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13186
13187         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
13188         and point-at-eol instead of line-(beginning|end)-position.
13189
13190         * assistant.el (assistant-parse-buffer): Ditto.
13191
13192         * netrc.el (netrc-parse-services): Ditto.
13193
13194 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
13195
13196         * mml2015.el (mml2015-epg-find-usable-key): New function.
13197         (mml2015-epg-sign): Use it.
13198         (mml2015-epg-encrypt): Use it.
13199
13200 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13201
13202         * message.el (message-make-in-reply-to): Quote name containing
13203         non-ASCII characters.  It will make the RFC2047 encoder cause an error
13204         if there are special characters.  Reported by NAKAJI Hiroyuki
13205         <nakaji@jp.freebsd.org>.
13206
13207 2007-02-27  Didier Verna  <didier@xemacs.org>
13208
13209         Include the group parameters as well as the topic ones in the
13210         inheritance filter process.
13211         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
13212         argument GROUP-PARAMS-LIST.
13213         * gnus-topic.el (gnus-group-topic-parameters): Use it.
13214
13215 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13216
13217         * nntp.el (nntp-never-echoes-commands)
13218         (nntp-open-connection-functions-never-echo-commands): New variables.
13219         (nntp-send-command): Use them.
13220
13221 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
13222
13223         * mml2015.el (mml2015-epg-verify): Simplify.
13224
13225 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13226
13227         * mml.el (mml-content-disposition-alist): New user option.
13228         (mml-content-disposition): New function.
13229         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
13230         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
13231
13232 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
13233
13234         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
13235         verification.
13236
13237 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13238
13239         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
13240         articles posted in the last 24 hours.
13241
13242 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
13243
13244         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
13245
13246 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
13247
13248         * nntp.el (nntp-send-command): Don't wait for echoes when
13249         nntp-open-ssl-stream is used.
13250
13251 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13252
13253         * gnus-cite.el (gnus-test-font-lock-add-keywords)
13254         (gnus-message-add-citation-keywords)
13255         (gnus-message-remove-citation-keywords): Remove.
13256         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
13257         directly, make the variables in font-lock-defaults buffer-local, add
13258         gnus-message-citation-keywords to them and then update the value of
13259         font-lock-keywords.
13260
13261 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13262
13263         * message.el (message-cite-original-1): Don't call
13264         gnus-article-highlight-citation.
13265
13266         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
13267         citations; fix line count.
13268
13269 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13270
13271         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
13272         (gnus-message-add-citation-keywords)
13273         (gnus-message-remove-citation-keywords): Use it; fix the emulating
13274         versions of font-lock-add-keywords and font-lock-remove-keywords to
13275         work with XEmacs correctly.
13276
13277 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * gnus-cite.el (gnus-cite-face-list): Set the values of
13280         gnus-message-max-citation-depth and gnus-message-citation-keywords.
13281         (gnus-message-max-citation-depth): Use defvar rather than defconst.
13282         (gnus-message-cite-prefix-regexp): New variable.
13283         (gnus-message-search-citation-line): Use it; protect against long
13284         citation prefix; fill match data with nil rather than 0 for XEmacs; set
13285         the 0th match data for Emacs.
13286         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
13287         (gnus-message-add-citation-keywords): Append keywords rather than
13288         prepending; emulate font-lock-add-keywords if it is not available.
13289         (gnus-message-remove-citation-keywords):
13290         Emulate font-lock-remove-keywords if it is not available.
13291
13292         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
13293
13294         * message.el (message-cite-prefix-regexp): Set the value of
13295         gnus-message-cite-prefix-regexp.
13296
13297 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13298
13299         * nnweb.el (nnweb-google-parse-1): Update parser.
13300
13301 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
13302
13303         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
13304
13305 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13306
13307         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13308         regexp.
13309
13310 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13311
13312         * uudecode.el (uudecode-string-to-multibyte): New function emulating
13313         string-to-multibyte.
13314         (uudecode-decode-region-internal): Use it.
13315
13316         * lpath.el: Fbind string-as-multibyte for XEmacs.
13317
13318 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13319
13320         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
13321         Fix custom choice.
13322
13323         * gnus-art.el (gnus-signature-limit): Fix custom choice.
13324
13325 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
13326
13327         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
13328
13329         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
13330         `write-region' to respect `mm-inhibit-file-name-handlers'.
13331
13332 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
13333
13334         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
13335         Use gnus-home-directory instead of "~/" or "$HOME".
13336
13337 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
13338
13339         * encrypt.el (encrypt-insert-file-contents): Add better prompt
13340         to mention filename.
13341         Add comments at beginning regarding usage.
13342         (encrypt-write-file-contents): Change interactive so a string is
13343         acceptable.  If the file has no associated model, show an error instead
13344         of a nonsense prompt.
13345
13346 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13347
13348         * spam.el (spam-bsfilter-ham-switch): Fix typo.
13349         Thanks to Yoshihiko Yamada for kind notification of this typo.
13350
13351 2007-01-12  Kenichi Handa  <handa@m17n.org>
13352
13353         * uudecode.el (uudecode-decode-region-internal): Make it work in a
13354         multibyte buffer.
13355
13356 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13357
13358         * gnus-score.el (gnus-score-fast-scoring): New variable.
13359         (gnus-score-headers): Use it.
13360
13361         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
13362
13363         * message.el (message-cite-original-1):
13364         Call gnus-article-highlight-citation if requested.
13365         (message-make-from): Allow name and address as optional arguments.
13366
13367         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
13368
13369         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
13370         bugs to doc string.
13371         (gnus-button-alist): Add mid\\|message-id.
13372         (gnus-button-fetch-group): Extend for use in
13373         `browse-url-browser-function'.
13374         (gnus-button-url-regexp): Try to catch paired parentheses like in
13375         Wikipedia URLs.
13376
13377         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
13378         Suggested by Simon Krahnke <overlord@gmx.li>.
13379
13380 2007-01-13  Romain Francoise  <romain@orebokech.com>
13381
13382         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
13383         Update copyright.
13384
13385 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
13386
13387         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
13388
13389 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13390
13391         * gnus-registry.el (gnus-registry-unfollowed-groups)
13392         (gnus-registry-split-fancy-with-parent): Fix documentation.
13393
13394 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13395
13396         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
13397         from nnweb groups.
13398
13399 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13400
13401         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
13402         Xref urls.  Erase buffer before requesting head.
13403
13404         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13405
13406 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13407
13408         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
13409         customizable.
13410
13411 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
13412
13413         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
13414         no signing key is found.
13415         (mml2015-epg-encrypt): Ask user whether to skip or abort if
13416         no encrypting and/or signing key is found.
13417
13418 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13419
13420         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
13421
13422 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13423
13424         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
13425         headers read from disk with the ones newly found in the current search.
13426         This should no longer cause problems, because the article numbers in
13427         Gmane's `nov.php' output are ignored since the previous change.
13428
13429 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13430
13431         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
13432
13433 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13434
13435         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
13436         replace-regexp-in-string; bind url-version; fbind display-images-p and
13437         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
13438         find-face and set-itimer-function for Emacs; bind itimer-list for
13439         Emacs.
13440
13441         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13442
13443 2007-01-01  Romain Francoise  <romain@orebokech.com>
13444
13445         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
13446
13447 2006-12-31  Steve Youngs  <steve@sxemacs.org>
13448
13449         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
13450         `define-minor-mode' macro definition expanded properly.
13451         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
13452         exclude it there.
13453
13454         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
13455         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
13456         `fboundp' test.
13457         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
13458         This is OK to autoload in (S)XEmacs now.
13459
13460 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13461
13462         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
13463         keystroke.
13464         (gnus-summary-limit-to-singletons): Fix typo.
13465
13466         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
13467         else fails.
13468
13469 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13470
13471         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
13472         docstring.
13473
13474         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
13475         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
13476         (gnus-summary-insert-dormant-articles): Fix typo in message.
13477
13478 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
13479
13480         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
13481         nil for XEmacs.
13482         (gnus-message-citation-mode): Don't autoload in XEmacs.
13483
13484         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
13485
13486 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
13487
13488         * nnimap.el (nnimap-expunge-search-string):
13489         Mention nnimap-search-uids-not-since-is-evil in docstring.
13490
13491 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13492
13493         * spam.el: Revert to make-obsolete-variable because
13494         define-obsolete-variable-alias is not supported in Emacs 21.
13495
13496         * spam.el (spam-ifile-path, spam-ifile-database-path)
13497         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
13498         make-obsolete-variable.
13499         (spam-bsfilter-path, spam-bsfilter-program)
13500         (spam-spamassassin-path, spam-spamassassin-program)
13501         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
13502         Don't use "path" inappropriately.
13503         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
13504         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
13505         variable names.
13506
13507 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
13508
13509         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
13510         summary buffer.
13511
13512         * password.el (password-cache-remove): Use clear-string to burn
13513         password, if available.
13514
13515 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13516
13517         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
13518
13519         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
13520
13521         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
13522         (gnus-message-highlight-citation): Move defcustom here from
13523         gnus-cite.el.
13524         (gnus-message-citation-mode): Autoload.
13525
13526         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
13527         checks to make it compile with XEmacs.
13528         (gnus-message-citation-mode): New minor mode.
13529         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
13530         (gnus-message-highlight-citation): New variables.
13531         (gnus-message-search-citation-line)
13532         (gnus-message-add-citation-keywords)
13533         (gnus-message-remove-citation-keywords)
13534         (turn-on-gnus-message-citation-mode)
13535         (turn-off-gnus-message-citation-mode): New functions.
13536
13537 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
13538
13539         * gnus-cite.el: Enable highlighting of different citation levels in
13540         message-mode.
13541
13542 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13543
13544         * message.el (message-make-fqdn): Fix comment.
13545         (message-bogus-system-names): Add ".local".
13546
13547         * spam.el (spam-ifile-path, spam-ifile-program)
13548         (spam-ifile-database-path, spam-ifile-database)
13549         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
13550         Don't use "path" inappropriately.
13551         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
13552         strings.
13553         (spam-check-ifile, spam-ifile-register-with-ifile)
13554         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
13555         Use new variable names.
13556
13557         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
13558         (gnus-treat-display-smileys): Simplify using
13559         gnus-image-type-available-p.
13560
13561         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
13562         available.
13563
13564         * gnus-xmas.el (gnus-xmas-image-type-available-p):
13565         Use `display-images-p' if available.
13566
13567 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13568
13569         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
13570         one after turning on the buffer's multibyteness instead of decoding
13571         them directly in the unibyte buffer that causes unexpected conversion
13572         in Emacs 23 (unicode).
13573
13574 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13575
13576         * message.el (message-generate-hashcash): Fix custom type.
13577
13578 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13579
13580         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
13581
13582 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13583
13584         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
13585         disconnect icons.  Add help text.
13586
13587 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
13588
13589         * spam.el (spam-extra-header-to-number): CRM114 spam score is
13590         negated to be consistent with the others we handle.
13591
13592 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13593
13594         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
13595         version of gnus-summary-buffer to something, so that we can use two
13596         article buffers at the same time.
13597
13598 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
13599
13600         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
13601         trigger all the extra headers.
13602         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
13603         sorting.
13604
13605 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13606
13607         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
13608         solid groups.
13609
13610 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
13611
13612         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
13613
13614 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13615
13616         * legacy-gnus-agent.el: Add Copyright notice.
13617
13618 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
13619
13620         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
13621
13622 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13623
13624         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
13625
13626         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
13627         to make it work reliably in CVS Emacs.
13628         (gnus-summary-limit-strange-charsets-predicate)
13629         (gnus-summary-limit-to-predicate): New functions.
13630
13631 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
13632
13633         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
13634         specifying array size.
13635         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
13636         array if it is too small.
13637         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
13638         (gnus-sort-threads-loop): New function.
13639
13640 2006-12-06  Chris Moore  <dooglus@gmail.com>
13641
13642         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
13643         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
13644
13645 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
13646
13647         * mm-url.el (mm-url-predefined-programs): Call curl with correct
13648         options.
13649
13650 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13651
13652         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
13653         DOS-ing the recipient.
13654
13655         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
13656         the headers when creating the mapping to avoid mismappings.
13657         (nnweb-gmane-create-mapping): Always nix out old mapping.
13658
13659 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13660
13661         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
13662         and mm-verify-option to never.
13663
13664 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13665
13666         * message.el (message-signed-or-encrypted-p): New function.
13667         (message-forward-make-body): Use it.
13668
13669         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
13670         Replace encode-coding-string with mm-encode-coding-string.
13671
13672 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13673
13674         * nneething.el (nneething-decode-file-name):
13675         Replace decode-coding-string with mm-decode-coding-string.
13676
13677         * gnus-int.el (gnus-open-server): Say failed server's name.
13678
13679 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13680
13681         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
13682         strings to a single string.  Quote `errors-file-name'.
13683         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
13684         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
13685         Adjust calls.  Use `shell-quote-argument'.
13686
13687 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
13688
13689         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
13690         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
13691
13692         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
13693         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
13694         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
13695         (gnus-group-make-directory-group, gnus-group-transpose-groups):
13696         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
13697         (gnus-subscribe-newsgroup, gnus-1):
13698         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
13699         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
13700         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
13701         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
13702
13703 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13704
13705         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
13706         keystroke.
13707         (gnus-summary-limit-to-bodies): Implement headersp.
13708
13709 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13710
13711         * dns.el (query-dns): Protect against "Process dns deleted" strings.
13712
13713 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13714
13715         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
13716
13717 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13718
13719         * message.el (message-generate-hashcash): Expand range of values to
13720         include `opportunistic'.
13721         (message-send-mail): Use it.
13722
13723 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13724
13725         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
13726         and comment it.
13727
13728         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
13729
13730 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
13731
13732         * gnus-util.el (gnus-extract-address-components): Improve comment.
13733
13734 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13735
13736         * gnus-util.el (gnus-extract-address-components): Work with address in
13737         which the name portion contains @.
13738
13739         * lpath.el: Fbind custom-autoload.
13740
13741 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13742
13743         * gnus.el (gnus-start): Move custom group up.
13744         (gnus-select-method): Don't autoload, but make it available for
13745         `customize-variable'.
13746         (gnus-getenv-nntpserver): Don't autoload.
13747
13748 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
13749
13750         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
13751
13752 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13753
13754         * message.el (message-sendmail-extra-arguments): New variable.
13755         (message-send-mail-with-sendmail): Use it.
13756
13757 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13758
13759         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
13760         mm-with-unibyte-current-buffer to make string unibyte.
13761
13762         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
13763         mm-string-as-multibyte.
13764
13765 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
13766
13767         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
13768         Reported by Werner Koch <wk@gnupg.org>.
13769
13770 2006-11-14  Daiki Ueno  <ueno@p360>
13771
13772         * mml2015.el: Autoload epa-select-keys when compiling.
13773
13774 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13775
13776         * mml2015.el (mml2015-epg-sign): Save the signing keys in
13777         message-options.
13778         (mml2015-epg-encrypt): Save the recipient keys in message-options.
13779
13780 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13781
13782         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
13783         EasyPG (< 0.0.6).
13784         (mml2015-always-trust): New user option.
13785         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
13786         prompt.
13787
13788 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * nntp.el (nntp-authinfo-force): New variable.
13791         (nntp-send-authinfo): Use it.
13792
13793 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
13794
13795         * message.el (message-strip-subject-encoded-words): Allow _not_ to
13796         decode encoded words.  Improve prompt.  Add comment about forwarding.
13797         (message-replacement-char): Move up.
13798
13799 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13800
13801         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
13802         instead of gnus-intersection because arguments of gnus-sorted-nunion
13803         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
13804
13805 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
13806
13807         * message.el (message-strip-subject-encoded-words): Reformat prompt.
13808         (message-simplify-subject-functions):
13809         Enable message-strip-subject-encoded-words by default.
13810
13811 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
13812
13813         * message.el (message-strip-subject-encoded-words): New function.
13814         (message-simplify-subject-functions): New variable.
13815         (message-simplify-subject): Use it.  Fix typo in doc string.
13816         Support message-strip-subject-encoded-words.
13817
13818 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
13819
13820         * gnus-diary.el (gnus-diary-delay-format-function):
13821         * nndiary.el (nndiary-reminders):
13822         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
13823
13824 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13825
13826         * gnus-art.el (article-hide-boring-headers): Fetch date from
13827         gnus-original-article-buffer to avoid problems with localized date
13828         strings.
13829
13830 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13831
13832         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
13833
13834 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
13835
13836         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13837         New variables.
13838         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13839         (mm-charset-synonym-alist): Move some entries to
13840         mm-codepage-iso-8859-list.
13841         (mm-charset-synonym-alist, mm-charset-override-alist):
13842         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13843
13844 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13845
13846         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
13847
13848 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13849
13850         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
13851         with Emacs 21 and XEmacs.
13852
13853 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
13854
13855         * spam.el (spam-parse-address): New function for better parsing,
13856         catching errors, etc.
13857         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
13858
13859 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13860
13861         * mm-view.el: Add interactive arg to html2text autoload.
13862
13863 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13864
13865         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
13866
13867 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
13868
13869         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13870         New variables.
13871         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13872         (mm-charset-synonym-alist): Move some entries to
13873         mm-codepage-iso-8859-list.
13874
13875         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13876
13877 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
13878
13879         * message.el (message-citation-line-format)
13880         (message-insert-formated-citation-line): Fix implementation of %E, %N
13881         and %n according to the doc string.
13882
13883 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
13884
13885         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13886         Use car-safe to avoid bad parses.
13887
13888 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
13891         names.
13892
13893         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
13894
13895 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13896
13897         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
13898         header.
13899
13900         * message.el (message-draft-headers): Add Date.
13901         (message-headers-to-generate): Fix typo in docstring.
13902
13903         * nndraft.el (nndraft-required-headers): New variable.
13904         (nndraft-generate-headers): Use it.
13905
13906         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13907
13908 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13909
13910         * gnus-registry.el (gnus-registry-wash-for-keywords)
13911         (gnus-registry-find-keywords): New functions to allow easy searching of
13912         articles that are in the registry.
13913
13914 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13915
13916         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13917         Use ietf-drums-parse-address instead of gnus-extract-address-components.
13918         Reported by Damien Elmes <damien@repose.cx>.
13919
13920 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13921
13922         * gnus.el (gnus-mime): Remove unused custom group.
13923
13924 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13925
13926         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13927         "blank line" when searching for end of armor headers.
13928
13929 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13930
13931         * gmm-utils.el (gmm-write-region): Fix variable name.
13932
13933 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13934
13935         * gmm-utils.el (gmm-write-region): New function based on compatibility
13936         code from `mm-make-temp-file'.
13937
13938         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13939
13940         * nnmaildir.el (nnmaildir--update-nov)
13941         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13942         Use `gmm-write-region'.
13943
13944 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13945
13946         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13947         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13948
13949         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13950
13951         * message.el (message-replacement-char): New variable.
13952         (message-fix-before-sending): Use it.
13953         (message-simplify-subject): New function to remove duplicate code.
13954         (message-reply, message-followup): Use it.
13955
13956         * gnus-sum.el (gnus-summary-make-menu-bar):
13957         Clarify gnus-summary-limit-to-articles.
13958
13959 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * gnus-util.el (gnus-with-local-quit): New macro.
13962
13963         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13964
13965 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13966
13967         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13968         ignore non-string data.
13969
13970 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13971
13972         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13973         non-string data (needs to be done in the registry too).
13974
13975 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13976
13977         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13978         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13979         (gnus-registry-split-fancy-with-parent)
13980         (gnus-registry-fetch-simplified-message-subject-fast)
13981         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13982         Remove text properties on ingress into the registry and when it's saved.
13983         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13984         registry from entries with no groups.
13985
13986 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13987
13988         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13989         function to remove string properties.
13990
13991 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13992
13993         * gmm-utils.el (gmm): Adjust custom version.
13994
13995         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13996         Adjust custom version.
13997
13998         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13999
14000 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14001
14002         * gnus-art.el (gnus-insert-prev-page-button)
14003         (gnus-insert-next-page-button): Simplify.  Reformat.
14004
14005 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
14006
14007         * gnus-art.el (gnus-insert-prev-page-button)
14008         (gnus-insert-next-page-button): Apply gnus-article-button-face.
14009
14010 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
14011
14012         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
14013
14014 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
14015
14016         * gnus-art.el (gnus-insert-mime-button)
14017         (gnus-insert-mime-security-button):
14018         Apply gnus-article-button-face to MIME and security buttons.
14019
14020 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
14021
14022         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
14023         readable.
14024
14025 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
14028
14029 2006-09-20  Steve Youngs  <steve@sxemacs.org>
14030
14031         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
14032         `browse-url-of-file' instead of `browse-url'.
14033
14034 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14035
14036         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14037         regexp.  Articles containing quotation were cut prematurely.
14038
14039 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14040
14041         * message.el (message-cite-original-1): Use nobody by default for the
14042         value of From header.
14043         (message-reply): Ditto.
14044
14045 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
14046
14047         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
14048         to the gnus-info.  This fixes a bug of inline-PGP message verification.
14049         Reported by Michael Piotrowski <mxp@dynalabs.de>.
14050
14051 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
14052
14053         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
14054         mails in the doc string.  Add some URLs in comment.
14055         (pop3-movemail): Warn about pop3-leave-mail-on-server.
14056
14057 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14058
14059         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
14060         backslashes handling and the way to find boundaries of quoted strings.
14061
14062 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
14063
14064         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
14065         mml1991-encrypt-to-self is set and mml1991-signers is not set.
14066         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
14067         mml2015-encrypt-to-self is set and mml2015-signers is not set.
14068
14069 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14070
14071         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
14072         doc string.
14073         (gnus-button-regexp, gnus-button-last): Remove unused variables.
14074
14075 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14076
14077         * lpath.el: Fbind epg-check-configuration.
14078
14079 2006-09-06  Simon Josefsson  <jas@extundo.com>
14080
14081         * mml2015.el (mml2015-use): Doc fix, mention epg.
14082
14083 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14084
14085         * mml2015.el (mml2015-use): Default to epg, if available.
14086
14087 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14088
14089         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
14090         message-sender.
14091         (mml1991-epg-encrypt): Ditto.
14092         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
14093         message-sender.
14094         (mml2015-epg-encrypt): Ditto.
14095
14096 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
14097
14098         * message.el (message-send-mail-with-sendmail): Look for sendmail in
14099         several common directories.
14100
14101 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
14102
14103         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
14104         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
14105
14106 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14107
14108         * gnus-art.el (article-decode-encoded-words): Make it fast.
14109
14110 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14111
14112         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
14113
14114         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
14115         in quoted string into `\'.
14116
14117 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14120         Use standard-syntax-table.
14121
14122 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14123
14124         * gnus-art.el (gnus-decode-address-function): New variable.
14125         (article-decode-encoded-words): Use it to decode headers which are
14126         assumed to contain addresses.
14127         (gnus-mime-delete-part): Remove useless `or'.
14128
14129         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
14130         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
14131         (gnus-nov-parse-line): Use it to decode From header.
14132         (gnus-get-newsgroup-headers): Ditto.
14133         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
14134
14135         * mail-parse.el (mail-decode-encoded-address-region): New alias.
14136         (mail-decode-encoded-address-string): New alias.
14137
14138         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14139         New function.
14140         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
14141         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
14142         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
14143         (rfc2047-decode-string): Ditto.
14144         (rfc2047-decode-address-region): New function.
14145         (rfc2047-decode-address-string): New function.
14146
14147 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
14148
14149         * message.el (message-caesar-buffer-body): Allow rotating headers.
14150
14151         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
14152
14153         * message.el (message-insert-formated-citation-line): Fix %f.
14154         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
14155
14156 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14157
14158         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
14159         (gnus-bookmark-mouse-available-p): New macro.
14160         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
14161         (gnus-bookmark-bmenu-show-infos): Use it.
14162         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
14163         (gnus-bookmark-bmenu-hide-infos): Ditto.
14164         (gnus-bookmark-remove-properties): New function.
14165         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
14166         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
14167         (gnus-bookmark-write-file): Bind coding-system-for-write.
14168         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
14169         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
14170         group before selecting it.
14171         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
14172         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
14173         quit-window if it is not available; use gnus-mouse-2 and bind it to
14174         gnus-bookmark-bmenu-select-by-mouse.
14175         (gnus-bookmark-show-details): Remove unused variable `details-list'.
14176         (gnus-bookmark-bmenu-select-by-mouse): New function.
14177
14178 2006-08-13  Romain Francoise  <romain@orebokech.com>
14179
14180         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
14181         space.
14182
14183 2006-08-10  Romain Francoise  <romain@orebokech.com>
14184
14185         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
14186         (dns-mode-soa-auto-increment-serial): New user option.
14187         (dns-mode-soa-maybe-increment-serial): New function.
14188         (dns-mode): Add the latter to `write-contents-functions'.
14189
14190 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * compface.el (uncompface): Use binary rather than raw-text-unix.
14193
14194 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14195
14196         * compface.el (uncompface): Make sure the eol conversion doesn't take
14197         place when communicating with the external programs.
14198         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14199
14200 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * nnheader.el (nnheader-insert-head): Fix typo in comment.
14203
14204 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14205
14206         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14207         Make it more robust by parsing author and date independently.
14208
14209 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
14212
14213 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
14214
14215         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
14216         first matching secret key.
14217         (mml2015-epg-encrypt): Ditto.
14218
14219         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
14220         first matching secret key.
14221         (mml1991-epg-encrypt): Ditto.
14222
14223         * mml2015.el (mml2015-encrypt-to-self): New user option.
14224         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
14225         mml2015-epg-encrypt-to-self is set.
14226
14227         * mml1991.el (mml1991-encrypt-to-self): New variable.
14228         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
14229         mml1991-epg-encrypt-to-self is set.
14230
14231         * mml2015.el (mml2015-signers): New user option.
14232         (mml2015-epg-sign): Reflect the value of mml2015-signers.
14233         (mml2015-epg-encrypt): Allow to select signing keys.
14234
14235         * mml1991.el (mml1991-signers): New variable.
14236         (mml1991-epg-sign): Reflect the value of mml1991-signers.
14237         (mml1991-epg-encrypt): Allow to select signing keys.
14238
14239 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14240
14241         * nnheader.el (nnheader-insert-head): Make it work even if the file
14242         uses CRLF for the line-break code.
14243
14244 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
14245
14246         * mml2015.el: Require mml-sec instead of password.
14247         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
14248         (mml2015-cache-passphrase): Inherit the default value from
14249         mml-secure-cache-passphrase.
14250         (mml2015-passphrase-cache-expiry): Inherit the default value from
14251         mml-secure-passphrase-cache-expiry.
14252
14253         * mml1991.el: Require mml-sec instead of password.
14254         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
14255         (mml1991-cache-passphrase): Inherit the default value from
14256         mml-secure-cache-passphrase.
14257         (mml1991-passphrase-cache-expiry): Inherit the default value from
14258         mml-secure-passphrase-cache-expiry.
14259
14260         * mml-sec.el: Require password.
14261         (mml-secure-verbose): New user option.
14262         (mml-secure-cache-passphrase): New user option.
14263         (mml-secure-passphrase-cache-expiry): New user option.
14264
14265 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
14266             Andreas Vögele  <andreas@altroot.de>   (tiny change)
14267
14268         * pgg-def.el (pgg-truncate-key-identifier):
14269         Truncate the key ID to 8 letters from the end.
14270
14271 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14272
14273         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
14274         workaround for the url package included with Emacs.
14275
14276         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14277
14278 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14279
14280         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
14281         correctly.  This fixes a bug caused by the 2006-05-12 change.
14282
14283 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
14284
14285         * nnmail.el (nnmail-article-group): If splitting raises an error, give
14286         some information about the error when saying that the `bogus' mail
14287         group will be used.
14288
14289 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
14290
14291         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
14292         string.
14293
14294 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
14295
14296         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
14297
14298 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14299
14300         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
14301
14302 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14303
14304         * mml1991.el (mml1991-function-alist): Add epg.
14305         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
14306         (mml1991-epg-encrypt): New functions.
14307
14308 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14309
14310         * mml2015.el (mml2015-verbose): New variable.
14311         (mml2015-cache-passphrase): Ditto.
14312         (mml2015-passphrase-cache-expiry): Ditto.
14313         (mml2015-function-alist): Add epg.
14314         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
14315         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
14316         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
14317         New functions.
14318
14319 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14320
14321         * message.el (message-cite-original-1): Preserve region when removing
14322         quoted text due to X-No-Archive in order to avoid bogus attribution
14323         when citing multiple messages.
14324
14325 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14326
14327         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
14328         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
14329
14330 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
14331
14332         * gnus-diary.el (gnus-user-format-function-d)
14333         (gnus-user-format-function-D): Autoload.
14334
14335         * imap.el (Commentary): Fix typo.
14336
14337         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
14338         2006-04-22 contribution.
14339
14340 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14341
14342         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
14343         It didn't really fix the bogosity I'm seeing with solid web groups.
14344
14345 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14346
14347         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
14348         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
14349         created using server names.  If we use the feature without declaring
14350         it, Gnus does not properly manage server and group state.
14351
14352         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
14353         bound.
14354
14355 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14356
14357         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
14358         looking up the method using GROUP's prefix before inventing a new one.
14359         It is used on killed/unknown groups in various places where returning
14360         an all-new method isn't expected by the caller.
14361
14362         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
14363         and match semantics of gnus-group-real-prefix.
14364
14365 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
14366
14367         * nnmail.el (nnmail-broken-references-mailers): New variable.
14368         (nnmail-ignore-broken-references): New function generalizing
14369         nnmail-fix-eudora-headers.
14370         (nnmail-fix-eudora-headers): Now obsolete.
14371
14372         * gnus-art.el (gnus-button-handle-custom):
14373         Support `customize-apropos*'.
14374
14375 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14376
14377         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
14378
14379         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
14380         articles.
14381
14382 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
14383
14384         * message.el (message-cite-reply-above): New variable.
14385         (message-yank-original): Use it.
14386
14387 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14388
14389         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
14390
14391 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
14392
14393         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
14394         as read.
14395
14396         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
14397
14398 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
14399
14400         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
14401         (gnus-bookmark-default-file): Use gnus-directory.
14402         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
14403         Remove "*" in doc string.
14404         (gnus-bookmark-write-file): Simplify.
14405         (gnus-bookmark-maybe-sort-alist): Use `when'.
14406         (gnus-bookmark-get-bookmark): Fix typo in doc string.
14407         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
14408         Add FIXME about Emacs 21 and XEmacs compatibility.
14409         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
14410         compatibility.
14411         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
14412         compatibility.
14413         (gnus-bookmark-menu-heading): Fix version.
14414
14415 2006-06-19  Bastien Guerry  <bzg@altern.org>
14416
14417         * gnus-bookmark.el: New file.
14418
14419 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * message.el (message-syntax-checks): Doc fix.
14422
14423 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14424
14425         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
14426         unsubscribed groups as if they were killed ones.  It causes duplicate
14427         entries in gnus-newsrc-alist.
14428
14429 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14430
14431         * message.el (message-syntax-checks): Doc fix.
14432         (message-send-mail): Add check for continuation headers.
14433         (message-check-news-header-syntax): Fix regexp used to check for
14434         continuation headers.
14435
14436 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14437
14438         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
14439
14440 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
14441
14442         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
14443
14444 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14445
14446         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
14447         default-truncate-lines.
14448
14449 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14450
14451         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
14452         to fill the utf-8 entry.
14453
14454         * lpath.el: Fbind unicode-precedence-list.
14455
14456 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14457
14458         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14459
14460 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
14461
14462         * gnus-agent.el (directory-files-and-attributes): Move all the way
14463         forward (the third and final move).
14464         (gnus-agent-read-agentview): Trap reconstruction errors due to
14465         nonexistent directory.  Handle by returning nil.
14466
14467 2006-05-30  Didier Verna  <didier@xemacs.org>
14468
14469         * message.el (message-dont-reply-to-names): Update the custom type.
14470         * message.el (message-dont-reply-to-names): New defsubst: potentially
14471         convert a list of regexps into a single one.
14472         * message.el (message-get-reply-headers): Use it.
14473         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
14474
14475 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14476
14477         * gnus-agent.el (directory-files-and-attributes): Move forward.
14478
14479 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14480
14481         * gnus-ml.el (gnus-mailing-list-subscribe)
14482         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
14483         (gnus-mailing-list-message): Fix doc strings.
14484
14485 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14486
14487         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14488         of doing it manually.
14489
14490 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14491
14492         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14493         comment.
14494
14495 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
14496
14497         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14498         (gnus-agent-read-agentview): Fix handling of end-of-file error.
14499         (gnus-agent-read-local): All symbols allocated in my-obarray.
14500         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14501         (gnus-agent-regenerate-group): Check numeric names to see if they are
14502         messages or groups.
14503         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14504         better way of do this...)
14505
14506         * gnus-cache.el (gnus-agent-total-fetched-for):
14507         Ignore 'dummy.group' (there should be a better way of do this...)
14508
14509 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14510
14511         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
14512         (gnus-saved-headers): Ditto.
14513         (gnus-default-article-saver): Mention functions may have properties.
14514         (gnus-article-save): Override gnus-save-all-headers and
14515         gnus-saved-headers by :headers property which saver function may have.
14516         (gnus-summary-save-in-file): Add :headers property.
14517         (gnus-summary-write-to-file): Ditto.
14518
14519         * gnus-sum.el (gnus-summary-save-article): Bind
14520         gnus-prompt-before-saving to t when saving many articles in a file;
14521         always show all headers.
14522
14523         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
14524
14525 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14526
14527         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
14528         marks.
14529
14530         * message.el (message-indent-citation): Add optional arguments to allow
14531         using it outside of message buffers.
14532
14533         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
14534         (gnus-article-treat-unfold-headers): Use it.
14535         (gnus-article-truncate-lines): New variable.
14536         (gnus-article-mode): Use it.
14537         (gnus-article-toggle-truncate-lines): New function.
14538
14539         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14540         Add gnus-article-toggle-truncate-lines.
14541
14542         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
14543         coding system in XEmacs, use binary.
14544
14545 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14546
14547         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
14548         after-load-alist.
14549
14550         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
14551         this function should save decoded articles.
14552         (gnus-summary-write-to-file): Use property to specify this function
14553         should save decoded articles and specify gnus-summary-save-in-file
14554         should be used to save articles other than the first one when saving
14555         many articles.
14556         (gnus-summary-save-body-in-file): Use property to specify this
14557         function should save decoded articles.
14558         (gnus-summary-write-body-to-file): Use property to specify this
14559         function should save decoded articles and specify
14560         gnus-summary-save-body-in-file should be used to save articles other
14561         than the first one when saving many articles.
14562
14563         * gnus-sum.el (gnus-summary-save-article): Simplify.
14564
14565 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14566
14567         * gnus-art.el (gnus-default-article-saver):
14568         Add gnus-summary-write-body-to-file.
14569         (gnus-article-save-coding-system): Don't use coding system object
14570         in XEmacs.
14571         (gnus-read-save-file-name): Add optional `dir-var' argument which
14572         specifies directory in which files are saved; work even if optional
14573         `variable' argument is not specified.
14574         (gnus-summary-write-to-file): Read file name.
14575         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
14576         (gnus-summary-write-body-to-file): New function.
14577
14578         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
14579         (gnus-summary-local-variables): Add it.
14580         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
14581         (gnus-summary-save-article): Remove optional `decode' argument;
14582         determine whether to decode articles by the value of
14583         gnus-default-article-saver; when saving many files using
14584         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
14585         it first and use gnus-summary-save-in-file or
14586         gnus-summary-save-body-in-file thereafter unless
14587         gnus-prompt-before-saving is always; move point to article which
14588         will be saved.
14589         (gnus-summary-save-article-file): Revert.
14590         (gnus-summary-write-article-file): Revert.
14591         (gnus-summary-save-article-body-file): Revert.
14592         (gnus-summary-write-article-body-file): New function.
14593
14594 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14595
14596         * gnus-art.el (gnus-default-article-saver): Doc fix.
14597         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
14598         from gnus-summary-save-article-coding-system, and default to a
14599         certain coding system.
14600         (gnus-output-to-file): Add coding cookie and encode text according
14601         to gnus-article-save-coding-system; don't use mm-append-to-file.
14602
14603         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
14604         gnus-art.el and rename to gnus-article-save-coding-system.
14605         (gnus-summary-save-article): Require gnus-art; don't show all
14606         headers if it decodes articles; don't add coding cookie here;
14607         don't bind mm-text-coding-system-for-write.
14608         (gnus-summary-save-article-file): Save decoded articles.
14609         (gnus-summary-write-article-file): When saving many files, use
14610         gnus-summary-write-to-file first and gnus-summary-save-in-file
14611         thereafter unless gnus-prompt-before-saving is always.
14612         (gnus-summary-save-article-body-file): Save decoded articles.
14613
14614         * lpath.el: Fbind select-safe-coding-system for XEmacs.
14615
14616 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14617
14618         * nnrss.el (nnrss-check-group): Bind hash-index.
14619
14620 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
14621
14622         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
14623         its hash index.  Store this hash in `nnrss-group-data'.
14624         (nnrss-read-group-data): Update accordingly.
14625
14626 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14627
14628         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
14629         entry.
14630
14631         * gnus-sum.el (gnus-summary-make-menu-bar):
14632         Add gnus-article-browse-html-article.
14633
14634 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
14635
14636         * gnus-sum.el (gnus-summary-mime-map):
14637         Add gnus-article-browse-html-article.
14638
14639         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
14640
14641 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14642
14643         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
14644         suitable coding systems in customize.
14645
14646 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
14647
14648         * mail-source.el (mail-sources): Fix custom type.
14649
14650 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14651
14652         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
14653         (gnus-summary-expire-articles-now): Shorten prompt.
14654
14655         * gmm-utils.el (wid-edit): Require.
14656         (defun-gmm): Rename from `gmm-defun-compat'.
14657         (gmm-image-search-load-path): Use it.
14658         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
14659
14660 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14661
14662         * gnus-sum.el (gnus-summary-save-article-coding-system):
14663         New variable.
14664         (gnus-summary-save-article): Add optional `decode' argument.
14665         If it is set and gnus-summary-save-article-coding-system is non-nil,
14666         save decoded article.
14667         (gnus-summary-write-article-file): Save decoded article if
14668         gnus-summary-save-article-coding-system is non-nil.
14669
14670         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
14671         type.
14672
14673 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14674
14675         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
14676
14677 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14678
14679         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
14680         first to test gnus-single-article-buffer which may be buffer-local.
14681
14682         * gnus-sum.el (gnus-summary-setup-buffer):
14683         Make gnus-single-article-buffer buffer-local and nil in ephemeral
14684         group; make gnus-article-buffer, gnus-article-current, and
14685         gnus-original-article-buffer always buffer-local.
14686         (gnus-summary-exit): Kill article buffer belonging to ephemeral
14687         group.
14688         (gnus-handle-ephemeral-exit): Don't move to next summary line.
14689
14690 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14691
14692         * nnml.el (nnml-request-compact-group): Compressed files might not
14693         have .gz extension.
14694
14695 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14696
14697         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
14698         (mm-copy-to-buffer): Use with-current-buffer.
14699         (mm-display-part): Simplify.
14700         (mm-inlinable-p): Add optional arg `type'.
14701
14702 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14703
14704         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
14705         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
14706         Try harder to show the attachment internally or externally using
14707         gnus-mime-view-part-as-type.
14708
14709 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14710
14711         * message.el (message-from-style, message-signature-separator)
14712         (message-user-organization-file, message-send-mail-function)
14713         (message-citation-line-function, message-yank-prefix)
14714         (message-indent-citation-function, message-signature)
14715         (message-signature-file, message-signature-insert-empty-line):
14716         Remove autoloads.
14717
14718         * gnus-art.el (gnus-buttonized-mime-types):
14719         Remove "multipart/signed".  Revert 2006-04-26 change.
14720
14721 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14722
14723         * gnus.el (gnus-version-number): Bump version.
14724
14725 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14726
14727         * gnus.el: No Gnus v0.5 is released.
14728
14729 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14730
14731         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
14732         fetching articles by message-id.
14733
14734 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14735
14736         * message.el (hashcash): Require hashcash as normal.
14737
14738         * ecomplete.el (ecomplete-highlight-match-line):
14739         Use point-at-eol.
14740         (ecomplete-highlight-match-line): Use `highlight', because that
14741         face exists in both Emacs and XEmacs.
14742
14743         * message.el (message-display-abbrev): Use point-at-bol.
14744
14745         * mail-source.el: Don't require timer/timer-funcs.
14746
14747         * gnus-async.el: Ditto.
14748
14749         * password.el: Ditto.
14750
14751         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
14752
14753         * mm-url.el: Ditto.
14754
14755         * gnus-xmas.el: Don't require timer-funcs.
14756
14757         * mm-util.el: Require timer/timer-funcs.
14758
14759 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14760
14761         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
14762         Close.
14763
14764 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14765
14766         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
14767         unibyte after clear-decrypt function runs.
14768
14769         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
14770         returns as a unibyte string.
14771
14772 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14773
14774         * lpath.el: Revert.
14775
14776         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
14777         (pgg-gpg-process-sentinel): Revert.
14778
14779         * pgg-pgp.el (pgg-pgp-process-region): Revert.
14780         (pgg-pgp-lookup-key): Revert.
14781
14782         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
14783         (pgg-pgp5-lookup-key): Revert.
14784
14785         * pgg.el (pgg-fetch-key): Revert.
14786
14787 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14788
14789         * lpath.el: Fbind string-as-multibyte for XEmacs.
14790
14791         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
14792         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
14793         (mml1991-pgg-encrypt): Ditto.
14794
14795         * pgg-gpg.el (pgg-string-to-multibyte): New function.
14796         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
14797         a multibyte buffer.
14798
14799         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
14800         (pgg-pgp-lookup-key): Ditto.
14801
14802         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
14803         (pgg-pgp5-lookup-key): Ditto.
14804
14805         * pgg.el (pgg-fetch-key): Ditto.
14806
14807 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
14808
14809         * message.el (message-user-organization-file): Check several
14810         locations of the organization file.
14811
14812         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
14813         Add gnus-article-view-part-as-type.
14814
14815         * gnus-art.el (gnus-article-view-part-as-type): New function.
14816
14817         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
14818         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
14819
14820         * mml.el: Simplify autoload.
14821         (mml-mode): defvar dnd-protocol-alist instead of using
14822         symbol-value.
14823         (mml-default-directory): New variable.
14824         (mml-minibuffer-read-file): Use it.
14825         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
14826
14827         * message.el (message-citation-line-format): New variable.
14828         (message-insert-formated-citation-line): New function.
14829         (message-citation-line-function):
14830         Add `message-insert-formated-citation-line' to custom type.
14831
14832         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
14833         to doc string.
14834
14835         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
14836         depending on mm-verify-option.
14837
14838 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14839
14840         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
14841         binding pgg-* variables; reimplement the section which prevents
14842         MIME header from being signed.
14843         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
14844         pgg-text-mode; remove a blank line at the top of body.
14845
14846         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
14847         lines at the top of body; use gnus-newsgroup-charset if there's no
14848         Charset header.
14849
14850 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14851
14852         * message.el (message-self-insert-commands): Doc fix.
14853
14854         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
14855         (mm-uu-pgp-encrypted-test): Ditto.
14856         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
14857         between header and body; return application/pgp-encrypted handle
14858         if decryption failed; decode decrypted body by charset.
14859
14860         * mm-decode.el (mm-automatic-display): Don't make application/pgp
14861         element match to application/pgp-*.
14862
14863 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14864
14865         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
14866         HTML.
14867
14868 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14869
14870         * mail-source.el (mail-source-call-script): Message the error
14871         string.
14872
14873 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14874
14875         * gnus-util.el (gnus-byte-compile): Use it.
14876
14877 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
14878
14879         * gnus-util.el (kill-empty-logs): New function.
14880
14881 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14882
14883         * message.el (message-mail-alias-type): Doc fix.
14884         (message-mail-alias-type-p): New function.
14885         (message-send): Use it.
14886         (message-mode): Ditto.
14887         (message-strip-forbidden-properties): Ditto.
14888
14889         * ecomplete.el (ecomplete-database-file-coding-system):
14890         New variable.
14891         (ecomplete-save): Use it.
14892         (ecomplete-setup): Use it.
14893
14894 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * message.el (message-self-insert-commands): New variable.
14897         (message-strip-forbidden-properties): Use it.
14898
14899 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14900
14901         * message.el (message-put-addresses-in-ecomplete): Use a regexp
14902         that doesn't make XEmacs choke.
14903
14904 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
14905
14906         * gnus-util.el (gnus-replace-in-string):
14907         Prefer replace-regexp-in-string over of replace-in-string.
14908
14909 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14910
14911         * gnus-util.el (gnus-select-frame-set-input-focus):
14912         Use select-frame-set-input-focus if it is available in XEmacs; use
14913         definition defined in Emacs 22 for old Emacsen.
14914
14915         * dgnushack.el: Autoload unmorse-region for XEmacs.
14916
14917         * lpath.el: Bind cursor-in-non-selected-windows and
14918         select-frame-set-input-focus for XEmacs.
14919
14920 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14923
14924 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14925
14926         * gnus-registry.el (gnus-registry-cache-save): Remove text
14927         properties when saving via the temp buffer.
14928
14929 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14930
14931         * message.el (message-generate-hashcash): Honor custom type.
14932
14933 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14934
14935         * message.el (message-generate-hashcash): Default to non-nil when
14936         hashcash is found.
14937
14938         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14939         (gnus-refer-thread-limit): Increase default to 500.
14940
14941         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14942
14943         * flow-fill.el (fill-flowed): Allow delete-space.
14944
14945 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14946
14947         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14948         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14949         Remove autoloads.
14950
14951 2006-04-18  Simon Josefsson  <jas@extundo.com>
14952
14953         * message.el (message-generate-hashcash): Default to.
14954
14955 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14956
14957         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14958         concatenating segments rather than before concatenating them.
14959
14960 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14961
14962         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14963
14964 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14965
14966         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14967
14968         * message.el (message-forward-make-body-plain):
14969         Allow message-forward-ignored-headers to be a list.
14970         (message-remove-ignored-headers): Factor out into function.
14971         (message-forward-make-body-mml): Use it.
14972
14973         * imap.el (imap-quote-specials): New function.
14974         (imap-login-auth): Quote specials.
14975
14976         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14977         (rfc2231-parse-string): Allow concatanation of parameters that
14978         aren't contiguous.  The test case is
14979           (mail-header-parse-content-type "message/external-body;
14980             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14981             access-type=LOCAL-FILE;
14982             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14983
14984 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14985
14986         * nntp.el (nntp-accept-process-output): Return the value of
14987         `nnheader-accept-process-output'.
14988
14989 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14990
14991         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14992         (gnus-button-alist): Recognize more diff formats.
14993         (gnus-button-patch): Strip directory.
14994
14995 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14996
14997         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14998         Emacs 22 when setting focus.
14999
15000 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15001
15002         * gnus-art.el (gnus-article-treat-types): Do treatment of
15003         text/x-verbatim parts.
15004         (gnus-button-patch): New command.
15005
15006         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
15007         addresses that contain invalid characters.
15008
15009 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15010
15011         * message.el (message-put-addresses-in-ecomplete):
15012         Use gnus-replace-in-string.
15013         (message-is-yours-p): Use the more correct
15014         mail-header-parse-address instead of
15015         mail-extract-address-components.
15016         (message-put-addresses-in-ecomplete): Fix typo.
15017
15018         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
15019         keystroke.
15020
15021         * gnus-art.el (gnus-treatment-function-alist): Change order of
15022         newsgroups/generic header folding to avoid double-folding.
15023
15024         * message.el (message-hidden-headers): Add X-Draft-From.
15025
15026         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
15027         New command.
15028         (gnus-summary-repeat-search-article-backward): New command.
15029
15030         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
15031         groups in the parent topic.
15032
15033 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
15034
15035         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
15036         (spam-extra-header-to-number): Return the CRM114 number as a
15037         number instead of a string.
15038
15039 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15040
15041         * gnus-art.el (gnus-face-properties-alist): Move here from
15042         gnus-fun.
15043
15044         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
15045
15046 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15047
15048         * message.el (message-strip-forbidden-properties): Only display on
15049         self-insert-command.
15050
15051         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
15052         reindent.
15053         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
15054
15055 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
15056
15057         * smiley.el (smiley-style): Fix typo.
15058
15059 2006-03-23  Kenichi Handa  <handa@m17n.org>
15060
15061         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
15062         instead of set-buffer-multibyte.
15063
15064 2006-03-23  Kenichi Handa  <handa@m17n.org>
15065
15066         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15067         buffer and then decode the buffer text if necessary.
15068         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15069         first, and after mm-encode-body, change the buffer to unibyte.
15070
15071 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15072
15073         * hashcash.el (hashcash-insert-payment-async-2):
15074         Use message-goto-eoh instead of doing it manually.
15075         (mail-add-payment): Use message-narrow-to-header instead of trying
15076         to do the same itself.
15077
15078         * message.el (message-hidden-headers): Add Face.
15079
15080         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
15081         reparenting code.
15082         (gnus-summary-reparent-children): Refactored out code.
15083         (gnus-summary-thread-map): New keystroke.
15084         (gnus-summary-reparent-children): Make into command.
15085
15086         * smiley.el (smiley-style): Default to `medium' if using a large
15087         font.
15088
15089         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
15090         does it itself.
15091
15092         * message.el (message-point-in-header-p): Simplify definition.
15093
15094 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15095
15096         * nnagent.el (nnagent-request-set-mark): Silence log file
15097         writing.
15098         (nnagent-request-set-mark): Use write-region instead of
15099         append-to-file.
15100
15101         * gnus-sum.el (gnus-read-header): Fudge article number if using a
15102         strange select method.
15103
15104         * ecomplete.el (ecomplete-display-matches): Get highlightling
15105         right.
15106         (ecomplete-display-matches): Use literals.
15107         (ecomplete-display-matches): Disable message logging.
15108
15109         * message.el (message-display-abbrev): Small optimization.
15110
15111         * ecomplete.el (ecomplete-display-matches): Allow automatic
15112         display.
15113
15114         * message.el (message-strip-forbidden-properties):
15115         Display abbrevs.
15116         (message-display-abbrev): Get automatic display right.
15117
15118         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
15119         keystrokes.
15120
15121 2006-04-13  Romain Francoise  <romain@orebokech.com>
15122
15123         TODO: Backport to v5-10!
15124
15125         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
15126         Move here (and rename) from gnus-registry.el.
15127
15128         * gnus-registry.el: Require gnus-util.
15129         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
15130
15131 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15132
15133         * gnus-group.el (gnus-group-catchup-current):
15134         Change if-then-else-if-then-else into cond.
15135         (gnus-group-catchup): Indent.
15136         (group-name-at-point): New function.
15137         (gnus-fetch-group): Provide default from thing at point.
15138
15139 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15140
15141         * message.el (message-display-abbrev): Fix regexp.
15142
15143         * ecomplete.el (ecomplete-highlight-match-line):
15144         Reimplement choosing.
15145         (ecomplete-highlight-match-line): Fix up code rewrite, remove
15146         dead variables.
15147
15148         * message.el (message-newline-and-indent): Remove debugging.
15149         (message-display-abbrev): Use new implementation.
15150
15151 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15152
15153         * gnus-art.el (gnus-article-mode):
15154         Set cursor-in-non-selected-windows to nil.
15155
15156         * smiley.el: Revert previous change.
15157         (smiley-data-directory): defvar it before using it in the
15158         defcustom of `smiley-style'.
15159
15160 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15161
15162         * message.el (message-newline-and-indent): New function.
15163
15164         * ecomplete.el: Implement more bits.
15165
15166         * message.el (message-put-addresses-in-ecomplete): Clean up the
15167         string.
15168
15169         * ecomplete.el (ecomplete-add-item): Chop off decimals.
15170
15171         * gnus-sum.el (gnus-summary-save-parts):
15172         Bind gnus-summary-save-parts-counter and use it to make unique file
15173         names.
15174
15175         * gnus-art.el (gnus-ignored-headers): Add some more headers.
15176
15177         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
15178         parameter to say whether to actually parse the individual
15179         addresses.
15180
15181         * message.el (message-put-addresses-in-ecomplete): New function.
15182         (ecomplete): Require.
15183         (message-mail-alias-type): Add ecomplete as an option.
15184
15185 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
15186
15187         * flow-fill.el (fill-flowed): Remove trailing space from blank
15188         quoted lines.
15189
15190 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15191
15192         * smiley.el (smiley-style): Move definition later to avoid a
15193         compilation warning.
15194
15195 2006-04-12  Kenichi Handa  <handa@m17n.org>
15196
15197         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15198         buffer and then decode the buffer text if necessary.
15199         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15200         first, and after mm-encode-body, change the buffer to unibyte.
15201         Use mm-disable-multibyte instead of set-buffer-multibyte.
15202
15203 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15204
15205         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
15206         Content-Type header instead of Content-Disposition header.
15207         (gnus-mime-inline-part): Ditto.
15208         (gnus-mime-view-part-as-charset): Ignore charset that the part
15209         specifies.
15210
15211         * mm-decode.el (mm-display-part): Work with external parts and
15212         usual parts similarly.
15213
15214         * mm-extern.el (mm-inline-external-body): Use mm-display-part
15215         instead of gnus-display-mime.
15216
15217         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
15218         instead of with-temp-buffer.
15219
15220         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
15221         tag to summarized topics part in order to encode non-ASCII text.
15222
15223 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15224
15225         * smiley.el (smiley-style): New variable.
15226         (smiley-directory): New function.
15227         (smiley-data-directory): Derive from `smiley-style' using
15228         `smiley-directory'.
15229         (smiley-regexp-alist): Add new entries.
15230
15231         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
15232         (gnus-article-browse-delete-temp): Add :version.
15233
15234 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
15235
15236         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
15237         the sieve region.
15238
15239 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15240
15241         * gnus.el (gnus-version-number): Bump version.
15242
15243 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15244
15245         * gnus.el: No Gnus v0.4 is released.
15246
15247 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15248
15249         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
15250         layout.
15251
15252         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
15253         unknown charset.
15254
15255         * message.el (message-header-synonyms): Add Original-To to the
15256         default.
15257
15258         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
15259         optional parameter.
15260
15261 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
15262
15263         * gnus-fun.el (gnus): Require it for gnus-directory.
15264
15265 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15266
15267         * gnus-fun.el (gnus-face-properties-alist): Add :version.
15268
15269 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15270
15271         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
15272
15273 2006-04-05  Simon Josefsson  <jas@extundo.com>
15274
15275         * password.el (password-reset): New function.
15276
15277 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15278
15279         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
15280         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
15281
15282 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15283
15284         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15285         Some whitespace was matched into the url, which broke browsing hits
15286         > 100 when mm-url-use-external was nil.
15287
15288 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15289
15290         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15291         Check gnus-extra-headers for 'Newsgroups.
15292
15293         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
15294         bound.
15295
15296 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
15297
15298         * pgg-gpg.el: Clean up process buffers every time gpg processes
15299         complete.
15300
15301 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
15302
15303         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15304         doc string.
15305
15306 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
15307
15308         * pgg-gpg.el (pgg-gpg-process-filter)
15309         (pgg-gpg-wait-for-completion): Check if buffer is alive.
15310
15311         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
15312         lines, temporary fix.
15313
15314 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15315
15316         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
15317
15318 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
15319
15320         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15321         default-enable-multibyte-characters.  This reverts the change from
15322         revision 6.17 which is no longer necessary because the passphrase
15323         is sent separately now.  GnuPG messages are unreadable under
15324         multibyte locales with default-enable-multibyte-characters set to
15325         nil.
15326
15327 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
15328
15329         * message.el (message-tool-bar-gnome): Move "spell".
15330
15331 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
15332
15333         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
15334         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
15335         instead.
15336
15337 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
15338
15339         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15340         Improve newsgroups handling for NNTP overviews which don't include
15341         Newsgroups.
15342
15343 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15344
15345         * message.el (message-resend): Bind message-generate-hashcash to nil.
15346
15347 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15348
15349         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
15350         when searching for already-paid recipients.
15351
15352 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
15353
15354         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15355         passphrases when it is not needed.
15356         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15357         passphrase stuff from gpg, should only be necessary when you use
15358         gpg with a smartcard.
15359
15360 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15361
15362         * mml.el (mml-insert-mime): Ignore cached contents of
15363         message/external-body part.
15364
15365         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
15366         (mm-insert-part): Ditto.
15367
15368 2006-03-23  Simon Josefsson  <jas@extundo.com>
15369
15370         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
15371         Reiner.
15372         (pgg-gpg-use-agent-p): Use it again.
15373
15374 2006-03-23  Simon Josefsson  <jas@extundo.com>
15375
15376         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
15377         older emacsen.
15378         (pgg-gpg-use-agent-p): Don't use it.
15379
15380 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
15381
15382         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
15383         if we can.
15384
15385 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
15386
15387         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15388         (pgg-gpg-update-agent): New function.
15389         (pgg-gpg-use-agent-p): New function.
15390         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15391         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15392         (pgg-gpg-sign-region): Use it.
15393
15394 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15395
15396         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
15397         Reported by Ralf Wachinger <rwachinger@gmx.de>.
15398
15399 2006-03-21  Simon Josefsson  <jas@extundo.com>
15400
15401         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15402         <wilde@sha-bang.de>.
15403         (pgg-gpg-use-agent): New variable.
15404         (pgg-gpg-process-region): Use it.
15405         (pgg-gpg-encrypt-region): Likewise.
15406         (pgg-gpg-encrypt-symmetric-region): Likewise.
15407         (pgg-gpg-decrypt-region): Likewise.
15408         (pgg-gpg-sign-region): Likewise.
15409         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15410
15411 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15412
15413         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
15414
15415         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
15416         Add comment on version.
15417
15418 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15419
15420         * smiley.el: Add missing test smiley.
15421
15422 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15423
15424         * mm-decode.el (mm-with-part): New macro.
15425         (mm-get-part): Use it; work with message/external-body as well.
15426         (mm-save-part): Treat name and filename equally.
15427
15428         * mm-extern.el (mm-extern-cache-contents): New function.
15429         (mm-inline-external-body): Use it; force the part to be displayed;
15430         move undisplayer added to the cached handle to the parent.
15431
15432         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
15433         (gnus-mime-view-part-as-type): Work with message/external-body.
15434
15435         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
15436
15437 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15438
15439         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
15440         images in image-load-path.  [Sync with image.el, revision 1.60, in
15441         Emacs.]
15442
15443 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15444
15445         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
15446         path rather than symbol.  Always return list of directories.
15447         Guarantee that image directory comes first.  [Sync with image.el,
15448         revision 1.59, in Emacs.]
15449
15450         * message.el (message-make-tool-bar): Adjust to new API of
15451         `gmm-image-load-path-for-library'.
15452
15453         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15454
15455         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15456
15457 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15458
15459         * gnus-art.el (gnus-article-only-boring-p):
15460         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
15461         intangible text.
15462         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
15463
15464 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
15465
15466         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
15467         Use `defun' instead of `gmm-defun-compat'.
15468
15469 2006-03-14  Simon Josefsson  <jas@extundo.com>
15470
15471         * message.el (message-unique-id): Don't use message-number-base36
15472         if (user-uid) is a float.
15473         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
15474
15475 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
15478
15479         * gnus-art.el (gnus-mime-display-single): Make sure there is an
15480         empty line between a part and a message part.
15481
15482 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
15483
15484         * smiley.el: Add more test smileys.
15485         (smiley-data-directory, smiley-regexp-alist)
15486         (gnus-smiley-file-types): Fix doc strings.
15487         (smiley-update-cache): Clear smiley-cached-regexp-alist before
15488         adding new elements.
15489         (smiley-mouse-map): Unused code.  Make it a comment.
15490
15491 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15492
15493         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
15494         scan latest NoCeM messages instead of old ones.
15495         (gnus-nocem-check-article): Fix regexps so as to match to PGP
15496         delimiters that are recently used.
15497         (gnus-nocem-load-cache): Add autoload cookie.
15498
15499         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
15500
15501         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
15502         level which is larger than gnus-use-nocem is specified.
15503
15504         * gnus-group.el (gnus-group-get-new-news): Ditto.
15505
15506 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15507
15508         * gnus-util.el (gnus-tool-bar-update): New function.
15509
15510         * gnus-group.el (gnus-group-update-tool-bar): New variable.
15511         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
15512
15513         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
15514
15515         * gnus-group.el (gnus-group-redraw-when-idle)
15516         (gnus-group-redraw-check): Remove.
15517         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
15518
15519 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15520
15521         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
15522         if optional last element is specified in splits (FIELD VALUE...).
15523
15524 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
15525
15526         * message.el (message-make-tool-bar): Rename gmm-image-load-path
15527         to gmm-image-load-path-for-library.  Call with no-error argument.
15528         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15529
15530         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15531
15532         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15533
15534         * gmm-utils.el (gmm-image-load-path): Remove alias.
15535
15536 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
15537
15538         * gmm-utils.el (gmm-image-load-path): Add alias.
15539
15540         * nnml.el (nnml-generate-nov-databases-directory): Rename from
15541         nnml-generate-nov-databases-1.
15542         (nnml-generate-nov-databases): Use it.
15543         (nnml-generate-nov-databases-directory): Document no-active
15544         argument.
15545
15546         * gmm-utils.el (gmm-image-load-path-for-library): Return single
15547         directory if path is t.  Add no-error.
15548
15549         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
15550         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15551
15552         * gnus-art.el (gnus-article-browse-delete-temp-files):
15553         Simplify resetting gnus-article-browse-html-temp-list.
15554
15555         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
15556         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
15557         Add example to docstring.  Rename local variables.  Move error
15558         checks to default case in cond and simplify.
15559
15560 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15561
15562         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
15563         handle is multipart when calling it recursively.
15564         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
15565
15566 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
15567
15568         * nnimap.el (nnimap-request-update-info-internal): Optimize.
15569         Don't `gnus-uncompress-range' to avoid excessive memory usage.
15570
15571 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15572
15573         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
15574         is loaded.
15575
15576         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
15577         loaded.
15578
15579 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15580
15581         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
15582         to "Emacs 23 (unicode)" in doc string.
15583
15584         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
15585         "Emacs 23 (unicode)" in comment.
15586
15587 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15588
15589         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
15590
15591         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
15592         characters 160 through 255 in Emacs 23.
15593
15594 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15595
15596         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
15597         gnus-article-browse-html-temp.
15598         (gnus-article-browse-delete-temp): Make it customizable.
15599         Add `file'.  Adjust doc string.
15600         (gnus-article-browse-delete-temp-files): Add argument.
15601         Allow query for each file.  Adjust doc string.
15602         (gnus-article-browse-html-parts):
15603         Add `gnus-article-browse-delete-temp-files' to
15604         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
15605
15606 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
15607
15608         * gnus-art.el (gnus-article-browse-html-temp)
15609         (gnus-article-browse-delete-temp): New variables.
15610         (gnus-article-browse-delete-temp-files): New function.
15611         (gnus-article-browse-html-parts): Use it.
15612
15613 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15614
15615         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
15616
15617         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
15618         string.
15619
15620         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
15621         gnus-summary-insert-new-articles when unplugged.
15622         Remove gnus-summary-search-article-forward.
15623
15624         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
15625         display-visual-class instead of display-color-cells.
15626
15627 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * dgnushack.el: Autoload customize-group for XEmacs.
15630
15631         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
15632         message/* containing non-ASCII text properly.
15633
15634 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15635
15636         * message.el: Require gmm-utils, remove autoloads.
15637         (message-tool-bar): Set default based on
15638         gmm-tool-bar-style.
15639         (message-tool-bar-gnome): Add gmm-customize-mode.
15640
15641         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
15642         gmm-tool-bar-style.
15643         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
15644
15645         * gnus-group.el (gnus-group-tool-bar): Set default based on
15646         gmm-tool-bar-style.
15647         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
15648
15649         * gmm-utils.el (gmm-image-directory): Rename variable from
15650         gmm-image-load-path.
15651         (gmm-image-load-path): Use gmm-image-directory.
15652         (gmm-customize-mode): New function.
15653         (gmm-tool-bar-style): New variable.
15654
15655         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
15656         gnus-group-redraw-line-number.
15657         (gnus-group-redraw-check): Simplify.
15658         (gnus-group-tool-bar-update): Remove redraw check.
15659         (gnus-group-make-tool-bar): Add redraw check.
15660
15661 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
15662
15663         * gnus-art.el (gnus-button): Add missing parentheses.
15664
15665 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * lpath.el: Fbind line-number-at-pos.
15668
15669 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15670
15671         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
15672
15673 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15674
15675         * gnus-art.el (gnus-button): New face.
15676         (gnus-article-button-face): Use it.
15677
15678         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15679         Add gnus-summary-next-page.  Re-order.
15680
15681         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
15682         next-node are now included.
15683         (gnus-group-redraw-line-number): New internal variable.
15684         (gnus-group-redraw-check): Helper function for updating the tool
15685         bar.
15686         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
15687
15688         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
15689
15690         * spam.el (spam-spamassassin-score-regexp): New internal variable.
15691         (spam-extra-header-to-number, spam-check-spamassassin-headers):
15692         Use it to match format of Spamassassin 3.0 and later.
15693         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
15694         (spam-check-bogofilter)
15695         (spam-bogofilter-register-with-bogofilter): Fix args of
15696         `gnus-error' calls.
15697
15698 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15699
15700         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
15701         unnecessary interaction when sending queued mails.
15702         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
15703
15704 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15705
15706         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
15707         first or last are nil.
15708
15709 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15710
15711         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
15712
15713 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15714
15715         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
15716
15717 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15718
15719         * dns.el (query-dns): Protect more against buggy tcp output.
15720
15721 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15722
15723         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
15724         nov.php.
15725
15726 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15727
15728         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
15729         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
15730         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
15731         output on the server side.
15732         (nnweb-google-create-mapping): Update regexps and add some
15733         progress indication.
15734
15735 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
15736
15737         * gnus-group.el (gnus-group-tool-bar-gnome):
15738         Fix gnus-agent-toggle-plugged.  Re-order icons.
15739         (gnus-group-tool-bar-gnome):
15740         Add gnus-group-{prev,next}-unread-group.
15741         (gnus-group-tool-bar-gnome): Re-order icons.
15742
15743         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15744         Move gnus-summary-insert-new-articles.
15745
15746         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
15747         Fix comments.
15748
15749         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
15750         also available in Emacs 21.3.
15751
15752         * message.el (message-fix-before-sending): Change "Emacs 22" to
15753         "Emacs 23 (unicode)" in comment.
15754
15755         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
15756         "Emacs 23 (unicode)" in comment.
15757
15758         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
15759         comment.
15760         (mm-coding-system-p): Add comment about no-MULE XEmacs.
15761
15762         * mm-view.el (mm-fill-flowed): Add :version.
15763
15764 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15765
15766         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
15767         and load-path.
15768
15769 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
15770
15771         * message.el: Autoload gmm-image-load-path.
15772         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
15773         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
15774         consitency.
15775
15776         * gmm-utils.el (gmm-image-load-path): Also search in
15777         "../etc/images".  Don't set gmm-image-load-path if we don't find
15778         the image.
15779
15780 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15781
15782         * gmm-utils.el (gmm-image-load-path): Don't make
15783         `gmm-image-load-path' include subdirectories which the second arg
15784         `image' might specify.
15785
15786         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
15787         subdirectory to icon file names.
15788
15789         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
15790
15791 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15792
15793         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
15794         gmm-image-load-path calls.
15795
15796         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15797
15798         * message.el (message-make-tool-bar): Ditto.
15799
15800         * mml.el (mml-preview): Add comment concerning tool bar icons.
15801
15802         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
15803         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
15804
15805         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
15806         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
15807
15808         * message.el (message-tool-bar-gnome): Use new icon names.
15809         (message-make-tool-bar): Use `gmm-image-load-path'.
15810
15811         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
15812         New functions from MH-E.
15813         (gmm-image-load-path): New variable from MH-E.
15814         (gmm-image-load-path): New function from MH-E.  Add arguments
15815         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
15816         *-image-load-path-called-flag.
15817
15818 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
15819
15820         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
15821
15822 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
15823
15824         * nnimap.el (nnimap-request-move-article): Change folder back to
15825         source group before deleting.
15826
15827 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
15828
15829         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
15830
15831         * gnus-art.el (mm-url-insert-file-contents-external):
15832         Autoload mm-url.
15833
15834         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
15835
15836 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15837
15838         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
15839         coding system which mm-charset-to-coding-system returns for a
15840         given charset is valid.
15841
15842 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15843
15844         * html2text.el (html2text-remove-tag-list):
15845         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
15846
15847 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15848
15849         * gnus-cus.el: Revert 2005-10-17 change.
15850
15851 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15852
15853         * gnus-art.el (article-strip-banner):
15854         Call article-really-strip-banner only when the regexp match is made.
15855
15856 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15857
15858         * gnus-art.el (article-strip-banner):
15859         Use gnus-extract-address-components instead of
15860         mail-header-parse-addresses to make it work with non-ASCII text;
15861         remove mail-encode-encoded-word-string.
15862
15863         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
15864         values which are surrounded with \"...\"; make it never cause a
15865         Lisp error; give up parsing of parameters if it failed in
15866         extracting type.
15867
15868 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
15869
15870         * smime.el (smime-cert-by-ldap-1): Fix bug where
15871         `smime-ldap-search' returns results without userCertificates.
15872
15873 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15874
15875         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
15876
15877 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15878
15879         * spam.el (spam-check-spamassassin-headers): Adapt format for
15880         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
15881         <ari@mbf.ocn.ne.jp>.
15882         (spam-list-of-processors): Add spam-use-gmane.
15883
15884 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15885
15886         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
15887         make-temp-file; make it work with XEmacs as well.
15888
15889         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
15890         mm-make-temp-file.
15891
15892         * mm-decode.el (mm-display-external): Use the 3rd arg of
15893         mm-make-temp-file.
15894         (mm-create-image-xemacs): Ditto.
15895
15896 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15897
15898         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
15899         with message-narrow-to-headers.
15900         (gnus-draft-setup): Narrow to header to run message-fetch-field.
15901         (gnus-draft-check-draft-articles): New function.
15902         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
15903
15904 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15905
15906         * gnus-art.el (gnus-article-browse-html-parts):
15907         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15908         Don't use suffix argument for mm-make-temp-file for Emacs 21
15909         compatibility.  Remove useless `format'.
15910
15911 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15912
15913         * nnweb.el (nnweb-google-wash-article): Update regexps.
15914         (nnweb-group-alist): Use defvoo instead of defvar.
15915
15916 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15917
15918         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15919         re-loading nn* modules.
15920
15921 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15922
15923         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15924         for `tool-bar-mode' and don't check it's default-value.
15925
15926         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15927
15928         * message.el (message-make-tool-bar): Ditto.
15929
15930         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15931         `substring'.  Shorten tmp-file name.
15932
15933         * gnus.el: Remove bogus comment.
15934
15935 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15936
15937         * gnus-art.el (gnus-article-browse-html-parts): New function.
15938         (gnus-article-browse-html-article): New function for viewing html
15939         articles with a browser.
15940
15941 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15942
15943         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
15944         in elisp.
15945         (pgg-gpg-encrypt-symmetric-region): Ditto.
15946         (pgg-gpg-sign-region): Ditto.
15947
15948         * pgg-def.el (pgg-text-mode): New variable.
15949
15950         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15951         (mml2015-pgg-encrypt): Ditto.
15952
15953         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15954         (mml1991-pgg-encrypt): Ditto.
15955
15956 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15957
15958         * nnfolder.el (nnfolder-insert-newsgroup-line):
15959         Use message-make-date instead of current-time-string.
15960
15961         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15962         to gnus-decoded which mm-uu might set.
15963
15964 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15965
15966         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15967         don't decode quoted parameters; remove misimported Emacs code.
15968         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15969         (rfc2231-decode-encoded-string): Don't use split-string which
15970         behaves differently according to Emacs version; use
15971         mm-decode-coding-region to convert charset to coding-system.
15972         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15973         (rfc2231-encode-string): Remove misimported Emacs code.
15974
15975 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15976
15977         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15978         when calling mail-header-parse-content-type.
15979         (article-de-quoted-unreadable): Ditto.
15980         (article-de-base64-unreadable): Ditto.
15981         (article-wash-html): Ditto.
15982
15983         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15984         calling mail-header-parse-content-type and
15985         mail-header-parse-content-disposition.
15986         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15987         mail-header-parse-content-type.
15988
15989         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15990         insert charset and format parameters; encode description after
15991         inserting it to buffer.
15992         (mml-insert-parameter): Fold lines properly even if a parameter is
15993         segmented into two or more lines; change the max column to 76.
15994
15995         * rfc1843.el (rfc1843-decode-article-body): Don't use
15996         ignore-errors when calling mail-header-parse-content-type.
15997
15998         * rfc2231.el (rfc2231-parse-string): Return at least type if
15999         possible; don't cause an error even if it fails in parsing of
16000         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16001         (rfc2231-encode-string): Don't break lines at the beginning, leave
16002         it to mml-insert-parameter.
16003
16004         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
16005         calling mail-header-parse-content-type.
16006
16007 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
16008
16009         * spam-report.el (spam-report-gmane-use-article-number):
16010         Improve doc string.
16011         (spam-report-gmane-internal): Check if a suitable header was found
16012         in the article.
16013
16014 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16015
16016         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
16017         (rfc2231-encode-string): Make param*=value always begin with LWSP.
16018
16019 2006-02-05  Romain Francoise  <romain@orebokech.com>
16020
16021         Update copyright notices of all files in the gnus directory.
16022
16023 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16024
16025         * nnweb.el (nnweb-request-group): Avoid growing overview files.
16026
16027 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16028
16029         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
16030         segmented lines of parameter value to cope with Thunderbird 1.5
16031         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
16032         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16033         (rfc2231-encode-string): Don't make lines exceeding 76 column.
16034
16035 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
16036
16037         * mml.el (mml-generate-mime-1): Correct the order of inline signed
16038         parts.
16039
16040 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16041
16042         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
16043         there's only one active file for all servers.
16044         (nnweb-request-scan): Make sure nnweb-articles is initialized on
16045         solid groups.  Gnus might have used a FAST request to select the group.
16046         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
16047         and nnweb-search redundantly in the active file.
16048         (nnweb-request-list): Don't list bogus groups.  There can only be one.
16049         (nnweb-request-create-group): Don't use ARGS.
16050         (nnweb-possibly-change-server, nnweb-request-group): Remove some
16051         initializations.  Let nnoo do the work.
16052
16053 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16054
16055         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
16056         Say the part has been decoded.
16057
16058         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
16059
16060 2006-01-31  Kevin Ryde  <user42@zip.com.au>
16061
16062         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
16063         mailcap-viewer-test-cache when there's no 'test clause, since that
16064         will invert the meaning of a "nil" test previously determined by
16065         mailcap-mailcap-entry-passes-test.
16066
16067 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16068
16069         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
16070         compiling.
16071
16072         * gnus-sum.el: Ditto.
16073
16074         * message.el: Don't bind tool-bar-map when compiling.
16075
16076 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
16077
16078         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
16079
16080 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16081
16082         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
16083         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
16084         current Google Groups.
16085
16086 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
16087
16088         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
16089         and tool-bar-mode.
16090
16091         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
16092         and tool-bar-mode.
16093
16094         * message.el (message-tool-bar-update): Simplify.
16095         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
16096
16097         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
16098         gnus-summary-buffer.
16099         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
16100         gnus-summary-reply.
16101
16102         * gmm-utils.el (gmm): Add :version.
16103
16104 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16105
16106         * Makefile.in (clean): New rule.
16107         (distclean): Use it.
16108
16109 2006-01-26  Steve Youngs  <steve@sxemacs.org>
16110
16111         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
16112         Don't autoload.
16113
16114 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16115
16116         * gmm-utils.el (gmm-verbose): Add :group.
16117
16118 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
16119
16120         * message.el: Change some comments WRT tool-bars.
16121
16122         * gnus-sum.el (gnus-summary-tool-bar)
16123         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
16124         (gnus-summary-tool-bar-zap-list): New variables.
16125         (gnus-summary-make-tool-bar): Complete rewrite using
16126         `gmm-tool-bar-from-list'.
16127
16128         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
16129         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
16130         New variables.
16131         (gnus-group-make-tool-bar): Complete rewrite using
16132         `gmm-tool-bar-from-list'.
16133         (gnus-group-tool-bar-update): New function.
16134
16135         * message.el (message-mode-field-menu): Add "Show hidden Headers".
16136
16137 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16138
16139         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
16140         is dissected into a single part of which the type is the same as
16141         the given one; decode charset.
16142
16143 2006-01-21  Kevin Ryde  <user42@zip.com.au>
16144
16145         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
16146         into alists as symbol not string, since that's what
16147         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
16148         look for.
16149
16150 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
16151
16152         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
16153         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
16154
16155         * message.el (message-tool-bar-gnome): Use gmm-ignore.
16156
16157 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16158
16159         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
16160         (gnus-xmas-mime-security-button-menu): New function.
16161
16162         * gnus-art.el (gnus-mime-security-button-commands): New variable.
16163         (gnus-mime-security-button-menu): New definition.
16164         (gnus-mime-security-button-map): Use them.
16165         (gnus-mime-security-button-menu): New function.
16166         (gnus-insert-mime-security-button): Addition to help echo.
16167         (gnus-mime-security-run-function, gnus-mime-security-save-part)
16168         (gnus-mime-security-pipe-part): New functions.
16169
16170         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
16171         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
16172
16173         * mm-decode.el (mm-handle-set-disposition): Remove.
16174         (mm-handle-set-description): Remove.
16175
16176 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16177
16178         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
16179         (mm-w3m-standalone-supports-m17n-p): New function.
16180         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
16181         w3m usage.
16182
16183         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
16184         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
16185
16186 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16187
16188         * message.el (message-tool-bar-zap-list):
16189         Use gmm-tool-bar-zap-list as custom type.
16190         (message-tool-bar-update): New function.
16191         (message-tool-bar, message-tool-bar-gnome)
16192         (message-tool-bar-retro): Add message-tool-bar-update.
16193         (message-tool-bar-gnome): Add flyspell-buffer.
16194
16195         * gnus-util.el (gnus-error): Describe `args'.
16196
16197         * gmm-utils.el (gmm-error): Describe `args'.
16198         (gmm-tool-bar-zap-list): New widget.
16199         (gmm-tool-bar-from-list): Improve description of `zap-list'.
16200
16201 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16202
16203         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
16204         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
16205         the number of recursive calls.
16206
16207         * mm-decode.el (mm-handle-set-disposition): New macro.
16208         (mm-handle-set-description): New macro.
16209
16210 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16211
16212         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
16213         encoding.
16214
16215 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16216
16217         * message.el (message-tool-bar-zap-list, message-tool-bar)
16218         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
16219         (message-tool-bar-local-item-from-menu): Remove.
16220         (message-tool-bar-map): Replace by `message-make-tool-bar'.
16221         (message-make-tool-bar): New function.
16222         (message-mode): Use `message-make-tool-bar'.
16223
16224         * gmm-utils.el: New file.
16225         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
16226         (gmm-lazy): New widget copied from `nnmail.el'.
16227         (gmm-tool-bar-from-list): New function for creating customizable
16228         tool bars.
16229         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
16230         output.
16231         (gmm): Add :prefix to defgroup.
16232
16233 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
16234
16235         * gmm-utils.el (gmm-widget-p): New function.
16236
16237 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16238
16239         * mml.el (mml-attach-file): Describe `description' in doc string.
16240         (mml-menu): Add Emacs MIME manual and PGG manual.
16241
16242 2006-01-20  Richard M. Stallman  <rms@gnu.org>
16243
16244         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
16245
16246 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
16247
16248         * nntp.el (nntp-end-of-line): Doc fix.
16249
16250 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
16251
16252         * imap.el (imap-open): Handle case where buffer is a buffer
16253         object.
16254
16255 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16256
16257         * gnus-delay.el (gnus-delay): Don't autoload.
16258         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16259         to be re-loaded when customizing the `gnus-delay' group.
16260
16261 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
16262
16263         * message.el (message-insert-citation-line): Use newlines.
16264
16265 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
16266
16267         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16268         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
16269         these routines, so the passphrase can be managed externally and
16270         passed in to the system.
16271         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16272         pgg-add-passphrase-to-cache function.
16273
16274         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16275         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
16276         these routines, so the passphrase can be managed externally and
16277         passed in to the system.
16278         (pgg-pgp5-sign-region): Use new name of
16279         pgg-add-passphrase-to-cache function.
16280
16281 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
16282
16283         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16284         part of the decoded armor to find the key-identifier.
16285         (pgg-gpg-lookup-key-owner): New function to return the
16286         human-readable identifier of a key owner.
16287         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
16288         itself.
16289         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16290         the key value) if we have a key and can match it against a secret
16291         key.  Also, added a note pointing out fact that the prompt only
16292         indicates the first matching key.
16293
16294         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
16295         pgg-decrypt-region.
16296         (pgg-add-passphrase-to-cache): Rename from
16297         `pgg-add-passphrase-cache' to reduce confusion (all callers
16298         changed).
16299         (pgg-remove-passphrase-from-cache): Rename from
16300         `pgg-remove-passphrase-cache' to reduce confusion (all callers
16301         changed).
16302         (pgg-read-passphrase, pgg-add-passphrase-cache)
16303         (pgg-remove-passphrase-cache): Add informative docstrings.
16304         (pgg-decrypt): Convey provided passphrase in subordinate call to
16305         pgg-decrypt-region.
16306
16307 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
16308
16309         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16310         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16311         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16312         'passphrase' argument, so the passphrase can be managed externally
16313         and then passed in to the system.
16314
16315         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16316         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
16317         so the passphrase cache can be used reliably with identifiers
16318         besides a pgp packet's key id.
16319
16320         * pgg-gpg.el (pgg-gpg-encrypt-region)
16321         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16322         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
16323         these routines, so the passphrase can be managed externally and
16324         passed in to the system.
16325
16326         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16327         'notruncate' argument, so the passphrase cache can be used
16328         reliably with identifiers besides a pgp packet's key id.
16329
16330 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
16331
16332         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16333         symmetric encryption.
16334         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16335         encrypted session key.
16336         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16337         message ask for the passphrase in a proper way.
16338
16339         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16340         New user commands for symmetric encryption.
16341
16342 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16343
16344         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
16345
16346         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
16347
16348 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
16349
16350         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
16351
16352 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16353
16354         * mm-decode.el (mm-inlined-types): Add application/pgp.
16355         (mm-automatic-display): Ditto.
16356
16357         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
16358         part as text.
16359
16360 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16361
16362         * nnrss.el: Update copyright.
16363         (nnrss-opml-import): Query whether to subscribe to each entry.
16364
16365         * gnus-art.el:
16366         * gnus-sum.el:
16367         * gnus-xmas.el:
16368         * messagexmas.el:
16369         * mm-uu.el:
16370         * mm-view.el: Update copyright.
16371
16372 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
16373
16374         * message.el (message-info): New function.
16375         (message-mode-menu): Add it.
16376         Update copyright.
16377
16378         * ChangeLog: Fix and update copyright.
16379
16380 2006-01-13  Romain Francoise  <romain@orebokech.com>
16381
16382         * message.el (message-forward-subject-name-subject): Prefer the
16383         address to 'nowhere' if the sender has no name.
16384         Fix typo.  Update copyright year.
16385
16386 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16387
16388         * gnus-art.el (article-wash-html):
16389         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
16390         (gnus-article-wash-html-with-w3m-standalone): New function.
16391
16392         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
16393         mm-inline-text-html-render-with-w3m-standalone.
16394         (mm-text-html-washer-alist): Map w3m-standalone to
16395         gnus-article-wash-html-with-w3m-standalone.
16396         (mm-inline-text-html-render-with-w3m-standalone): New function.
16397
16398 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16399
16400         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
16401         Improve LaTeX.
16402
16403 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16404
16405         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
16406         (nnrss-request-article): Render text/plain parts as HTML.
16407
16408         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
16409         the buffer.
16410
16411 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
16412
16413         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
16414         custom definition of `gnus-posting-styles'.
16415
16416         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
16417         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
16418
16419 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16420
16421         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
16422         Use nntp for bug archive.
16423
16424 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16425
16426         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
16427         parts.
16428         (nnrss-normalize-date): New function converts ISO 8601 date into
16429         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16430         (nnrss-check-group): Use it.
16431
16432 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16433
16434         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
16435
16436         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
16437         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16438         (nnrss-insert-w3): Ditto.
16439
16440 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16441
16442         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
16443         the articles to be forwarded including the case where neither a
16444         number of articles nor a region is specified.
16445
16446 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16447
16448         * nnrss.el (nnrss-request-article): Fix last change; fill
16449         text/plain parts.
16450
16451 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16452
16453         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
16454         in text/plain part.
16455         (nnrss-check-group): Don't add excessive newline to dc:subject.
16456
16457 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
16458
16459         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
16460         article.
16461
16462 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16463
16464         * nnml.el: Don't require gnus-bcklg.  Autoload it.
16465         (nnml-use-compressed-files, nnml-save-mail): Support other
16466         comression programs such as bzip2.
16467
16468 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16469
16470         * dns.el (query-dns): Make sure we check the buffer size before
16471         removing tcp headers.
16472
16473 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16474
16475         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
16476         remove MIME buttons associated with multipart/alternative parts.
16477         (gnus-mime-display-alternative): Tag buttons using `article-type'
16478         text property.
16479
16480         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
16481         associated with multipart/alternative parts.
16482
16483         * gnus-art.el (gnus-signature-separator): Fix custom type.
16484
16485         * mm-decode.el (mm-inlined-types): Fix custom type.
16486         (mm-keep-viewer-alive-types): Ditto.
16487         (mm-automatic-display): Ditto.
16488         (mm-attachment-override-types): Ditto.
16489         (mm-inline-override-types): Ditto.
16490         (mm-automatic-external-display): Ditto.
16491
16492 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16493
16494         * spam-report.el (spam-report-user-mail-address)
16495         (spam-report-user-agent): New variables.
16496         (spam-report-url-ping-plain): Use spam-report-user-agent.
16497
16498 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
16499
16500         * gnus-art.el (gnus-button-handle-custom): Do not just use
16501         `customize-apropos' for any "M-x customize-*" button but the
16502         function called for.  Accept both the function name and its
16503         argument in order to achieve this.
16504         (gnus-button-alist): Remove support for "custom:" URL's.
16505         Pass function name to `gnus-button-handle-custom' in case of "M-x
16506         customize-*" buttons.
16507
16508 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16509
16510         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
16511         multipart/alternative and add xref to mm-discouraged-alternatives
16512         in doc string.
16513
16514         * mm-decode.el (mm-discouraged-alternatives): Add xref to
16515         gnus-buttonized-mime-types in doc string.
16516
16517 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
16518
16519         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16520         Suggest image/.* in the doc string.
16521
16522 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
16523
16524         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16525         message-marks (Debian bug #342521).
16526
16527 2005-12-12  Simon Josefsson  <jas@extundo.com>
16528
16529         * password.el (password-read-from-cache): Add.
16530         (password-read): Use it.
16531
16532 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16533
16534         * rfc2047.el (rfc2047-charset-to-coding-system):
16535         Recognize us-ascii as a MIME charset.
16536
16537         * mm-bodies.el (mm-decode-content-transfer-encoding):
16538         Protect against the case where the 2nd arg TYPE is nil.
16539
16540 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16541
16542         * pop3.el (pop3-stream-type): Fix custom version.
16543
16544         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
16545
16546 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16547
16548         * mm-decode.el (mm-display-external): Add missing cdr.
16549
16550 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16551
16552         * mm-decode.el (mm-display-external): Use nametemplate (defined in
16553         RFC1524) if it is in mailcap or add a suffix according to
16554         mailcap-mime-extensions when generating a temp filename; postpone
16555         deleting a temp file for 2 seconds for some wrappers, shell
16556         scripts, and so on, which might exit right after having started a
16557         viewer command as a background job.
16558
16559 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16560
16561         * nntp.el (nntp-marks-directory): Fix custom group.
16562
16563         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
16564         steps when < 10.
16565
16566         * gnus-start.el (gnus-no-server-1):
16567         Mention `gnus-level-default-subscribed' in doc string.
16568
16569 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16570
16571         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
16572         parens.
16573
16574 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16575
16576         * gnus-xmas.el (gnus-use-toolbar): Revert.
16577         (gnus-xmas-setup-toolbar): Use global default-toolbar if
16578         gnus-use-toolbar is default.
16579
16580         * messagexmas.el (message-use-toolbar): Revert.
16581         (message-setup-toolbar): Use global default-toolbar if
16582         message-use-toolbar is default.
16583
16584 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16585
16586         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
16587         according to default-toolbar-visible-p.
16588
16589         * messagexmas.el (message-use-toolbar): Ditto.
16590
16591 2005-11-26  Dave Love  <fx@gnu.org>
16592
16593         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
16594         (tls-program, tls-success): Provide openssl alternative.
16595
16596         * starttls.el: Doc fixes.
16597         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
16598         SERVICE to PORT.
16599
16600         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
16601         port null or service name.
16602         (starttls-negotiate): Autoload.
16603
16604 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16605
16606         * message.el (message-kill-to-signature): Fix interactive spec.
16607
16608 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16609
16610         * pop3.el (pop3-open-server): Recognize a string as a service name.
16611
16612 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
16613
16614         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
16615
16616 2005-11-23  Dave Love  <fx@gnu.org>
16617
16618         Add pop3s, pop3/starttls.
16619
16620         * pop3.el (pop3-authentication-scheme): Clarify doc.
16621         (open-tls-stream, starttls-open-stream): Autoload.
16622         (pop3-stream-type): New.
16623         (pop3-open-server): Use it.
16624
16625         * mail-source.el (mail-sources): Fix some :types.  Add stream type
16626         for POP.
16627         (mail-source-keyword-map): Add :stream for POP.
16628         (mail-source-fetch-pop): Use pop3-stream-type.
16629
16630 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16631
16632         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
16633         of current-time-string.
16634
16635 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
16636
16637         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
16638         date header.
16639
16640 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16641
16642         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
16643         it can seriously impact performance as it bypasses the agent's
16644         local caches.
16645
16646 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16647
16648         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
16649         must be explicitly online rather than "not explicitly offline" for
16650         its flags to be synchronized.
16651
16652         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
16653         that gnus-uu-unmark-thread will function correctly.
16654
16655         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
16656         1024K is instead displayed as 1M.
16657
16658 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16659
16660         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
16661
16662 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
16663
16664         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
16665
16666 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
16667
16668         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
16669         error message to display actual error condition.
16670         (gnus-agent-save-local): Avoid saving symbols that are bound to
16671         nil as they simply result in a warning message in
16672         gnus-agent-read-local.
16673
16674 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16675
16676         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
16677         rather than make-variable-buffer-local for file-precious-flag.
16678
16679 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16680
16681         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
16682         for duplicates which are removed.  The invalid sort check then
16683         triggers a rescan after the sort as sorting may have moved
16684         duplicate entries such that they can be cheaply detected.
16685
16686 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16687
16688         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
16689
16690 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16691
16692         * gnus-agent.el (gnus-agent-article-alist-save-format):
16693         Change internal variable to a custom variable.  Change default value
16694         from compressed(2) to uncompressed(1).
16695         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
16696         support for uncompressed agentview files.  Taken together, reading
16697         the agentview file should now be 6-7 times faster.
16698
16699 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16700
16701         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
16702         as a buffer-local variable.  This avoids creating truncated
16703         dribble files as a result of a hang up, eg.
16704
16705 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
16706
16707         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
16708         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
16709         XEmacs.
16710
16711 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16712
16713         * gnus-start.el (gnus-start-draft-setup):
16714         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
16715
16716         * gnus.el (gnus-splash): Change custom group.
16717         (gnus-group-get-parameter, gnus-group-parameter-value):
16718         Describe allow-list argument.
16719
16720         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
16721         string.
16722
16723 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16724
16725         * gnus-art.el (gnus-default-article-saver): Add user-defined
16726         `function' to custom type.
16727
16728 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16729
16730         * imap.el (imap-open): Handle case where buffer is a buffer
16731         object.
16732
16733 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16734
16735         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
16736         long lines.
16737         (gnus-cache-delete-group): Wrap doc strings.
16738
16739         * gnus-agent.el (gnus-agent-rename-group)
16740         (gnus-agent-delete-group): Wrap doc strings.
16741
16742 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16743
16744         * messagexmas.el (message-use-toolbar): Change the valid values
16745         into default, top, bottom, left, and right.
16746         (message-toolbar-thickness): New variable.
16747         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
16748         well.
16749         (message-setup-toolbar): Make it work.
16750
16751         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
16752         (gnus-use-toolbar): Change the valid values into default, top,
16753         bottom, left, and right.
16754         (gnus-toolbar-thickness): New variable.
16755         (gnus-xmas-setup-toolbar): New function.
16756         (gnus-xmas-setup-group-toolbar): Use it.
16757         (gnus-xmas-setup-summary-toolbar): Use it.
16758
16759 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16760
16761         * gnus-start.el (gnus-1): Add "native" to
16762         gnus-predefined-server-alist.
16763
16764         * gnus.el (gnus-method-to-server): Don't add "native" to the
16765         lists here, because that leads to problems when
16766         gnus-select-method is bound.
16767
16768 2005-11-09  Simon Josefsson  <jas@extundo.com>
16769
16770         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
16771         use (not sort-by-date) instead.
16772
16773 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16774
16775         * gnus-delay.el (gnus-delay-group): Don't autoload.
16776         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16777         to be re-loaded when customizing the `gnus-delay' group.
16778
16779 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16780
16781         * message.el: Revert last changes.
16782         (message-insert-citation-line): Use newlines.
16783
16784 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16785
16786         * message.el (message-courtesy-message)
16787         (message-mark-insert-begin, message-mark-insert-end)
16788         (message-elide-ellipsis, message-cancel-message)
16789         (message-add-header, message-change-subject)
16790         (message-cross-post-followup-to-header)
16791         (message-cross-post-insert-note, message-reduce-to-to-cc)
16792         (message-widen-reply, message-delete-not-region)
16793         (message-kill-to-signature, message-insert-signature)
16794         (message-insert-importance-high, message-insert-importance-low)
16795         (message-insert-or-toggle-importance)
16796         (message-insert-disposition-notification-to)
16797         (message-indent-citation, message-yank-original)
16798         (message-cite-original-without-signature, message-cite-original)
16799         (message-insert-citation-line, message-position-on-field)
16800         (message-fix-before-sending, message-send-mail-partially)
16801         (message-send-mail, message-send-mail-with-sendmail)
16802         (message-send-mail-with-qmail, message-send-news)
16803         (message-check-news-header-syntax, message-generate-headers)
16804         (message-insert-courtesy-copy, message-fill-address)
16805         (message-fill-header, message-shorten-references)
16806         (message-setup-1, message-cancel-news)
16807         (message-forward-make-body-plain, message-forward-make-body-mime)
16808         (message-forward-make-body-mml, message-encode-message-body)
16809         (message-forward-make-body-digest-plain)
16810         (message-forward-make-body-digest-mime)
16811         (message-use-alternative-email-as-from): Insert `hard-newline'
16812         instead of ordinary newlines.
16813
16814 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16815
16816         * message.el (message-generate-headers): Downcase the argument
16817         given to message-check-element.
16818
16819 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
16820
16821         * nntp.el (nntp-authinfo-rejected): New error condition.
16822         (nntp-wait-for): Use new error condition to signal authentication
16823         error.
16824         (nntp-retrieve-data): Rethrow new error condition to break out of
16825         recursive call to nntp-send-authinfo.
16826
16827 2005-11-08  Romain Francoise  <romain@orebokech.com>
16828
16829         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
16830         (gnus-summary-exit-map): Bind to `Z p'.
16831         (gnus-summary-make-menu-bar): Add menu item.
16832
16833 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
16834
16835         * gnus-art.el (gnus-article-treat-custom): Add `first'.
16836         (gnus-treat-*): Add `first' in all doc strings.
16837
16838         * gnus-group.el (gnus-group-compact-group): Fix typo.
16839
16840 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16841
16842         * gnus.el (gnus-parameters-case-fold-search): New variable.
16843         (gnus-parameters-get-parameter): Use it.
16844
16845         * gnus-score.el (gnus-home-score-file): Doc fix.
16846
16847 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
16848
16849         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
16850
16851 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16852
16853         * mm-util.el (mm-special-display-p): New function.
16854
16855         * mml.el (mml-preview): Use it; doc fix.
16856
16857 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16858
16859         * imap.el (imap-open): Handle case where buffer is a buffer object.
16860
16861 2005-10-29  Romain Francoise  <romain@orebokech.com>
16862
16863         * message.el (message-fix-before-sending): Fix comment.
16864
16865 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16866
16867         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
16868
16869 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16870
16871         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
16872         Used in gnus-score.el.
16873
16874 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16875
16876         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
16877
16878 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16879
16880         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
16881         whitespace removed in revision 7.8.  Use concatenated string to
16882         protect trailing whitespace.
16883
16884 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
16885
16886         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
16887         (nnimap-request-expire-articles): Use it to avoid sending 'UID
16888         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
16889         Courier IMAP ("some version from 2004").  Mostly based on similar
16890         code in the same function.
16891
16892 2005-10-26  Didier Verna  <didier@xemacs.org>
16893
16894         * gnus-group.el (gnus-group-compact-group): Invalidate original
16895         article buffer.
16896         * gnus-srvr.el (gnus-server-compact-server): Ditto.
16897         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
16898         NOV database and in article itself.
16899         Invalidate article backlog.
16900
16901 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16902
16903         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
16904
16905 2005-10-26  Simon Josefsson  <jas@extundo.com>
16906
16907         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16908         part of 2004-07-25 change.
16909
16910 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16911
16912         * message.el (message-display-completion-list): New function.
16913         (message-expand-group): Use it; make sure the Completions buffer
16914         is modifiable.
16915 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16916
16917         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16918         user-mail-name is an empty string.
16919
16920 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16921
16922         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16923         depending on gnus-score-decay-constant.
16924
16925         * encrypt.el (encrypt-insert-file-contents)
16926         (encrypt-write-file-contents): Don't use `gnus-message'.
16927
16928         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16929         arguments.
16930         (mm-uu-type-alist): Add message-marks and insert-marks.
16931         Pass arguments to mm-uu-verbatim-marks-extract.
16932         (mm-uu-hide-markers): New variable.
16933         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16934
16935         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16936         (gnus-convert-image-to-face-command): Use "convert" by default to
16937         allow other input image formats.
16938         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16939         accordingly.
16940
16941 2005-10-23  Simon Josefsson  <jas@extundo.com>
16942
16943         * imap.el (imap-gssapi-program): Align command line parameters
16944         with latest GNU SASL.
16945         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16946
16947 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16948
16949         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16950         HTML.
16951         (nnslashdot-request-article): Ditto.
16952
16953         * lpath.el (featurep): Add nobreak-char-display.
16954
16955 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16956
16957         * mail-source.el (mail-source-fetch-pop): Require pop3.
16958         (mail-source-check-pop): Ditto.
16959
16960 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16961
16962         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16963         errors.
16964
16965 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16966
16967         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16968         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16969
16970         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16971
16972         * mm-bodies.el (mm-decode-string):
16973         Call `mm-charset-to-coding-system' with allow-override argument.
16974
16975 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16976
16977         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16978         (rfc2047-charset-to-coding-system): New function.
16979         (rfc2047-decode-encoded-words): New function.
16980         (rfc2047-decode-region): Use them.
16981         (rfc2047-decode-cte): Remove.
16982         (rfc2047-parse-and-decode): Remove.
16983         (rfc2047-decode): Remove.
16984
16985 2005-10-15  Kenichi Handa  <handa@m17n.org>
16986
16987         * rfc2047.el (rfc2047-decode-cte): New function.
16988         (rfc2047-decode-region): Change the way to decode successive
16989         encoded-words: decode B- or Q-encoding in each encoded-word,
16990         concatenate them, and decode it as charset.
16991
16992 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16993
16994         * lpath.el: Fbind codepage-setup for XEmacs.
16995
16996 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16997
16998         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16999         widget-move-and-invoke.
17000         (gnus-custom-mode): Use gnus-custom-map.
17001
17002 2005-10-15  Bill Wohler  <wohler@newt.com>
17003
17004         * message.el (message-tool-bar-map): Rename image file from
17005         mail_send to mail/send.
17006
17007 2005-10-16  Masatake YAMATO  <jet@gyve.org>
17008
17009         * message.el (message-expand-group): Pass the common
17010         prefix substring of completion to `display-completion-list'.
17011
17012 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
17013
17014         * mml-sec.el (mml-secure-method): New internal variable.
17015         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
17016         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
17017         New functions using mml-secure-method.
17018
17019         * mml.el (mml-mode-map): Add key bindings for those functions.
17020         (mml-menu): Simplify security menu entries.  Suggested by Jesper
17021         Harder <harder@myrealbox.com>.
17022         (mml-attach-file, mml-attach-buffer, mml-attach-external):
17023         Goto end of message if point is the headers of the message.
17024
17025         * message.el (message-in-body-p): New function.
17026
17027         * assistant.el: Autoload gnus-util and netrc.
17028
17029         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
17030         Use `mm-charset-override-alist' only when decoding.
17031
17032         * mm-bodies.el (mm-decode-body):
17033         Call `mm-charset-to-coding-system' with allow-override argument.
17034
17035         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
17036         `filename' from Content-Disposition if Content-Type doesn't
17037         provide `name'.
17038         (gnus-mime-view-part-as-type): Set default instead of
17039         initial-input.
17040
17041 2005-10-09  Daniel Brockman  <daniel@brockman.se>
17042
17043         * format-spec.el (format-spec): Propagate text properties of % spec.
17044
17045 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17046
17047         * gnus-art.el (gnus-treat-predicate): Add `first'.
17048
17049 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17050
17051         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
17052         (mm-charset-override-alist): New variable.
17053         (mm-charset-to-coding-system): Use it.
17054         (mm-codepage-setup): New helper function.
17055         (mm-charset-eval-alist): New variable.
17056         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
17057         Warn about unknown charsets.
17058
17059         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
17060
17061 2005-10-04  David Hansen  <david.hansen@gmx.net>
17062
17063         * nnrss.el (nnrss-request-article): Add support for the comments tag.
17064         (nnrss-check-group): Ditto.
17065
17066 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17067
17068         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
17069         Rename x-gnus-verbatim to x-verbatim.
17070         (mm-uu-type-alist): Fix regexp for verbatim-marks.
17071
17072         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
17073         x-verbatim.
17074
17075         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
17076
17077         * gnus-util.el (gnus-remove-duplicates): Remove.
17078
17079         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
17080         instead of gnus-remove-duplicates.
17081
17082         * message.el (message-remove-duplicates): Remove.
17083         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
17084         message-remove-duplicates.
17085
17086         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
17087         available, else use implementation from `delete-dups'.
17088
17089         * message.el (message-insert-expires): New function.
17090         (message-mode-map): Add key binding.
17091         (message-mode-field-menu): Add menu entry.
17092         (message-mode): Document it.
17093         (message-make-expires-date): Use `message-make-date'.
17094
17095 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
17096
17097         * message.el (message-make-expires-date): New function.
17098
17099 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17100
17101         * Makefile.in (list-installed-shadows): New entry.
17102         (install): Use it.
17103         (remove-installed-shadows): New entry.
17104
17105         * dgnushack.el (dgnushack-default-load-path): New variable.
17106         (dgnushack-find-lisp-shadows): New function.
17107         (dgnushack-remove-lisp-shadows): New function.
17108
17109 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17110
17111         * Makefile.in (install-el-elc): New entry.
17112         (install): Use it so that .el files are necessarily installed.
17113
17114 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17115
17116         * time-date.el: Autoload parse-time-string, XEmacs needs it.
17117
17118 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17119
17120         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
17121         function rather than the diff-mode.el package.
17122         (mm-display-external): Use with-current-buffer.
17123         (mm-viewer-completion-map, mm-viewer-completion-map):
17124         Move initialization inside declaration.
17125
17126 2005-09-29  Simon Josefsson  <jas@extundo.com>
17127
17128         * spam.el: Load hashcash when compiling, to avoid warnings.
17129         Don't autoload mail-check-payment.
17130         (spam-check-hashcash): Define unconditionally, since hashcash.el
17131         is part of Gnus now.  Ignore errors from payment checking.
17132
17133 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17134
17135         * message.el (message-bold-region, message-unbold-region):
17136         Rename from `bold-region' and `unbold-region'.
17137
17138         * message.el: Remove useless autoloads.
17139
17140 2005-09-28  Simon Josefsson  <jas@extundo.com>
17141
17142         * message.el (message-use-idna): Default to t.
17143         (message-use-idna): Test whether encoding works too.  Doc fix.
17144
17145 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17146
17147         * nntp.el (nntp-warn-about-losing-connection): Remove.
17148
17149 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17150
17151         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
17152         customizable.  Change default value.
17153         (mm-uu-diff-groups-regexp): Change default value.
17154         (mm-uu-type-alist): Add doc string.
17155         (mm-uu-configure): Add doc string.  Make it interactive.
17156         (mm-uu-tex-groups-regexp): New variable.
17157         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
17158         (mm-uu-type-alist): Add LaTeX documents.
17159         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
17160         of "text/verbatim".
17161         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
17162
17163         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
17164         instead of "text/verbatim".
17165
17166         * message.el (message-mark-inserted-region)
17167         (message-mark-insert-file): Use slrn style marks when called with
17168         prefix argument.
17169
17170 2005-09-27  Simon Josefsson  <jas@extundo.com>
17171
17172         * message.el (message-idna-to-ascii-rhs-1): Reformat.
17173
17174 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
17175
17176         * message.el (message-remove-duplicates): New function.
17177         Implementation borrowed from `gnus-remove-duplicates'.
17178         (message-idna-to-ascii-rhs): Also encode idna addresses in
17179         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17180         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
17181         only ask about the same idna domain once per header and also tell
17182         in what header to replace the idna domain.
17183
17184         * gnus-art.el (article-decode-idna-rhs): Also decode idna
17185         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17186         (article-decode-idna-rhs): Fix regexp so that all idna-address in
17187         a header is decoded and not just the last one.
17188
17189 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17190
17191         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
17192         has been decoded.
17193
17194         * mm-decode.el (mm-automatic-display): Add text/verbatim.
17195         (mm-insert-part): Don't modify text if it has been decoded.
17196
17197         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
17198         decoded.
17199
17200         * mm-view.el (mm-inline-text): Don't strip text props unless
17201         decoding enriched or richtext parts.
17202
17203 2005-09-25  Romain Francoise  <romain@orebokech.com>
17204
17205         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
17206         * gnus-start.el (gnus-subscribe-interactively):
17207         * gnus-uu.el (gnus-uu-grab-articles):
17208         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
17209         space.
17210
17211 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
17212
17213         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
17214         * mm-view.el (mm-view-pkcs7-decrypt):
17215         * gnus-sum.el (gnus-summary-limit-to-extra)
17216         (gnus-summary-respool-article, gnus-read-move-group-name):
17217         * gnus-score.el (gnus-summary-increase-score):
17218         * gnus-util.el (gnus-completing-read-with-default):
17219         * gnus-art.el (gnus-read-save-file-name)
17220         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
17221         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
17222         * message.el (message-check-news-header-syntax):
17223         Follow convention for reading with the minibuffer.
17224
17225 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
17226
17227         * spam-report.el (spam-report-url-ping-plain):
17228         Use gnus-extended-version as User-Agent.
17229
17230         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
17231         default value is nil.
17232
17233         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
17234         (mm-uu-verbatim-marks-extract): New function.
17235         (mm-uu-extract): New face.
17236         (mm-uu-copy-to-buffer): Use it.
17237
17238         * spam-report.el (spam-report-gmane-ham): Rename from
17239         `spam-report-gmane-unspam'.
17240         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
17241         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
17242
17243         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
17244         Autoload.
17245         (spam-report-gmane-unregister-routine):
17246         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
17247
17248 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
17249
17250         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
17251         (spam-report-gmane-unregister-routine): Add support for gmane
17252         unregistration.
17253
17254         * spam-report.el (spam-report-gmane-unspam)
17255         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
17256         (spam-report-gmane): Change to take a single article and do unspam
17257         registration.
17258
17259 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17260
17261         * mm-url.el (mm-url-decode-entities): Fix regexp.
17262
17263 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17264
17265         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
17266         default to nil, to be able to use Gnus at all.  If the default
17267         switches to something else, then the function should be fixed not
17268         be exceedingly slow.
17269
17270 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
17271
17272         * gnus-start.el (gnus-activate-group): If the server is nil, don't
17273         fail hard.
17274
17275         * spam-report.el: Add better Keywords line.
17276
17277         * spam.el: Add Maintainer and better Keywords line.
17278
17279 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17280
17281         * gnus-art.el (gnus-article-replace-part)
17282         (gnus-mime-replace-part): New functions.
17283         (gnus-mime-action-alist, gnus-mime-button-commands)
17284         (gnus-mime-save-part-and-strip): Add file argument.
17285         (gnus-article-part-wrapper): Add interactive argument.
17286
17287         * gnus-sum.el (gnus-summary-mime-map):
17288         Add `gnus-article-replace-part'.
17289
17290 2005-09-19  Didier Verna  <didier@xemacs.org>
17291
17292         The nnml compaction feature:
17293         * nnml.el (nnml-request-compact-group): New function.
17294         * nnml.el (nnml-request-compact): New function.
17295         * gnus-int.el (gnus-request-compact-group): New function.
17296         * gnus-int.el (gnus-request-compact): New function.
17297         * gnus-group.el (gnus-group-compact-group): New function.
17298         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
17299         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
17300         * gnus-srvr.el (gnus-server-compact-server): New function.
17301         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
17302         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
17303
17304 2005-09-18  Deepak Goel  <deego@gnufans.org>
17305
17306         * sieve.el (sieve-help): Fix `message' call: first arg should be a
17307         format spec.
17308
17309 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17310
17311         * gnus.el (gnus-group-startup-message): Bind image-load-path.
17312
17313 2005-09-15  Romain Francoise  <romain@orebokech.com>
17314
17315         * message.el (message-fill-paragraph): Clarify docstring.
17316
17317 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17318
17319         * gnus-art.el (gnus-mime-display-part): Protect against broken
17320         MIME messages.
17321
17322 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17323
17324         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
17325         before parsing header.
17326
17327 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
17328
17329         * html2text.el (html2text-replace-list): Add new entities.
17330
17331 2005-09-11  Romain Francoise  <romain@orebokech.com>
17332
17333         * message.el (message-alternative-emails): Improve docstring.
17334         (message-setup-1): Call `message-use-alternative-email-as-from'
17335         after `message-setup-hook' to give it precedence over posting
17336         styles, etc.
17337         (message-use-alternative-email-as-from): Add docstring.
17338         Remove the original From header if present.
17339
17340         * nnml.el (nnml-compressed-files-size-threshold): New variable.
17341         (nnml-save-mail): Use it.
17342
17343         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
17344         articles.  Add new argument `silent'.
17345         (gnus-uu-mark-all): Report the total number of marked articles.
17346
17347 2005-09-10  Romain Francoise  <romain@orebokech.com>
17348
17349         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
17350         (gnus-uu-mark-series): Likewise.
17351
17352 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
17353
17354         * spam-report.el (spam-report-gmane): Fix generation of spam
17355         report URL.
17356
17357 2005-09-10  Simon Josefsson  <jas@extundo.com>
17358
17359         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
17360         t, based on discussion on the ding list with Robert Epprecht
17361         <epprecht@solnet.ch>.
17362
17363 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
17364
17365         * spam-report.el (spam-report-gmane): Make it work without
17366         X-Report-Spam header.  Gmane now only provides Archived-At.
17367         This is only used if `spam-report-gmane-use-article-number' is nil.
17368         (spam-report-gmane-spam-header): Remove.  Not used anymore.
17369
17370         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
17371         make `gnus-summary-sort-by-recipient' work with threading.
17372
17373         * nnweb.el (nnweb-google-wash-article): Print a message if article
17374         is not available.
17375
17376 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17377
17378         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
17379         change.  Decode text/* parts content before displaying.
17380
17381 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17382
17383         * mml-smime.el: Remove defvar of gnus-extract-address-components.
17384
17385 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17386
17387         * mm-view.el (mm-display-inline-fontify): Disable support modes.
17388
17389         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
17390         url-package-name, url-package-version,
17391         w3m-cid-retrieve-function-alist, w3m-current-buffer,
17392         w3m-display-inline-images, and w3m-minor-mode-map.
17393
17394 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
17395
17396         * message.el (message-tab-body-function): Fix mismatched custom type.
17397
17398         * gnus.el (gnus-group-change-level-function): Ditto.
17399
17400         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
17401
17402         * gnus-art.el (gnus-signature-limit)
17403         (gnus-article-mime-part-function): Ditto.
17404
17405 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17406
17407         * mml.el (mml-mode): Silence the byte compiler.
17408
17409         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
17410         using `(sit-for 0)' before moving the point to the specified part;
17411         skip unbuttonized parts.
17412         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
17413         return to the summary window if gnus-auto-select-part is non-nil.
17414
17415 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
17416
17417         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
17418         New variables.
17419         (mml-dnd-attach-file, mml-mode): Use them.
17420
17421         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
17422         Make fetching article by MID work again for Google Groups.
17423         Add FIXME concerning gnus-group-make-web-group.
17424
17425         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
17426         Don't depend on Gnus by using mail-extract-address-components if
17427         gnus-extract-address-components is not bound.
17428
17429 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17430
17431         * gnus-art.el (gnus-mime-display-security): Don't display the
17432         signature, but only the signed part.
17433
17434 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17435
17436         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
17437
17438         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
17439         list, not listp.
17440
17441 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
17442
17443         * mm-encode.el (mm-encode-content-transfer-encoding):
17444         Likewise when encoding.
17445
17446         * mm-bodies.el (mm-decode-content-transfer-encoding):
17447         De-canonicalize CRLF for all text content types, not just
17448         text/plain.
17449
17450 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17451
17452         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
17453         valid article; point arrow and cursor at the MIME button.
17454
17455 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17456
17457         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
17458         Suggested by Dan Christensen <jdc@uwo.ca>.
17459
17460         * mm-decode.el (mm-save-part): Enable change of prompt.
17461
17462 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
17463
17464         * gnus-msg.el (gnus-inews-add-send-actions):
17465         Make `message-post-method' lambda parameter ARG `&optional'.
17466
17467 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17468
17469         * gnus-sum.el (gnus-summary-mime-map):
17470         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
17471         gnus-article-jump-to-part.
17472
17473         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
17474         (gnus-article-edit-part): Use it.
17475         (gnus-article-part-wrapper): Add no-handle argument.
17476         (gnus-article-save-part-and-strip, gnus-article-delete-part):
17477         New functions.
17478
17479 2005-08-29  Romain Francoise  <romain@orebokech.com>
17480
17481         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17482         docstring.
17483         (gnus-face-from-file): Likewise.
17484
17485 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17486
17487         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17488         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17489         non-nil.
17490         (gnus-auto-select-part): New variable.
17491         (gnus-article-jump-to-part): New function.
17492         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17493         (gnus-mime-delete-part): Allow selecting specified part after
17494         deleting or stripping parts.
17495         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
17496         part if argument is bogus.
17497
17498 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
17499
17500         * gnus-art.el (w3m-minor-mode-map):
17501         * gnus-spec.el (gnus-newsrc-file-version):
17502         * gnus-util.el (nnmail-active-file-coding-system)
17503         (gnus-original-article-buffer, gnus-user-agent):
17504         * gnus.el (gnus-ham-process-destinations)
17505         (gnus-parameter-ham-marks-alist)
17506         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
17507         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
17508         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
17509         * mm-decode.el (gnus-current-window-configuration):
17510         * mm-extern.el (gnus-article-mime-handles):
17511         * mm-url.el (url-current-object, url-package-name)
17512         (url-package-version):
17513         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
17514         (smime-keys, w3m-cid-retrieve-function-alist)
17515         (w3m-current-buffer, w3m-display-inline-images)
17516         (w3m-minor-mode-map):
17517         * mml-smime.el (gnus-extract-address-components):
17518         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17519         (gnus-newsrc-hashtb, message-default-charset)
17520         (message-deletable-headers, message-options)
17521         (message-posting-charset, message-required-mail-headers)
17522         (message-required-news-headers):
17523         * mml1991.el (mc-pgp-always-sign):
17524         * mml2015.el (mc-pgp-always-sign):
17525         * nnheader.el (nnmail-extra-headers):
17526         * rfc1843.el (gnus-decode-encoded-word-function)
17527         (gnus-decode-header-function, gnus-newsgroup-name):
17528         * spam-stat.el (gnus-original-article-buffer): Add defvars.
17529
17530 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
17531
17532         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17533         the end of the date treatments.
17534
17535 2005-08-15  Simon Josefsson  <jas@extundo.com>
17536
17537         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
17538         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
17539         Capello and Romain Francoise.
17540         (pgg-fetch-key-function): Remove, not used?
17541         (pgg-insert-url-with-w3): Require url, to get
17542         url-insert-file-contents regardless of where it is defined.
17543
17544 2005-08-13  Romain Francoise  <romain@orebokech.com>
17545
17546         * message.el (message-cite-original-1): New function.
17547         (message-cite-original): Use it.
17548         (message-cite-original-without-signature): Ditto.
17549
17550 2005-08-08  Romain Francoise  <romain@orebokech.com>
17551
17552         * message.el (message-yank-empty-prefix): New variable.
17553         (message-indent-citation): Use it.
17554         (message-cite-original-without-signature): Respect X-No-Archive.
17555
17556 2005-08-08  Simon Josefsson  <jas@extundo.com>
17557
17558         * pgg.el: Autoload url-insert-file-contents instead of loading
17559         w3/url.
17560         (pgg-insert-url-with-w3): Don't load url here.
17561
17562 2005-08-07  Jesper Harder  <harder@phys.au.dk>
17563
17564         * message.el (message-kill-to-signature): Don't insert newline at
17565         bol.
17566         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
17567
17568 2005-08-06  Romain Francoise  <romain@orebokech.com>
17569
17570         * message.el (message-user-fqdn): Fix typo in docstring.
17571
17572 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
17573
17574         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
17575
17576         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
17577
17578 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17579
17580         * mm-bodies.el (mm-encode-body): Use coding system rather than
17581         charset to encode text.
17582
17583         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
17584         number of charsets if utf-8 is available (XEmacs).
17585
17586 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17587
17588         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
17589         taken from `gnus-button-mid-or-mail-regexp'.
17590         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
17591         (gnus-button-alist): Improve regexp for domain part of the MIDs
17592         for news:localpart@domain buttons.
17593         (gnus-button-ctan-directory-regexp): Update.
17594
17595 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17596
17597         * sieve-manage.el (sieve-manage-interactive-login):
17598         Use make-local-variable rather than make-variable-buffer-local.
17599         (sieve-manage-open): Ditto.
17600         (sieve-manage-authenticate): Ditto.
17601
17602         * mml.el (mml-generate-mime-1): Make the content type default to
17603         text/plain if the filename is not specified.
17604
17605 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17606
17607         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
17608         instead of insert-buffer.
17609
17610         * message.el (message-yank-original): Ditto; set the mark at the
17611         end of the yanked message.
17612
17613 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17614
17615         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
17616         lines to scroll rather than to stop it.
17617
17618         * mml.el (mml-generate-default-type): Add doc string.
17619         (mml-generate-mime-1): Use mm-default-file-encoding or make it
17620         default to application/octet-stream when determining the content
17621         type if it is not specified for the part or the mml contents; add
17622         a comment about mml-generate-default-type.
17623
17624 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
17625
17626         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
17627         make it default to application/octet-stream when determining the
17628         content type if it is not specified for the external contents.
17629
17630 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17631
17632         * rfc2231.el (rfc2231-parse-string): Take care that not only a
17633         segmented parameter but also other parameters might be there.
17634
17635 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17636
17637         * mm-decode.el (mm-display-external): Delete temp file, directory
17638         and buffer immediately if the external process is exited.
17639
17640 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17641
17642         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
17643         fewer lines than that of scroll-margin.
17644         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
17645
17646 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17647
17648         * gnus-art.el (gnus-article-next-page): Revert.
17649         (gnus-article-beginning-of-window): New macro.
17650         (gnus-article-next-page-1): Use it.
17651         (gnus-article-prev-page): Ditto.
17652         (gnus-article-edit-part): Use insert-buffer-substring instead of
17653         insert-buffer.
17654         (gnus-article-edit-exit): Ditto.
17655
17656         * gnus-util.el (gnus-beginning-of-window): Remove.
17657         (gnus-end-of-window): Remove.
17658
17659         * lpath.el: Don't bind header-line-format and scroll-margin.
17660
17661 2005-07-25  Simon Josefsson  <jas@extundo.com>
17662
17663         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
17664         to have the url package without w3.  Reported by Daiki Ueno
17665         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
17666
17667 2005-07-20  Didier Verna  <didier@xemacs.org>
17668
17669         * gnus-diary.el: Remove the description comment (nndiary is now
17670         properly documented in the Gnus manual).
17671         Fix the spelling of "Back End".
17672         * nndiary.el: Ditto.
17673         Fix the copyright notice.
17674
17675 2005-07-18  Romain Francoise  <romain@orebokech.com>
17676
17677         * gnus-sum.el (gnus-summary-to-prefix)
17678         (gnus-summary-newsgroup-prefix): New variables.
17679         (gnus-summary-from-or-to-or-newsgroups): Use them.
17680
17681 2005-07-17  Romain Francoise  <romain@orebokech.com>
17682
17683         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
17684         space as it's generally not especially interesting to the user.
17685
17686 2005-07-16  Romain Francoise  <romain@orebokech.com>
17687
17688         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
17689         nil to avoid prompting and file modification if one of the
17690         messages at the top of the nnfolder file contains a copyright
17691         notice.
17692         Update copyright notice.
17693
17694         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
17695         instead of `current-time-string' as the latter creates a time
17696         string that is not RFC 2822 compliant (it lacks the zone).
17697         Update copyright notice.
17698
17699 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17700
17701         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17702         for text/rtf.  Display default in prompt.  Pass default for M-n.
17703
17704         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17705
17706 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17707
17708         * gnus-msg.el (gnus-button-mailto):
17709         Remove save-selected-window-window hackery because it relies on
17710         save-selected-window internals.
17711
17712 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17713
17714         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
17715         (gnus-article-next-page-1): Use gnus-beginning-of-window.
17716         (gnus-article-prev-page): Ditto.
17717
17718         * gnus-util.el (gnus-beginning-of-window): New function.
17719         (gnus-end-of-window): New function.
17720
17721         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
17722
17723 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17724
17725         * gnus-score.el (gnus-score-edit-all-score):
17726         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
17727         gnus-message.
17728
17729 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17730
17731         * gnus-msg.el (gnus-button-mailto):
17732         Remove save-selected-window-window hackery because it relies on
17733         save-selected-window internals.
17734
17735 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17736
17737         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
17738         add-minor-mode.
17739         (gnus-binary-mode): Ditto.
17740
17741         * gnus-topic.el (gnus-topic-mode): Ditto.
17742
17743 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
17744
17745         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
17746         (gnus-article-prev-page): Take scroll-margin into consideration.
17747
17748 2005-07-04  Lute Kamstra  <lute@gnu.org>
17749
17750         Update FSF's address in GPL notices.
17751
17752 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
17753
17754         * gnus.el (gnus-exit):
17755         * gnus-group.el (gnus-group-icons):
17756         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
17757
17758         * gnus-nocem.el (gnus-nocem):
17759         * message.el (message-various, message-buffers, message-sending)
17760         (message-interface, message-forwarding, message-insertion)
17761         (message-headers, message-news, message-mail):
17762         * pgg-gpg.el (pgg-gpg):
17763         * pgg-parse.el (pgg-parse):
17764         * pgg-pgp.el (pgg-pgp):
17765         * pgg-pgp5.el (pgg-pgp5):
17766         * pop3.el (pop3): Finish `defgroup' description with period.
17767
17768 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17769
17770         * gnus-art.el (article-display-face): Improve the efficiency.
17771         (article-display-x-face): Ditto; remove grey x-face stuff.
17772
17773 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17774
17775         * gnus-art.el (article-display-face): Correct the position in
17776         which Faces are inserted.
17777
17778 2005-06-29  Didier Verna  <didier@xemacs.org>
17779
17780         * gnus-art.el (article-display-face): Display faces in correct
17781         order.
17782
17783 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17784
17785         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
17786         (gnus-fill-real-hashtb): Use hash table instead of obarray.
17787         (gnus-nocem-check-article): Fetch the Type header.
17788         (gnus-nocem-message-wanted-p): Fix the way to examine types.
17789         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
17790         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
17791         make sure gnus-nocem-hashtb is initialized.
17792         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
17793         (gnus-nocem-unwanted-article-p): Ditto.
17794
17795         * pgg.el (pgg-verify): Return the verification result.
17796
17797 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17798
17799         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
17800         is ascii.
17801
17802 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
17803
17804         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
17805         `show-nonbreak-escape'.
17806
17807 2005-06-23  Lute Kamstra  <lute@gnu.org>
17808
17809         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
17810
17811         * dig.el (dig-mode):
17812         * smime.el (smime-mode): Use gnus-run-mode-hooks.
17813
17814 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17815
17816         * nnimap.el (nnimap-split-download-body): Fix spellings.
17817
17818 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
17819
17820         * gnus-art.el (gnus-article-encrypt-body):
17821         * gnus-cus.el (gnus-score-customize):
17822         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
17823         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
17824
17825 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
17826
17827         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
17828         header by looking for magic "MII" at the beginning.
17829
17830 2005-06-16  Miles Bader  <miles@gnu.org>
17831
17832         * gnus-xmas.el (gnus-xmas-group-startup-message):
17833         Use renamed gnus-splash face.
17834
17835         * assistant.el (assistant-field): Remove "-face" suffix from face name.
17836         (assistant-field-face): New backward-compatibility alias for renamed
17837         face.
17838         (assistant-render-text): Use renamed assistant-field face.
17839
17840         * spam.el (spam): Remove "-face" suffix from face name.
17841         (spam-face): New backward-compatibility alias for renamed face.
17842         (spam-face, spam-initialize): Use renamed spam face.
17843
17844         * message.el (message-header-to, message-header-cc)
17845         (message-header-subject, message-header-newsgroups)
17846         (message-header-other, message-header-name)
17847         (message-header-xheader, message-separator, message-cited-text)
17848         (message-mml): Remove "-face" suffix from face names.
17849         (message-header-to-face, message-header-cc-face)
17850         (message-header-subject-face, message-header-newsgroups-face)
17851         (message-header-other-face, message-header-name-face)
17852         (message-header-xheader-face, message-separator-face)
17853         (message-cited-text-face, message-mml-face):
17854         New backward-compatibility aliases for renamed faces.
17855         (message-font-lock-keywords): Use renamed message faces.
17856
17857         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
17858         (sieve-test-commands, sieve-tagged-arguments):
17859         Remove "-face" suffix from face names.
17860         (sieve-control-commands-face, sieve-action-commands-face)
17861         (sieve-test-commands-face, sieve-tagged-arguments-face):
17862         New backward-compatibility aliases for renamed faces.
17863         (sieve-control-commands-face, sieve-action-commands-face)
17864         (sieve-test-commands-face, sieve-tagged-arguments-face):
17865         Use renamed sieve faces.
17866
17867         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
17868         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
17869         (gnus-group-news-3-empty, gnus-group-news-4)
17870         (gnus-group-news-4-empty, gnus-group-news-5)
17871         (gnus-group-news-5-empty, gnus-group-news-6)
17872         (gnus-group-news-6-empty, gnus-group-news-low)
17873         (gnus-group-news-low-empty, gnus-group-mail-1)
17874         (gnus-group-mail-1-empty, gnus-group-mail-2)
17875         (gnus-group-mail-2-empty, gnus-group-mail-3)
17876         (gnus-group-mail-3-empty, gnus-group-mail-low)
17877         (gnus-group-mail-low-empty, gnus-summary-selected)
17878         (gnus-summary-cancelled, gnus-summary-high-ticked)
17879         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
17880         (gnus-summary-high-ancient, gnus-summary-low-ancient)
17881         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
17882         (gnus-summary-low-undownloaded)
17883         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
17884         (gnus-summary-low-unread, gnus-summary-normal-unread)
17885         (gnus-summary-high-read, gnus-summary-low-read)
17886         (gnus-summary-normal-read, gnus-splash):
17887         Remove "-face" suffix from face names.
17888         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
17889         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
17890         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
17891         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
17892         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
17893         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
17894         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
17895         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
17896         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
17897         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
17898         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
17899         (gnus-summary-selected-face, gnus-summary-cancelled-face)
17900         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
17901         (gnus-summary-normal-ticked-face)
17902         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
17903         (gnus-summary-normal-ancient-face)
17904         (gnus-summary-high-undownloaded-face)
17905         (gnus-summary-low-undownloaded-face)
17906         (gnus-summary-normal-undownloaded-face)
17907         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
17908         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
17909         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
17910         (gnus-splash-face):
17911         New backward-compatibility aliases for renamed faces.
17912         (gnus-group-startup-message): Use renamed gnus faces.
17913
17914         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
17915         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
17916         (gnus-server-agent): Remove "-face" suffix from face names.
17917         (gnus-server-agent-face, gnus-server-opened-face)
17918         (gnus-server-closed-face, gnus-server-denied-face)
17919         (gnus-server-offline-face):
17920         New backward-compatibility aliases for renamed faces.
17921         (gnus-server-agent-face, gnus-server-opened-face)
17922         (gnus-server-closed-face, gnus-server-denied-face)
17923         (gnus-server-offline-face): Use renamed gnus faces.
17924
17925         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17926         Remove "-face" suffix from face names.
17927         (gnus-picon-xbm-face, gnus-picon-face):
17928         New backward-compatibility aliases for renamed faces.
17929
17930         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17931         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17932         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17933         (gnus-cite-11): Remove "-face" suffix from face names.
17934         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17935         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17936         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17937         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17938         New backward-compatibility aliases for renamed faces.
17939         (gnus-cite-attribution-face, gnus-cite-face-list)
17940         (gnus-article-boring-faces): Use renamed gnus faces.
17941
17942         * gnus-art.el (gnus-signature, gnus-header-from)
17943         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17944         (gnus-header-content): Remove "-face" suffix from face names.
17945         (gnus-signature-face, gnus-header-from-face)
17946         (gnus-header-subject-face, gnus-header-newsgroups-face)
17947         (gnus-header-name-face, gnus-header-content-face):
17948         New backward-compatibility aliases for renamed faces.
17949         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17950
17951         * gnus-sum.el (gnus-summary-selected-face)
17952         (gnus-summary-highlight): Use renamed gnus faces.
17953         * gnus-group.el (gnus-group-highlight): Likewise.
17954
17955 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17956
17957         * gnus-sieve.el (gnus-sieve-article-add-rule):
17958         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17959         * spam-stat.el (spam-stat-buffer-change-to-spam)
17960         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17961
17962         * message.el (message-is-yours-p):
17963         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17964
17965 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17966
17967         * mm-view.el (mm-inline-text): Withdraw the last change.
17968
17969 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17970
17971         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17972         executing enriched-decode.
17973
17974 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17975
17976         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17977         charset of tar files.
17978
17979 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17980
17981         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17982
17983 2005-06-04  Lute Kamstra  <lute@gnu.org>
17984
17985         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17986         information is never recorded.
17987
17988 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17989
17990         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17991
17992 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17993
17994         * pop3.el (pop3-apop): Run md5 in the binary mode.
17995
17996         * starttls.el (starttls-set-process-query-on-exit-flag):
17997         Use eval-and-compile.
17998
17999 2005-05-31  Simon Josefsson  <jas@extundo.com>
18000
18001         * smime.el (smime-replace-in-string): Define.
18002         (smime-cert-by-ldap-1): Use it.
18003
18004 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18005
18006         * gnus-art.el (article-display-x-face): Replace
18007         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18008
18009         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
18010         set-process-query-on-exit-flag or process-kill-without-query.
18011
18012         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
18013         loop instead of replace-regexp.
18014
18015         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
18016         instead of process-kill-without-query if it is available.
18017
18018         * lpath.el: Fbind ldap-search-entries.
18019
18020         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
18021         instead of find-file-hooks if it is available.
18022
18023         * mml1991.el: Bind pgg-default-user-id when compiling.
18024
18025         * mml2015.el: Bind pgg-default-user-id when compiling.
18026
18027         * nndraft.el (nndraft-request-associate-buffer):
18028         Use write-contents-functions instead of write-contents-hooks if it is
18029         available.
18030
18031         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
18032         instead of find-file-hooks if it is available.
18033
18034         * nntp.el (nntp-open-connection): Replace
18035         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18036         (nntp-open-ssl-stream): Ditto.
18037         (nntp-open-tls-stream): Ditto.
18038
18039         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
18040         set-process-query-on-exit-flag or process-kill-without-query.
18041         (starttls-open-stream-gnutls): Use it instead of
18042         process-kill-without-query.
18043         (starttls-open-stream): Ditto.
18044
18045 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
18046
18047         * smime.el (smime-cert-by-ldap-1): Don't use
18048         replace-regexp-in-string.
18049
18050 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
18051
18052         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
18053
18054         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
18055         in PEM format.  Adjust to the XEmacs compatibility.
18056
18057 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
18058
18059         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
18060         by `string-to-number'.
18061         * gnus-agent.el (gnus-agent-regenerate-group)
18062         (gnus-agent-fetch-articles): Ditto.
18063         * gnus-art.el (gnus-button-fetch-group): Ditto.
18064         * gnus-cache.el (gnus-cache-generate-active)
18065         (gnus-cache-articles-in-group): Ditto.
18066         * gnus-group.el (gnus-group-set-current-level)
18067         (gnus-group-insert-group-line): Ditto.
18068         * gnus-score.el (gnus-score-set-expunge-below)
18069         (gnus-score-set-mark-below, gnus-summary-score-effect)
18070         (gnus-summary-score-entry): Ditto.
18071         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
18072         (gnus-soup-pack): Ditto.
18073         * gnus-spec.el (gnus-xmas-format): Ditto.
18074         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
18075         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
18076         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
18077         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
18078         * nndb.el (nndb-get-remote-expire-response): Ditto.
18079         * nndiary.el (nndiary-parse-schedule-value)
18080         (nndiary-string-to-number, nndiary-request-replace-article)
18081         (nndiary-request-article): Ditto.
18082         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
18083         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
18084         * nneething.el (nneething-make-head): Ditto.
18085         * nnfolder.el (nnfolder-request-article)
18086         (nnfolder-retrieve-headers): Ditto.
18087         * nnheader.el (nnheader-file-to-number): Ditto.
18088         * nnkiboze.el (nnkiboze-request-article): Ditto.
18089         * nnmail.el (nnmail-process-unix-mail-format)
18090         (nnmail-process-babyl-mail-format): Ditto.
18091         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
18092         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
18093         (nnmh-request-create-group, nnmh-request-list-1)
18094         (nnmh-request-group, nnmh-request-article): Ditto.
18095         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
18096         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
18097         * nnsoup.el (nnsoup-make-active): Ditto.
18098         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
18099         * nntp.el (nntp-find-group-and-number)
18100         (nntp-retrieve-headers-with-xover): Ditto.
18101         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
18102         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
18103         (pgg-format-key-identifier): Ditto.
18104         * pop3.el (pop3-last, pop3-stat): Ditto.
18105         * qp.el (quoted-printable-decode-region): Ditto.
18106
18107         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
18108         of concat.
18109
18110 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18111
18112         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
18113
18114         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
18115
18116         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
18117
18118         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
18119
18120         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
18121
18122         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
18123
18124         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
18125         (gnus-carpal-mode): Ditto.
18126
18127         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
18128         (gnus-browse-mode): Ditto.
18129
18130         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
18131
18132         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
18133
18134 2005-05-29  Richard M. Stallman  <rms@gnu.org>
18135
18136         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
18137
18138 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18139
18140         * gnus-util.el (gnus-run-mode-hooks): New function.
18141
18142         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
18143
18144         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
18145         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
18146
18147 2005-05-27  Lute Kamstra  <lute@gnu.org>
18148
18149         * dns-mode.el (dns-mode): Specify customization group.
18150
18151 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
18152
18153         * gnus-agent.el (gnus-agent-make-mode-line-string):
18154         Use mode-line-highlight as mouse-face.
18155
18156 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18157
18158         * canlock.el (canlock): Change the parent group to news.
18159
18160         * deuglify.el (gnus-outlook-deuglify): Add :group.
18161
18162         * dig.el (dig): Add :group.
18163
18164         * dns-mode.el (dns-mode): Add :group.
18165
18166         * encrypt.el (encrypt): Add :group.
18167
18168         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
18169         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
18170         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
18171         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
18172         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
18173
18174         * gnus-diary.el (gnus-diary): Add :group.
18175
18176         * gnus.el (gnus-group-news-1-face): Add :group.
18177         (gnus-group-news-1-empty-face): Ditto.
18178         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
18179         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
18180         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
18181         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
18182         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
18183         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
18184         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
18185         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
18186         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
18187         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
18188         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
18189         (gnus-summary-high-ticked-face): Ditto.
18190         (gnus-summary-low-ticked-face): Ditto.
18191         (gnus-summary-normal-ticked-face): Ditto.
18192         (gnus-summary-high-ancient-face): Ditto.
18193         (gnus-summary-low-ancient-face): Ditto.
18194         (gnus-summary-normal-ancient-face): Ditto.
18195         (gnus-summary-high-undownloaded-face): Ditto.
18196         (gnus-summary-low-undownloaded-face): Ditto.
18197         (gnus-summary-normal-undownloaded-face): Ditto.
18198         (gnus-summary-high-unread-face): Ditto.
18199         (gnus-summary-low-unread-face): Ditto.
18200         (gnus-summary-normal-unread-face): Ditto.
18201         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
18202         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
18203
18204         * hashcash.el (hashcash): New custom group.
18205         (hashcash-default-payment): Add :group.
18206         (hashcash-payment-alist): Ditto.
18207         (hashcash-default-accept-payment): Ditto.
18208         (hashcash-accept-resources): Ditto.
18209         (hashcash-path): Ditto.
18210         (hashcash-extra-generate-parameters): Ditto.
18211         (hashcash-double-spend-database): Ditto.
18212         (hashcash-in-news): Ditto.
18213
18214         * message.el (message-minibuffer-local-map): Add :group.
18215
18216         * netrc.el (netrc): Add :group.
18217
18218         * sieve-manage.el (sieve-manage-log): Add :group.
18219         (sieve-manage-default-user): Diito.
18220         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
18221         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
18222         (sieve-manage-authenticators): Ditto.
18223         (sieve-manage-authenticator-alist): Ditto.
18224         (sieve-manage-default-port): Ditto.
18225
18226         * sieve-mode.el (sieve-control-commands-face): Add :group.
18227         (sieve-action-commands-face): Ditto.
18228         (sieve-test-commands-face): Ditto.
18229         (sieve-tagged-arguments-face): Ditto.
18230
18231         * smime.el (smime): Add :group.
18232
18233         * spam-report.el (spam-report): Add :group.
18234
18235         * spam.el (spam, spam-face): Add :group.
18236
18237 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18238
18239         * nntp.el (nntp-next-result-arrived-p): Some news servers may
18240         return \n.\n.\n at the end of articles.  Protect against that.
18241         (nntp-with-open-group): Allow debugging.
18242
18243         * nnheader.el (mail-header-set-extra): Make into a function
18244         because I just could't understand how to quote the list properly.
18245
18246         * dns.el (query-dns-cached): New function.
18247
18248 2005-05-26  Lute Kamstra  <lute@gnu.org>
18249
18250         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
18251
18252 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18253
18254         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
18255
18256         * gnus-art.el: Don't autoload mail-extract-address-components.
18257
18258         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
18259         eval-and-compile to evaluate it.
18260
18261         * hashcash.el: Don't autoload executable-find.
18262
18263         * nndb.el: Don't declare the nndb back end two or more times; don't
18264         autoload news-reply-mode, news-setup, cancel-timer and telnet.
18265
18266         * nntp.el: Autoload format-spec instead of format; use
18267         eval-and-compile to evaluate autoload forms.
18268
18269 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
18270
18271         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
18272
18273 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18274
18275         * gnus.el (gnus-version-number): Bump version.
18276
18277 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18278
18279         * gnus.el: No Gnus v0.3 is released.
18280
18281 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18282
18283         * lpath.el (featurep): Bind show-nonbreak-escape.
18284
18285 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18286
18287         * gnus-art.el (gnus-article-edit-part): Disable undo.
18288
18289 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18290
18291         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
18292         gnus-article-date-lapsed-new-header is t if date timer is active;
18293         skip headers in which the original date value is empty.
18294         (gnus-article-save-original-date): Redefine it as a macro.
18295         (gnus-display-mime): Use it.
18296
18297 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18298
18299         * gnus-art.el (article-date-ut): Support converting date in
18300         forwarded parts as well.
18301         (gnus-article-save-original-date): New function.
18302         (gnus-display-mime): Use it.
18303
18304 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
18305
18306         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
18307         enclosure element of <item>.
18308
18309 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
18310
18311         * message.el (message-kill-buffer-query): Rename from
18312         `message-kill-buffer-query-if-modified'.  Add :version.
18313
18314 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18315
18316         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
18317         window layout.
18318
18319 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18320
18321         * mml.el: Autoload dnd when compiling.
18322
18323 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18324
18325         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
18326         x-dnd-*.
18327
18328 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18329
18330         * qp.el (quoted-printable-encode-region): Save excursion.
18331
18332 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
18333
18334         * message.el (message-kill-buffer-query-if-modified): Add new variable
18335         so the user can kill a modified message buffer quickly.
18336         (message-kill-buffer): Use it.
18337
18338 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18339
18340         * lpath.el: Fbind display-time-event-handler; don't fbind
18341         string-to-multibyte.
18342
18343         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18344
18345 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18346
18347         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18348         contained in text because xml.el decodes entities) with LFs.
18349
18350 2005-04-11  Lute Kamstra  <lute@gnu.org>
18351
18352         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18353         differently.
18354
18355 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18356
18357         * mm-util.el (mm-detect-coding-region): Typo.
18358
18359 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18360
18361         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
18362
18363 2005-04-06  Deepak Goel  <deego@gnufans.org>
18364
18365         * spam-stat.el (spam-stat-score-buffer): Add a call to a
18366         user-function allow user modifications of the scores.
18367         (spam-stat-score-buffer-user): New function, to allow
18368         user-computed modifications to the score.
18369         (spam-stat-score-buffer-user-functions): List of additional
18370         scoring functions.
18371         (spam-stat-error-holder): Global temporary error holder.
18372         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
18373         variable.
18374
18375 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
18376
18377         * gnus-registry.el (gnus-registry-clean-empty-function)
18378         (gnus-registry-trim, gnus-registry-fetch-groups)
18379         (gnus-registry-delete-group): Groups that match
18380         `gnus-registry-ignored-groups' are removed from the registry
18381         entries, not just ignored for splitting.  This helps clean up the
18382         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
18383         to get all the groups a message ID is in.
18384
18385         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
18386         (spam-stat-split-fancy): Change "threshhold" to "threshold".
18387         (spam-stat-score-buffer-user-functions): Add :number custom type.
18388
18389 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18390
18391         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
18392         argument in XEmacs.
18393
18394         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
18395         (nnrss-request-group): Decode group name first.
18396         (nnrss-request-article): Make a text/plain article if mml-to-mime
18397         failed.
18398         (nnrss-get-encoding): Return a compatible encoding according to
18399         nnrss-compatible-encoding-alist.
18400         (nnrss-find-el): Use consp instead of listp.
18401         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
18402
18403 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18404
18405         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
18406         which Emacs 20 doesn't support.
18407         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
18408
18409 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18410
18411         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
18412         silence the byte compiler inside the defun.
18413
18414         * gnus-demon.el (parse-time-string): Add autoload.
18415
18416         * gnus-delay.el (parse-time-string): Add autoload.
18417
18418         * gnus-art.el (parse-time-string): Add autoload.
18419
18420         * nnultimate.el (parse-time): Require for `parse-time-string'.
18421
18422 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18423
18424         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
18425
18426         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
18427
18428         * smime.el (smime-ldap-host-list): Add :version.
18429
18430 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18431
18432         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
18433         pass it to `gnus-browse-read-group'.
18434         (gnus-browse-read-group): Add NUMBER argument and pass it to
18435         `gnus-group-read-ephemeral-group'.
18436
18437         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
18438         argument and pass it to `gnus-group-read-group'.
18439
18440 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
18441
18442         * mm-util.el (mm-xemacs-find-mime-charset): Only call
18443         mm-xemacs-find-mime-charset-1 if we have the mule feature
18444         available at runtime.
18445
18446 2005-03-25  Werner Lemberg  <wl@gnu.org>
18447
18448         * nnmaildir.el: Replace `illegal' with `invalid'.
18449
18450 2005-03-23  Lute Kamstra  <lute@gnu.org>
18451
18452         * time-date.el: Add comment on time value formats.
18453         Don't require parse-time.
18454         (with-decoded-time-value): New macro.
18455         (encode-time-value): New function.
18456         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18457         (days-to-time): Return a valid time value when arg is huge.
18458         (time-since): Use time-subtract.
18459         (time-to-number-of-days): Use time-to-seconds.
18460
18461 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18462
18463         * gnus-start.el (gnus-display-time-event-handler):
18464         Check display-time-timer at runtime rather than only at load time
18465         in case display-time-mode is turned off in the mean time.
18466
18467 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18468
18469         * nnimap.el (nnimap-open-connection): Print which authinfo file is
18470         used.
18471
18472         * nneething.el (nneething-map-file-directory): Derive from
18473         `gnus-directory'.
18474
18475         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
18476         the To/Cc button.
18477
18478 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18479
18480         * nnmaildir.el (nnmaildir-request-accept-article):
18481         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
18482
18483 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18484
18485         * gnus-async.el: Require timer-funcs at compile time when in
18486         XEmacs for `run-with-idle-timer'.
18487
18488 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18489
18490         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18491         autoloaded function.
18492
18493 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18494
18495         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
18496
18497 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
18498
18499         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
18500
18501 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18502
18503         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
18504         Add gnus-expert-user to default.
18505
18506 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
18507
18508         * nnimap.el (nnimap-open-server): Ditto.
18509
18510         * imap.el (imap-authenticate): Fix typo.
18511
18512 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
18513
18514         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
18515         buffer (since IMAP server might return FETCH response out of
18516         order, and the nntp buffer must be sorted).
18517
18518 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
18519
18520         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
18521         comparison on string.
18522
18523         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
18524         (gnus-agent-score): Rename category keywords to match gnus-cus.
18525         (gnus-agent-summary-fetch-series): Modify to protect against
18526         gnus-agent-summary-fetch-group clearing processable flags.
18527         (gnus-agent-synchronize-group-flags): Update live group buffer as
18528         synchronization may occur due to the user toggle the plugged
18529         status.
18530         (gnus-agent-fetch-group-1): Clear downloadable flag when article
18531         successfully downloaded.
18532         (gnus-agent-expire-group-1): Avoid using markers when the overview
18533         is in ascending order; greatly improves performance.
18534         (gnus-agent-regenerate-group):
18535         Use gnus-agent-synchronize-group-flags to reset read status in both
18536         gnus and server.
18537         (gnus-agent-update-files-total-fetched-for): Fix initial size.
18538
18539 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
18540
18541         * message.el: Don't autoload former message-utils variables.
18542         (message-strip-subject-trailing-was): Change doc string.
18543
18544         * nnweb.el: Fixes for `gnus-group-make-web-group'.
18545         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
18546         (nnweb-google-search): Add "hl=en" here.
18547         (nnweb-google-parse-1, nnweb-google-create-mapping):
18548         Don't hardcode URL.
18549
18550 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18551
18552         * message.el (message-get-reply-headers, message-followup):
18553         Mention related variables `message-use-followup-to' and
18554         `message-use-mail-followup-to', in the information buffer.
18555
18556         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
18557         of broken groups(-beta).google.com.
18558
18559 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
18560
18561         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
18562         parameter to invoked gnus-request-move-article; remove the
18563         redundant gnus-sum-hint-move-is-internal variable; apply the marks
18564         all at once instead of once per article.
18565         (gnus-summary-remove-process-mark): Accept a list of articles as
18566         well as a single article for processing.
18567
18568         * gnus-int.el (gnus-request-move-article): Add move-is-internal
18569         parameter.
18570
18571         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
18572
18573         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
18574
18575         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
18576         parameter.
18577
18578         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
18579         parameter.
18580
18581         * nnimap.el (nnimap-request-move-article): Add move-is-internal
18582         parameter and remove the gnus-sum-hint-move-is-internal variable.
18583
18584         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
18585         parameter.
18586
18587         * nndraft.el (nndraft-request-move-article): Add move-is-internal
18588         parameter.
18589
18590         * nndiary.el (nndiary-request-move-article): Add move-is-internal
18591         parameter.
18592
18593         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
18594
18595         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
18596         parameter.
18597
18598         * nnagent.el (nnagent-request-move-article): Add move-is-internal
18599         parameter.
18600
18601 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18602
18603         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
18604         a more conservative way.
18605
18606 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18607
18608         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
18609         buffer, so it moves the window's cursor.
18610
18611 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
18612
18613         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
18614         `mm-dissect-multipart' and receive the from field as an (optional)
18615         argument from `mm-dissect-multipart'.
18616         (mm-dissect-multipart): Receive the from field as an argument and
18617         pass it on when we call `mm-dissect-buffer' on MIME parts.
18618         Fixes verification/decryption of signed/encrypted MIME parts.
18619
18620 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
18621
18622         * gnus-sum.el (gnus-summary-move-article):
18623         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
18624         whatever it calls (right now, only nnimap-request-move article
18625         respects it).
18626
18627         * nnimap.el (nnimap-request-move-article):
18628         When gnus-sum-hint-move-is-internal is set, don't do the extra
18629         nnimap-request-article.
18630
18631 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18632
18633         * nnheader.el (nnheader-find-file-noselect): Add doc string.
18634
18635         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
18636         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
18637
18638         * gnus-sum.el (gnus-summary-caesar-message):
18639         Apply `gnus-treat-article' after rotation.
18640
18641         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
18642         doc string.
18643
18644 2005-02-22  Simon Josefsson  <jas@extundo.com>
18645
18646         * encrypt.el (encrypt-password-cache-expiry): Remove (use
18647         `password-cache-expiry' instead).  Reported by Arne Jørgensen
18648         <arne@arnested.dk>.
18649         (encrypt): Add password-cache and password-cache-expiry as group
18650         members.
18651
18652 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
18653
18654         * smime.el (smime-ldap-host-list): Doc fix.
18655         (smime-ask-passphrase): Use `password-read-and-add' to read (and
18656         cache) password.
18657         (smime-sign-region): Use it.
18658         (smime-decrypt-region): Use it.
18659         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
18660         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
18661         fails.
18662         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
18663         certificate from DER to PEM format rather than calling openssl.
18664
18665         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
18666
18667         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
18668         for signing/encryption.
18669
18670         * mml.el (mml-parse-1): Use them.
18671
18672 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
18673
18674         * nnrss.el (nnrss-verbose): Remove.
18675         (nnrss-request-group): Use `nnheader-message' instead.
18676
18677 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
18678
18679         * nnrss.el (nnrss-verbose): New variable.
18680         (nnrss-request-group): Make it say nnrss is requesting a group.
18681
18682 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18683
18684         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
18685         Handle news URL with given port correctly.
18686
18687 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18688
18689         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
18690         containing special characters.
18691
18692         * gnus-sum.el (gnus-summary-edit-article): Ditto.
18693
18694         * mml.el (mime-to-mml): Ditto.
18695
18696         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
18697         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
18698         (rfc2047-decode-region): Quote decoded words containing special
18699         characters when rfc2047-quote-decoded-words-containing-tspecials
18700         is non-nil.
18701
18702 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
18703
18704         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
18705
18706         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
18707
18708 2005-02-15  Simon Josefsson  <jas@extundo.com>
18709
18710         * nnimap.el (nnimap-debug): Doc fix.
18711
18712         * imap.el (imap-debug): Doc fix.
18713
18714 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18715
18716         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
18717
18718 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
18719
18720         * gnus.el (spam-contents): Improve docs for spam-contents
18721         parameter in its variable incarnation.
18722
18723 2005-02-14  Simon Josefsson  <jas@extundo.com>
18724
18725         * smime-ldap.el: Use require instead of load-library for ldap.
18726         (smime-ldap-search): Indent.
18727         (smime-ldap-search-internal): Shorten line.
18728
18729         * smime.el (smime-cert-by-dns): Add doc-string.
18730         (smime-cert-by-ldap-1): Indent.
18731
18732         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
18733         mml-smime-get-dns-ldap.
18734         (mml-smime-encrypt-query): Use new function.  Default to ldap.
18735
18736 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
18737
18738         * smime.el: Require smime-ldap.
18739         (smime-ldap-host-list): New variable.
18740         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
18741
18742         * mml-smime.el (mml-smime-encrypt-query): New function.
18743         (mml-smime-encrypt-query): Use it.
18744
18745         * smime-ldap.el: New file.
18746
18747 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18748
18749         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
18750
18751 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18752
18753         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
18754         argument in doc string.  Make query for type more clear.
18755
18756 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18757
18758         * gnus.el (gnus-group-startup-message): Search for gnus images in
18759         etc/images/gnus.
18760         * mm-util.el (mm-image-load-path): Likewise.
18761         * smiley.el (smiley-data-directory): Search for smilies in
18762         etc/images/smilies.
18763
18764 2005-02-09  Kim F. Storm  <storm@cua.dk>
18765
18766         Change Emacs release version from 21.4 to 22.1 throughout.
18767         Change Emacs development version from 21.3.50 to 22.0.50.
18768
18769 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18770
18771         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
18772
18773         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
18774         non-Mule XEmacs as well.
18775         (mm-decompress-buffer): Signal an error intentionally if it does
18776         not decompress compressed data because auto-compression-mode is
18777         disabled.
18778
18779 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
18780
18781         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
18782         an ID in the registry even if it has no groups.
18783
18784 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18785
18786         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
18787         merge it into mm-decompress-buffer.
18788         (gnus-mime-copy-part): Use the MIME part charset, the value which
18789         a user specified or gnus-newsgroup-charset for decoding, like
18790         gnus-mime-inline-part does; set buffer-file-coding-system to tell
18791         save-buffer what was used.  Suggested by Kevin Ryde
18792         <user42@zip.com.au>.
18793         (gnus-mime-inline-part): Allow the name parameter as well as the
18794         filename parameter; force decompressing of compressed data; always
18795         display contents being not decoded as unibyte.
18796
18797         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
18798         as well as the filename parameter.
18799
18800         * mm-util.el (mm-decompress-buffer):
18801         Merge gnus-mime-jka-compr-maybe-uncompress.
18802         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
18803         of compressed data.
18804
18805 2005-02-08  Simon Josefsson  <jas@extundo.com>
18806
18807         * imap.el (imap-log): Doc fix.
18808
18809 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18810
18811         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
18812         the coding cookies; decompress compressed parts.
18813
18814         * mml.el (mml-generate-mime-1): Add the charset parameter according
18815         to the value which a user specified manually or the coding cookie.
18816
18817         * mm-util.el (mm-string-to-multibyte): New function.
18818         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
18819         (mm-coding-system-to-mime-charset): New function.
18820         (mm-decompress-buffer): New function.
18821         (mm-find-buffer-file-coding-system): New function.
18822
18823         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
18824         (mm-display-inline-fontify): Rewrite for decoding and decompressing
18825         parts.
18826
18827 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18828
18829         * mm-view.el (mm-display-inline-fontify): Decode a part according
18830         to the charset parameter.
18831
18832 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18833
18834         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
18835         prefix arg is neither nil nor a number, as info specifies.
18836
18837 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18838
18839         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
18840         timestamps.
18841
18842 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
18843
18844         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
18845         groups error checking and notify user.
18846
18847 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
18848
18849         * message.el (message-send-mail-function): Check existence of
18850         sendmail-program first before using default value
18851         `message-send-mail-with-sendmail'.  Otherwise use more generic
18852         `smtpmail-send-it'.
18853
18854 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18855
18856         * nntp.el (nntp-request-update-info): Always return nil.
18857
18858 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18859
18860         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
18861
18862 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18863
18864         * message.el (message-beginning-of-line): Change the behavior when
18865         invoked between BOL and : so that it first moves backward.
18866
18867 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18868
18869         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
18870         article buffer when editing of the article is discarded.
18871         (gnus-article-prepare): Revert.
18872
18873 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18874
18875         * gnus-art.el (gnus-article-prepare):
18876         Remove message-strip-forbidden-properties from the local hook.
18877
18878 2005-01-27  Simon Josefsson  <jas@extundo.com>
18879
18880         * password.el (password-cache-add): Only start one timer per key.
18881         Reported by Derek Atkins <warlord@MIT.EDU>.
18882
18883 2005-01-26  Steve Youngs  <steve@sxemacs.org>
18884
18885         * run-at-time.el: Remove.  It is no longer needed as
18886         timer-funcs.el in the xemacs-base package has a working version of
18887         `run-at-time'.
18888
18889         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
18890
18891         * password.el: Require timer-funcs instead of run-at-time in
18892         XEmacs.
18893         Remove `password-run-at-time' macro.
18894         (password-cache-add): Use `run-at-time' instead of
18895         `password-run-at-time'.
18896
18897         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
18898         Remove `nnheader-cancel-function-timers' alias,
18899         `cancel-function-timers' exists in XEmacs in timer-funcs.
18900
18901         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
18902         for `run-with-idle-timer'.
18903
18904         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
18905         for `run-at-time'.
18906
18907         * mm-url.el: Require timer-funcs at compile time when in XEmacs
18908         for `with-timeout'.
18909
18910         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
18911         the same as for XEmacs 21.4.
18912         No need to ignore `run-with-idle-timer', this function exists in
18913         XEmacs now in timer-funcs.el in the xemacs-base package.
18914         (dgnushack-compile): No need to delete
18915         run-at-time.el from the list of files to compile because it
18916         doesn't exist anymore.
18917
18918 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18919
18920         * mml.el (mml-generate-mime-1): Convert string into unibyte when
18921         inserting " *mml*" buffer's contents into a unibyte temp buffer.
18922
18923 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
18924
18925         * mail-source.el (mail-source-fetch-imap): Search for ^From case
18926         sensitively.
18927
18928 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
18929
18930         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18931
18932 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18933
18934         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18935         which will be inserted according to the multibyteness of a buffer
18936         rather than the type of contents.  Suggested by ARISAWA Akihiro
18937         <ari@mbf.ocn.ne.jp>.
18938
18939         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18940         of string which old xml.el may return rather than a string.
18941
18942 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18943
18944         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18945
18946 2005-01-16  Simon Josefsson  <jas@extundo.com>
18947
18948         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18949         idn/idna.el isn't available.
18950         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18951         <michael@waxrat.com>.
18952
18953         * hashcash.el: Remove non-FSF copyright header.
18954
18955         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18956         (hashcash-generate-payment): Use it.
18957         (hashcash-generate-payment-async): Use it.
18958
18959 2005-01-15  Simon Josefsson  <jas@extundo.com>
18960
18961         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18962         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18963
18964         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18965         gnus-summary-idna-message.
18966         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18967         (gnus-summary-idna-message): New function.
18968
18969 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18970
18971         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18972         gnus-novice-user.
18973
18974 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18975
18976         * nnrss.el (nnrss-request-delete-group): Delete entries in
18977         nnrss-group-alist as well.
18978         (nnrss-save-server-data): Insert newline.
18979
18980 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18981
18982         * gnus.el (gnus-user-agent): Use list of symbols instead of
18983         symbols.  Display full version number for (S)XEmacs.
18984         Optionally display (S)XEmacs codename.
18985
18986         * gnus-util.el (gnus-emacs-version): Update for new
18987         `gnus-user-agent'.
18988
18989         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18990         Gnus version.
18991
18992 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18993
18994         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18995         which is unreadable in some setups.
18996
18997 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18998
18999         * gnus-spec.el (gnus-update-format-specifications): Flush the
19000         group format spec cache if it doesn't support decoded group names.
19001
19002 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
19003
19004         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
19005         Allow to apply decay on score files matching a regexp.
19006
19007 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19008
19009         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
19010         compatibility in %g and %c.
19011
19012 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19013
19014         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
19015         name for only %g and %c.
19016         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
19017         of gnus-tmp-group to decoded group name.
19018         (gnus-group-make-rss-group): Exclude `/'s from group names.
19019
19020 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19021
19022         * nnrss.el (nnrss-get-encoding): Fix regexp.
19023
19024 2004-12-27  Simon Josefsson  <jas@extundo.com>
19025
19026         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
19027         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
19028         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
19029
19030 2004-12-17  Kim F. Storm  <storm@cua.dk>
19031
19032         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
19033
19034         * gnus-sum.el (gnus-summary-mode-map): Likewise.
19035
19036 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19037
19038         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
19039
19040 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19041
19042         * nnrss.el: Require rfc2047 and mml.
19043         (nnrss-file-coding-system): New variable.
19044         (nnrss-format-string): Redefine it as an inline function.
19045         (nnrss-decode-group-name): New function.
19046         (nnrss-string-as-multibyte): Remove.
19047         (nnrss-retrieve-headers): Decode group name; don't use
19048         nnrss-format-string.
19049         (nnrss-request-group): Decode group name.
19050         (nnrss-request-article): Decode group name; allow a Message-ID as
19051         well as an article number; don't use nnrss-format-string; encode a
19052         Message-ID string which may contain non-ASCII characters; use
19053         mml-to-mime to compose a MIME article.
19054         (nnrss-request-expire-articles): Decode group name.
19055         (nnrss-request-delete-group): Decode group name.
19056         (nnrss-fetch): Clarify error message.
19057         (nnrss-read-server-data): Use insert-file-contents instead of load;
19058         bind file-name-coding-system; use multibyte buffer.
19059         (nnrss-save-server-data): Bind coding-system-for-write to the
19060         value of nnrss-file-coding-system; bind file-name-coding-system;
19061         add coding cookie.
19062         (nnrss-read-group-data): Use insert-file-contents instead of load;
19063         bind file-name-coding-system; use multibyte buffer.
19064         (nnrss-save-group-data): Bind coding-system-for-write to the
19065         value of nnrss-file-coding-system; bind file-name-coding-system.
19066         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
19067         make it work with non-ASCII text.
19068         (nnrss-find-el): Make it work with old xml.el as well.
19069
19070 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19071
19072         * nnrss.el (nnrss-get-encoding): New function.
19073         (nnrss-fetch): Use unibyte buffer initially; bind
19074         coding-system-for-read while performing mm-url-insert; remove ^Ms;
19075         decode contents according to the encoding attribute.
19076         (nnrss-save-group-data): Add coding cookie.
19077         (nnrss-mime-encode-string): New function.
19078         (nnrss-check-group): Use it to encode subject and author.
19079
19080 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
19081
19082         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
19083         imaginary variable.
19084
19085 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19086
19087         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
19088         correctly even if there are wide characters.
19089
19090 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
19091
19092         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
19093         downcased symbol names; make a new cache instead of reusing
19094         bbdb-hashtable.
19095
19096 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19097
19098         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19099         concatenating segments rather than before concatenating them.
19100         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19101
19102         * message.el (message-get-reply-headers): Bind `extra'.
19103
19104 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19105
19106         * message.el (message-extra-wide-headers): New variable.
19107         (message-get-reply-headers): Use it.
19108
19109 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19110
19111         * gnus-agent.el (gnus-agent-group-path): Decode group name.
19112         (gnus-agent-group-pathname): Ditto.
19113
19114         * gnus-cache.el (gnus-cache-file-name): Decode group name.
19115
19116         * gnus-group.el (gnus-group-make-group): Decode group name.
19117         (gnus-group-make-rss-group): Register the group data after opening
19118         the nnrss group.
19119
19120 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
19121
19122         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
19123         by expiry now get marked as read.
19124
19125 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19126
19127         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
19128
19129 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
19130
19131         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
19132         unify Latin characters in XEmacs.
19133         (mm-find-mime-charset-region): Use it.
19134
19135 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19136
19137         * gnus-util.el (gnus-delete-directory): New function.
19138
19139         * gnus-agent.el (gnus-agent-delete-group): Use it.
19140
19141         * gnus-cache.el (gnus-cache-delete-group): Use it.
19142
19143 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19144
19145         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
19146         names.
19147
19148 2004-12-16  Simon Josefsson  <jas@extundo.com>
19149
19150         * hashcash.el (hashcash-payment-alist): Fix custom :type.
19151
19152 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19153
19154         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
19155
19156         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
19157         (gnus-group-set-current-level): Decode group name.
19158
19159 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
19160
19161         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
19162         failed.
19163
19164 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19165
19166         * gnus-group.el (gnus-group-delete-group): Decode group name.
19167         (gnus-group-make-rss-group): Encode group name.
19168         (gnus-group-catchup-current): Decode group name.
19169         (gnus-group-kill-group): Decode group name.
19170
19171 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19172
19173         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
19174
19175 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19176
19177         * gnus-group.el (gnus-group-make-rss-group):
19178         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
19179
19180         * gnus-start.el (gnus-setup-news): Honor user's setting to
19181         gnus-message-archive-method.  Suggested by Lute Kamstra
19182         <lute@gnu.org>.
19183
19184 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
19185
19186         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
19187         global counterparts of the buffer-local variables.
19188
19189 2004-11-16  Romain Francoise  <romain@orebokech.com>
19190
19191         * gnus-sum.el (gnus-summary-exit): Don't clear the global
19192         counterparts of the buffer-local variables.
19193
19194 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19195
19196         * message.el (message-forbidden-properties): Fix typo in doc
19197         string.
19198
19199 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19200
19201         * gnus-util.el (gnus-replace-in-string): Add doc string.
19202
19203         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
19204         to avoid problems when splitting mails with many recipients.
19205
19206 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19207
19208         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
19209         pop-to-buffer, covered by the subsequent gnus-configure-windows.
19210
19211 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
19212
19213         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
19214         if there is no hashtable in memory or file modification time is
19215         newer than cached timestamp.
19216
19217 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
19218
19219         * gnus-sum.el (gnus-summary-limit-to-recipient):
19220         Implement not-matching option.
19221
19222 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
19223
19224         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
19225         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
19226         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
19227         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
19228         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
19229         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
19230
19231 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19232
19233         * message.el (message-forward-make-body-mml): Remove headers
19234         according to message-forward-ignored-headers if a message is decoded.
19235
19236 2004-12-02  Romain Francoise  <romain@orebokech.com>
19237
19238         * message.el (message-forward-make-body-plain): Always remove
19239         headers according to message-forward-ignored-headers.
19240
19241 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
19242
19243         * spam.el (spam-summary-prepare-exit): Remove the
19244         gnus-summary-limit pop for now, it has problems with ham marks for
19245         me.
19246
19247 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
19248
19249         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
19250         correctly.
19251
19252 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
19253
19254         * format-spec.el (format-spec): Message the char.
19255
19256 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
19257
19258         * gnus-art.el (gnus-split-methods): Reformat comments.
19259
19260         * spam.el (spam-summary-prepare-exit): Remove article limits
19261         before exiting the summary buffer.
19262
19263 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19264
19265         * lpath.el: Remove bbdb-create-internal, bbdb-records,
19266         spam-BBDB-register-routine and spam-enter-ham-BBDB.
19267
19268         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
19269         order to silence the byte compiler.
19270
19271         * spam.el: Fix the way to silence the byte compiler, which
19272         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
19273         bbdb-search-simple, spam-BBDB-register-routine,
19274         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
19275         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
19276         spam-stat-buffer-is-spam, spam-stat-load,
19277         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
19278         spam-stat-save and spam-stat-split-fancy.
19279
19280 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19281
19282         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
19283         which may confuse users.
19284         (canlock-password-for-verify): Ditto.
19285
19286         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
19287
19288         * gnus-art.el (gnus-emphasis-alist): Ditto.
19289
19290         * gnus-registry.el (gnus-registry-max-entries): Ditto.
19291
19292         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
19293
19294         * gnus-start.el (gnus-save-killed-list): Ditto.
19295
19296         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
19297         (gnus-sum-thread-tree-root): Ditto.
19298         (gnus-sum-thread-tree-false-root): Ditto.
19299         (gnus-sum-thread-tree-single-indent): Ditto.
19300
19301         * message.el (message-courtesy-message): Ditto.
19302         (message-archive-note): Ditto.
19303         (message-subscribed-address-file): Ditto.
19304         (message-user-fqdn): Ditto.
19305
19306         * spam-report.el (spam-report-gmane-regex): Ditto.
19307
19308         * spam.el (spam-blackhole-good-server-regex): Ditto.
19309
19310 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19311
19312         * mml.el (mml-preview): Widen the message buffer before copying
19313         the contents to the preview buffer; sort headers before previewing.
19314
19315         * message.el (message-hidden-headers): Fix the way to avoid a bug
19316         in the `repeat' widget in Emacs 21.3 or earlier.
19317
19318 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19319
19320         * message.el (message-hidden-headers): Default to "^References:".
19321         Improve customization type.  Suggested by Reiner Steib
19322         <Reiner.Steib@gmx.de>.
19323
19324 2004-11-25  Romain Francoise  <romain@orebokech.com>
19325
19326         * message.el (message-strip-forbidden-properties): Remove check for
19327         obsolete `message-hidden' text property, hidden headers are not
19328         accessible in the buffer anymore.
19329
19330 2004-11-22  Romain Francoise  <romain@orebokech.com>
19331
19332         * message.el (message-header-format-alist): Add `From' in list
19333         so that it can be sorted.
19334         (message-fix-before-sending): Widen and sort headers before
19335         sending.
19336         (message-hide-headers): Use narrowing to hide headers by moving
19337         them to the top of the buffer and narrowing to the region
19338         underneath.
19339
19340 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19341
19342         * message.el (message-strip-forbidden-properties):
19343         Bind buffer-read-only (etc) to nil.
19344
19345 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19346
19347         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19348         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19349
19350 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
19351
19352         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19353
19354 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19355
19356         * dns.el (query-dns): Use sit-for to time instead of
19357         accept-process-output, since that doesn't seem to work on udp
19358         sockets.
19359
19360 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19361
19362         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19363
19364 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
19365
19366         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19367         doc string.  Improve doc string.
19368
19369 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19370
19371         * nntp.el (nntp-request-update-info): Return nil if
19372         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19373         may not call gnus-activate-group which uselessly issues the GROUP
19374         commands for all nntp groups and wastes time.  Reported by Romain
19375         Francoise <romain@orebokech.com>.
19376
19377         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19378
19379 2004-11-15  Simon Josefsson  <jas@extundo.com>
19380
19381         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19382         headers separately.
19383         (gnus-button-openpgp): New function, inspired by Jochen Küpper
19384         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19385
19386 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19387
19388         * gnus-start.el (gnus-convert-old-newsrc):
19389         Assign legacy-gnus-agent to 5.10.7.
19390
19391 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19392
19393         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
19394         start of the lines.
19395
19396 2004-11-14  Magnus Henoch  <mange@freemail.hu>
19397
19398         * hashcash.el (hashcash-default-payment): Change default to 20.
19399         (hashcash-default-accept-payment): Change default to 20.
19400         (hashcash-process-alist): New variable.
19401         (hashcash-generate-payment-async): Add.
19402         (hashcash-already-paid-p): Add.
19403         (hashcash-insert-payment): Don't generate payments twice.
19404         (hashcash-insert-payment-async): Add.
19405         (hashcash-insert-payment-async-2): Add.
19406         (hashcash-cancel-async): Add.
19407         (hashcash-wait-async): Add.
19408         (hashcash-processes-running-p): Add.
19409         (hashcash-wait-or-cancel): Add.
19410         (mail-add-payment): New optional argument.  Conditionally start
19411         asynchronous calculation.
19412         (mail-add-payment-async): Add.
19413
19414         * message.el (message-send-mail): Wait for asynchronous hashcash
19415         results.  Don't clobber existing X-Hashcash headers.
19416         (message-setup-1): Call mail-add-payment-async when
19417         message-generate-hashcash is non-nil.
19418
19419 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19420
19421         * message.el (message-use-alternative-email-as-from): Examine the
19422         From header as well; use message-make-from in order to include a
19423         user's full name.
19424
19425 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19426
19427         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
19428         default; improve customization type.
19429         (gnus-emphasis-custom-with-format): New macro.
19430         (gnus-emphasis-custom-value-to-external): New function.
19431         (gnus-emphasis-custom-value-to-internal): New function.
19432
19433 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19434
19435         * dns.el (query-dns): Resolve reverse addresses.
19436
19437 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19438
19439         * gnus-group.el (gnus-group-get-new-news): Use it.
19440
19441         * gnus-start.el (gnus-check-reasonable-setup): New function.
19442
19443 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19444
19445         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
19446         "Args out of range" error.  Reported by Arnaud Giersch
19447         <arnaud.giersch@free.fr>.
19448
19449 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19450
19451         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
19452
19453 2004-11-04  Richard M. Stallman  <rms@gnu.org>
19454
19455         * spam.el (spam group): Add :version.
19456
19457         * pgg-def.el (pgg group): Add :version.
19458
19459 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19460
19461         * gnus-art.el (gnus-article-edit-article): Don't associate the
19462         article buffer with a draft file.  This is a temporary measure
19463         against the 2004-08-22 change to gnus-article-edit-mode.
19464
19465 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19466
19467         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
19468         (html2text-format-tags): Remove unused variable `attr'.
19469
19470 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19471
19472         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
19473
19474         * tls.el (tls-process-connection-type, tls-success)
19475         (tls-certtool-program): Add :version.
19476
19477         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
19478         (starttls-extra-arguments, starttls-process-connection-type)
19479         (starttls-connect, starttls-failure, starttls-success): Add :version.
19480
19481         * spam-stat.el (spam-stat): Add :version.
19482
19483         * sieve.el (sieve): Add :version.
19484
19485         * sha1.el (sha1): Add :version.
19486         (sha1-use-external): Remove redundant version.
19487
19488         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19489         (nnmail-cache-ignore-groups, nnmail-spool-hook)
19490         (nnmail-split-fancy-match-partial-words)
19491         (nnmail-split-lowercase-expanded): Add :version.
19492
19493         * nndiary.el (nndiary): Add :version.
19494
19495         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
19496
19497         * mml-sec.el (mml-default-sign-method)
19498         (mml-default-encrypt-method, mml-signencrypt-style-alist):
19499         Add :version.
19500
19501         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
19502
19503         * mm-url.el (mm-url-use-external, mm-url-program)
19504         (mm-url-arguments): Add :version.
19505
19506         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
19507         (mm-attachment-file-modes, mm-decrypt-option)
19508         (mm-w3m-safe-url-regexp): Add :version.
19509
19510         * message.el (message-cite-prefix-regexp)
19511         (message-sendmail-envelope-from, message-minibuffer-local-map)
19512         (message-user-fqdn, message-completion-alist): Add :version.
19513
19514         * gnus-win.el (gnus-configure-windows-hook)
19515         (gnus-use-frames-on-any-display): Add :version.
19516
19517         * gnus-art.el (gnus-article-address-banner-alist)
19518         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19519         (gnus-treat-from-picon, gnus-treat-mail-picon)
19520         (gnus-treat-x-pgp-sig): Add :version.
19521
19522         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19523         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19524         (gnus-summary-article-delete-hook)
19525         (gnus-summary-display-while-building): Add :version.
19526
19527         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
19528         (gnus-get-top-new-news-hook): Add :version.
19529
19530         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19531         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19532
19533         * gnus-registry.el (gnus-registry): Add :version.
19534
19535         * gnus-spec.el (gnus-use-correct-string-widths)
19536         (gnus-make-format-preserve-properties): Add :version.
19537
19538         * gnus.el (gnus-group-charter-alist)
19539         (gnus-group-fetch-control-use-browse-url)
19540         (gnus-install-group-spam-parameters): Add :version.
19541
19542         * gnus-diary.el (gnus-diary): Add :version.
19543
19544         * gnus-delay.el (gnus-delay): Add :version.
19545
19546         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
19547         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
19548         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
19549         Add :version.
19550
19551         * gnus-agent.el (gnus-agent-max-fetch-size)
19552         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
19553         (gnus-agent-prompt-send-queue): Add :version.
19554
19555         * deuglify.el (gnus-outlook-deuglify): Add :version.
19556
19557         * html2text.el: Beautify code.  Improve doc strings.
19558         Some checkdoc cleanup.
19559         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
19560
19561 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
19562
19563         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
19564
19565 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
19566
19567         * gnus-registry.el (gnus-registry-hashtb): Create the registry
19568         when package is loaded.
19569
19570         * spam.el (spam-summary-score-preferred-header): Add global preference
19571         for people who want to override the default SpamAssassin over
19572         Bogofilter preference (when both are set).
19573         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
19574         (spam-user-format-function-S):
19575         Check spam-summary-score-preferred-header.
19576         (spam-extra-header-to-number): Add X-Bogosity header parsing.
19577         (spam-user-format-function-S): Format the score correctly.
19578
19579 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19580
19581         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
19582         signature file.  Suggested by Manoj Srivastava
19583         <srivasta@golden-gryphon.com>.
19584
19585         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
19586         iso-2022-jp even in the Japanese language environment.
19587         Suggested by Jason Rumney <jasonr@gnu.org>.
19588
19589 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19590
19591         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
19592         use the same characters as the dummy marks; make it free from
19593         getting affected by the language environment.
19594         (gnus-summary-read-group-1): Update mark positions only when the
19595         format spec is updated.
19596
19597         * gnus-spec.el (gnus-update-format-specifications): Return a list
19598         of updated types.
19599
19600 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19601
19602         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
19603         of boundp to check if display-warning is available.
19604
19605 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
19606
19607         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
19608
19609 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19610
19611         * nnspool.el (nnspool-spool-directory): Use news-path if the
19612         news-directory variable is not bound.
19613
19614         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
19615         function instead of display-warning if it is not available.
19616
19617 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19618
19619         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
19620         v5-10: Use `point-at-bol'.
19621
19622 2004-10-26  Simon Josefsson  <jas@extundo.com>
19623
19624         * hashcash.el: Fix URL in comment, reported by Cheng Gao
19625         <chenggao@gmail.com>.
19626
19627 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19628
19629         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
19630         instead.
19631
19632 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
19633
19634         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
19635         to remove a server from the nnimap-server-buffer-alist.
19636         (nnimap-open-connection, nnimap-close-server): Use it.
19637
19638         * gnus-encrypt.el: Remove file in favor of encrypt.el.
19639
19640 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19641
19642         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
19643         running the major-mode function.
19644
19645 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19646
19647         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
19648         dummy marks in the right way.
19649
19650 2004-10-18  David Edmondson  <dme@dme.org>
19651
19652         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
19653         excessively.
19654
19655 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
19656
19657         * gnus-util.el (gnus-split-references): Accept a nil references
19658         string and go on blissfully.
19659
19660         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
19661         cases where the references string is non-nil but has no references.
19662
19663         * encrypt.el: Add autoload tags.
19664
19665         * spam.el (spam-resolve-registrations-routine): Remove article
19666         from unregistration list too.  Reported by David Hanak
19667         <dhanak@isis.vanderbilt.edu>
19668
19669 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
19670
19671         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
19672         nil.  Change custom type.
19673
19674 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
19675
19676         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
19677
19678         * gnus-sum.el (gnus-summary-move-article): Use it.
19679
19680 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
19681
19682         * encrypt.el: Add autoload cookies.
19683
19684         * spam.el (spam-backend-article-list-property)
19685         (spam-backend-get-article-todo-list)
19686         (spam-backend-put-article-todo-list)
19687         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
19688         Resolve registrations separately.
19689         (spam-register-routine): Format comments.
19690         (spam-unregister-routine, spam-register-routine): Always call with
19691         specific-articles, no default list.
19692         (spam-summary-prepare-exit): Use the spam-classifications function.
19693
19694         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
19695         gnus-encrypt.el.
19696
19697         * encrypt.el: Copied from gnus-encrypt.el.
19698
19699         * gnus-encrypt.el: Commented that it's obsolete.
19700
19701 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19702
19703         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
19704         (gnus-score-save): Use it.
19705
19706         * message.el (message-bury): Use `window-dedicated-p'.
19707
19708 2004-10-15  Simon Josefsson  <jas@extundo.com>
19709
19710         * pop3.el (top-level): Don't require nnheader.
19711         (pop3-read-timeout): Add.
19712         (pop3-accept-process-output): Add.
19713         (pop3-read-response, pop3-retr): Use it.
19714
19715 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
19716
19717         * spam.el (spam-register-routine): Move comment.
19718         (spam-verify-bogofilter): Use 'unknown for the initial
19719         spam-bogofilter-valid state, not 'never.
19720
19721         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
19722         for netrc-machine.
19723
19724         * nnimap.el (nnimap-open-connection):
19725         Use netrc-machine-user-or-password.
19726
19727 2004-10-17  Richard M. Stallman  <rms@gnu.org>
19728
19729         * gnus-registry.el (gnus-registry-unload-hook):
19730         Set as a variable with add-hook.
19731
19732         * nnspool.el (nnspool-spool-directory): Use news-directory instead
19733         of news-path.
19734
19735         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
19736
19737         * spam.el: Delete duplicate `provide'.
19738         (spam-unload-hook): Set as a variable with add-hook.
19739
19740 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19741
19742         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
19743         in the doc string.
19744
19745         * message.el (message-ignored-news-headers)
19746         (message-ignored-supersedes-headers)
19747         (message-ignored-resent-headers)
19748         (message-forward-ignored-headers): Improve custom type.
19749
19750 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19751
19752         * message.el (message-tokenize-header): Fix 2004-09-06 change
19753         which used point-min in the wrong place.
19754
19755 2004-10-12  Simon Josefsson  <jas@extundo.com>
19756
19757         * tls.el (tls-certtool-program): New variable.
19758         (tls-certificate-information): New function, based on
19759         ssl-certificate-information.
19760
19761 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19762
19763         * compface.el: Move the version of ELisp-based uncompface program
19764         to the contrib directory because of the copyright problem.
19765
19766 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19767
19768         * message.el (message-kill-buffer): Raise the current frame.
19769
19770 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19771
19772         * gnus-sum.el: Mention that multibyte characters don't work as marks.
19773
19774         * gnus.el (message-y-or-n-p): Autoload.
19775
19776         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
19777         (pop3-password-required, pop3-authentication-scheme)
19778         (pop3-leave-mail-on-server): Make customizable.
19779         (pop3): New custom group.
19780         (pop3-retr): Remove `sleep-for' statements.
19781         Suggested by Dave Love <fx@gnu.org>.
19782
19783         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
19784         Windows/DOS.
19785
19786         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19787         (imap-parse-body): Fix incorrect use of `assert'.
19788         Suggested by Dave Love <fx@gnu.org>.
19789
19790         * mml.el (mml-minibuffer-read-disposition): Require match.
19791         Suggested by Dave Love <fx@gnu.org>.
19792
19793 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19794
19795         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
19796         doc string.
19797
19798 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19799
19800         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
19801
19802 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19803
19804         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
19805         instead of calling `mm-insert-inline', to decode text/* parts
19806         before displaying them.
19807
19808 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19809
19810         * mm-uu.el (mm-uu-text-plain-type): New variable.
19811         (mm-uu-pgp-signed-extract-1): Use it.
19812         (mm-uu-pgp-encrypted-extract-1): Use it.
19813         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
19814         bind mm-uu-text-plain-type with that value.
19815         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
19816         mm-uu-dissect.
19817
19818 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19819
19820         * gnus-group.el (gnus-update-group-mark-positions):
19821         * gnus-sum.el (gnus-update-summary-mark-positions):
19822         * message.el (message-check-news-body-syntax):
19823         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
19824         of string-as-multibyte.
19825
19826 2004-10-05  Juri Linkov  <juri@jurta.org>
19827
19828         * gnus-group.el (gnus-update-group-mark-positions):
19829         * gnus-sum.el (gnus-update-summary-mark-positions):
19830         * message.el (message-check-news-body-syntax):
19831         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
19832         8-bit unibyte values to a multibyte string for search functions.
19833
19834 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19835
19836         * mm-uu.el (mm-uu-dissect): Allow optional arg.
19837         (mm-uu-dissect-text-parts): New function.
19838
19839         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
19840         dissect text parts.
19841
19842         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
19843         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
19844
19845         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
19846
19847         * gnus-topic.el (gnus-topic-hierarchical-parameters):
19848         Use gnus-current-topics instead of gnus-current-topic.
19849
19850 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
19851
19852         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
19853
19854 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
19855
19856         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
19857         where appropriate.
19858
19859         * nnml.el (nnml-generate-active-info): do.
19860
19861         * nndiary.el (nndiary-generate-active-info): do.
19862
19863         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
19864         (gnus-topic-move): do.
19865
19866         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
19867         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
19868
19869         * gnus-srvr.el (gnus-server-prepare)
19870         (gnus-server-open-all-servers): do.
19871
19872         * gnus-msg.el (gnus-summary-cancel-article)
19873         (gnus-summary-resend-message)
19874         (gnus-summary-mail-crosspost-complaint): do.
19875
19876         * gnus-move.el (gnus-change-server): do.
19877
19878         * gnus-group.el (gnus-group-unmark-all-groups)
19879         (gnus-group-set-current-level): do.
19880
19881 2004-10-04  Simon Josefsson  <jas@extundo.com>
19882
19883         * message.el (message-generate-hashcash): Doc fix.
19884
19885 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
19886
19887         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
19888         avoid infinite recursion via gnus-get-function.
19889
19890 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
19891
19892         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
19893
19894         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
19895
19896         * nnmail.el (nnmail-split-history): do.
19897
19898         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
19899         (nnml-request-delete-group): do.
19900
19901         * nnslashdot.el (nnslashdot-read-groups): do.
19902
19903         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
19904         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
19905
19906         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
19907         (nnspool-sift-nov-with-sed): Use last.
19908         (nnspool-retrieve-headers-with-nov): Use mapc.
19909         (nnspool-request-newgroups): Use dolist.
19910         (nnspool-request-group): Use last.
19911
19912         * nntp.el (nntp-read-server-type): Use dolist.
19913
19914         * nnvirtual.el (nnvirtual-create-mapping)
19915         (nnvirtual-update-read-and-marked): Use dolist.
19916         (nnvirtual-convert-headers): Simplify.
19917
19918 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19919
19920         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19921         Add support for sync'ing tick marks.
19922
19923 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19924
19925         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19926         there's no visible header.
19927
19928 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19929
19930         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19931         When necessary, pass full group name to gnus-request-set-marks.
19932
19933 2004-10-01  Simon Josefsson  <jas@extundo.com>
19934
19935         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19936         acroread.
19937
19938 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19939
19940         * spam-report.el (spam-report-gmane): Fix interactive.
19941
19942         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19943
19944         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19945         when writing file.
19946         (gnus-agent-synchronize-flags): Don't default to being
19947         interactive.
19948
19949 2004-09-30  Simon Josefsson  <jas@extundo.com>
19950
19951         * message.el (message-generate-hashcash): Add.
19952         (message-send-mail): Use it, call mail-add-payment.
19953
19954 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19955
19956         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19957
19958 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19959
19960         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19961         gnus-requst-update-info with explicit code to sync the in-memory
19962         info read flags with the marks being sync'd to the backend.
19963
19964         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
19965
19966 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19967
19968         * spam.el (spam-verify-bogofilter): Add new function.
19969         (spam-check-bogofilter)
19970         (spam-bogofilter-register-with-bogofilter): Use it.
19971         (spam-verify-bogofilter): Add small fixes.
19972
19973 2004-09-28  Simon Josefsson  <jas@extundo.com>
19974
19975         * hashcash.el (hashcash-generate-payment): Revert.
19976
19977 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19978
19979         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19980         Use gnus-extract-references instead of gnus-split-references.
19981
19982         * gnus-util.el (gnus-extract-references): Add new function, analogous
19983         to gnus-split-references but extracts only the message-ID without
19984         anything extra.
19985
19986         * hashcash.el (hashcash-generate-payment)
19987         (hashcash-check-payment): Do the right thing if hashcash-path is
19988         nil (because the hashcash program could not be found).
19989
19990         * spam.el (spam-use-hashcash): Remove comment.
19991
19992 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19993
19994         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19995         (gnus-cache-enter-article, gnus-cache-remove-article)
19996         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19997
19998         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19999
20000         * gnus-art.el (article-hide-boring-headers)
20001         (article-translate-strings, article-display-face)
20002         (gnus-article-mime-match-handle-first)
20003         (gnus-article-highlight-headers)
20004         (gnus-article-add-buttons-to-head): do.
20005
20006 2004-09-27  Simon Josefsson  <jas@extundo.com>
20007
20008         * hashcash.el: New version, from
20009         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
20010         ../contrib/.
20011
20012 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20013
20014         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
20015
20016 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
20017
20018         * gnus-dup.el (gnus-dup-open): Use mapc.
20019         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
20020
20021         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
20022         Reported by Stefan Wiens <s.wi@gmx.net>.
20023
20024         * gnus.el (gnus-shutdown): Use dolist.
20025
20026         * gnus-undo.el (gnus-undo): Use mapc.
20027
20028         * nnrss.el (nnrss-generate-active): do.
20029
20030         * message.el (message-cite-original-without-signature)
20031         (message-cite-original): Use mapc.
20032         (message-do-actions, message-make-forward-subject): Use dolist.
20033
20034 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20035
20036         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
20037         deletion to remove entire duplicate line.  Fixes merged article
20038         number bug.
20039
20040 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20041
20042         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
20043         servers that are offline.  Avoids having gnus-agent-toggle-plugged
20044         first ask if you want to open a server and then, even when you
20045         responded with no, asking if you want to synchronize the server's
20046         flags.
20047         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
20048         multi-line expressions.
20049         (gnus-agent-synchronize-group-flags): New internal function.
20050         Updates marks in memory (in the info structure) AND in the
20051         backend.
20052
20053         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
20054
20055         * nnagent.el (nnagent-request-set-mark):
20056         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
20057         method, to ensure that synchronization updates marks in the
20058         backend and in the info (in memory) structure.
20059
20060 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20061
20062         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
20063         convention fully; don't miss the root article of a thread; make
20064         the X-Draft-From header with correct article numbers.
20065
20066 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
20067
20068         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
20069         unless plugged.  Disable the agent so that an open failure causes
20070         an error.
20071
20072         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
20073         Revert 2004-09-21 change.  The backend must be opened while
20074         synchronizing flags even when the backend stores the flags
20075         locally.
20076
20077 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
20078
20079         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
20080         in `header' match.  Reported by Svend Tollak Munkejord.
20081
20082         * message.el (message-cite-original): Fix use of
20083         `message-cite-articles-with-x-no-archive'.
20084
20085 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20086
20087         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
20088         (gnus-window-to-buffer): Ditto.
20089
20090         * mml.el (mml-preview-buffer): New variable.
20091         (mml-preview): Manage window layout with gnus-buffer-configuration.
20092
20093         * gnus-msg.el (gnus-setup-message): Put article numbers into the
20094         X-Draft-From header even if those articles aren't quoted.
20095
20096 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
20097
20098         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
20099         (gnus-request-set-mark, gnus-request-update-mark): Use new
20100         g-s-t-u-l-m to decide to use backend even when unplugged.
20101
20102 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20103
20104         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
20105         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
20106
20107 2004-09-20  Simon Josefsson  <jas@extundo.com>
20108
20109         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
20110         "utf-16-le".
20111
20112 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20113
20114         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
20115
20116 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20117
20118         * uudecode.el (uudecode-use-external): Add :version.
20119
20120         * smime.el (smime-CA-file, smime-encrypt-cipher)
20121         (smime-dns-server): Add :version.
20122
20123         * smiley.el (gnus-smiley-file-types): Add :version.
20124
20125         * sha1.el (sha1-use-external): Add :version.
20126
20127         * pgg-def.el (pgg-query-keyserver): Add :version.
20128
20129         * nnmail.el (nnmail-fancy-expiry-targets)
20130         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
20131         Add :version.
20132
20133         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
20134         (nnimap-retrieve-groups-asynchronous): Add :version.
20135         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
20136
20137         * mml.el (mml-content-disposition-parameters)
20138         (mml-insert-mime-headers-always): Add :version.
20139
20140         * mm-util.el (mm-coding-system-priorities): Add :version.
20141
20142         * mm-decode.el (mm-inline-text-html-with-images)
20143         (mm-keep-viewer-alive-types, mm-external-terminal-program)
20144         (mm-verify-option): Add :version.
20145         (mm-text-html-renderer): Change :version.
20146
20147         * message.el (message-fcc-externalize-attachments)
20148         (message-required-headers, message-draft-headers)
20149         (message-subject-trailing-was-query)
20150         (message-subject-trailing-was-ask-regexp)
20151         (message-subject-trailing-was-regexp, message-mark-insert-begin)
20152         (message-mark-insert-end, message-archive-header)
20153         (message-archive-note, message-cross-post-default)
20154         (message-cross-post-note, message-followup-to-note)
20155         (message-cross-post-note-function, message-use-mail-followup-to)
20156         (message-subscribed-address-functions)
20157         (message-subscribed-address-file, message-subscribed-addresses)
20158         (message-subscribed-regexps, message-allow-no-recipients)
20159         (message-yank-cited-prefix, message-signature-insert-empty-line)
20160         (message-hidden-headers, message-hierarchical-addresses)
20161         (message-mail-user-agent, message-use-idna)
20162         (message-valid-fqdn-regexp)
20163         (message-strip-special-text-properties, message-header-synonyms)
20164         (message-beginning-of-line, message-tab-body-function): Add :version.
20165         (message-insert-canlock, message-wide-reply-confirm-recipients):
20166         Change :version.
20167
20168         * mail-source.el (mail-source-ignore-errors): Add :group, :type
20169         and :version.
20170         (mail-source-delete-old-incoming-confirm)
20171         (mail-source-movemail-program): Add :version.
20172
20173         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
20174         (gnus-agent-cache, gnus-agent): Change :version.
20175
20176         * gnus-util.el (gnus-use-byte-compile): Change :version.
20177
20178         * gnus-sum.el (gnus-summary-make-false-root-always)
20179         (gnus-summary-default-high-score)
20180         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
20181         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
20182         (gnus-read-all-available-headers, gnus-article-emulate-mime)
20183         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
20184         (gnus-sum-thread-tree-single-indent)
20185         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
20186         (gnus-sum-thread-tree-leaf-with-other)
20187         (gnus-sum-thread-tree-single-leaf): Add :version.
20188         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
20189         (gnus-article-loose-mime): Change :version.
20190
20191         * gnus-start.el (gnus-backup-startup-file)
20192         (gnus-save-startup-file-via-temp-buffer): Add :version.
20193
20194         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
20195         (gnus-server-offline-face): Add :version.
20196
20197         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
20198
20199         * gnus-msg.el (gnus-gcc-externalize-attachments)
20200         (gnus-debug-files, gnus-debug-exclude-variables)
20201         (gnus-discouraged-post-methods): Change :version.
20202         (gnus-confirm-mail-reply-to-news)
20203         (gnus-confirm-treat-mail-like-news): Add :version.
20204
20205         * gnus-int.el (gnus-server-unopen-status): Add :version.
20206
20207         * gnus-group.el (gnus-group-jump-to-group-prompt)
20208         (gnus-large-ephemeral-newsgroup)
20209         (gnus-fetch-old-ephemeral-headers): Add :version.
20210
20211         * gnus-fun.el (gnus-x-face-directory)
20212         (gnus-convert-pbm-to-x-face-command)
20213         (gnus-convert-image-to-x-face-command)
20214         (gnus-convert-image-to-face-command): Add :version.
20215
20216         * gnus-delay.el (gnus-delay-default-hour): Add :version.
20217
20218         * gnus-cite.el (gnus-cite-blank-line-after-header)
20219         (gnus-article-boring-faces): Add :version.
20220
20221         * gnus-art.el (gnus-buttonized-mime-types)
20222         (gnus-inhibit-mime-unbuttonizing)
20223         (gnus-treat-display-face)
20224         (gnus-treat-body-boundary): Change :version.
20225         (gnus-body-boundary-delimiter, gnus-picon-databases)
20226         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
20227         (gnus-treat-date-english, gnus-treat-fold-headers)
20228         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
20229         (gnus-treat-mail-picon, gnus-treat-wash-html)
20230         (gnus-article-encrypt-protocol)
20231         (gnus-use-idna, gnus-article-over-scroll)
20232         (gnus-mime-display-multipart-alternative-as-mixed)
20233         (gnus-mime-display-multipart-related-as-mixed)
20234         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
20235         (gnus-ctan-url, gnus-button-ctan-handler)
20236         (gnus-button-handle-ctan-bogus-regexp)
20237         (gnus-button-ctan-directory-regexp)
20238         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
20239         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
20240         (gnus-button-man-level, gnus-button-emacs-level)
20241         (gnus-button-message-level, gnus-button-browse-level): Add :version.
20242
20243         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
20244         (gnus-agent-go-online): Change :version.
20245         (gnus-agent-expire-unagentized-dirs)
20246         (gnus-agent-auto-agentize-methods): Add :version.
20247
20248         * flow-fill.el (fill-flowed-display-column)
20249         (fill-flowed-encode-column): Add :version.
20250
20251         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20252         (gnus-outlook-deuglify-unwrap-max)
20253         (gnus-outlook-deuglify-cite-marks)
20254         (gnus-outlook-deuglify-unwrap-stop-chars)
20255         (gnus-outlook-deuglify-no-wrap-chars)
20256         (gnus-outlook-deuglify-attrib-cut-regexp)
20257         (gnus-outlook-deuglify-attrib-verb-regexp)
20258         (gnus-outlook-deuglify-attrib-end-regexp)
20259         (gnus-outlook-display-hook): Add :version.
20260
20261         * binhex.el (binhex-use-external): Add :version.
20262
20263 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
20264
20265         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
20266         and `invisible'.
20267
20268 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
20269
20270         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
20271         in gnus-registry-trim.
20272
20273 2004-09-13  Simon Josefsson  <jas@extundo.com>
20274
20275         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
20276
20277         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
20278
20279         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
20280         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20281         <yamaoka@jpl.org>.
20282         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
20283         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20284         <yamaoka@jpl.org>.
20285
20286         * sieve.el (sieve-manage-mode): Ditto.
20287
20288 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
20289
20290         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
20291
20292 2004-09-11  Simon Josefsson  <jas@extundo.com>
20293
20294         * dns-mode.el: Add.
20295
20296         * mm-view.el (mm-display-dns-inline): Add.
20297
20298         * mm-decode.el (mm-inline-media-tests): Add text/dns.
20299         (mm-automatic-display): Ditto.
20300
20301         * mailcap.el (mailcap-mime-data): Add text/dns.
20302         (mailcap-mime-extensions): Map .soa to text/dns.
20303
20304 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
20305
20306         * gnus-art.el (article-decode-mime-words, article-babel)
20307         (gnus-article-highlight-signature, gnus-article-add-buttons)
20308         (gnus-signature-toggle): Remove unnecessary bindings of
20309         `inhibit-read-only' inherited from v5.10 merge.
20310
20311 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
20312
20313         * nntp.el (nntp): New customization group.
20314         (nntp-authinfo-file): Add customization group.
20315
20316         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
20317
20318         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
20319
20320         * gnus.el (to-address, to-list, subscribed)
20321         (large-newsgroup-initial): Ditto.
20322
20323         * flow-fill.el (fill-flowed-display-column)
20324         (fill-flowed-encode-column): Ditto.
20325
20326 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20327
20328         * message.el (message-tokenize-header, message-send-mail-with-qmail):
20329         Use point-min rather than 1.
20330         (message-send-mail): Use buffer-size rather than point-max.
20331
20332         * gnus-sum.el (gnus-summary-search-article-forward):
20333         Signal a specific `search-failed' rather than a generic `error'.
20334
20335         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20336         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20337         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20338
20339 2004-09-10  Simon Josefsson  <jas@extundo.com>
20340
20341         * nndb.el (require): Remove tcp and duplicate cl.
20342
20343 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20344
20345         * gnus-agent.el (directory-files-and-attributes): Move forward.
20346
20347 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20348
20349         * gnus-agent.el (directory-files-and-attributes):
20350         Optionally defined to support XEmacs.
20351
20352 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20353
20354         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
20355         to avoid run-time CL dependencies.
20356         (gnus-agent-unfetch-articles): New function.
20357         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20358         article numbers even when local .overview file is missing.
20359         (gnus-agent-read-article-number): New function.  Only accepts
20360         27-bit article numbers.
20361         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20362         Use gnus-agent-read-article-number.
20363         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20364         from backend while recognizing that article numbers in .overview
20365         must be valid.
20366         (gnus-agent-update-files-total-fetched-for):
20367         Use directory-files-and-attributes to improve performance.
20368         * gnus-int.el (gnus-request-move-article):
20369         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
20370         improve performance.
20371
20372         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
20373         some users confused by references to .newsrc when they only have a
20374         .newsrc.eld file.
20375         (gnus-convert-mark-converter-prompt)
20376         (gnus-convert-converter-needs-prompt): Fix use of property list.
20377         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
20378         New function.  Used internally to only display 'gnus converting
20379         files' message when actually necessary.
20380
20381         * gnus-sum.el (): Remove (require 'gnus-agent) as required
20382         methods now autoloaded.
20383
20384 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20385
20386         * gnus-sum.el (gnus-summary-insert-subject): Remove list
20387         identifiers.
20388
20389 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
20390
20391         * gnus-picon.el: Fix indentation and closing parenthesis.
20392
20393 2004-09-01  Simon Josefsson  <jas@extundo.com>
20394
20395         * message.el (message-canlock-generate): Require sha1, not
20396         sha1-el.  (Can we get rid of this require altogether?  It is ugly
20397         to require within a function.  Sadly, if sha1.el isn't loaded, the
20398         let binding in m-c-g will hide the defcustom definition, which is
20399         bad.)
20400
20401         * canlock.el: Require sha1, not sha1-el.
20402
20403         * message.el: Don't autoload sha1 (there is a autoload cookie in
20404         sha1.el).
20405
20406         * sha1-el.el: Rename to sha1.el.
20407
20408 2004-08-30  Juanma Barranquero  <lektu@terra.es>
20409
20410         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
20411
20412 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20413
20414         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
20415
20416 2004-08-30  Kim F. Storm  <storm@cua.dk>
20417
20418         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
20419
20420         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
20421         Add :group 'nnimap.
20422
20423 2004-08-30  Andreas Schwab  <schwab@suse.de>
20424
20425         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
20426         ?* and ?\;.
20427
20428         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
20429         and ?\' to symbol instead of whitespace.
20430
20431 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20432
20433         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
20434
20435         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
20436         instead of re-search-forward.
20437
20438         * gnus-uu.el (gnus-uu-save-article): Ditto.
20439         (gnus-uu-post-encode-uuencode): Ditto.
20440
20441         * html2text.el (html2text-clean-list-items): Ditto.
20442         (html2text-clean-dtdd): Ditto.
20443         (html2text-format-tags): Ditto.
20444
20445         * message.el (message-send-mail-with-sendmail): Fix regexp.
20446         (message-fill-field-general): Use search-forward instead of
20447         re-search-forward.
20448         (unbold-region): Ditto.
20449
20450         * nnrss.el (nnrss-request-article): Ditto.
20451
20452         * nnslashdot.el (nnslashdot-request-article): Ditto.
20453
20454         * nnweb.el (nnweb-gmane-wash-article): Ditto.
20455
20456         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
20457         "Unrecognized menu descriptor" error in XEmacs.
20458
20459 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20460
20461         * gnus-sum.el (gnus-read-header): Don't remove a header for the
20462         parent article of a sparse article in the thread hashtb.
20463
20464 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
20465
20466         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
20467         (nnmail-expand-newtext): Lowercase expanded entries if
20468         nnmail-split-lowercase-expanded is non-nil.
20469
20470 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20471
20472         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
20473
20474         * gnus-group.el (gnus-group-line-format-alist): Convert the value
20475         of gnus-tmp-news-method into string under XEmacs.  It will be
20476         passed to gnus-correct-length which takes only a string argument.
20477
20478 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20479
20480         * gnus-util.el (gnus-bind-print-variables): New macro.
20481         (gnus-prin1): Use it.
20482         (gnus-prin1-to-string): Use it.
20483         (gnus-pp): New function.
20484         (gnus-pp-to-string): New function.
20485
20486         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20487         Replace pp-to-string with gnus-pp-to-string.
20488         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20489         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20490         * gnus-msg.el (gnus-debug): Ditto.
20491         * gnus-score.el (gnus-score-save): Ditto.
20492         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20493         gnus-pp-to-string.
20494         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
20495         with gnus-pp.
20496         * score-mode.el (gnus-score-pretty-print): Ditto.
20497         * webmail.el (webmail-debug): Ditto.
20498
20499 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20500
20501         * gnus-art.el (article-display-face, article-display-x-face):
20502         Use buffer-read-only.
20503
20504 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20505
20506         * gnus-art.el (article-hide-list-identifiers):
20507         Bind inhibit-read-only as t.
20508
20509 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
20510
20511         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
20512
20513 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20514
20515         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
20516         (gnus-narrow-to-page): Don't assume point-min == 1.
20517         (gnus-article-edit-mode): Derive from message-mode.
20518
20519         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20520         point-min == 1.
20521
20522         * imap.el (imap-parse-address-list, imap-parse-body-ext):
20523         Disable incorrect use of `assert'.
20524
20525         * message.el (message-mode): Set comment-start-skip.
20526
20527
20528 2004-08-22  Sam Steingold  <sds@gnu.org>
20529
20530         * pop3.el (pop3-leave-mail-on-server): New user variable.
20531         (pop3-movemail): Delete mail only when it is nil.
20532
20533 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
20534
20535         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
20536
20537         * mml.el (mml-preview): Use `pop-to-buffer'.
20538
20539         * message.el (message-goto-mail-followup-to): Insert after "To".
20540         (message-carefully-insert-headers): Add comment.
20541
20542         * gnus.el: Remove unused variable `gnus-article-check-size'.
20543
20544         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
20545
20546         * gnus-art.el (gnus-button-alist):
20547         Improve `gnus-button-handle-library' entry.
20548
20549 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
20550
20551         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
20552         Use downcase, since XEmacs capitalizes error messages differently.
20553
20554 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
20555
20556         * nntp.el: Add (require 'gnus) due to reference to
20557         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
20558
20559 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
20560
20561         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
20562         Bind `mm-fill-flowed'.
20563
20564         * mm-decode.el (mm-dissect-singlepart): Check it.
20565
20566 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
20567
20568         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
20569         'imap' for netrc parsing.
20570
20571 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
20572
20573         * mailcap.el (mailcap-mime-data): Mark as risky.
20574
20575 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20576
20577         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
20578         may be included in the encoded word.
20579         (rfc2047-encode): Don't append a space if the encoded word
20580         includes close parenthesis.
20581
20582 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20583
20584         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
20585         of text within parentheses.
20586
20587 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
20588
20589         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
20590         (gnus-encrypt-write-file-contents): Make the password key the file
20591         name PLUS the cipher, not just the cipher.  Also remove failed
20592         passwords from the cache.
20593
20594 2004-08-06  Simon Josefsson  <jas@extundo.com>
20595
20596         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
20597         Doc fix.
20598
20599 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20600
20601         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
20602         LWSP.
20603
20604 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
20605
20606         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20607         Try to append in-reply-to: data to the references: header.
20608
20609         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
20610         (netrc-parse): Use gnus-encrypt.el functions.
20611
20612         * gnus-encrypt.el: Add new file for encryption support; currently
20613         does only a few GPG ciphers and an internal XOR cipher.
20614
20615         * password.el: Add comments on using password-read-and-add.
20616         (password-read-and-add): Add function to read and add the
20617         password to the cache at once.
20618
20619 2004-07-28  Simon Josefsson  <jas@extundo.com>
20620
20621         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
20622         parameter (but don't use it, for now).
20623
20624         * imap.el (imap-ssl-open): Use imap-process-connection-type,
20625         instead of hard coding to nil.
20626
20627 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20628
20629         * mm-view.el (mm-inline-image-emacs): Open lines under an image
20630         as mm-inline-image-xemacs does.
20631
20632 2004-07-26  Simon Josefsson  <jas@extundo.com>
20633
20634         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
20635         Revert part of 2004-07-17 change below.
20636
20637 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20638
20639         * rfc2047.el (rfc2047-encode-region): Don't infloop.
20640         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20641
20642 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20643
20644         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
20645         quotes that actually start with ">" at the beginning of the
20646         lines.
20647
20648 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20649
20650         * rfc2047.el (rfc2047-encode-region): Fix last change.
20651         (rfc2047-encode-parameter): Remove useless concat.
20652
20653 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20654
20655         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
20656         encode special characters; fix some kind of misconfigured headers;
20657         signal a real error if debug-on-quit or debug-on-error is non-nil.
20658         (rfc2047-encode-max-chars): New variable.
20659         (rfc2047-encode-1): Use it.
20660         (rfc2047-encode-parameter): New function.
20661
20662         * mml.el (mml-insert-parameter): Remove an excessive space.
20663
20664 2004-07-17  Simon Josefsson  <jas@extundo.com>
20665
20666         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
20667         Kai Grossjohann <kai@emptydomain.de>.
20668         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
20669         (gnus-group-make-menu-bar): Ditto.
20670
20671         * gnus-util.el (gnus-group-server): Add.
20672
20673 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
20674
20675         * message.el (message-clone-locals): Clone sendmail and smtp
20676         variables.
20677
20678 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20679
20680         * rfc2047.el (rfc2047-encode-region): Fix last change.
20681
20682 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20683
20684         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
20685         characters as non-special.
20686
20687 2004-07-09  Simon Josefsson  <jas@extundo.com>
20688
20689         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
20690         Users will lose all flag changes made while unplugged with
20691         e.g. nntp unless flag synchronization happens, thus `nil' is not a
20692         good default.  See numerous reports on ding mailing list.
20693
20694 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20695
20696         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
20697         add generate-head-function and generate-article-function to the
20698         rfc822-forward entry.
20699         (nndoc-rfc822-forward-generate-article): New function.
20700         (nndoc-rfc822-forward-generate-head): New function.
20701
20702         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
20703
20704 2004-07-06  Dan Christensen  <jdc@uwo.ca>
20705
20706         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
20707         respect display group parameter and gnus-summary-expunge-below.
20708         (gnus-articles-to-read): Remove unused reference to display group
20709         parameter.
20710
20711 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20712
20713         * nnheader.el (nnheader-uniquify-message-id): New experimental
20714         variable.
20715         (nnheader-nov-read-message-id): Use it.
20716
20717         * spam-report.el (spam-report-gmane): Add interactive.
20718
20719 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20720
20721         * mm-encode.el (mm-content-transfer-encoding-defaults):
20722         Use qp-or-base64 for the application/* types.
20723
20724 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
20725
20726         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
20727
20728 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
20729
20730         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
20731         trim value.
20732
20733 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20734
20735         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
20736         New macro and function.
20737         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
20738
20739 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20740
20741         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
20742         after-load-alist.
20743
20744 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20745
20746         * gnus-group.el (gnus-group-get-new-news-this-group):
20747         Don't update info that isn't there.
20748
20749 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
20750
20751         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
20752         entry.
20753
20754 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20755
20756         * mm-view.el (mm-inline-render-with-function): Use multibyte
20757         buffer; decode html source by charset.
20758
20759         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
20760
20761         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
20762         Mule-UCS is loaded under XEmacs.
20763         (mm-mime-mule-charset-alist): Avoid duplicated entries.
20764
20765 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
20766
20767         * nnheader.el (nnheader-max-head-length): Increase to 8192.
20768
20769 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20770
20771         * mm-util.el (mm-coding-system-p): Return a coding-system.
20772         (mm-mime-mule-charset-alist): Use shift_jis instead of
20773         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
20774         entries for the mime charsets iso-2022-jp-3 and shift_jis.
20775         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
20776         instead of japanese-shift-jis and iso-latin-1 respectively in
20777         order to share the default value with both Emacs and XEmacs-mule.
20778         (mm-mule-charset-to-mime-charset):
20779         Make mm-coding-system-priorities effective.
20780         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
20781         while predicating of candidates upon the priorities.
20782
20783 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
20784
20785         * gnus-sum.el (gnus-summary-make-menu-bar):
20786         Add gnus-uu-invert-processable.
20787
20788         * gnus.el: Autoload gnus-uu-invert-processable.
20789
20790 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20791
20792         * mm-util.el (mm-with-multibyte-buffer): New macro.
20793
20794         * rfc2047.el (rfc2047-encode-string): Use it.
20795         (rfc2047-encode-region): Move point to the end of the region after
20796         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
20797
20798 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20799
20800         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
20801         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
20802
20803 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20804
20805         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
20806         (gnus-cite-parse): Ignore quoted envelope From_.
20807         Suggested by Karl Chen <quarl@nospam.quarl.org>.
20808
20809 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
20810
20811         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
20812         invalid addresses.
20813
20814 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
20815
20816         * spam.el: Change section markers, revise TODO list.
20817         (spam-backends): Make new master list of all installed backends.
20818         (spam-summary-exit-behavior): Add new variable to determine how
20819         messages moves are done at summary exit.
20820         (spam-move-spam-nonspam-groups-only)
20821         (spam-process-ham-in-nonham-groups)
20822         (spam-process-ham-in-spam-groups): Remove variables, the
20823         spam-summary-exit-behavior variable should be used to manage this
20824         behavior.
20825         (spam-old-ham-articles, spam-old-spam-articles): Remove.
20826         (spam-old-articles): Add variable, replacing spam-old-ham-articles
20827         and spam-old-spam-articles.
20828         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
20829         Add empty variables, placeholders for the backends they represent.
20830         (spam-set-difference): Move, unchanged.
20831         (spam-list-of-processors): Declare OBSOLETE, not used anymore
20832         unless the user has a processor variable.
20833         (spam-classifications, spam-classification-valid-p)
20834         (spam-backend-properties, spam-backend-property-valid-p)
20835         (spam-backend-function-type-valid-p)
20836         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
20837         (spam-report-articles-gmane, spam-report-articles-resend):
20838         Remove functions, they are not needed.
20839         (spam-install-backend-super, spam-backend-list)
20840         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
20841         (spam-backend-function, spam-backend-ham-registration-function)
20842         (spam-backend-spam-registration-function)
20843         (spam-backend-ham-unregistration-function)
20844         (spam-backend-spam-unregistration-function)
20845         (spam-backend-statistical-p, spam-backend-mover-p)
20846         (spam-install-backend-alias, spam-install-checkonly-backend)
20847         (spam-install-mover-backend, spam-install-nocheck-backend)
20848         (spam-install-backend, spam-install-statistical-backend)
20849         (spam-install-statistical-checkonly-backend): Add backend installation
20850         support.
20851         (spam-summary-prepare-exit): Rewrite to use the new backend code.
20852         (spam-group-processor-p): Use the new backend code and respect the
20853         summary exit behavior.
20854         (spam-mark-spam-as-expired-and-move-routine): Remove.
20855         (spam-summary-prepare): Change to use the new spam-old-articles
20856         variable.
20857         (spam-copy-or-move-routine, spam-copy-spam-routine)
20858         (spam-move-spam-routine, spam-copy-ham-routine)
20859         (spam-move-ham-routine): Add code to copy/move ham or spam.
20860         (spam-fetch-field-fast): Improve doc and code, plus allow the
20861         'number request.
20862         (spam-list-of-checks, spam-list-of-statistical-checks):
20863         Remove variables.
20864         (spam-split, spam-find-spam): Use the new backend code.
20865         (spam-registration-functions): Remove variable.
20866         (spam-unregister-routine): Add convenience wrapper.
20867         (spam-log-undo-registration, spam-register-routine)
20868         (spam-log-processing-to-registry)
20869         (spam-log-unregistration-needed-p): Rename "check" to "backend"
20870         where possible.
20871         (spam-check-gmane-xref, spam-check-regex-headers)
20872         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
20873         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
20874         (spam-check-bogofilter-headers, spam-check-spamoracle)
20875         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
20876         (spam-check-crm114-headers): Use the spam-split-group that
20877         spam-split prepares, no need to determine it every time.
20878
20879         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
20880         to the nnheader-parse-naked-head call.
20881
20882         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
20883
20884         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
20885         the nnheader-nov-read-message-id call.
20886
20887 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20888
20889         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
20890         gnus-activate-group twice.  Suggested by Markus Peter
20891         <warp@spin.de>.
20892
20893 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20894
20895         * gnus-art.el (gnus-article-time-format): Exchange the order of
20896         day and month in the default value; fix customization type.
20897         (article-date-ut): Use add-text-properties.
20898         (article-make-date-line): Use message-make-date instead of
20899         current-time-string.
20900
20901         * message.el (message-fetch-field): Don't use set-text-properties.
20902         (message-make-date): Simplify.
20903
20904         * messagexmas.el (message-xmas-make-date): New function.
20905         (message-xmas-redefine): Defalias message-make-date to it.
20906
20907 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20908
20909         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
20910         (rfc2047-encode-region): Treat text within parentheses as special;
20911         show the original text when error has occurred.
20912
20913         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
20914         already-computed method to gnus-activate-group.
20915
20916         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
20917         same select-methods identical Lisp objects.
20918
20919         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
20920         object when modifying the info.
20921
20922 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20923
20924         * gnus-srvr.el (gnus-server-set-info): Remove the server from
20925         gnus-opened-servers since it has never been opened with the new
20926         configuration yet.
20927
20928 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20929
20930         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20931         arg to nnheader-generate-fake-message-id.
20932
20933 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20934
20935         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20936         number and build a fake message ID localized to a group and
20937         article number (so it's repeatable from that point on).
20938         (nnheader-fake-message-id-p): Change regex to accomodate new fake
20939         ID format.
20940
20941         * gnus-sum.el (gnus-get-newsgroup-headers):
20942         Call nnheader-generate-fake-message-id with the article number.
20943
20944 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20945
20946         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20947         end-of-buffer.
20948
20949 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20950
20951         * message.el (message-ignored-supersedes-headers): Add Approved.
20952
20953 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20954
20955         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20956         goto-char.
20957         (rfc2047-encode): Fold the line before encoding.
20958
20959 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20960
20961         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20962         folding -- not all headers can be folded, and this should be done
20963         by the message composition mode.  Probably.  I think.
20964
20965 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20966
20967         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20968         fast.
20969
20970         * gnus-ems.el (gnus-remove-image): Don't use
20971         message-text-with-property; remove only the image found first.
20972
20973         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
20974         found first.
20975
20976 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20977
20978         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20979
20980 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20981
20982         * message.el (message-text-with-property): Make it fast and accept
20983         optional arguments.
20984         (message-strip-forbidden-properties): Use it.
20985         (message-fix-before-sending): Follow the m-t-w-p change.
20986
20987         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20988
20989 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20990
20991         * gnus-art.el (article-hide-headers): Don't change the buffer
20992         mistakenly when performing mml-preview even if
20993         gnus-single-article-buffer is nil.
20994
20995 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20996
20997         * message.el (message-expand-name-databases): New user option.
20998         (message-expand-name): Use it.
20999
21000 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
21001
21002         * spam.el (spam-report-articles-resend)
21003         (spam-report-resend-register-routine): Allow ham reporting.
21004         (spam-report-resend-register-ham-routine): Add wrapper.
21005         (spam-registration-functions): Add ham resending functions.
21006         (spam-list-of-processors): Add ham resend processor.
21007
21008         * gnus.el (ham-resend-to): Add new group parameter.
21009         (spam-process): Add ham resend option.
21010
21011         * spam-report.el (spam-report-resend): Allow reporting ham.
21012         (spam-report-resend-ham): Add wrapper.
21013
21014 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21015
21016         * message.el (message-cite-articles-with-x-no-archive):
21017         New variable.
21018         (message-cite-original): Use it.
21019
21020 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21021
21022         * message.el (message-cite-original): Respect X-No-Archive.
21023
21024 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21025
21026         * gnus-art.el (article-hide-headers): Refer to the values for
21027         gnus-ignored-headers and gnus-visible-headers in the summary
21028         buffer since a user may have set them as group parameters.
21029
21030 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
21031
21032         * assistant.el (assistant-node-name): Add convenience function.
21033         (assistant-render-text, assistant-render-node): Add error handling,
21034         plus handle multiple next nodes.
21035         (assistant-find-next-node): Comment out for now.
21036         (assistant-find-next-nodes): Add function, returns list of next
21037         nodes.
21038
21039 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
21040
21041         * mail-source.el (mail-source-directory): Fix doc-string.
21042
21043 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
21044
21045         * assistant.el (assistant-render-text, assistant-eval): Add :set
21046         widget type, which is different because it takes and returns a
21047         list.  Much hilarity ensues.
21048
21049 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
21050
21051         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
21052
21053         * gnus-group.el (gnus-group-get-new-news-this-group):
21054         Add doc-string.
21055
21056         * gnus-start.el (gnus-activate-group): Add doc-string.
21057
21058 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21059
21060         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
21061
21062 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
21063
21064         * assistant.el (assistant-render-text): Try to add a :set
21065         widget, more to come.
21066
21067         * spam.el (spam-group-spam-contents-p): Handle empty groupname
21068         strings.
21069         (spam-report-articles-resend)
21070         (spam-register-routine): Do registration iff any articles warrant
21071         it.
21072         (spam-summary-prepare-exit): Change log message for nil group
21073         destinations.
21074
21075 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
21076
21077         * spam.el (spam-report-resend-register-routine):
21078         Allow spam-report-resend-to to be a group parameter or a global value.
21079
21080 2004-05-26  Simon Josefsson  <jas@extundo.com>
21081
21082         * starttls.el: Merge with my GNUTLS based starttls.el.
21083         (starttls-gnutls-program, starttls-use-gnutls)
21084         (starttls-extra-arguments, starttls-process-connection-type)
21085         (starttls-connect, starttls-failure, starttls-success):
21086         New variables.
21087         (starttls-program, starttls-extra-args): Doc fix.
21088         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
21089         New functions.
21090         (starttls-negotiate, starttls-open-stream):
21091         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
21092         function if it is set.
21093
21094 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21095
21096         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
21097         structured fields.
21098
21099 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21100
21101         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
21102
21103 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
21104
21105         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
21106         Add variable.
21107         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
21108         assigning the spam-mark to new messages.
21109
21110 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
21111
21112         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
21113
21114 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21115
21116         * dgnushack.el: Autoload customize-set-variable for XEmacs.
21117
21118         * rfc2047.el (rfc2047-encodable-p): Don't move point.
21119         (rfc2047-decode): Treat the ascii coding-system as raw-text by
21120         default.
21121
21122 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
21123
21124         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
21125         correct data.
21126
21127 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
21128
21129         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
21130         (spam-group-processor-p): Fix function.
21131         (spam-group-processor-multiple-p)
21132         (spam-group-spam-processor-report-gmane-p)
21133         (spam-group-spam-processor-report-resend-p)
21134         (spam-group-spam-processor-bogofilter-p)
21135         (spam-group-spam-processor-blacklist-p)
21136         (spam-group-spam-processor-ifile-p)
21137         (spam-group-ham-processor-ifile-p)
21138         (spam-group-spam-processor-spamoracle-p)
21139         (spam-group-spam-processor-crm114-p)
21140         (spam-group-ham-processor-bogofilter-p)
21141         (spam-group-spam-processor-stat-p)
21142         (spam-group-ham-processor-stat-p)
21143         (spam-group-ham-processor-whitelist-p)
21144         (spam-group-ham-processor-BBDB-p)
21145         (spam-group-ham-processor-spamoracle-p)
21146         (spam-group-ham-processor-copy-p): Remove functions with some
21147         prejudice against unneeded code.
21148         (spam-report-articles-resend)
21149         (spam-report-resend-register-routine): Allow the group/topic
21150         spam-resend-to value to override spam-report-resend-to.
21151         (spam-summary-prepare-exit): Invoke spam-group-processor-p
21152         properly now.
21153
21154         * gnus.el (spam-resend-to): Add group/topic parameter.
21155         (spam-process): Move the OBSOLETE processors to the end of the
21156         choices.
21157
21158 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
21159
21160         * spam-report.el (spam-report-resend-to, spam-report-resend):
21161         Start with resend-to set to nil, and then ask the user if necessary.
21162         (spam-report-resend): spam-report-resend takes a list of articles, not
21163         separate article numbers.
21164
21165 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21166
21167         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
21168         addition to emacs-w3m.
21169
21170 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21171
21172         * assistant.el (assistant-authinfo-data): New function.
21173         (assistant-eval): Eval for entire assistant.
21174
21175         * netrc.el (netrc-services-file): New variable.
21176         (netrc-parse-services): New function.
21177         (netrc-find-service-name): New function.
21178         (netrc-find-service-number): New function.
21179         (netrc-port-equal): New function.
21180         (netrc-machine): Use it.
21181
21182         * nnimap.el (nnimap-open-connection): Use netrc.
21183
21184         * gnus-util.el (gnus-netrc-get): Remove aliases.
21185
21186         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
21187
21188         * assistant.el (wid-edit): Fix compilation.
21189
21190         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
21191
21192 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
21193
21194         * gnus-util.el (gnus-set-file-modes): New function.  (small
21195         patch).
21196
21197 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21198
21199         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
21200
21201         * assistant.el (assistant-render-node): Fix up rendering and
21202         read-only text.
21203         (assistant-render-node): Reset.
21204         (assistant-make-read-only): Not sticky.
21205
21206 2004-05-20  Danny Siu  <dsiu@adobe.com>
21207
21208         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
21209         centered even when gnus-auto-center-summary is t.
21210
21211 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21212
21213         * dns.el (dns-get-txt-answer): New function.
21214         (dns-read-txt): Ditto.
21215         (query-dns): Use it.
21216
21217 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21218
21219         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
21220         active for foreign groups even if the group level is higher than
21221         the specified value.
21222
21223 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21224
21225         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
21226         non-active groups.
21227
21228         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
21229
21230 2004-05-20  Magnus Henoch  <mange@freemail.hu>
21231
21232         * dns.el (dns-read-type): Add support for SVR.  (small patch)
21233
21234 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
21235
21236         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
21237         (spam-crm114-header, spam-crm114-spam-switch)
21238         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
21239         (spam-crm114-positive-spam-header)
21240         (spam-crm114-database-directory, spam-list-of-processors)
21241         (spam-group-spam-processor-crm114-p)
21242         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
21243         (spam-generic-score, spam-list-of-checks)
21244         (spam-list-of-statistical-checks, spam-registration-functions)
21245         (spam-check-crm114-headers, spam-crm114-score)
21246         (spam-check-crm114, spam-crm114-register-with-crm114)
21247         (spam-crm114-register-spam-routine)
21248         (spam-crm114-unregister-spam-routine)
21249         (spam-crm114-register-ham-routine)
21250         (spam-crm114-unregister-ham-routine): Add CRM114 support.
21251
21252 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
21253
21254         * gnus.el: Add spam-use-crm114.
21255
21256         * spam.el (spam-list-of-processors, spam-registration-functions):
21257         Add spam-use-resend.
21258         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
21259         (spam-report-articles-gmane): Add doc fix.
21260         (spam-report-articles-resend, spam-report-resend-register-routine):
21261         Add wrappers around spam-report-resend-to.
21262
21263         * spam-report.el (spam-report-resend-to, spam-report-resend):
21264         Add support for resending spam.
21265         (spam-report-gmane): Fix line length >80.
21266
21267         * gnus.el (spam-process): Add spam-use-resend.
21268
21269 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21270
21271         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
21272         number of processed spam messages.
21273         (spam-ham-copy-or-move-routine): Return the number of processed
21274         ham messages.
21275         (spam-summary-prepare-exit): Use the above values to decide
21276         whether status messages shouled be displayed.
21277
21278 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21279
21280         * rfc2047.el (rfc2047-encode-function-alist): Rename from
21281         `rfc2047-encoding-function-alist' in order to avoid conflicting
21282         with the old version.
21283         (rfc2047-encode-region): Concatenate words containing non-ASCII
21284         characters in structured fields; don't encode space-delimited
21285         ASCII words even in unstructured fields; don't break words at
21286         char-category boundaries.
21287         (rfc2047-encode-1): New function.
21288         (rfc2047-encode): Use it; encode text so that it occupies the
21289         maximum width within 76-column; work correctly on Q encoding for
21290         iso-2022-* charsets.
21291         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
21292         sure not to break a line just after the header name.
21293         (rfc2047-b-encode-region): Remove.
21294         (rfc2047-b-encode-string): New function.
21295         (rfc2047-q-encode-region): Remove.
21296         (rfc2047-q-encode-string): New function.
21297
21298         * mm-util.el (mm-replace-in-string): New function.
21299
21300 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21301
21302         * gnus-msg.el (gnus-inews-make-draft-meta-information):
21303         Really get it right.
21304         (gnus-inews-make-draft): Really.
21305
21306 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
21307
21308         * nnmh.el (nnmh-request-list-1): Don't check the link count
21309         before descending.  (small patch)
21310
21311 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21312
21313         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
21314         stuff.
21315
21316         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
21317         Match on real group name.
21318
21319         * gnus-art.el (gnus-signature-limit): Doc fix.
21320
21321         * gnus-msg.el (gnus-inews-make-draft): Quote list.
21322
21323         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
21324
21325 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
21326
21327         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
21328         isn't a string.
21329
21330 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21331
21332         * gnus-draft.el (gnus-draft-send):
21333         Bind rfc2047-encode-encoded-words.
21334
21335         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21336         (rfc2047-encodable-p): Say that =? needs encoding.
21337         (rfc2047-encode-encoded-words): New variable.
21338
21339         * gnus-group.el (gnus-group-select-group): Doc fix.
21340
21341         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
21342
21343         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21344         to nil.
21345
21346         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
21347
21348         * nnheader.el (nnheader-get-lines-and-char): New function.
21349
21350 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
21351
21352         * gnus-msg.el (gnus-summary-followup-with-original):
21353         Document yanking of region when active.
21354
21355 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21356
21357         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21358         groups if the group level is higher than the specified value.
21359
21360 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21361
21362         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
21363         (gnus-group-jump-to-group): Add prefix argument using
21364         `gnus-group-jump-to-group-prompt'.  Query before jumping to
21365         non-active group.
21366
21367         * compface.el (uncompface): Be verbose when changing
21368         `uncompface-use-external'.
21369
21370         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21371         handle manual section.
21372
21373 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21374
21375         * gnus-art.el (gnus-button-alist): Revert previous change.
21376
21377 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21378
21379         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
21380
21381 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21382
21383         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21384         whether backend can accept message.
21385
21386         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
21387
21388 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
21389
21390         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21391         Avoid creating directory when nntp-marks-is-evil is true.
21392         Reported by Reiner Steib.
21393
21394 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21395
21396         * gnus-picon.el (gnus-picon-insert-glyph):
21397         Add optional `nostring' argument.
21398
21399 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21400
21401         * gnus-picon.el (gnus-picon-style): New variable.
21402         (gnus-picon-transform-address): Support `gnus-picon-style'.
21403
21404 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21405
21406         * message.el (message-fill-field): Return point.
21407         (message-generate-headers): Go to end of field.
21408
21409         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21410         stuff for non-living groups.
21411
21412 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21413
21414         * gnus-art.el (gnus-article-followup-with-original)
21415         (gnus-article-reply-with-original): gnus-mark-active-p ->
21416         gnus-region-active-p.
21417
21418 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
21419
21420         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
21421         only when there is spam or ham to be processed.
21422
21423 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21424
21425         * mail-source.el (mail-source-delete-crash-box): Refactor.
21426         (mail-source-fetch): Use it.
21427         (mail-source-fetch-file): Ditto.
21428         (mail-source-fetch-directory): Run postscript in loop.
21429         (mail-source-fetch-pop): Delete.
21430         (mail-source-fetch-maildir): Ditto.
21431         (mail-source-fetch-imap): Ditto.
21432
21433         * imap.el (imap-authenticators): Comment out sasl.
21434
21435         * message.el (message-skip-to-next-address): New function.
21436         (message-fill-header-address): Refactor.
21437         (message-fill-address): Use it.
21438         (message-delete-address): Use it.
21439         (message-fill-header-general): Refactor.
21440         (message-fill-field-address): Rename.
21441         (message-narrow-to-field): Find the start of the header.
21442         (message-header-format-alist): Don't pre-fill.
21443         (message-fill-header): Remove.
21444         (message-insert-header): New function.
21445         (message-shorten-references): Use it.
21446
21447         * rfc2047.el (rfc2047-field-value): Strip props.
21448
21449         * mail-parse.el (mail-header-make-address): New alias.
21450
21451         * ietf-drums.el (ietf-drums-make-address): New function.
21452
21453         * imap.el: Add compiler directives.
21454
21455         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
21456
21457         * gnus-art.el (article-decode-idna-rhs): Don't use
21458         message-idna-inside-rhs-p.
21459
21460 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21461
21462         * message.el (message-idna-inside-rhs-p): Remove.
21463         (message-idna-to-ascii-rhs-1): Use proper address parsing.
21464
21465         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
21466         false positives.
21467
21468 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
21469
21470         * imap.el (imap-sasl-make-mechanisms): Use sasl.
21471
21472 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21473
21474         * nneething.el (nneething-file-name): Don't create spurious
21475         files.
21476
21477         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
21478         (gnus-inews-do-gcc): Remove sleep.
21479
21480         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
21481         part under point.
21482
21483         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
21484         (gnus-agent-regenerate-group): Using nil messages aren't valid.
21485
21486 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
21487
21488         * spam.el (spam-summary-prepare-exit): Fix (length).
21489
21490 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
21491
21492         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21493         as expired without moving it" message when there are spam
21494         messages left.
21495
21496 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
21497
21498         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
21499         header is not nil.
21500
21501 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
21502
21503         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21504         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
21505         (nntp-marks-changed-p): New arg SERVER.
21506         (nntp-request-update-info): Adjust caller.
21507
21508 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
21509
21510         * nntp.el (nntp-save-marks): Pass missing arg.
21511
21512 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
21513
21514         * nntp.el: Support marks.
21515         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
21516         (nntp-marks-modtime, nntp-marks-directory): New variables.
21517         (nntp-request-set-mark, nntp-request-update-info)
21518         (nntp-possibly-create-directory, nntp-marks-changed-p)
21519         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
21520         New functions.
21521
21522 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
21523
21524         * gnus-xmas.el (gnus-xmas-select-lowest-window)
21525         (gnus-xmas-redefine): Rename.
21526
21527         * gnus-score.el (gnus-score-insert-help):
21528         Use gnus-select-lowest-window.
21529
21530         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21531         appt-select-lowest-window and rename to gnus-select-lowest-window.
21532
21533         * gnus.el: do.
21534
21535 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21536
21537         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
21538         encodings of MIME-encoded words, in order to improve
21539         interoperability with several broken MUAs.
21540
21541 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21542
21543         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
21544         tags, only when charsets are not specified in headers.
21545         (mm-inline-text-html-render-with-w3m): Ditto.
21546
21547         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
21548         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
21549
21550 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21551
21552         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
21553         instead of MIME-decoded from fields when checking
21554         `gnus-article-address-banner-alist'.
21555
21556 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
21557
21558         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
21559         description rather than subject.
21560
21561 2004-05-02  Steve Youngs  <steve@youngs.au.com>
21562
21563         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
21564
21565 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21566
21567         * gnus.el (gnus-version-number): Bump.
21568
21569 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21570
21571         * gnus.el: No Gnus v0.2 is released.
21572
21573 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21574
21575         * gnus-agent.el (gnus-agent-read-agentview):
21576         Inline gnus-uncompress-range.
21577
21578 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21579
21580         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
21581         `exec-installed-p'.
21582
21583 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21584
21585         * gnus.el (spam-process, spam-autodetect-methods):
21586         Add bsfilter and bsfilter-headers.
21587
21588         * spam.el (spam-bsfilter): New customize group.
21589         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
21590         (spam-bsfilter-header, spam-bsfilter-probability-header)
21591         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
21592         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
21593         (spam-bsfilter-database-directory): New options.
21594         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
21595         (spam-list-of-statistical-checks, spam-registration-functions):
21596         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
21597         (spam-bsfilter-score): New command.
21598         (spam-check-bsfilter-headers, spam-check-bsfilter)
21599         (spam-bsfilter-register-with-bsfilter)
21600         (spam-bsfilter-register-spam-routine)
21601         (spam-bsfilter-unregister-spam-routine)
21602         (spam-bsfilter-register-ham-routine)
21603         (spam-bsfilter-unregister-ham-routine): New functions.
21604         (spam-generic-score): Support bsfilter; Accept an optional argument
21605         to recalcurate spam score even if scoring header has already been
21606         added.
21607         (spam-bogofilter-score, spam-spamassassin-score): Accept an
21608         optional argument to recalcurate spam score even if scoring header
21609         has already been added.
21610
21611 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
21612
21613         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
21614         strings!  Reported by David D. Smith <davidsmith@acm.org>.
21615         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
21616         link is missing.
21617
21618 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
21619
21620         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
21621         (html2text-get-attr): Rewrite.
21622
21623         * message.el (message-setup-1): Remove redundant put-text-property
21624         on mail-header-separator.
21625
21626 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
21627
21628         * gnus-registry.el (gnus-registry-cache-whitespace)
21629         (gnus-registry-action, gnus-registry-spool-action)
21630         (gnus-registry-split-fancy-with-parent): Change message levels
21631         from 5 to 3 or 7, as needed.
21632
21633         * spam.el (spam-summary-prepare-exit)
21634         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
21635         (spam-split, spam-find-spam, spam-log-undo-registration)
21636         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
21637         level from 5 to 6.
21638
21639 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21640
21641         * gnus-ems.el: Autoload appt-select-lowest-window (revert
21642         2004-03-04 change).
21643
21644 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
21645
21646         * sieve-manage.el (sieve-manage-open):
21647         * nnweb.el (nnweb-insert-html):
21648         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
21649         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
21650         * nnspool.el (nnspool-request-group):
21651         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
21652         * nnml.el (nnml-request-update-info):
21653         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
21654         (nnmh-request-create-group, nnmh-update-gnus-unreads):
21655         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
21656         (nnimap-request-set-mark):
21657         * nnfolder.el (nnfolder-request-update-info):
21658         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
21659         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
21660         * gnus-uu.el (gnus-uu-find-articles-matching):
21661         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
21662         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
21663         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
21664         * gnus-nocem.el (gnus-nocem-scan-groups):
21665         * gnus-int.el (gnus-start-news-server):
21666         * gnus-group.el (gnus-group-make-kiboze-group)
21667         (gnus-group-browse-foreign-server):
21668         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
21669         Use mapc when appropriate.
21670
21671 2004-04-22  Dan Christensen  <jdc@uwo.ca>
21672             Adam Sjøgren  <asjo@koldfront.dk>
21673             Wes Hardaker  <wes@hardakers.net>
21674             Michael Shields  <shields@msrl.com>
21675
21676         * spam.el (spam-necessary-extra-headers): Get the extra headers we
21677         may need for spam sorting and scoring.
21678         (spam-user-format-function-S): Add user format function suitable for
21679         general use.
21680         (spam-article-sort-by-spam-status): Add sorting function for summary
21681         sorting.
21682         (spam-extra-header-to-number): Add function to get a score from a
21683         header.
21684         (spam-summary-score): Add function to get a numeric score from the
21685         headers.
21686         (spam-generic-score): Fix function doc, was in wrong place.
21687         (spam-initialize): Take symbols when it's run, and install the
21688         extra headers that spam-necessary-extra-headers thinks we need.
21689
21690 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
21691
21692         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
21693         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
21694
21695 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
21696
21697         * gnus-sum.el (gnus-set-global-variables)
21698         (gnus-build-all-threads, gnus-get-newsgroup-headers)
21699         (gnus-article-get-xrefs, gnus-summary-best-group)
21700         (gnus-summary-next-article, gnus-summary-enter-digest-group)
21701         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
21702         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
21703         Use with-current-buffer.
21704
21705 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
21706
21707         * spam.el (spam-summary-prepare-exit): Simplify logic.
21708         (spam-fetch-article-header): Read the article header if it's not
21709         available.
21710         (spam-list-articles): Simplify logic.
21711         (spam-filelist-register-routine): Fix bug with unregister-list.
21712
21713         * gnus-registry.el: Fix comments at beginning.
21714
21715 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
21716
21717         * message.el (message-cater-to-broken-inn): Remove.
21718         (message-shorten-references): Make sure the total folded length of
21719         References is shorter than 998 characters to cater to a bug in INN
21720         2.3.  Also, don't pretend that references aren't folded -- this
21721         hasn't worked for a while.
21722
21723 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21724
21725         * gnus-agent.el (gnus-agentize):
21726         gnus-agent-send-mail-real-function no longer set to current value
21727         of message-send-mail-function but rather a lambda that calls
21728         message-send-mail-function.  The change makes the agent real-time
21729         responsive to user changes to message-send-mail-function.
21730
21731 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21732
21733         * legacy-gnus-agent.el
21734         (gnus-agent-convert-to-compressed-agentview): Fix typos with
21735         help from Florian Weimer <fw@deneb.enyo.de>
21736
21737 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21738
21739         * nnmail.el (nnmail-cache-insert): Revert last change.
21740
21741 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21742
21743         * nnmail.el (nnmail-cache-insert): Always check whether
21744         nnmail-cache-ignore-groups matches a group name.
21745
21746 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
21747
21748         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
21749         (spam-find-spam, spam-log-processing-to-registry)
21750         (spam-log-registered-p, spam-log-unregistration-needed-p)
21751         (spam-log-undo-registration): Use gnus-message instead of
21752         gnus-error, none of these errors are fatal.
21753
21754         * gnus-registry.el (gnus-registry-clean-empty-function)
21755         (gnus-registry-clean-empty): Remove only empty entries without
21756         extra data.
21757
21758 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
21759
21760         * spam-stat.el (spam-stat-buffer-change-to-spam)
21761         (spam-stat-buffer-change-to-non-spam): Change (error) to
21762         (gnus-message 8) invocation.
21763
21764 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21765
21766         * nntp.el (nntp-via-netcat-command): New variable.
21767         (nntp-via-netcat-switches): New variable.
21768         (nntp-open-via-rlogin-and-netcat): New function.
21769         (nntp-open-connection-function): Doc fix.
21770         (nntp-telnet-command): Doc fix.
21771         (nntp-end-of-line): Doc fix.
21772         (nntp-via-rlogin-command): Doc fix.
21773         (nntp-via-user-name): Doc fix.
21774         (nntp-via-address): Doc fix.
21775
21776 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21777
21778         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
21779         error in Emacs 21.1.
21780
21781 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
21782
21783         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
21784
21785 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21786
21787         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
21788         (gnus-agent-with-refreshed-group): New macro.
21789         (gnus-agent-rename-group): New function.
21790         (gnus-agent-delete-group): New function.
21791         (gnus-agent-save-group-info): Use gnus-command-method when
21792         `method' parameter is nil.  Don't write nil entries into the
21793         active file.
21794         (gnus-agent-get-group-info): New function.
21795         (gnus-agent-fetch-articles):
21796         Use gnus-agent-update-files-total-fetched-for to increment disk space
21797         used.
21798         (gnus-agent-fetch-headers, gnus-agent-save-alist):
21799         Use gnus-agent-update-view-total-fetched-for to increment disk space
21800         used.
21801         (gnus-agent-get-local): Add optional parameters to avoid calling
21802         gnus-group-real-name and gnus-find-method-for-group.
21803         (gnus-agent-set-local): Delete stored entry if either min, or max,
21804         are nil.
21805         (gnus-agent-fetch-session): Reworded error/quit messages.
21806         On quit, use gnus-agent-regenerate-group to record existance of any
21807         articles fetched to disk before the quit occurred.
21808         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
21809         gnus-agent-update-view-total-fetched-for, and
21810         gnus-agent-update-files-total-fetched-for to decrement disk space
21811         used.
21812         (gnus-agent-retrieve-headers):
21813         Use gnus-agent-update-view-total-fetched-for to increment disk space
21814         used.
21815         (gnus-agent-regenerate-group): Replace gnus-group-update-group
21816         with gnus-agent-update-files-total-fetched-for to decrement disk
21817         space and fresh group buffer.
21818         (gnus-agent-inhibit-update-total-fetched-for): New variable.
21819         (gnus-agent-need-update-total-fetched-for): New variable.
21820         (gnus-agent-update-files-total-fetched-for): New function.
21821         (gnus-agent-update-view-total-fetched-for): New function.
21822         (gnus-agent-total-fetched-for): New function.
21823
21824         * gnus-cache.el (gnus-cache-save-buffers):
21825         Use gnus-cache-update-overview-total-fetched-for to change disk space
21826         used by this group.
21827         (gnus-cache-possibly-enter-article):
21828         Use gnus-cache-update-file-total-fetched-for to increment disk space
21829         used by this group.
21830         (gnus-cache-possibly-remove-article):
21831         Use gnus-cache-update-file-total-fetched-for to decrement disk space
21832         used by this group.
21833         (gnus-cache-generate-nov-databases): Purge total fetched cache.
21834         (gnus-cache-rename-group): New function.
21835         (gnus-cache-delete-group): New function.
21836         (gnus-cache-inhibit-update-total-fetched-for): New variable.
21837         (gnus-cache-need-update-total-fetched-for): New variable.
21838         (gnus-cache-with-refreshed-group): New macro.
21839         (gnus-cache-update-file-total-fetched-for): New function.
21840         (gnus-cache-update-overview-total-fetched-for): New function.
21841         (gnus-cache-rename-group-total-fetched-for): New function.
21842         (gnus-cache-delete-group-total-fetched-for): New function.
21843         (gnus-cache-total-fetched-for): New function.
21844
21845         * gnus-group.el: Require gnus-sum and autoload functions to
21846         resolve warnings when gnus-group.el compiled alone.
21847         (gnus-group-line-format): Documented new %F.
21848         (size of Fetched data) group line format; identifies disk space
21849         used by agent and cache.
21850         (gnus-group-line-format-alist): Defined new F format.
21851         (gnus-total-fetched-for): New function.
21852         (gnus-group-delete-group): No longer update
21853         gnus-cache-active-altered as gnus-request-delete-group now keeps
21854         the cache in sync.
21855         (gnus-group-list-active): Let the agent store a server's active
21856         list if currently plugged.
21857
21858         * gnus-int.el (gnus-request-delete-group):
21859         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
21860         local disk in sync with the server.
21861         (gnus-request-rename-group):
21862         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
21863         local disk in sync with the server.
21864
21865         * gnus-start.el (gnus-get-unread-articles):
21866         Cosmetic simplification to logic.
21867
21868         * gnus-util.el (gnus-rename-file): New function.
21869
21870 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
21871
21872         * mm-util.el (mm-image-load-path): Handle nil in load-path.
21873
21874 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
21875
21876         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
21877         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
21878
21879 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
21880
21881         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
21882         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
21883
21884 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
21885
21886         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
21887
21888 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
21889
21890         * spam.el (spam-set-difference): Add function to replace
21891         gnus-set-difference in spam.el.
21892         (spam-summary-prepare-exit): Use spam-set-difference.
21893
21894 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
21895
21896         * gnus-registry.el (gnus-registry-cache-file): Update to use
21897         gnus-dribble-directory OR gnus-home-directory OR ~.
21898         (gnus-registry-split-fancy-with-parent): Fix doc.
21899
21900 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21901
21902         * message.el (message-exchange-point-and-mark):
21903         Use message-mark-active-p.  Suggested by Jesper Harder
21904         <harder@ifa.au.dk>.
21905
21906 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21907
21908         * message.el (message-exchange-point-and-mark): Don't activate
21909         region if it was inactive.  Suggested by Hiroshi Fujishima
21910         <pooh@nature.tsukuba.ac.jp>.
21911
21912 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21913
21914         * gnus-art.el (article-display-face): Display Faces in the same
21915         order as X-Faces.
21916
21917 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21918
21919         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
21920
21921 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21922
21923         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21924         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21925         (gnus-article-mime-hierarchy): Remove.
21926         (gnus-article-mime-hierarchy-next): Remove.
21927         (gnus-article-mode): Revert 2004-03-19 change.
21928         (gnus-article-setup-buffer): Revert 2004-03-19 change.
21929         (gnus-insert-mime-button): Revert 2004-03-19 change.
21930         (gnus-mime-accumulate-hierarchy): Remove.
21931         (gnus-mime-enter-multipart): Remove.
21932         (gnus-mime-leave-multipart): Remove.
21933         (gnus-mime-display-part): Revert 2004-03-19 change.
21934         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21935
21936         * mml.el (mml-preview): Revert 2004-03-19 change.
21937
21938 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21939
21940         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21941
21942 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21943
21944         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21945         t while entering a file name using the mm-with-multibyte macro.
21946         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21947
21948         * mm-util.el (mm-with-multibyte): New macro.
21949
21950 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21951
21952         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21953         New user option.
21954         (gnus-mime-multipart-functions): Doc and customization fix.
21955         (gnus-article-mime-hierarchy): New variable.
21956         (gnus-article-mime-hierarchy-next): New variable.
21957         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21958         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21959         gnus-article-mime-hierarchy-next to nil.
21960         (gnus-insert-mime-button): Show hierarchy numbers.
21961         (gnus-mime-accumulate-hierarchy): New function.
21962         (gnus-mime-enter-multipart): New function.
21963         (gnus-mime-leave-multipart): New function.
21964         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21965         (gnus-mime-display-alternative): Show hierarchy numbers.
21966
21967         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21968         gnus-article-mime-hierarchy-next to nil.
21969
21970 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21971
21972         * dns.el: Don't require gnus-xmas.
21973
21974 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21975
21976         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21977         inline PGP.
21978         (mml-menu): Disable mml-quote-region if mark is inactive.
21979
21980 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21981
21982         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21983         when the group's active is not available.
21984
21985 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21986
21987         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21988         error.
21989
21990 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21991
21992         * imap.el (imap-store-password): New variable.
21993         (imap-interactive-login): Use it.
21994         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21995
21996 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21997
21998         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21999         window-start and hscroll to summary window.
22000
22001 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22002
22003         * gnus-start.el (gnus-convert-old-newsrc): Only write the
22004         conversion message to newsrc-dribble when an actual conversion is
22005         performed.
22006
22007 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
22008
22009         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
22010
22011 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22012
22013         * mm-decode.el (mm-complicated-handles): New function reviving
22014         former definition of mm-multiple-handles.
22015
22016         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
22017         (gnus-mime-delete-part): Use it.
22018
22019 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22020
22021         * gnus-agent.el (gnus-agent-read-local):
22022         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
22023         avoid the implicit assumption that they will always be equal.
22024         (gnus-agent-save-local): Bind buffer-file-coding-system, not
22025         coding-system-for-write, as the with-temp-file macro first prints
22026         to a buffer then saves the buffer.
22027
22028 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22029
22030         * gnus-art.el (gnus-article-edit-part): New function.
22031         (gnus-mime-save-part-and-strip): Use it; do query instead of
22032         signaling an error; don't use mm-multiple-handles.
22033         (gnus-mime-delete-part): Ditto.
22034
22035 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22036
22037         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
22038         old file versions.
22039         (gnus-group-prepare-hook): Remove function that converted list
22040         form of gnus-agent-expire-days to group properties.
22041
22042         * gnus-int.el: Autoload gnus-agent-regenerate-group.
22043         (gnus-request-accept-article): Re-indented.
22044
22045         * gnus-start.el (gnus-convert-old-newsrc): Registered new
22046         converters to handle old agent file formats.  Add logic for a
22047         "backup before upgrading warning".
22048         (gnus-convert-mark-converter-prompt): Developers can mark
22049         functions as needing (default), or not needing,
22050         gnus-convert-old-newsrc's "backup before upgrading warning".
22051         (gnus-convert-converter-needs-prompt): Tests whether the user
22052         should be protected from potentially irreversable changes by the
22053         function.
22054
22055         * legacy-gnus-agent.el: New.  Provides converters that are only
22056         loaded when gnus-convert-old-newsrc needs to call them.
22057
22058 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22059
22060         * mail-source.el (mail-source-touch-pop): Doc fix.
22061
22062         * message.el (message-smtpmail-send-it): Doc fix.
22063
22064 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
22065
22066         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
22067
22068         * nnmail.el (nnmail-split-fancy): do.
22069
22070         * gnus-kill.el (gnus-kill, gnus-execute): do.
22071
22072 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
22073
22074         * gnus-sum.el (gnus-widget-reversible-match)
22075         (gnus-widget-reversible-to-internal)
22076         (gnus-widget-reversible-to-external): New functions.
22077         (gnus-widget-reversible): New widget.
22078         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
22079
22080 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
22081
22082         * gnus-sum.el (gnus-thread-sort-functions)
22083         (gnus-article-sort-functions): Document `(not F)' items.
22084
22085 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
22086
22087         * spam.el (spam-use-gmane-xref): Add new backend.
22088         (spam-gmane-xref-spam-group): Add variable to control the name of the
22089         Gmane spam group.
22090         (spam-blackhole-servers, spam-blackhole-good-server-regex)
22091         (spam-regex-headers-spam, spam-regex-headers-ham)
22092         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
22093         (spam-list-of-checks): Add spam-use-gmane-xref to list of
22094         backends and checks.
22095         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
22096
22097         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
22098         an autodetect method.
22099
22100 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22101
22102         * gnus-int.el (gnus-request-accept-article): Inform the agent that
22103         articles are being added to a group.
22104         (gnus-request-replace-article): Inform the agent that articles
22105         need to be uncached as the cached contents are no longer valid.
22106
22107 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22108
22109         * binhex.el: Don't autoload executable-find.
22110
22111         * canlock.el: Don't autoload mail-fetch-field.
22112
22113         * dgnushack.el: Autoload c-mode for XEmacs.
22114
22115         * gnus-ems.el: Don't autoload appt-select-lowest-window.
22116
22117         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
22118         rmail-dont-reply-to and rmail-output.
22119
22120         * gnus-score.el: Don't autoload ffap-string-at-point.
22121
22122         * gnus-setup.el: Don't autoload sc-cite-original.
22123
22124         * imap.el: Don't autoload base64-decode-string,
22125         base64-encode-string and md5.
22126
22127         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
22128         and rmail-msg-restore-non-pruned-header.
22129
22130         * mm-decode.el: Don't autoload executable-find.
22131
22132         * mm-url.el: Don't autoload executable-find.
22133
22134         * mm-view.el: Don't autoload diff-mode.
22135
22136         * nndb.el: Don't autoload news-reply-mode, news-setup,
22137         cancel-timer and telnet.
22138
22139         * password.el: Don't autoload run-at-time for Emacs.
22140
22141         * sha1-el.el: Don't autoload executable-find.
22142
22143         * sieve-mode.el: Don't autoload c-mode.
22144
22145         * uudecode.el: Don't autoload executable-find.
22146
22147 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22148
22149         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
22150         (gnus-agent-possibly-alter-active): Avoid null in numeric
22151         comparison.
22152         (gnus-agent-set-local): Refuse to save null in local object table.
22153         (gnus-agent-regenerate-group): The REREAD parameter can now be a
22154         list of articles that will be marked as unread.
22155
22156 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22157
22158         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
22159
22160 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
22161
22162         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
22163         language tags.
22164
22165 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
22166
22167         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
22168         Don't bind "obarray".
22169
22170         * gnus-sum.el (gnus-thread-sort-functions):
22171         Add `gnus-thread-sort-by-most-recent-number' and
22172         `gnus-thread-sort-by-most-recent-date'.
22173         Reported by Kai Grossjohann <kai@emptydomain.de>.
22174
22175 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22176
22177         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
22178
22179 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22180
22181         * gnus-cus.el (gnus-agent-customize-category):
22182         Remove ignore-errors macro reference that required cl to be loaded at
22183         run-time.
22184
22185         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
22186         single-interval range of the form (min . max).  Previously the
22187         range had to look like ((min . max)).  Likewise, return
22188         (min . max) rather than ((min . max)).
22189         (gnus-range-map): Use gnus-range-normalize to accept
22190         single-interval range.
22191
22192         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
22193         the cache, but not the agent, now appear with their usual face.
22194
22195         * dgnushack.el (loaddir): New variable that is bound to the
22196         directory containing the dgnushack.el file. Use loaddir, rather
22197         than srcdir, to update load-path. Change lets dgnushack compile
22198         code in directories other than GNUS/lisp.
22199
22200 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22201
22202         * lpath.el: Don't bind w3m-safe-url-regexp.
22203
22204         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
22205         w3m-safe-url-regexp variable buffer-local.
22206
22207         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22208
22209 2004-02-27  Simon Josefsson  <jas@extundo.com>
22210
22211         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
22212         gnus-group-real-prefix.
22213         (gnus-summary-move-article): Use it, instead of
22214         gnus-group-real-prefix.
22215
22216 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22217
22218         * lpath.el: Bind w3m-safe-url-regexp.
22219
22220         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
22221         w3m-safe-url-regexp variable buffer-local and set it as the value
22222         of mm-w3m-safe-url-regexp.
22223
22224         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22225
22226         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
22227         parsing gnus-posting-styles when the message is not for replying.
22228
22229         * dgnushack.el: Autoload sgml-mode for XEmacs.
22230
22231         * nnrss.el (nnrss-opml-export):
22232         Use mm-set-buffer-file-coding-system instead of
22233         set-buffer-file-coding-system.
22234
22235 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
22236
22237         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
22238         of checkdoc.el).
22239         * nnrss.el: do.
22240         * gnus-mlspl.el: do.
22241         * gnus-ml.el: do.
22242         * gnus-srvr.el: do.
22243
22244         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
22245
22246 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
22247
22248         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
22249         Corrections to custom-manual links.
22250
22251         * gnus-art.el (gnus-article): Ditto.
22252
22253         * mm-decode.el (mime-display, mime-security): Ditto.
22254
22255 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22256
22257         * flow-fill.el: Typo.
22258
22259 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
22260
22261         * spam-wash.el: New file.
22262
22263 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
22264
22265         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
22266
22267 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
22268
22269         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
22270         to be run with new-articles as LIST1, not LIST2.
22271         (spam-registration-functions): Add spam-use-ham-copy as a nil
22272         registration backend.
22273
22274 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22275
22276         * spam-stat.el (spam-stat-washing-hook): New option.
22277         (spam-stat-buffer-words): Use it.
22278         (spam-stat-process-directory, spam-stat-test-directory):
22279         Use insert-file-contents-literally.
22280         (spam-stat-coding-system): New variable.
22281         (spam-stat-load, spam-stat-save): Use it.
22282
22283 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22284
22285         * spam-report.el (spam-report-plug-agent):
22286         Quote spam-report-url-to-file and spam-report-url-ping-plain.
22287
22288 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
22289
22290         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
22291         Allow / in mailto URLs.
22292
22293 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22294
22295         * spam-report.el (spam-report-process-queue): Fix interactive use.
22296         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
22297         (spam-report-unplug-agent): Doc fixes.
22298         (spam-report-url-ping-mm-url, spam-report-url-to-file)
22299         (spam-report-agentize, spam-report-deagentize): Autoload.
22300
22301 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22302
22303         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
22304
22305         * message.el (message-setup-fill-variables): Add mml tags to
22306         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
22307         <ajk@iu.edu>.
22308         (message-mode): Don't modify paragraph-separate there.
22309
22310 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22311
22312         * compface.el (uncompface-use-external): Default to undecided.
22313         (uncompface-use-external-threshold): New variable.
22314         (uncompface-float-time): New macro.
22315         (uncompface): Determine whether to use the external decoder if
22316         uncompface-use-external is undecided.
22317
22318 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22319
22320         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
22321         after images.
22322
22323         * gnus-art.el (gnus-mime-display-single): Remove dead code.
22324
22325 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
22326
22327         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
22328
22329         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
22330
22331         * gnus-sum.el (gnus-summary-limit-to-age)
22332         (gnus-summary-limit-children): do.
22333
22334         * gnus-int.el (gnus-request-scan): do.
22335
22336         * gnus-group.el (gnus-group-suspend): do.
22337
22338         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
22339
22340         * gnus-cite.el (gnus-cite-parse-attributions): do.
22341
22342         * gnus-agent.el (gnus-summary-set-agent-mark)
22343         (gnus-agent-regenerate-group): do.
22344
22345         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
22346
22347         * binhex.el (binhex-decode-region-internal): do.
22348
22349 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22350
22351         * gnus-fun.el (gnus-face-properties-alist): New user option.
22352         (gnus-display-x-face-in-from): Use it.
22353
22354         * gnus-art.el (article-display-face): Ditto.
22355
22356         * compface.el (uncompface-use-external): Default to nil.
22357
22358 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
22359
22360         * nntp.el (nntp-erase-buffer): New function.
22361         (nntp-retrieve-data, nntp-send-command)
22362         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22363         (nntp-possibly-change-group): Use it.
22364
22365         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22366         Use with-current-buffer.
22367
22368 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
22369
22370         * compface.el: Merge the ELisp-based uncompface program.
22371         (compface): New customization group.
22372         (uncompface-use-external): New user option.
22373         (uncompface): Call uncompface-internal if uncompface-use-external
22374         is nil.
22375         (uncompface-internal): New function.  Note that there are also
22376         some other functions and variables added for this function.
22377
22378 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
22379
22380         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22381         if necessary.
22382
22383 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
22384
22385         * spam-report.el (spam-report-unplug-agent)
22386         (spam-report-plug-agent, spam-report-deagentize)
22387         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22388         Add support for the Agent in spam-report: when unplugged, report to a
22389         file; when plugged, submit all the requests.
22390
22391         * spam.el (spam-register-routine): Fix message about
22392         registration.
22393
22394 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
22395
22396         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22397         dependencies.
22398         (rfc2047-encode): Use it.
22399
22400         * gnus-art.el (gnus-button-marker-list): Move before first
22401         reference.
22402
22403         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22404         (imap-parse-body): Fix format string mismatch.
22405
22406         * gnus-score.el (gnus-summary-increase-score): do.
22407
22408         * nnrss.el (nnrss-close): New function.
22409
22410 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
22411
22412         * nnrss.el (nnrss-make-filename): New function.
22413         (nnrss-request-delete-group, nnrss-read-server-data)
22414         (nnrss-save-server-data, nnrss-read-group-data)
22415         (nnrss-save-group-data): Use it.
22416         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22417         (nnrss-read-server-data, nnrss-read-group-data): Use load.
22418         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22419
22420 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
22421
22422         * mml.el (mml-compute-boundary-1): Don't uncompress files.
22423
22424 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
22425
22426         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22427         files.
22428
22429         * message.el (message-generate-headers-first): Don't quote nil
22430         and t in docstrings.
22431
22432         * imap.el (imap-id): do.
22433
22434         * gnus-agent.el (gnus-agent-consider-all-articles)
22435         (gnus-agent-queue-mail): do.
22436
22437 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
22438
22439         * spam-report.el (spam-report-process-queue): New function.
22440         Process requests from `spam-report-requests-file'.
22441         (spam-report-process-queue): Doc fix.
22442
22443 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
22444
22445         * spam.el (spam-register-routine)
22446         (spam-log-processing-to-registry, spam-log-registered-p)
22447         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22448         Change "check" to "spam-check" for semi-clarity.
22449
22450 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
22451
22452         * pop3.el: Require nnheader.
22453
22454         * mml-smime.el: Require cl.  Autoload message-fetch-field.
22455
22456         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22457
22458         * gnus-picon.el: Require cl.
22459
22460         * gnus-fun.el: Require gnus-ems and gnus-util.
22461
22462         * gnus.el (gnus-method-to-server): Move defsubst before first use.
22463
22464         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
22465
22466         * gnus-art.el (gnus-article-edit-mode): Define before first
22467         reference.
22468
22469 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
22470
22471         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
22472         (gnus-uu-post-encoded): Use point-at-bol.
22473
22474         * gnus-topic.el (gnus-group-active-topic-p): do.
22475
22476         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
22477
22478         * gnus-group.el (gnus-group-kill-region): do.
22479
22480         * gnus-art.el (article-date-ut): do.
22481
22482         * message.el (message-fetch-field): Remove redundant
22483         case-fold-search binding.
22484         (message-narrow-to-field): Simplify.
22485
22486 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
22487
22488         * spam.el (spam-directory): Derive from `gnus-directory'.
22489
22490         * spam-report.el (spam-report-url-to-file)
22491         (spam-report-requests-file): New function and variable for offline
22492         reporting.
22493         (spam-report-url-ping-function): Add `spam-report-url-to-file'
22494         and user defined function.
22495         (spam-report-url-ping-mm-url): Remove doubled slash.
22496
22497 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
22498
22499         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
22500
22501 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
22502
22503         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22504         Fix format string mismatch.
22505
22506         * sieve.el (sieve-deactivate-all): do.
22507
22508         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
22509
22510         * nnlistserv.el (nnlistserv-kk-wash-article): do.
22511
22512         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
22513
22514         * mm-bodies.el (mm-7bit-chars): Don't include \r.
22515
22516 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
22517
22518         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22519         the list of checks.
22520
22521 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
22522
22523         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22524         padding.
22525
22526 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
22527
22528         * mm-view.el (mm-fill-flowed): New variable.
22529         (mm-inline-text): Use it.
22530
22531 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
22532
22533         * spam.el (spam-spamassassin-register-ham-routine)
22534         (spam-spamassassin-register-spam-routine): Fix function names.
22535
22536 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22537
22538         * gnus.el (gnus-tmp-grouplens): Remove.
22539         (gnus-summary-line-format): Remove grouplens.
22540
22541         * gnus-group.el (gnus-group-line-format): Ditto.
22542
22543         * gnus-spec.el (gnus-format-specs): Ditto.
22544         (gnus-update-format-specifications): Flush the group format spec
22545         cache if there's the grouplens stuff.
22546         (gnus-parse-simple-format): Replace %l with the empty string.
22547
22548 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
22549
22550         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
22551         omission.
22552
22553 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22554
22555         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
22556         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22557
22558 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22559
22560         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
22561         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
22562         New macros and functions.
22563         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
22564         Handle > NLINK_MAX messages.
22565         * nnmaildir.el (nnmaildir-request-set-mark):
22566         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
22567
22568 2004-01-25  Alex Schroeder  <alex@gnu.org>
22569
22570         * spam-stat.el (spam-stat-process-directory-age): New option.
22571         (spam-stat-process-directory): Use it.
22572
22573 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
22574
22575         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
22576         (spam-stat-save): Accept prefix argument.
22577
22578 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
22579
22580         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
22581         links" error.
22582
22583 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22584
22585         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
22586         the rest of the and/or forms.
22587
22588 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22589
22590         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
22591         compatibility with old .newsrc.eld files.
22592
22593         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
22594
22595         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
22596
22597         * gnus-start.el (gnus-1): do.
22598
22599         * gnus-group.el (gnus-group-line-format-alist): do.
22600
22601         * gnus.el (gnus-use-grouplens, gnus-visual): do.
22602
22603         * gnus-gl.el: Remove.
22604
22605 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22606
22607         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
22608         marks consisting of a single range {for example, (3 . 5)} rather
22609         than a list of a single range { ((3 . 5)) }.
22610
22611 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22612
22613         * spam-stat.el (spam-stat-store-gnus-article-buffer):
22614         Use with-current-buffer.
22615         (spam-stat-store-current-buffer): Use insert-buffer-substring to
22616         avoid consing a string.
22617
22618         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
22619         Remove obsolete entries for big5 and gb2312.
22620
22621 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22622
22623         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
22624         uncompressed list.
22625
22626 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
22627
22628         * spam-stat.el (spam-stat-strip-xref): New function.
22629         (spam-stat-process-directory): Use it.
22630
22631         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
22632         here -- it's done in message-fetch-field.
22633
22634 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22635
22636         * gnus-agent.el (gnus-agent-queue-mail)
22637         (gnus-agent-prompt-send-queue): New variables.
22638         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
22639         * gnus-draft.el (gnus-group-send-queue): Pass the group name
22640         "nndraft:queue" along to gnus-draft-send.
22641         Use gnus-agent-prompt-send-queue.
22642         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
22643         is "nndraft:queue".  Suggested by Gaute Strokkenes
22644         <gs234@srcf.ucam.org>
22645
22646         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
22647         (agent-enable-undownloaded-faces): Add.
22648         (gnus-agent-cat-groups): Use eval-and-compile, not
22649         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
22650         method of gnus-agent-cat-groups even when the buffer has been
22651         evaled.
22652         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
22653         delete gnus-agent-save-active-1.
22654         (gnus-agent-save-groups): Delete.  Identical to
22655         gnus-agent-save-active.
22656         (gnus-agent-write-active): No longer adjust agent's copy of active
22657         file as agent's adjustments are now stored in their own
22658         file.  Remove optional parameter.
22659         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
22660         servers.  Add use of min/max range limits from server's local
22661         file.
22662         (gnus-agent-save-alist): Remove unused optional argument.
22663         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
22664         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
22665         (gnus-agent-set-local): A per-server file that keeps min/max range
22666         limits for articles known to the agent.  Provides a fast mechanism
22667         for altering many active ranges.
22668         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
22669         active file (local makes it unnecessary).
22670         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
22671
22672         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
22673         (agent-enable-undownloaded-faces): Add.
22674
22675         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
22676         disable it when sending to "nndraft:queue".
22677         (gnus-group-send-queue): Add safety check to avoid sending queue
22678         when unplugged.
22679
22680         * gnus-group.el (gnus-group-catchup): Use new
22681         gnus-sequence-of-unread-articles, not
22682         gnus-list-of-unread-articles, to avoid exhausting memory with huge
22683         numbers of articles.  Use gnus-range-map to avoid having to
22684         uncompress the unread list.
22685         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
22686         Fix invalid ange-ftp reference.
22687
22688         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
22689         (gnus-sorted-range-intersection): Intersection of two ranges
22690         without requiring that they first be uncompressed.
22691
22692         * gnus-start.el (gnus-activate-group): Unless blocked by the
22693         caller, possibly expand the active range to include both cached
22694         and agentized articles.
22695         (gnus-convert-old-newsrc): Rewrote in anticipation of having
22696         multiple version-dependent converters.
22697         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
22698         gnus-agent-save-active.
22699         (gnus-save-newsrc-file): Save dirty agent range limits.
22700
22701         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
22702         gnus-agent-possibly-alter-active.
22703         (gnus-adjust-marked-articles): Faster handling of simple lists.
22704
22705 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
22706
22707         * spam-stat.el (spam-stat-test-directory): New optional argument
22708         displays a list of files detected.  Suggested by Andrew Cohen
22709         <cohen@andy.bu.edu>.
22710         (spam-stat-buffer-words-with-scores): Don't narrow and change
22711         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
22712
22713 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
22714
22715         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
22716         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
22717         (spam-spamassassin-arguments)
22718         (spam-spamassassin-spam-flag-header)
22719         (spam-spamassassin-positive-spam-flag-header)
22720         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
22721         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
22722         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
22723         (spam-list-of-processors, spam-list-of-checks)
22724         (spam-list-of-statistical-checks, spam-registration-functions)
22725         (spam-check-spamassassin-headers, spam-check-spamassassin)
22726         (spam-spamassassin-score)
22727         (spam-spamassassin-register-with-sa-learn)
22728         (spam-spamassassin-register-spam-routine)
22729         (spam-spamassassin-register-ham-routine)
22730         (spam-assassin-register-spam-routine)
22731         (spam-assassin-register-ham-routine): Add SpamAssassin support.
22732         (spam-bogofilter-score): Fix to show article before scoring.
22733
22734 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
22735
22736         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
22737         default scoring function.
22738         (spam-generic-score): Call spam-spamassassin-score if
22739         spam-use-spamassassin or spam-use-spamassassin-headers is on;
22740         spam-bogofilter-score otherwise.
22741
22742         * gnus.el (spam-process, spam-autodetect-methods):
22743         Add spamassassin and spamassassin-headers.
22744
22745 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
22746
22747         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22748         Suppress unnecessary messages.
22749
22750 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
22751
22752         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
22753         make-hash-table.
22754
22755 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22756
22757         * canlock.el (base64-encode-string): Don't autoload it.
22758
22759 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22760
22761         * run-at-time.el: Remove useless (require 'itimer),
22762         eval-and-compile and (featurep 'xemacs).
22763
22764 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
22765
22766         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
22767         GROUP is a virtual group.
22768
22769 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
22770
22771         * gnus.el: Autoload `message-y-or-n-p'.
22772
22773 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
22774
22775         * pgg-parse.el: Remove unnecessary (require 'custom).
22776
22777         * pgg-def.el: do.
22778
22779         * nnmail.el: do.
22780
22781         * gnus-undo.el: do.
22782
22783         * gnus-picon.el: do.
22784
22785         * gnus-util.el: do.
22786
22787 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
22788
22789         * gnus-sum.el (gnus-pick-line-number): Add autoload.
22790
22791 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22792
22793         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
22794         handle, as well as a list.
22795
22796         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
22797         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
22798         (mm-w3m-cid-retrieve): Simplify.
22799
22800 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
22801
22802         * message.el (message-kill-to-signature): Allow prefix arg to
22803         specify number of lines to keep before signature.
22804
22805 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
22806
22807         * message.el (message-kill-to-signature): Change docstring.
22808
22809 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22810
22811         * canlock.el: Always require sha1-el.
22812         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
22813
22814         * message.el: Autoload sha1 only when compiling.
22815
22816         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
22817         eudc-expand-inline for XEmacs.
22818
22819 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22820
22821         * message.el (message-canlock-generate): Require sha1-el.
22822
22823 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
22824
22825         * message.el (message-expand-name): Silence the byte compiler.
22826
22827         * lpath.el: Add detect-coding-system.
22828
22829         * dgnushack.el (dgnushack-compile): Remove obsolete check for
22830         cus-edit.
22831
22832 2004-01-13  Simon Josefsson  <jas@extundo.com>
22833
22834         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
22835         Invoke gnus-score-mode.
22836         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22837
22838         * gnus-range.el (gnus-compress-sequence): Doc fix.
22839         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
22840
22841 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22842
22843         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
22844
22845 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
22846
22847         * spam.el (spam-get-article-as-string): Update to use
22848         gnus-request-article-this-buffer, much simpler.
22849         (spam-get-article-as-buffer): Remove.
22850
22851 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
22852
22853         * message.el (message-expand-name): Use EUDC if the user uses that.
22854
22855 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22856
22857         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
22858         character for the encoding to avoid consing a string.
22859
22860         * rfc2047.el (rfc2047-decode-string): Don't cons a string
22861         unnecessarily.
22862
22863         * mm-util.el (mm-replace-chars-in-string): Remove.
22864
22865         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
22866         of mm-replace-chars-in-string.
22867
22868 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
22869
22870         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
22871
22872         * mm-util.el (mm-subst-char-in-string): Support inplace.
22873
22874         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
22875         a new string in every iteration.  Use shy groups.
22876
22877 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
22878
22879         * gnus-srvr.el (gnus-browse-unsubscribe-group):
22880         * gnus-soup.el (gnus-soup-group-brew):
22881         * gnus-msg.el (gnus-put-message):
22882         * gnus-move.el (gnus-group-move-group-to-server):
22883         * gnus-kill.el (gnus-batch-score):
22884         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
22885         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
22886         (gnus-group-update-group, gnus-group-read-group)
22887         (gnus-group-make-group, gnus-group-make-help-group)
22888         (gnus-group-make-archive-group, gnus-group-make-directory-group)
22889         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
22890         (gnus-group-sort-by-unread, gnus-group-catchup)
22891         (gnus-group-unsubscribe-group, gnus-group-kill-group)
22892         (gnus-group-yank-group, gnus-group-set-info)
22893         (gnus-group-list-groups):
22894         * gnus.el (gnus-generate-new-group-name):
22895         * gnus-delay.el (gnus-delay-send-queue):
22896         * nnvirtual.el (nnvirtual-catchup-group):
22897         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
22898         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
22899         (gnus-group-prepare-topics, gnus-topic-check-topology):
22900         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
22901         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
22902         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
22903         (gnus-group-make-articles-read):
22904         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
22905         (gnus-group-change-level, gnus-kill-newsgroup)
22906         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
22907         (gnus-get-unread-articles, gnus-make-articles-unread)
22908         (gnus-make-ascending-articles-unread): Use accessor
22909         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
22910         to get group information for improved readability.
22911
22912
22913 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22914
22915         * gnus-art.el (article-decode-mime-words, article-babel)
22916         (gnus-article-highlight-signature, gnus-article-add-buttons)
22917         (gnus-signature-toggle): Use gnus-with-article-buffer.
22918
22919         * gnus-art.el (gnus-article-highlight-headers)
22920         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
22921
22922         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22923         (gnus-article-set-globals, gnus-request-article-this-buffer)
22924         (gnus-button-message-id, gnus-article-maybe-hide-headers)
22925         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22926         (gnus-mime-display-alternative): Use with-current-buffer.
22927
22928 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22929
22930         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22931         also under 80 char limit, and call gnus-error if needed.
22932         (spam-fetch-article-header): Fix - it was a
22933         buffer-local variable (gnus-newsgroup-data).
22934         (spam-find-spam): Use spam-generate-fake-headers, forget about
22935         spam-insert-fake-headers.
22936         (spam-insert-fake-headers): Remove.
22937
22938 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22939
22940         * deuglify.el (gnus-article-outlook-unwrap-lines)
22941         (gnus-outlook-rearrange-article)
22942         (gnus-outlook-repair-attribution-outlook)
22943         (gnus-outlook-repair-attribution-block)
22944         (gnus-outlook-repair-attribution-other): Remove redundant
22945         save-excursion.
22946
22947 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22948
22949         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22950         (spam-fetch-field-subject-fast)
22951         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22952         (spam-fetch-article-header): Add functions to deal with Gnus
22953         internals for fast retrieval of article header data.
22954         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22955
22956 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22957
22958         * pop3.el (pop3-md5): Remove.
22959         (pop3-apop): Replace pop3-md5 with md5.
22960
22961         * mm-bodies.el: base64 is always built-in.
22962
22963         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22964         Use with-current-buffer.
22965
22966 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22967
22968         * canlock.el (canlock-insert-header): Remove excessive grouping in
22969         regexp.
22970
22971         * gnus-sum.el (gnus-summary-read-document): Ditto.
22972
22973         * gnus-uu.el (gnus-uu-part-number): Ditto.
22974
22975         * html2text.el (html2text-remove-tags): Ditto.
22976         (html2text-format-tags): Ditto.
22977         (html2text-format-single-elements): Ditto.
22978
22979         * mml.el (mml-parse-1): Ditto.
22980
22981 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22982
22983         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22984
22985         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22986
22987         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22988
22989         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22990
22991 2003-11-15  Simon Josefsson  <jas@extundo.com>
22992
22993         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22994         (pgg-gpg-lookup-key): Use regexp match instead of
22995         split-string (split-string is different between emacs 21.2 and
22996         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22997
22998 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22999
23000         * gnus-art.el (gnus-mime-view-all-parts)
23001         (gnus-article-part-wrapper, gnus-article-view-part):
23002         Use with-current-buffer.
23003
23004 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23005
23006         * spam.el (spam-disable-spam-split-during-ham-respool)
23007         (spam-spamoracle-database, spam-cache-lookups)
23008         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
23009         (spam-group-ham-mark-p, spam-group-spam-mark-p)
23010         (spam-group-ham-marks, spam-group-spam-marks)
23011         (spam-group-spam-contents-p, spam-group-ham-contents-p)
23012         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
23013         also add spam-use-blackholes to the statistical checks.
23014         (spam-fetch-field-fast): Add interface to fetching fields, may
23015         become a macro.
23016         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
23017         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
23018         (spam-insert-fake-headers): Fake an article when needed.
23019         (spam-find-spam): Fake article when possible.
23020         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
23021         (spam-check-bogofilter-headers): Use message-fetch-field instead
23022         of nnmail-fetch-field.
23023
23024 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
23025
23026         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
23027
23028 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23029
23030         * spam.el (spam-split): Do not require spam-use-CHECK to be
23031         enabled if that check is passed to spam-split explicitly; also
23032         fix so 'spam doesn't get converted to spam-split-group when
23033         spam-split-symbolic-return is t.
23034         (spam-find-spam): Find registrations of the article and use those
23035         instead of re-running spam-split to find the spam/ham
23036         classification of the article.
23037         (spam-log-processing-to-registry, spam-log-registered-p)
23038         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23039         Use gnus-error instead of gnus-message.
23040         (spam-log-registration-type): Add function to determine the
23041         classification of a message based on registry entries; will
23042         return nil if both 'spam and 'ham are found.
23043         (spam-check-BBDB): Expand all the BBDB macros here so we can have
23044         a reasonably fast local cache without the loading errors.
23045         (spam-cache-lookups): Set to t by default.
23046         (spam-find-spam): Don't try to guess spam-cache-lookups.
23047         (spam-enter-whitelist, spam-enter-blacklist): Clear the
23048         spam-caches entry.
23049         (spam-filelist-build-cache, spam-filelist-check-cache):
23050         Fix caching of whitelist/blacklist entries.
23051         (spam-check-whitelist, spam-check-blacklist):
23052         Invoke spam-from-listed-p with a type, not a cache variable.
23053         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
23054
23055 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23056
23057         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
23058
23059         * nnmail.el (nnmail-split-fancy): do.
23060
23061         * mml.el (mml-parse): do.
23062
23063         * gnus-score.el (gnus-enter-score-words-into-hashtb)
23064         (gnus-score-adaptive): do.
23065
23066 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23067
23068         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
23069         (gnus-mime-button-map): Don't set keymap parent.
23070         (gnus-button-ctan-directory-regexp): Use shy grouping.
23071         (gnus-prev-page-map): Don't set keymap parent.
23072         (gnus-prev-page-map): Remove duplicated one.
23073         (gnus-next-page-map): Don't set keymap parent.
23074         (gnus-mime-security-button-map): Ditto.
23075
23076         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
23077         version number.
23078
23079         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
23080
23081 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23082
23083         * canlock.el (canlock-sha1-function): Remove.
23084         (canlock-sha1-function-for-verify): Remove.
23085         (canlock-openssl-program): Remove.
23086         (canlock-openssl-args): Remove.
23087         (canlock-ignore-errors): Remove.
23088         (canlock-sha1-with-openssl): Remove.
23089         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
23090         (canlock-verify): Don't use canlock-ignore-errors.
23091
23092         * sha1-el.el (sha1-string-external): Make it can return a string
23093         in binary form.
23094         (sha1-region-external): Ditto.
23095         (sha1-string-internal): Ditto.
23096         (sha1-region-internal): Ditto.
23097         (sha1-region): Ditto.
23098         (sha1-string): Ditto.
23099         (sha1): Ditto.
23100
23101 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23102
23103         * spam.el (spam-report-articles-gmane): New command.
23104
23105 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23106
23107         * gnus.el: Don't make unnecessary *Group* buffer when loading.
23108
23109         * run-at-time.el (run-at-time-saved): Remove.
23110         (run-at-time): Doc fix.
23111
23112 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23113
23114         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
23115         (gnus-summary-limit-map): Add it.
23116         (gnus-summary-make-menu-bar): do.
23117
23118 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
23119
23120         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
23121         Make attempt at some caching support (done for BBDB only now).
23122         (spam-find-spam): Set spam-cache-lookups if there are more than 2
23123         addresses to be checked.
23124         (spam-clear-cache-BBDB): Add function, to be invoked by
23125         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
23126         (spam-check-BBDB): Check and use the caches, if
23127         spam-cache-lookups is on, remove superfluous (provide).
23128
23129 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
23130
23131         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
23132
23133 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
23134
23135         * run-at-time.el (run-at-time-saved): Move to after the definition
23136         of `run-at-time'.
23137
23138         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
23139
23140 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23141
23142         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
23143         mm-w3m-local-map-property.
23144
23145         * mm-view.el (mm-w3m-mode-map): Remove.
23146         (mm-w3m-local-map-property): Remove.
23147         (mm-inline-text-html-render-with-w3m): Don't use
23148         mm-w3m-local-map-property.
23149
23150 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23151
23152         * run-at-time.el: New file.
23153
23154         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
23155         under Emacs.
23156
23157         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
23158         of gnus-set-text-properties.
23159
23160         * gnus-uu.el (gnus-uu-save-article): Ditto.
23161
23162         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
23163
23164         * gnus-cite.el (gnus-cite-parse): Ditto.
23165
23166         * gnus-art.el (gnus-button-push): Use set-text-properties instead
23167         of gnus-.
23168
23169         * gnus-xmas.el (run-at-time): Require run-at-time.
23170
23171         * gnus.el: Change calls to nnheader-run-at-time and
23172         password-run-at-time throughout to use run-at-time directly.
23173
23174         * password.el: Remove definition of run-at-time.
23175
23176         * nnheaderxm.el: Remove definition of run-at-time.
23177
23178 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
23179
23180         * mml.el (mml-minibuffer-read-disposition): Show attachment type
23181         in prompt.
23182
23183 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23184
23185         * messagexmas.el (message-xmas-redefine): Alias
23186         `message-make-caesar-translation-table' to
23187         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
23188         version.
23189
23190         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
23191         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
23192         `gnus-xmas-set-text-properties'.
23193         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
23194         `gnus-xmas-completing-read'.
23195         (gnus-xmas-completing-read): Removed.
23196         (gnus-xmas-open-network-stream): Removed.
23197
23198         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
23199         XEmacs version.
23200
23201         * dns.el (dns-make-network-process): Use `open-network-stream'
23202         instead of `gnus-xmas-open-network-stream'.
23203
23204         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
23205
23206         * .cvsignore: Add auto-autoloads.el, custom-load.el.
23207
23208 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23209
23210         * gnus-art.el (gnus-mime-display-alternative)
23211         (gnus-insert-mime-button, gnus-insert-mime-security-button)
23212         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
23213         Don't use gnus-local-map-property.
23214
23215         * gnus-util.el (gnus-local-map-property): Remove.
23216
23217         * mm-view.el (mm-view-pkcs7-decrypt):
23218         Replace gnus-completing-read-maybe-default with completing-read.
23219
23220         * gnus-util.el (gnus-completing-read): do.
23221         (gnus-completing-read-maybe-default): Remove.
23222
23223 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23224
23225         * password.el: Only autoload `run-at-time' if not XEmacs.
23226         Only autoload the itimer functions if XEmacs.
23227
23228 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23229
23230         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
23231         XEmacsen.
23232
23233         * dgnushack.el: Autoload executable-find for XEmacs.
23234
23235 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23236
23237         * gnus-art.el (gnus-read-string): Remove.
23238         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
23239         read-string.
23240
23241 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
23242
23243         * netrc.el: Autoload password-read.
23244         (netrc): Add configuration group.
23245         (netrc-encoding-method, netrc-openssl-path):
23246         Add variables for encoding and decoding of files with symmetric
23247         ciphers.
23248         (netrc-encode): Add assistant function to encode a file with
23249         netrc-encoding-method.
23250         (netrc-parse): Add interactive parameter, added optional
23251         decoding if netrc-encoding-method is non-nil but otherwise
23252         behavior is standard.
23253         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
23254         Do s/encode/encrypt/ everywhere.
23255
23256         * spam.el: Remove executable-find autoload.
23257
23258 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23259
23260         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
23261
23262         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
23263
23264 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23265
23266         * gnus-art.el (gnus-treat-ansi-sequences)
23267         (article-treat-ansi-sequences): New variable and function.
23268         Suggested by Dan Jacobson <jidanni@jidanni.org>.
23269
23270         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
23271         Use it.
23272
23273 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23274
23275         * mm-util.el (mm-quote-arg): Remove.
23276
23277         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
23278         shell-quote-argument.
23279
23280         * gnus-uu.el (gnus-uu-command): do.
23281
23282         * gnus-sum.el (gnus-summary-insert-pseudos): do.
23283
23284         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
23285         with make-char.
23286
23287         * mm-util.el (mm-make-char): Remove.
23288
23289         * mml.el (mml-mode): Replace gnus-add-minor-mode with
23290         add-minor-mode.
23291
23292         * gnus-undo.el (gnus-undo-mode): do.
23293
23294         * gnus-topic.el (gnus-topic-mode): do.
23295
23296         * gnus-sum.el (gnus-dead-summary-mode): do.
23297
23298         * gnus-start.el (gnus-slave-mode): do.
23299
23300         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
23301
23302         * gnus-ml.el (gnus-mailing-list-mode): do.
23303
23304         * gnus-gl.el (gnus-grouplens-mode): do.
23305
23306         * gnus-draft.el (gnus-draft-mode): do.
23307
23308         * gnus-dired.el (gnus-dired-mode): do.
23309
23310         * gnus-ems.el (gnus-add-minor-mode): Remove.
23311
23312         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23313         Replace gnus-char-width with char-width.
23314
23315         * gnus-ems.el (gnus-char-width): Remove.
23316
23317         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23318         Replace gnus-char-width with char-width.
23319
23320         * gnus-ems.el (gnus-char-width): Remove.
23321
23322         * spam-stat.el (with-syntax-table): Remove with-syntax-table
23323         definition.
23324         Remove Emacs 20 hash table compatibility code.
23325
23326         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
23327         20 compatibility code.
23328
23329         * spam.el (spam-point-at-eol): Replace with point-at-eol.
23330
23331         * smime.el (smime-point-at-eol): Replace with point-at-eol.
23332
23333         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
23334         Replace with point-at-{eol,bol}.
23335
23336         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
23337
23338         * imap.el (imap-point-at-eol): Replace with point-at-eol.
23339
23340         * flow-fill.el (fill-flowed-point-at-bol)
23341         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
23342
23343         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23344         Replace with point-at-{eol,bol} throughout all files.
23345
23346 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23347
23348         * ntlm.el (ntlm-string-as-unibyte): New macro.
23349         (ntlm-build-auth-response): Use it.
23350
23351         Remove Emacs 20 stuff:
23352         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
23353         (butlast, mapc, remove): Remove the compiler macros.
23354         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23355         of delq and copy-sequence.
23356         * gnus-art.el (popup-menu): Remove the compiler macro.
23357         * nnmail.el (nnmail-split-fancy): Don't support customizing with
23358         Emacs 20.
23359
23360 2004-01-05  Simon Josefsson  <jas@extundo.com>
23361
23362         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
23363         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23364         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23365         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23366         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23367         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23368         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23369         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23370         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23371         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23372         ntlm-string-permute, string-lshift into ntlm-string-lshift,
23373         string-xor into ntlm-string-xor.
23374         Suggested by Jesper Harder <harder@myrealbox.com>.
23375
23376         * ntlm.el: Don't include poem.
23377
23378         * md4.el (print-int32, print-string-hexa): Remove.
23379         Suggested by Jesper Harder <harder@myrealbox.com>.
23380
23381         * sasl-ntlm.el, ntlm.el, md4.el: New files.
23382
23383         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
23384         probably breaks emacs with DL patch, but do we care? Is anyone
23385         still using the DL stuff?)
23386
23387         * sieve-manage.el: Use the password package.
23388         (sieve-manage-read-passwd): Remove.
23389         (sieve-manage-interactive-login): Use password.  Re-add
23390         condition-case around loop.
23391
23392         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
23393         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23394         Use the password package.
23395
23396 2003-02-19  Simon Josefsson  <jas@extundo.com>
23397
23398         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23399         token.
23400
23401 2002-08-07  Simon Josefsson  <jas@extundo.com>
23402
23403         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23404         (sieve-manage-authenticators):
23405         (sieve-manage-authenticator-alist): Add some SASL mechs.
23406         (sieve-sasl-auth): New function.
23407         (sieve-manage-cram-md5-auth):
23408         (sieve-manage-plain-auth): Rewrite using SASL library.
23409         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23410         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23411         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23412         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23413
23414 2004-01-05  Simon Josefsson  <jas@extundo.com>
23415
23416         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23417         New files.
23418
23419 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23420
23421         * gnus-group.el (gnus-no-groups-message): Update.
23422
23423         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23424
23425 2003-11-09  Simon Josefsson  <jas@extundo.com>
23426
23427         * imap.el: Support for ID IMAP extension (RFC 2971).
23428         (imap-local-variables): Add imap-id.
23429         (imap-id): New variable.
23430         (imap-id): New function.
23431         (imap-parse-response): Parse untagged ID response.
23432         * nnimap.el (nnimap-id): New variable.
23433         (nnimap-open-connection): Use it.
23434
23435 2003-12-28  Simon Josefsson  <jas@extundo.com>
23436
23437         * gnus-score.el (gnus-score-edit-all-score): New.
23438         * gnus-group.el (gnus-group-score-map): Bind it to W e.
23439
23440 2004-01-04  Simon Josefsson  <jas@extundo.com>
23441
23442         * password.el: Add.
23443
23444 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
23445
23446         * dns.el (dns-query-types): Fix typo.
23447         (dns-query-types): New function.
23448         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
23449         PTR and SOA replies, see RFC 1035.
23450
23451 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23452
23453         * gnus.el (gnus-logo-color-style): Change colors to `no'.
23454
23455         * Move to Changelog.2.
23456
23457 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23458
23459         * gnus.el (gnus-version-number): Bump version.
23460
23461 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23462
23463         * gnus.el: No Gnus v0.1 is released.
23464
23465 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23466
23467         * gnus.el: No Gnus v0.0 is released.
23468
23469 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23470
23471         * gnus.el (gnus-version-number): Bump.
23472         (gnus-version): No.
23473
23474 See ChangeLog.2 for earlier changes.
23475
23476   Copyright (C) 2004-2011  Free Software Foundation, Inc.
23477
23478   This file is part of GNU Emacs.
23479
23480   GNU Emacs is free software: you can redistribute it and/or modify
23481   it under the terms of the GNU General Public License as published by
23482   the Free Software Foundation, either version 3 of the License, or
23483   (at your option) any later version.
23484
23485   GNU Emacs is distributed in the hope that it will be useful,
23486   but WITHOUT ANY WARRANTY; without even the implied warranty of
23487   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23488   GNU General Public License for more details.
23489
23490   You should have received a copy of the GNU General Public License
23491   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23492
23493 ;; Local Variables:
23494 ;; coding: utf-8
23495 ;; fill-column: 79
23496 ;; add-log-time-zone-rule: t
23497 ;; End: