Spelling fixes.
[gnus] / lisp / ChangeLog
1 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2
3         * plstore.el (plstore--insert-buffer): Spelling fix.
4
5 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
6
7         * message.el (message-valid-fqdn-regexp): Update with newly approved
8         top-level domain names ".tel" and ".asia".
9
10 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11
12         * gnus-sum.el (gnus-summary-show-article): Don't load shr
13         unconditionally.
14
15 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16
17         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
18         pop-to-buffer-same-window for old Emacsen.
19
20 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
21
22         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
23
24 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
25
26         * netrc.el (netrc-credentials): Spelling fix.
27
28 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
29
30         * gnus-fun.el (gnus-fun-ppm-change-string):
31         * gnus-msg.el (gnus-inews-do-gcc):
32         * gnus-sum.el (gnus-summary-find-for-reselect):
33         * gnus.el (gnus-summary-cancelled):
34         * message.el (message-cancel-hook, message-send-news):
35         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
36         * nnir.el (nnir-run-hyrex):
37         * nntp.el (nntp-with-open-group-function):
38         * pgg.el (pgg-pending-timers): Spelling fix.
39
40 2011-12-04  Chong Yidong  <cyd@gnu.org>
41
42         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
43         change (Bug#10200).
44
45 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
46
47         * compface.el (uncompface):
48         * gnus-art.el (gnus-article-x-face-command): Update the header format
49         of icon data for the most recent icontopbm program.
50
51 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
52
53         * gnus-msg.el (gnus-inews-do-gcc):
54         * message.el (message-send-mail):
55         * mml.el (mml-generate-mime): Share the value of the buffer-local
56         `message-options' variable between a draft buffer and temprary working
57         buffers.
58
59 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
60
61         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
62
63 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
64
65         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
66         for Cygwin.
67
68 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
69
70         * gnus-group.el (gnus-group-prepare-flat):
71         * mm-bodies.el (mm-encode-body):
72         * mml.el (mml-preview):
73         * nnml.el (nnml-request-compact-group):
74         * pop3.el (pop3-stream-type): Spelling fix.
75
76 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
77
78         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
79
80 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
81
82         * color.el (color-rgb-to-hsl):
83         * gmm-utils.el (gmm-tool-bar-style):
84         * gnus-group.el (gnus-group-prepare-flat):
85         * gnus-topic.el (gnus-topic-prepare-topic):
86         * mm-decode.el (mm-discouraged-alternatives):
87         * rfc2047.el (rfc2047-encode-1):
88         * starttls.el: Spelling fix.
89
90 2011-11-24  Glenn Morris  <rgm@gnu.org>
91
92         * binhex.el (binhex-begin-line): Give it basic doc-string.
93
94         * starttls.el, tls.el: Fix case of "GnuTLS".
95
96 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
97
98         * gnus-group.el (gnus-group-highlight): Fix typo.
99
100 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
101
102         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
103         value of `delete-file', that returns nil for a local file but returns t
104         for a remote file using ssh.
105
106 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
107
108         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
109
110 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
111
112         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
113         avoid later breakage.
114
115 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
116
117         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
118         article buffers' name.
119
120 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
121
122         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
123         by Paul Eggert's spellfixes two days ago.
124
125 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
126
127         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
128         doesn't have it.
129
130         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
131         buffer-local instead of binding them to avoid warnings.  Also demote
132         errors (bug#10063).
133         (font-lock-mode-hook): Shut up byte compiler.
134
135 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
136
137         * mm-util.el (mm-charset-after):
138         * nnir.el (nnir-run-hyrex):
139         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
140         (ntlm-get-password-hashes, ntlm-md4hash):
141         * smime.el: Fix typo.
142
143 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
144
145         * gnus-agent.el (gnus-agent-expire-group-1):
146         * nndiary.el (nndiary-last-occurence):
147         * nnimap.el (nnimap-request-set-mark):
148         * nnmairix.el (nnmairix-only-use-registry):
149         * gnus-group.el (gnus-group-prepare-flat):
150         * gnus-sum.el (gnus-decode-encoded-word-methods):
151         * message.el (message-wash-subject):
152         * nntp.el (nntp-retrieve-headers-with-xover):
153         * smime.el (smime-certificate-directory): Spelling fix.
154
155 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
156
157         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
158
159         * color.el:
160         * gnus-agent.el (gnus-agent-possibly-alter-active):
161         * gnus-dired.el (gnus-dired-print):
162         * mail-parse.el:
163         * nnmairix.el (nnmairix-request-group):
164         * shr.el (shr-image-displayer):
165         * sieve-manage.el:
166         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
167
168 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
169
170         * gnus-sum.el (gnus-auto-select-subject):
171         * spam-report.el (spam-report-resend): Spelling fix.
172
173 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
174
175         * gnus-agent.el (gnus-agent-get-undownloaded-list):
176         * gnus-art.el (gnus-default-article-saver):
177         * gnus-srvr.el (gnus-server-copy-server):
178         * gnus.el (gnus-sloppily-equal-method-parameters):
179         * html2text.el (html2text-format-tag-list):
180         * message.el (message-narrow-to-head):
181         * nndiary.el:
182         * nnmairix.el (nnmairix-determine-original-group-from-registry):
183         * sieve.el: Spelling fix.
184
185 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
186
187         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
188         * gnus-sum.el (gnus-summary-make-menu-bar):
189         * gnus-uu.el (gnus-uu-decode-postscript)
190         (gnus-uu-decode-postscript-and-save):
191         * mailcap.el (mailcap-print-command):
192         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
193         Fix typos.
194
195 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
196
197         * gnus-art.el (gnus-article-part-wrapper):
198         * html2text.el (html2text-fix-paragraphs):
199         * mm-decode.el (mm-image-fit-p):
200         * rfc2047.el (rfc2047-encode-message-header):
201         * shr-color.el (shr-color-visible-distance-min)
202         (shr-color-relative-to-absolute, set-minimum-interval)
203         (shr-color-visible): Fix typos.
204
205 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
206
207         * gmm-utils.el (gmm-tool-bar-item):
208         * gnus-art.el (gnus-treat-body-boundary):
209         * gnus-diary.el (gnus-user-format-function-d):
210         * gnus-start.el (gnus-get-unread-articles):
211         * pgg-gpg.el (pgg-gpg-update-agent):
212         * smime.el (smime-cert-by-ldap-1): Spelling fix.
213
214 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
215
216         * gnus-topic.el (gnus-group-prepare-topics):
217         * gnus-uu.el (gnus-extract-view):
218         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
219
220 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
221
222         * spam.el: Move BBDB autoloads.
223         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
224         BBDB 2 and 3.
225         (spam-check-BBDB): Use it.
226         (spam-enter-ham-BBDB): Use it.
227
228 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
229
230         * smime.el (smime-draw-buffer): Spelling fix.
231
232 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
233
234         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
235         for scanning exactly one level.
236         * gnus-start.el (gnus-get-unread-articles): Ditto.
237
238 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
239
240         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
241         slightly clearer.
242
243 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
244
245         * gnus-sync.el: More commentary about setup.
246
247 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
248
249         * message.el (message-send-and-exit): Document `arg'.
250
251 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
252
253         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
254
255 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
256
257         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
258
259         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
260         we don't use `bound-and-true-p'.
261
262 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
263
264         * gnus-util.el (gnus-bound-and-true-p): Remove.
265         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
266         * nnir.el: Use it.
267         * nnmairix.el: Use it.
268
269 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
270
271         * gnus-sync.el: Improve docs about CouchDB admins.
272
273         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
274         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
275         for reasons unknown.
276         * nnir.el: Use it.
277         * nnmairix.el: Use it.
278
279         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
280         * nnir.el: Ditto.
281         * nnmairix.el: Ditto.
282
283         * gnus-registry.el (gnus-registry-enabled): Default to nil.
284
285 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
286
287         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
288         not needed.  Provide xmlplistread list function to produce XML plist
289         output for non-Gnus LeSync clients.
290
291 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
292
293         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
294
295         * gnus-sync.el: Add LeSync synchronization backend and logic to read
296         and save against it.  Group subscriptions, read marks, other marks,
297         subscription levels, topic names, and topic offsets (the group's
298         position within the topic) are saved.  This is an experimental backend
299         and may change significantly.  Load json.el from the gnus-fallback-lib
300         if it's not available otherwise.
301         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
302
303 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
304
305         * message.el (message-completion-function): Make sure
306         message-tab-body-function is not attempted if one of
307         message-completion-alist fails to find a completion (bug#9158).
308
309 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
310
311         * mml.el (mml-quote-region): Quote <#secure> tag.
312         (mml-generate-mime-1): Unquote <#secure> tag.
313
314 2011-10-20  Chong Yidong  <cyd@gnu.org>
315
316         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
317         calling a minor mode from Lisp with nil arg enables it, so we have to
318         make the wording a bit ambiguous here).
319
320 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
321
322         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
323         * nnir.el (nnir-mode): Use it.
324         * nnmairix.el (nnmairix-determine-original-group-from-registry):
325         Use it.
326
327         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
328         * nnmairix.el (gnus-registry-enabled): Ditto.
329
330 2011-10-17  Dave Abrahams  <dave@boostpro.com>  (tiny change)
331
332         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
333         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
334         only while we need to find out if it should be t or nil.
335         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
336         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
337         the registry is installed.  Set it to nil when it's unloaded.
338         (gnus-registry-install-p): Provide user guidance for the initial value
339         of `gnus-registry-install' when it's 'ask, otherwise return its value.
340         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
341         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
342         * nnmairix.el (nnmairix-determine-original-group-from-registry):
343         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
344         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
345         `gnus-registry-install'.
346
347 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
348
349         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
350         previous change.
351         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
352         primary key is marked as disabled.
353
354 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
355
356         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
357         primary key is marked as disabled.
358
359 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
360
361         * html2text.el (html2text-clean-anchor): Check for quotes around
362         `href' value.
363
364 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
365
366         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
367         searching.  Drop `bbdb-cache'.
368
369 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
370
371         * message.el (message-signed-or-encrypted-p): Exclude header when
372         checking if there is signed or encrypted body in text/plain message.
373
374 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
375
376         * html2text.el (html2text-get-attr): Correctly handle attribute values
377         containing "=".
378
379 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
380
381         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
382         handle bindings.
383
384 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
385
386         * gnus-win.el (gnus-configure-windows): Protect against reading
387         ephemeral groups outside of Gnus.
388
389 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
390
391         * shr.el (shr-tag-img): Don't get images displayed in tables.
392
393 2011-10-03  Glenn Morris  <rgm@gnu.org>
394
395         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
396         the "maintainer" version of debbugs.gnu.org reports.
397
398 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
399
400         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
401         make asynchronous adjacent image insertion work better.
402
403 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
404
405         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
406         documentation.
407
408 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
409
410         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
411         `gnus-asynchronous' isn't shadowed.
412
413 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
414
415         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
416
417         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
418         (nnimap-insert-partial-structure): The charset parameter isn't
419         case-sensitive.
420
421         * nnheader.el (nnheader-message-maybe): New function.
422
423         * shr.el (shr-tag-table): Render totally broken tables better.
424
425         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
426         computing the boundary.
427
428 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
429
430         * pop3.el (pop3-number-of-responses): Remove.
431         (pop3-wait-for-messages): Rewrite to take linear time instead of
432         exponential time.
433
434 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
435
436         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
437         re-fetch images.
438
439         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
440         re-fetch images when hitting `g' in Gnus.
441
442 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
443
444         * mml.el (mml-inhibit-compute-boundary): New internal variable.
445         (mml-compute-boundary): Don't check collision if it is non-nil.
446         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
447         before checking collision.
448
449 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
450
451         * message.el (message-indent-citation): Really make sure there's a
452         newline at the end.
453
454         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
455         Fix suggested by John Wiegley.
456
457         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
458
459         * gnus-art.el (gnus-treat-hide-citation): Add doc.
460
461         * message.el (message-default-send-rename-function): Break out into its
462         own function.
463
464         * ecomplete.el (ecomplete-display-matches): Revert patch since it
465         doesn't work under XEmacs.
466
467         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
468         of "imaps" to word around Windows problems.
469         (nnimap-open-connection-1): Use it.
470
471         * message.el (message-indent-citation): Revert last change which made
472         `F' not work.
473
474 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
475
476         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
477         terminal as well.
478
479 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
480
481         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
482         because it displays images using overlays that aren't easy to copy to
483         the article buffer.
484
485 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
486
487         * message.el (message-indent-citation): Fix empty line removal at the
488         end of the citation.
489
490 2011-09-20  Julien Danjou  <julien@danjou.info>
491
492         * auth-source.el (auth-source-netrc-create): Use default value for
493         password if specified.  Evaluate default.
494         (auth-source-plstore-create): Ditto.
495         (auth-source-plstore-create, auth-source-netrc-create): Fix default
496         value evaluation.
497         (auth-source-netrc-create): Typo fix.
498         (auth-source-plstore-create): Ditto.
499
500         * password-cache.el (password-cache-remove): Remove entries even if the
501         value is nil, so that password with a nil value (negative caching) is
502         possible to invalidate.
503
504         * auth-source.el (auth-source-format-cache-entry): New function.
505
506 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
507
508         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
509
510 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
511
512         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
513
514 2011-09-19  Julien Danjou  <julien@danjou.info>
515
516         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
517         which work with things that are not ASCII.
518
519 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
520
521         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
522
523 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
524
525         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
526         message level.
527
528 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
529
530         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
531
532 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
533
534         * gnus.el (gnus-interactive-exit): Update defcustom spec.
535
536 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
537
538         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
539         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
540
541 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
542
543         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
544         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
545         articles.
546
547 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
548
549         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
550         (message-mail-other-window, message-mail-other-frame)
551         (message-news-other-window, message-news-other-frame):
552         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
553         instead of setting buffer display varibles.
554
555 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
556
557         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
558
559         * gnus-sum.el (gnus-fetch-headers): Bump message level.
560
561 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
562
563         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
564         duplicates" to a higher level.
565
566         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
567         most egregious messages.
568
569 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
570
571         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
572
573 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
574
575         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
576         up the file (bug#9351).
577
578 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
579
580         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
581         it does with all other backends, but decode the names immediately after
582         getting them.
583
584         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
585         decoding nnimap groups.
586
587         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
588         newsrc file.  It doesn't seem like an important optimization any more.
589
590 2011-09-10  Dave Abrahams  <dave@boostpro.com>  (tiny change)
591
592         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
593         overflows.
594
595 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
596
597         * gnus.el (gnus-article-mark-lists): Remove `recent'.
598         (gnus-interactive-exit): Extend to `quiet'.
599
600         * gnus-sum.el (gnus-offer-save-summaries): Use it.
601
602         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
603         string.
604
605         * plstore.el (plstore--get-buffer): Silence compiler warnings by
606         renaming function arguments from `this'.
607
608         * gnus-sum.el (gnus-newsgroup-recent): Remove.
609
610         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
611         has been renamed.
612         (gnus-lrm-string-p): Include RLM and PDF, too.
613
614         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
615         (bug#9225).
616
617 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
618
619         Add autoload cookies for functions used by sendmail.el.
620         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
621
622         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
623
624 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
625
626         * gnus-art.el (article-date-ut): Work properly even when there are
627         things like Date header in the body; work for forwarded parts.
628
629 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
630
631         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
632         original-article-buffer.
633
634 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
635
636         * nnir.el (nnir-compose-result): Fix matching of server type.
637         (nnir-run-swish++): Ditto.
638         (nnir-run-namazu): Ditto.
639         (nnir-run-notmuch): Ditto.
640
641 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
642
643         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
644         (bug#9405).
645
646         * gnus-score.el (gnus-summary-increase-score): Doc clarification
647         (bug#9421).
648
649         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
650         (bug#9425).
651
652         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
653         thing (bug#9426).
654
655 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
656
657         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
658         the error message.
659
660 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
661
662         * message.el (message-setup-1): Return t (Bug#9392).
663
664 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
665
666         * gnus-sum.el: When adding article headers to a summary buffer also
667         update gnus-newsgroup-articles (bug#9386).
668
669 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
670
671         * auth-source.el: Autoload help-mode.
672
673 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
674
675         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
676         names.
677
678 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
679
680         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
681         mm-replace-in-string for compatibility issues.
682         * mml2015.el (mml2015-epg-verify): Ditto.
683
684 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
685
686         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
687
688         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
689
690 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
693         continue on and do the clean-up phase (bug#9188).
694
695         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
696         just ignore groups that can't be opened instead of erroring out
697         (bug#9225).
698
699         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
700         nil since some many people are fuddy-duddies.
701
702         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
703         images.
704
705         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
706         instead.
707
708         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
709
710         * gnus-util.el (gnus-process-live-p): Copy over compat function.
711
712         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
713         processing.
714
715         * nntp.el (nntp-kill-buffer): Kill the process before killing the
716         buffer to avoid warnings.
717
718 2011-08-20  Simon Josefsson  <simon@josefsson.org>
719
720         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
721         specified to reduce precision.
722
723 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
724
725         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
726         bodystructures (bug#9314).
727
728 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
729
730         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
731         Make button keymap non-sticky after buttons.
732
733 2011-08-18  David Engster  <dengste@eml.cc>
734
735         * nnmairix.el (nnmairix-request-set-mark)
736         (nnmairix-goto-original-article): Remove adding of article to registry,
737         since `gnus-registry-add-group' isn't available anymore.
738         (nnmairix-determine-original-group-from-registry):
739         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
740         available anymore.
741
742 2011-08-12  Simon Josefsson  <simon@josefsson.org>
743
744         * starttls.el (starttls-any-program-available): Define as obsolete
745         function.
746
747 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
748
749         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
750         versions which Gnus use when appropriate.
751
752         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
753         a pretty destructive command.
754
755         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
756
757 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
758
759         * message.el (message-fix-before-sending): Make a different warning
760         about NUL characters (bug#9270).
761
762         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
763         from custom (bug#9260).
764
765         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
766         things work in Emacs 22 and XEmacs, too.
767
768         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
769         default From.
770
771         * gnus-spec.el (gnus-lrm-string-p): New macro.
772         (gnus-lrm-string): New constant.
773         (gnus-summary-line-format-spec): LRM-ify the from.
774         (gnus-tilde-max-form): LRM-ify string chopping.
775
776         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
777
778         * message.el (message-is-yours-p): Allow disabling canlock checking
779         (bug#9295).
780         (message-shoot-gnksa-feet): Add `canlock-verify'.
781         (message-auto-save-directory): Use ~/ as the auto-save directory if the
782         message directory isn't writable (bug#9304).
783
784         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
785         non-world-readable.
786
787 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
788
789         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
790         articles.
791
792 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
793
794         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
795         copy-list.
796
797 2011-08-12  Sam Steingold  <sds@gnu.org>
798
799         * gnus-score.el (gnus-score-find-alist): Keep the score files already
800         in the reverse order to avoid modifying the cache with `nreverse'.
801         (gnus-all-score-files): Do not modify the value returned by
802         `gnus-score-find-alist' because it lives in a cache variable.
803         (gnus-current-home-score-file): No need to `nreverse' the return value
804         of `gnus-score-find-alist', it is already in the correct order.
805
806 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
807
808         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
809         type MESSAGE and subtype RFC822 is slightly different from those of
810         type TEXT.
811
812 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
813
814         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
815         This allows article-referral to work from an nnir group.
816
817 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
818
819         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
820
821 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
822
823         * mml1991.el (mml1991-epg-find-usable-key)
824         (mml1991-epg-find-usable-secret-key): New function.
825         (mml1991-epg-sign): Check if signing key is usable.
826         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
827
828 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
829
830         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
831         server-variables only.  This should fix a bug introduced with commit
832         e1889675b7f4adf057833c5513c9374134c4e053.
833         (nnir-run-query): 'nnir-search-engine should not be set from the global
834         environment.
835
836 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
837
838         * nnir.el (nnir-search-thread): Position point on referring article
839         line.
840         (nnir-warp-to-article): Clean up summary buffers.
841
842         * nnimap.el (nnimap-request-thread): Whitespace fix.
843
844 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
845
846         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
847
848 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
849
850         * starttls.el (starttls-available-p): Rename from
851         `starttls-any-program-available' and changed return convention.
852
853 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
854
855         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
856         `unix-sync' unless it's defined.
857
858 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
859
860         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
861         `aref' for XEmacs compatibiltiy.
862
863 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864
865         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
866
867 2011-07-31  Dave Abrahams  <dave@boostpro.com>  (tiny change)
868
869         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
870         closures, quote the form properly (bug#9194).
871
872 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
873
874         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
875         (gnus-summary-insert-new-articles): Protect against servers that are
876         down.
877
878 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
879
880         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
881         in mm handle if none is specified.
882
883 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
884
885         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
886
887 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
888
889         * nnir.el (nnir-search-thread): New function to make an nnir group
890         based on a thread query.
891
892         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
893         of nnir in thread referral.
894         (gnus-summary-refer-thread): Use it.
895
896         * nnimap.el (nnimap-request-thread): Use it.
897
898 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
899
900         * shr.el (shr-tag-comment): Ignore HTML comments.
901
902 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
903
904         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
905         argument.
906         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
907         Use `nnir-address' to handle server info rather than passing an arg.
908
909         * nnimap.el (nnimap-make-thread-query): New utility function to format
910         an imap thread search query.
911         (nnimap-request-thread): Use it.
912
913         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
914         right select-method if we are not going back to the group buffer.
915
916 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
917
918         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
919         enter invalid buffer configurations into the quit form (bug#9107).
920         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
921         unplugged/plugged.
922
923         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
924         keep track of which ones are unread (bug#9061).
925
926         * gnus.el (gnus-refer-article-method): Allow entering any sexp
927         (bug#9055).
928
929         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
930         (bug#9041).
931
932         * gnus-html.el (mm-util): Require (bug#9073).
933
934         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
935         (gnus-summary-refer-thread): Use it to remove duplicates in the
936         un-threaded view (bug#9053).
937         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
938
939 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
940
941         * nnir.el (nnir-read-server-parm): Use default value from global
942         variable.  Without this the default search engine parameters aren't
943         used at all.
944
945 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
946
947         * message.el (message-unique-id): Don't use the undocumented return
948         value from (random t) (bug#9118).
949
950 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
951
952         * message.el (message-auto-save-directory): If the ~/Mail directory
953         doesn't exist, use ~ as the auto-save directory (bug#4432).
954
955         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
956         hasn't already been started.
957
958 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
959
960         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
961
962         * message.el (message-reply): Work around mysterious bug where
963         `message-mode' seems to overwrite the locally bound `subject' variable.
964
965 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
966
967         * nnimap.el (nnimap-request-thread): Ensure search is performed in
968         correct group.
969
970         * gnus-int.el (gnus-request-thread): Add group argument.
971
972         * gnus-sum.el (gnus-summary-refer-thread): Use it.
973
974 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
975
976         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
977
978         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
979         renamed to `debbugs-gnu-*'.
980
981 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
982
983         * plstore.el: Revert the editing feature since it is not urgent.
984         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
985         (plstore-mode-decoded): Remove.
986
987 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
988
989         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
990         isn't very interesting any more, and it leaks potentially secret data.
991         (gnus-debug): Remove.
992
993         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
994         use of :custom-show.
995
996 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
997
998         * plstore.el: Add documentation.
999         (plstore-mode): New mode to edit plstore file.
1000         (plstore-mode-toggle-display, plstore-mode-original)
1001         (plstore-mode-decoded): New command.
1002         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1003         (plstore--insert-buffer, plstore--make): New function.
1004         (plstore-open, plstore-save): Simplify by using them.
1005
1006 2011-07-06  Glenn Morris  <rgm@gnu.org>
1007
1008         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
1009
1010 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1011
1012         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
1013         no longer is much used.
1014         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
1015         Articles".
1016
1017 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
1018
1019         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
1020         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
1021         `notmuch' backend.
1022
1023 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1024
1025         * mm-decode.el (mm-text-html-renderer): Doc fix.
1026
1027         * gnus-msg.el (gnus-bug): Fix the MML tag.
1028
1029         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
1030
1031 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
1032
1033         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
1034         secondary methods if started with `gnus-no-server'.
1035
1036 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
1037
1038         * message.el (message-return-action): Fix typo in docstring.
1039
1040 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1041
1042         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
1043         bug reports at once.
1044
1045         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
1046
1047 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * nndraft.el: Require gnus-group.
1050         (nndraft-request-list): Declare.
1051
1052         * nndraft.el (nndraft-update-unread-articles): Don't show group having
1053         no unread article unless it matches gnus-permanently-visible-groups.
1054
1055         * nndraft.el (nndraft-update-unread-articles): New function.
1056         (nndraft-request-associate-buffer): Use it to update the number of
1057         unread articles for the nndraft groups in the group buffer when saving
1058         or killing a draft message.
1059
1060 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1061
1062         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
1063         systems to binary before writing and reading the mbox files.
1064
1065         * gnus.el (gnus-summary-line-format): Link to the info node for %U
1066         instead of trying to list them all (bug#8978).
1067
1068 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1069
1070         * pop3.el (pop3-open-server): Use :end-of-capability.
1071
1072 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1073
1074         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
1075         the id is always a number.
1076
1077         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
1078
1079         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
1080         debbugs mode, if possible.
1081
1082 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
1083
1084         * auth-source.el (auth-source-token-passphrase-callback-function):
1085         Reindent.
1086         (epg-context-operation): Remove unnecessary autoload.
1087
1088 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1089
1090         * gnus.el (gnus-list-debbugs): New command.
1091
1092         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
1093         mboxstat instead of the maintbox, since the stat seems to be fuller.
1094
1095         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
1096         summary buffers.
1097
1098         * message.el (message-get-reply-headers): Delete all duplicates,
1099         instead of the first.
1100         (message-get-reply-headers): Ensure that we have progress while
1101         deleting duplicates.
1102
1103         * gnus-msg.el (gnus-configure-posting-styles): Get the local
1104         gnus-posting-style value from the summary buffer to make it easier to
1105         make that a per-buffer conf.
1106
1107 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
1108
1109         * nnir.el (nnir-run-imap): Allow halting a search when an article is
1110         found by setting `shortcut' in 'query.
1111         (nnir-request-article): Use `shortcut' setting when requesting article
1112         by Message-ID.
1113
1114 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
1115
1116         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
1117         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
1118         Bring the pseudo-headers back too.
1119
1120 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1121
1122         * auth-source.el (auth-source-token-passphrase-callback-function):
1123         Simplify and remove EPA dependency.
1124
1125 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
1126
1127         * nnir.el (nnir-request-article): Fix error message text.
1128
1129 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1130
1131         * auth-source.el (plstore-delete): Autoload.
1132         (auth-source-plstore-search): Support delete operation.
1133         * plstore.el (plstore-delete): New function.
1134
1135 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1136
1137         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
1138         mark actually existing articles as unread rather than the ones that
1139         active asserts.
1140
1141 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
1142
1143         * nntp.el (nntp-record-command):
1144         * gnus-util.el (gnus-message-with-timestamp-1):
1145         Use format-time-string rather than decoding time stamps by hand.
1146         This is simpler and insulates the code from potential changes to
1147         current-time format.
1148
1149 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1150
1151         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
1152
1153 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1154
1155         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
1156         (plstore-save): Support public key encryption.
1157         (plstore--init-from-buffer): New function.
1158         (plstore-open): Use it; fix error when opening a non-existent file.
1159         (plstore-revert): Use plstore--init-from-buffer.
1160
1161 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1162
1163         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
1164
1165 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1166
1167         * mml2015.el (mml2015-use): Replace string-match-p with string-match
1168         for old Emacsen.
1169
1170 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1171
1172         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
1173         is not fully working.
1174
1175 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1176
1177         * dgnushack.el: Autoload sha1 on XEmacs.
1178
1179         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
1180         quit window configuration.
1181
1182         * auth-source.el (epg-context-set-passphrase-callback):
1183         Remove duplicate autoload.
1184
1185 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1186
1187         * nnir.el (nnir-request-article): Allow requesting articles by
1188         Message-ID with nnimap.
1189
1190         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
1191         current server.
1192
1193 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1194
1195         * auth-source.el: Autoload EPA/EPG functions.
1196         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
1197         changed when EPA/EPG is not available.
1198         (auth-source-backend): Rename "arg" member to "data".
1199         (auth-source-backend-parse, auth-source-plstore-search)
1200         (auth-source-plstore-create): Use it.
1201
1202 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1203
1204         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
1205         `gnus-refer-article-methods'.
1206
1207 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1208
1209         * auth-source.el: Require EPA and EPG.
1210         (auth-source-passphrase-alist): New variable.
1211         (auth-source-passphrase-callback-function)
1212         (auth-source-token-passphrase-callback-function): Callbacks for the
1213         netrc field encryption (GPG tokens).
1214         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
1215         Symmetric encryption and decryption of the netrc GPG tokens.
1216         (auth-source-netrc-normalize): Use them, simplifying the closure.
1217
1218 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1219
1220         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
1221         is available.
1222
1223 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224
1225         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
1226         non-nil, and `nnimap-split-methods' is nil, use the former.
1227
1228 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1229
1230         * plstore.el (plstore-revert): New function.
1231         (plstore-open): Use it; hide the buffer from user.
1232
1233 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1234
1235         * auth-source.el (auth-source-backend): New member "arg".
1236         (auth-source-backend-parse): Handle new backend 'plstore.
1237         * plstore.el: New file.
1238
1239 2011-06-30  Glenn Morris  <rgm@gnu.org>
1240
1241         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
1242
1243 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1244
1245         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
1246         expiring articles to.
1247
1248         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
1249         variations as ASCII (bug#5458).
1250
1251 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
1254
1255 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1256
1257         * message.el (message-point-in-header-p): Tweak the function to default
1258         to saying that we're not in the headers if there is no separator at
1259         all.  This makes it possible to use the Message version of `M-q' in
1260         buffers with no headers (bug#7987).
1261         (message-point-in-header-p): Fix last checkin to work with an empty
1262         mail-header-separator, too.
1263
1264         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
1265         again, save the choice via customize.
1266
1267 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1268
1269         * message.el (message-send-mail-function): Add `sendmail-query-once'.
1270
1271         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
1272         ended the connection, bail out before waiting infinitely on a new
1273         connection.
1274
1275 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
1276
1277         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
1278         reports.
1279
1280         * gnus.el (gnus-bug-package): Use "gnus."
1281         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
1282
1283 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1284
1285         * dgnushack.el: Make the timer warning go away on XEmacs.
1286
1287         * gnus-art.el (gnus-article-stop-animations): New function to stop any
1288         animations going on at article exit time.
1289
1290         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
1291         since removing it breaks people upgrading.
1292
1293         * shr.el (shr-put-image): Use the new interface for animating images.
1294         (shr-put-image): Animate for 60 seconds.
1295
1296         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
1297         avoid compiler warnings.
1298
1299         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
1300         error with `find-file-hooks' on Emacs 22.
1301         (with-auth-source-epa-overrides): Ugly hack to Wrap the
1302         `find-file-hook' things in `symbol-value' to avoid compilation warnings
1303         on all architectures.
1304
1305         * spam.el (spam-stat): Require in a normal fashion without binding
1306         `spam-stat-install-hooks' to avoid compilation warnings.
1307
1308         * spam-stat.el (spam-stat-install-hooks): Remove.
1309         (spam-stat-install-hooks): Don't run automatically.
1310
1311 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
1312
1313         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
1314         and keystroke.
1315
1316 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1317
1318         * auth-source.el (auth-source-netrc-cache): Move forward.
1319
1320 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1321
1322         * proto-stream.el (proto-stream-open-starttls): Use
1323         `gnutls-available-p' to see whether we have built-in support.
1324
1325         * auth-source.el (auth-source-netrc-create): Don't query the bits that
1326         we already know.
1327         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
1328         (auth-source-netrc-create): Don't prompt for the stuff we already know.
1329
1330 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1331
1332         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
1333         %S format, since that looks odd.
1334         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
1335         file, especially when saving.
1336
1337 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
1338
1339         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
1340         article found.
1341
1342 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1343
1344         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
1345         `auth-source-save-secrets' with a more sensitive alist that can be
1346         configured per file.  Experimental, so defaults to 'never.
1347         (auth-source-netrc-create): Use it.  Still experimental code.
1348         (with-auth-source-epa-overrides): Use `find-file-hooks' if
1349         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
1350
1351 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
1352
1353         * auth-source.el (auth-source-save-secrets): New variable to control if
1354         secret tokens should be saved encrypted.
1355         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
1356         to `auth-source-netrc-normalize'.
1357         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
1358         on the EPA variables being defined.
1359         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
1360         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
1361         the lexical-let closure.
1362         (auth-source-netrc-create): Create "gpg:" tokens according to
1363         `auth-source-save-secrets'.
1364
1365 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1366
1367         * gnus-group.el (gnus-group-update-group): Add new argument
1368         `info-unchanged' that stops updating dribble buffer.
1369
1370         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
1371         deletes lines matching to it in dribble buffer.
1372
1373         * gnus-agent.el (gnus-agent-fetch-group-1):
1374         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
1375         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
1376         * gnus-start.el (gnus-group-change-level):
1377         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
1378
1379         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
1380         if newsgroup info is not changed.
1381
1382         * gnus-group.el (gnus-group-get-new-news-this-group):
1383         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
1384         Don't update dribble buffer.
1385
1386 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
1387
1388         * gnus-registry.el (gnus-registry-remove-ignored): New function to
1389         remove entries with groups we ignore.
1390
1391 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1392
1393         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
1394         the underline comes at the bottom.
1395
1396 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1397
1398         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
1399         `gnus-registry-user-format-function-M' and declare the latter obsolete.
1400         (gnus-registry-article-marks-to-names): Rename from
1401         `gnus-registry-user-format-function-M2'.
1402
1403 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
1406         ephemeral group.
1407
1408 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1409
1410         * shr.el (shr-browse-image): Copy the URL if called interactively.
1411
1412 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1413
1414         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
1415         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
1416         done, then unselected articles may be marked as read.
1417
1418         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
1419         since not doing this seems to lead to a race condition in pop3-logon.
1420
1421         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
1422         so that the call chain it correct when we call "upwards".
1423
1424         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
1425         in read-only groups.
1426
1427         * gnus-group.el (gnus-group-mark-article-read): Ditto.
1428
1429         * message.el (message-cite-reply-position): Doc string fix.
1430
1431         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
1432         avoid regexp overflow.
1433         (nnimap-transform-split-mail): Ditto.
1434
1435         * pop3.el (pop3-retr): Error out if the server closes the connection.
1436
1437 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1438
1439         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
1440         mm-with-unibyte-current-buffer.  The buffer should not contain any
1441         multibyte chars anyway at this stage.
1442
1443 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1444
1445         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1446         at the end of lines.
1447
1448 2011-05-29  Julien Danjou  <julien@danjou.info>
1449
1450         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1451
1452 2011-05-27  Glenn Morris  <rgm@gnu.org>
1453
1454         * gnus-group.el (gnus-bug-group-download-format-alist):
1455         Use the "maintainer" version of debian reports as well.
1456
1457 2011-05-26  Glenn Morris  <rgm@gnu.org>
1458
1459         * gnus-group.el (gnus-bug-group-download-format-alist):
1460         Use the "maintainer" version of debbugs.gnu.org reports.
1461
1462 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1463
1464         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1465
1466 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1467
1468         * gnus-cus.el (gnus-agent-customize-category):
1469         * gnus-delay.el (gnus-delay-send-queue):
1470         * gnus.el (gnus-other-frame):
1471         Don't quote lambda expressions with `quote'.
1472
1473 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1474
1475         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1476         the thread moves us backwards and so we loop forever.
1477
1478 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1479
1480         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1481         whitespace in base64 data lines.
1482
1483 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1484
1485         * gnus-registry.el (gnus-registry-user-format-function-M):
1486         Use `mapconcat'.
1487         (gnus-registry-user-format-function-M2): Use to see the full text of
1488         the marks.  Make "," the mark text separator.
1489
1490         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1491         authentication with auth-source.
1492
1493 2011-05-17  Glenn Morris  <rgm@gnu.org>
1494
1495         * gnus-group.el (gnus-import-other-newsrc-file):
1496         Use insert-file-contents.
1497
1498 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
1499
1500         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1501         1000 iterations.
1502
1503 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1504
1505         * nntp.el (nntp-open-connection): Check if process-type is available.
1506
1507 2011-05-16  Julien Danjou  <julien@danjou.info>
1508
1509         * shr.el (shr-tag-del): Add support for del tag.
1510
1511 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * gnus-html.el (gnus-html-put-image): Register a displayer.
1514
1515         * shr.el (shr-image-displayer): Don't remove text props from alt text.
1516
1517 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
1518
1519         * registry.el (prune-factor): New initialization parameter defaulting
1520         to 0.1.
1521         (registry-prune-hard): Use it.
1522
1523         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1524         0.1 expicitly.
1525
1526 2011-05-13  Glenn Morris  <rgm@gnu.org>
1527
1528         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1529         is bound, since this function requires sendmail.
1530
1531 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1532
1533         * registry.el (registry-usage-test): Disable pruning test.
1534
1535 2011-05-11  David Engster  <dengste@eml.cc>
1536
1537         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
1538         Bind set-network-process-option for XEmacs.
1539
1540 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
1541
1542         * registry.el (registry-prune-hard-candidates)
1543         (registry-prune-soft-candidates): Helper methods for registry pruning.
1544         (registry-prune): Use them.  Make the sort function optional.
1545
1546 2011-05-10  Jim Meyering  <meyering@redhat.com>
1547
1548         * shr.el (shr-colorize-region): Fix typo "on on -> on".
1549
1550 2011-05-10  Julien Danjou  <julien@danjou.info>
1551
1552         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1553         symbol and not a list.
1554
1555 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1556
1557         * gnus-art.el (gnus-article-mode): Move binding of
1558         shr-put-image-function here from gnus-article-prepare-display.
1559
1560         * shr.el (shr-put-image-function): New variable.
1561         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1562         (shr-put-image): Return scaled image.
1563
1564         * gnus-art.el (gnus-shr-put-image): New function.
1565         (gnus-article-prepare-display): Bind shr-put-image-function to it.
1566
1567         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1568         original ones, as deletable.
1569
1570 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1571
1572         * nntp.el (nntp-open-connection): Set TCP keepalive option.
1573
1574 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1575
1576         * registry.el (registry-full): Add convenience method.  Fix logic.
1577         (registry-insert): Use it.  Fix logic here too.
1578
1579         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1580         `registry-prune' if `registry-full' returns t.
1581         (gnus-registry-handle-action)
1582         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1583         (gnus-registry-usage-test): Use it.
1584
1585 2011-05-07  Julien Danjou  <julien@danjou.info>
1586
1587         * shr.el (shr-link): Make shr-link inherit from link by default.
1588
1589 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
1590
1591         * shr.el (shr-urlify, shr-link): Fix shr-link face.
1592
1593 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1594
1595         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1596         error out because the face is not a list.
1597
1598 2011-05-05  Glenn Morris  <rgm@gnu.org>
1599
1600         * proto-stream.el (gnutls-negotiate): Fix declarations.
1601
1602         * gnus-start.el (gnus-propagate-marks): Declare.
1603
1604 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1605
1606         * registry.el (registry-reindex): Fix percentage message.
1607
1608         * proto-stream.el (network-stream-open-starttls): Adjust to call
1609         `gnutls-negotiate' with :process and :hostname arguments.
1610
1611 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1612
1613         * shr.el: Add shr-link face for links.
1614         (shr-urlify): Use it.
1615
1616         * registry.el (registry-insert): Make error message more helpful.
1617
1618 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1619
1620         * gnus-html.el (gnus-html-schedule-image-fetching):
1621         Use url-queue-retrieve, if it exists.
1622
1623         * shr.el (shr-tag-img): Ditto.
1624
1625         * gnus.el: Autoload more gnus-agent functions.
1626
1627         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1628         agent if we haven't already (bug#8502).
1629
1630         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1631         into the Agent, too.
1632
1633         * gnus-agent.el (gnus-agent-store-article): New function.
1634
1635         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1636         and moved from that file for reuse.
1637
1638         * pop3.el (pop3-open-server): Error messages are "-ERR".
1639
1640 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1641
1642         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1643         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1644
1645 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1646
1647         * gnus.el: No Gnus v0.17 is released.
1648
1649 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1650
1651         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1652         buffer has moved to a different frame.
1653
1654 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1655
1656         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1657         to get the conversion from unibyte to multibyte buffers to work on
1658         Emacs 22.
1659
1660         * nntp.el (nntp-request-article): Slight clean-up.
1661
1662 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1663
1664         * shr.el (shr-strike-through): New face.
1665         (shr-tag-s): Use it to provide <s> support.
1666         (shr-tag-s): Remove duplicate definition.
1667
1668 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1669
1670         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1671         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1672
1673 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1674
1675         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
1676         `gnutls-negotiate'.
1677         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
1678
1679 2011-04-23  Glenn Morris  <rgm@gnu.org>
1680
1681         * gnus-sum.el (gnus-extra-headers): Bump :version.
1682
1683 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1684
1685         * shr.el (shr-tag-sup): New function.
1686         (shr-tag-sub): Ditto.
1687
1688 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
1689
1690         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1691         for the case where `gnus-registry-ignored-groups' is a list of lists,
1692         and don't call `gnus-parameter-registry-ignore' otherwise.
1693
1694 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1695
1696         * nnimap.el (nnimap-user): New backend variable.
1697         (nnimap-open-connection-1): Use it.
1698         (nnimap-credentials): Accept user parameter so it's explicit what user
1699         name is desired.
1700
1701         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1702         default.
1703
1704         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1705         not gnus-registry.el.
1706
1707         * gnus-registry.el: Mention in comments how to modify
1708         `gnus-extra-headers' for proper recipient tracking and that it may
1709         already have To and Cc recently, which it does as of this commit.
1710         (gnus-registry-ignored-groups): Remove defcustom.
1711         Explain why in comments.
1712         (gnus-registry-action): Fix data-header reference to use the extra
1713         headers.  Explain in package commentary how to add To and Cc headers to
1714         the gnus-extra-headers.
1715         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1716         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1717         parameter list or a string list in `gnus-registry-ignored-groups'.
1718         Fix logic error.
1719
1720 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1721
1722         * shr.el (shr-expand-url): Protect against null urls.
1723
1724 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1725
1726         * shr.el (shr-base): New binding.
1727         (shr-tag-base): Keep track of <base>.
1728         (shr-expand-url): New function used throughout.
1729
1730 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
1731
1732         * gnus-registry.el
1733         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1734         (gnus-registry-ignored-groups): New variable.
1735         (gnus-registry-ignore-group-p): Use it.
1736         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1737         set the destination group to nil (same as delete) if it's ignored.
1738
1739 2011-04-20  David Engster  <dengste@eml.cc>
1740
1741         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1742
1743         * Makefile.in (test-nntp): New rule.
1744         (check): Add it.
1745         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
1746
1747 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1748
1749         * gnus-registry.el (gnus-registry-action)
1750         (gnus-registry-fetch-header-fast):
1751         Don't use mail-header that looks an internal function of mailheader.el.
1752
1753 2011-04-19  Glenn Morris  <rgm@gnu.org>
1754
1755         * time-date.el (time-to-days): Remove unused local variables.
1756
1757 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1758
1759         * gnus-registry.el: Eliminate cl functions.
1760         (gnus-registry-sort-addresses): New function that replaces mapcan.
1761         (gnus-registry-action, gnus-registry-spool-action)
1762         (gnus-registry-split-fancy-with-parent)
1763         (gnus-registry-fetch-recipients-fast): Use it.
1764         (gnus-registry-import-eld): Replace delete* with dolist + delq.
1765
1766         * registry.el (initialize-instance, registry-lookup)
1767         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1768         (registry-lookup-secondary-value, registry-search, registry-delete)
1769         (registry-insert, registry-reindex, registry-size, registry-prune):
1770         Use eval-and-compile.
1771
1772 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1773
1774         * registry.el (registry-reindex): New method to recreate the secondary
1775         registry indices.
1776
1777         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1778         tracked field changes.
1779         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1780         (gnus-registry-action, gnus-registry-spool-action)
1781         (gnus-registry-handle-action)
1782         (gnus-registry--split-fancy-with-parent-internal)
1783         (gnus-registry-split-fancy-with-parent)
1784         (gnus-registry-register-message-ids): Add recipient tracking on spool,
1785         move, and delete actions, and for fancy splitting with parent.
1786         (gnus-registry-extract-addresses)
1787         (gnus-registry-fetch-recipients-fast)
1788         (gnus-registry-fetch-header-fast): Convenience functions.
1789         (gnus-registry-misc-test): ERT test of
1790         `gnus-registry-extract-addresses'.
1791
1792 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1793
1794         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1795         Track by subject first, then sender.
1796
1797 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1798
1799         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1800
1801         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1802         Lisp.
1803
1804         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1805         (gnus-draft-send): Use it to avoid popping
1806         up frames from gnus-group-send-queue.
1807
1808 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1809
1810         * gnus-registry.el: Updated gnus-registry docs.
1811
1812 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
1813
1814         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1815         Fix logic bug.
1816         (gnus-registry-post-process-groups): Fix logging of no results and
1817         quote sender and subject.
1818
1819 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1820
1821         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
1822         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
1823         gnutls-cli are too slow to be done opportunistically.
1824
1825         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1826         (gnus-read-active-for-groups): Don't try to finish getting stuff where
1827         we had no early-data returned.
1828         (gnus-get-unread-articles): Add a sanity check so that we don't issue
1829         two async commands to the same server at the same time.
1830
1831 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
1832
1833         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1834
1835 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1836
1837         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1838         "warning" level.
1839
1840         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1841         (mm-url-insert-file-contents): Don't set the package names.
1842
1843 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
1844
1845         * gnus-registry.el (gnus-registry-action): Remove properties and
1846         simplify subject in `gnus-registry-handle-action'.
1847         (gnus-registry-spool-action): Get subject and sender from message if
1848         they are not passed in.
1849         (gnus-registry-handle-action): Remove properties and simplify subject
1850         consistently.
1851
1852 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1853
1854         * registry.el: Require CL before using defmacro*.
1855
1856 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1857
1858         * gnus-art.el (article-treat-date): Assume that
1859         gnus-article-date-headers may be a group parameter.
1860
1861 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
1862
1863         * gnus-registry.el (gnus-registry-handle-action): More debugging.
1864
1865         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1866         interactively so the newsrc file can contain foreign groups too.
1867         Useful for debugging but not much for users.
1868
1869 2011-04-07  David Engster  <dengste@eml.cc>
1870
1871         * registry.el (registry-usage-test): Only do
1872         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1873         lexical binding.
1874
1875 2011-04-07  David Engster  <dengste@eml.cc>
1876
1877         * Makefile.in (check, test-registry): New rules for test-suite.
1878
1879 2011-04-06  David Engster  <dengste@eml.cc>
1880
1881         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1882         argument NOERROR for `require', since XEmacs 21.4 does not support it.
1883
1884 2011-04-06  David Engster  <dengste@eml.cc>
1885
1886         * registry.el (initialize-instance): Change :after to :AFTER to be
1887         compatible with old EIEIO version in XEmacs.
1888
1889 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1890
1891         * gnus-registry.el (gnus-registry-post-process-groups)
1892         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1893         and provide better messaging.
1894
1895 2011-04-06  David Engster  <dengste@eml.cc>
1896
1897         * Makefile.in (fail-on-warning): New rule to compile with warnings as
1898         errors.
1899
1900         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
1901         dgnushack-compile with error-on-warn enabled, and to signal an error if
1902         clean compilation failed.
1903         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
1904         with `byte-compile-error-on-warn'.  Return nil if errors occured.
1905
1906 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1907
1908         * gnus-registry.el: Don't use ERT if it's not available.  Load it
1909         unconditionally anyway, discarding errors.
1910         (gnus-registry-delete-entries): New convenience function.
1911         (gnus-registry-import-eld): Import from old .eld registry.
1912
1913         * registry.el: Don't use ERT if it's not available.  Load it
1914         unconditionally anyway, discarding errors.
1915
1916         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1917         version from the Claudio Bley GnuTLS patch (extra optional parameters
1918         and host name).
1919
1920 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1921
1922         * gnus-registry.el (gnus-registry-fixup-registry): New function to
1923         fixup the parameters that can be customized by the user between
1924         save/read cycles.
1925         (gnus-registry-read): Use it.
1926         (gnus-registry-make-db): Use it.
1927         (gnus-registry-spool-action, gnus-registry-handle-action):
1928         Fix messaging.
1929         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1930         Map references to actual group names with sender and subject tracking.
1931         (gnus-registry-post-process-groups): Use `cond' for better messaging.
1932         (gnus-registry-usage-test): Add subject lookup test.
1933
1934         * registry.el (registry-db, initialize-instance): Set up constructor
1935         instead of :initform arguments for the sake of older Emacsen.
1936         (registry-lookup-breaks-before-lexbind): New method to demonstrate
1937         pre-lexbind merge bug.
1938         (registry-usage-test): Use it.
1939         (initialize-instance, registry-db): Move the non-function initforms
1940         back to the class definition.
1941
1942 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
1943
1944         * registry.el: New library to manage gnus-registry-style data.
1945
1946         * gnus-registry.el: Use it (major rewrite).
1947
1948         * nnregistry.el: Use it.
1949
1950         * spam.el: Use it.
1951
1952 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1953
1954         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1955         marks on non-selected articles.
1956
1957 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1958
1959         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1960         parameter to open-protocol-stream.
1961
1962 2011-04-01  Julien Danjou  <julien@danjou.info>
1963
1964         * mm-view.el (mm-display-inline-fontify): Do not fontify with
1965         fundamental-mode.
1966
1967 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1968
1969         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1970         servers.
1971
1972 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1973
1974         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1975         made marks not propagate, again.
1976
1977 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
1978
1979         * proto-stream.el (open-protocol-stream): Bring back `network' type.
1980         Make this the default type.
1981         (proto-stream-open-plain): Rename from proto-stream-open-default.
1982         (open-protocol-stream, proto-stream-open-starttls)
1983         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1984         with `plain'.
1985
1986         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1987         value.
1988
1989         * nntp.el (nntp-open-connection-function): Document the fact that some
1990         values are not functions but are instead handled specially.
1991         Recognize nntp-open-plain-stream value.
1992         (nntp-open-connection): Recognize that value.
1993
1994 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1995
1996         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
1997         where it seems to be needed.
1998
1999 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2000
2001         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
2002         stuff.
2003
2004         * gnus-score.el (gnus-score-string): Fix calling convention of
2005         `gnus-simplify-buffer-fuzzy' after last patches.
2006
2007         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
2008         server for articles we didn't get any headers for.  This is a sanity
2009         check.
2010
2011 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
2012
2013         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
2014         new CAPABILITY, use it.
2015
2016 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017
2018         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
2019         downloading anything.
2020
2021         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
2022
2023 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
2024
2025         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
2026         colors.
2027         (gnus-splash-svg-color-symbols): New function.
2028
2029 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030
2031         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
2032         instead of using the global gnus-simplify-subject-fuzzy-regexp.
2033         (gnus-simplify-subject-fuzzy): Use the local
2034         gnus-simplify-subject-fuzzy-regex instead of the global one.
2035         This makes using this variable in group parameters work.
2036
2037 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2038
2039         * gnus-registry.el (gnus-registry-unfollowed-groups):
2040         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
2041         archive:sent-YYYY-MM-DD groups).
2042         (gnus-registry-split-fancy-with-parent): Bail out early in sender
2043         tracking if there are more than `gnus-registry-max-track-groups'
2044         matches.
2045
2046 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2047
2048         * message.el (message--yank-original-internal): New function to do the
2049         insertion cleanly inside eval in `message-yank-original'.
2050         (message-yank-original): Use it.
2051
2052 2011-03-29  Julien Danjou  <julien@danjou.info>
2053
2054         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
2055         local variables disabled rather than `normal-mode'.
2056
2057 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
2058
2059         * imap.el (imap-shell-open, imap-process-connection-type):
2060         Use imap-process-connection-type for 'shell' streams as well as
2061         Kerberos, SSL, other subprocesses.
2062
2063 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
2064
2065         * proto-stream.el: Changes preparatory to merging open-protocol-stream
2066         with open-network-stream.
2067         (proto-stream-always-use-starttls): Option removed.
2068         (open-protocol-stream): Return a process object by default.  Provide a
2069         new parameter :return-list specifying a list-type return value, which
2070         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
2071         :type `network' to `try-starttls', and `network-only' to `default'.
2072         Make `default' the default, for compatibility with open-network-stream.
2073         Handle the no-parameter case exactly as open-network-stream, with no
2074         additional stream processing.  Search plists using plist-get.
2075         Explicitly add :end-of-commend parameter if it is missing.
2076         (proto-stream-open-default): Rename from
2077         proto-stream-open-network-only.  Return 'default as the type.
2078         (proto-stream-open-starttls): Rename from proto-stream-open-network.
2079         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
2080         failed.  Always return a list with a (possibly dead) process as the
2081         first element, for compatibility with open-network-stream.
2082         (proto-stream-open-tls): Use plist-get.  Always return a list.
2083         (proto-stream-open-shell): Return `default' as connection type.
2084         (proto-stream-capability-open): Use plist-get.
2085         (proto-stream-eoc): Function deleted.
2086
2087         * nnimap.el (nnimap-stream, nnimap-open-connection)
2088         (nnimap-open-connection-1): Handle renaming of :type parameter for
2089         open-protocol-stream.
2090         (nnimap-open-connection-1): Pass a :return-list parameter
2091         open-protocol-stream to obtain a list return value.  Parse this list
2092         using plist-get.
2093
2094         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
2095         for open-protocol-stream.  Accept open-protocol-stream return value
2096         that is a subprocess object instead of a list.  Handle the case of a
2097         dead returned process.
2098
2099 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
2100
2101         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
2102
2103         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
2104
2105 2011-03-21  Julien Danjou  <julien@danjou.info>
2106
2107         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
2108         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
2109         query.
2110         (mm-inline-text): Render normal text with fontification whenever
2111         possible.
2112
2113         * gnus-sum.el (gnus-summary-save-parts-1):
2114         * gnus-art.el (gnus-article-browse-html-save-cid-content)
2115         (gnus-article-browse-html-parts, gnus-mime-delete-part)
2116         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
2117         Use `mm-handle-filename'.
2118
2119         * mm-util.el (mm-handle-filename): New function, return the filename of
2120         an handle.
2121
2122 2011-03-18  Julien Danjou  <julien@danjou.info>
2123
2124         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
2125         (gnus-buffer-live-p): Check that buffer is not nil.
2126
2127 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2128
2129         * gnus.el: No Gnus v0.15 is released.
2130
2131 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2132
2133         * time-date.el (format-seconds): Use assoc instead of assoc-string to
2134         avoid warning on XEmacs.
2135
2136         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
2137         on XEmacs.
2138
2139         * gnus-art.el: Require mouse, which the build bot seems to say is
2140         needed.
2141
2142         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
2143
2144         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
2145         XEmacs, since it doesn't have url-retrieve-synchronously.
2146
2147         * time-date.el (format-seconds): Use assoc instead of assoc-string,
2148         since assoc-string doesn't exist in XEmacs.
2149
2150 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
2151
2152         * gnus-group.el (gnus-group-list-ticked): New function.
2153         (gnus-group-make-menu-bar): Provide a menu entry for it.
2154         (gnus-group-list-map): Provide a binding for it.
2155
2156 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2157
2158         * shr.el (shr-visit-file): New command.
2159
2160         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
2161
2162 2011-03-17  Bjørn Mork  <bjorn@mork.no>
2163
2164         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
2165         servers.
2166
2167 2011-03-16  Julien Danjou  <julien@danjou.info>
2168
2169         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
2170         inline.
2171
2172         * gnus-art.el (article-hide-list-identifiers):
2173         Use gnus-group-get-list-identifiers.
2174
2175         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
2176         (gnus-summary-remove-list-identifiers):
2177         Use gnus-group-get-list-identifiers to get regexp.
2178         (gnus-select-newsgroup, gnus-summary-insert-subject)
2179         (gnus-summary-insert-articles):
2180         Call gnus-summary-remove-list-identifiers unconditionally.
2181
2182 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183
2184         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
2185         we're selecting a group with unread articles.
2186
2187         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
2188
2189         * gssapi.el: New file separated out from imap.el to provide a general
2190         Kerberos 5 connection facility for Emacs.
2191
2192         * message.el (message-elide-ellipsis): Document the format spec
2193         ellipsis.
2194
2195 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2196
2197         * message.el (message-elide-region): Allow the ellipsis to say how many
2198         lines were removed.
2199
2200 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2201
2202         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
2203         window configurations containing buffers that are now dead.
2204
2205         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
2206         parsing to avoid integer overflows.
2207         (nnimap-parse-flags): Simplify the last change.
2208         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
2209         too large for 32-bit Emacsen.
2210
2211 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2212
2213         * auth-source.el (auth-source-netrc-create):
2214         * message.el (message-yank-original): Fix use of `case'.
2215
2216 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2217
2218         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
2219         XEmacs, which was one character too wide.
2220
2221 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
2222
2223         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
2224         default number of articles to display.
2225         (gnus-articles-to-read): Use pretty names for prompt.
2226
2227 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2228
2229         * gnus-int.el (gnus-open-server): Ditto.
2230
2231         * gnus-start.el (gnus-activate-group): Give a backtrace if
2232         debug-on-quit is set and the user hits `C-g'.
2233         (gnus-read-active-file): Ditto.
2234
2235         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
2236
2237 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
2238
2239         * message.el (message-yank-original): Use cond instead of CL case.
2240
2241 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2242
2243         * auth-source.el (auth-source-netrc-create): Use usual format for the
2244         default in prompts.
2245
2246 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2247
2248         * lpath.el: Fbind read-char-choice for XEmacs.
2249
2250 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2251
2252         * auth-source.el (auth-source-netrc-create): Show the default in the
2253         prompt when prompting for token creation.
2254
2255 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2256
2257         * auth-source.el (auth-source-format-prompt): Always convert the value
2258         to a string to avoid evaluating non-string arguments.
2259         (auth-source-netrc-create): Offer default properly, not as initial
2260         content in `read-string'.
2261         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
2262         of line to determine if we've been run before.  If so, don't run again,
2263         but print a trivial message to indicate the cache was hit instead.
2264
2265 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
2266
2267         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
2268         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
2269         The user will have to run `gnus-sync-read' manually and wait for Cloudy
2270         Gnus.
2271
2272 2011-03-11  Julien Danjou  <julien@danjou.info>
2273
2274         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
2275         modified file".
2276
2277 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
2278
2279         * auth-source.el (auth-source-read-char-choice): New function to read a
2280         character choice using `dropdown-list', `read-char-choice', or
2281         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
2282         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
2283         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
2284         (auth-source-netrc-saver): Use it.
2285         (auth-source-pick-first-password): New convenience function.
2286
2287 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
2288
2289         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
2290         parameter in the credentials.
2291         (nnimap-open-connection-1): Use it after a successful login.
2292         (nnimap-credentials): Add IMAP-specific user and password prompt.
2293
2294         * auth-source.el (auth-source-search): Add :require parameter, taking a
2295         list.  Document it and the :save-function return token.  Pass :require
2296         down.  Change the CREATED message from a warning to a debug statement.
2297         (auth-source-search-backends): Pass :require down.
2298         (auth-source-netrc-search): Pass :require down.
2299         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
2300         Change save prompt to indicate all modifications saved here are
2301         deletions.
2302         (auth-source-netrc-create): Take user login name as default in user
2303         prompt.  Move all the save functionality to a lexically bound function
2304         under the :save-function token in the returned list.  Set up clearer
2305         default prompts for user, host, port, and secret.
2306         (auth-source-netrc-saver): New function, intended to be wrapped for
2307         :save-function.
2308
2309 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2310
2311         * shr.el (shr-table-horizontal-line): Change the defaults for the table
2312         lines to be spaces instead.
2313
2314 2011-03-07  Julien Danjou  <julien@danjou.info>
2315
2316         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
2317         (sieve-sasl-auth): Check that auth-source-search did return something,
2318         or just return an empty string.
2319
2320 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2321
2322         * gnus.el (gnus-interactive): Use read-directory-name.
2323
2324         * gnus-uu.el (gnus-uu-decode-uu-and-save)
2325         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
2326         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
2327         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
2328         Likewise.
2329
2330         * gnus-group.el (gnus-group-make-directory-group): Likewise.
2331
2332 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2333
2334         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
2335         onto the list of killed groups, too.  This makes killed nnimap groups,
2336         for instance, more reliably not reappear.
2337
2338         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
2339         the parent.
2340
2341         * gnus-sum.el (gnus-update-read-articles): Fix typo.
2342
2343         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
2344         really have server-side marks.
2345
2346         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
2347         since most backends do not usefully have server-side marks.
2348         (gnus-update-read-articles): Propagate marks to all backends that
2349         really have server-side marks.
2350
2351 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2352
2353         * message.el (message-cite-reply-position, message-cite-style):
2354         New variables.
2355         (message-yank-original): Use the new citation styles.
2356
2357 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
2358
2359         * message.el (message-options): Revert 22da67af (workaround for XEmacs
2360         buffer-local issue); don't mark it buffer-local when running under
2361         XEmacs.
2362
2363 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
2364
2365         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
2366         numbers too big to be `read'.
2367
2368 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
2369
2370         * password-cache.el (password-in-cache-p): Add autoload.
2371
2372         * message.el (message-options): Make buffer-local two ways to attempt
2373         to fix a XEmacs bug.
2374
2375 2011-03-02  Julien Danjou  <julien@danjou.info>
2376
2377         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
2378
2379 2011-03-01  Julien Danjou  <julien@danjou.info>
2380
2381         * gnus-art.el (list-identifier): Add list-identifier as a parameter
2382         group.
2383         (article-hide-list-identifiers): Use list-identifier group parameter.
2384
2385 2011-02-28  Julien Danjou  <julien@danjou.info>
2386
2387         * sieve.el (sieve-buffer-script-name): New local variable to store
2388         sieve script name.
2389         (sieve-edit-script): Store sieve script name.
2390         (sieve-upload): Use sieve script name when uploading.
2391         (sieve-upload): Use substitute-command-keys.
2392         (sieve-edit-script): Use substitute-command-keys.
2393         (sieve-refresh-scriptlist): Use substitute-command-keys.
2394         (sieve-manage-mode-map): Define keymap properly.
2395         (sieve-manage-mode): Do not set mode name manually, change mode-name to
2396         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
2397         Remove commented code about cvs.
2398         (sieve-manage-quit): New function.
2399         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
2400
2401 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2402
2403         * gnus-group.el (gnus-import-other-newsrc-file): New function.
2404
2405 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
2406
2407         * auth-source.el (auth-source-search): Cache empty result sets.
2408
2409         * password-cache.el (password-in-cache-p): Convenience function to
2410         check if a key is in the cache, even if the value is nil.
2411
2412         * auth-source.el (auth-source-save-behavior): New variable to replace
2413         `auth-source-never-create'.
2414         (auth-source-netrc-create): Use it.
2415         (auth-source-never-save): Remove.
2416
2417 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
2418
2419         * nnimap.el (nnimap-stream): Doc fix.
2420         (nnimap-open-connection-1): Reverse the order of the ports to that the
2421         prompted-for port is first.
2422
2423         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
2424         retrieval by the no-group selection.
2425
2426         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
2427         numerical parameters.
2428
2429 2011-02-25  Julien Danjou  <julien@danjou.info>
2430
2431         * gnus-gravatar.el: Use gnus-with-article-buffer.
2432
2433         * gnus-art.el (gnus-with-article-buffer): Check that the
2434         gnus-article-buffer is alive.
2435
2436 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2437
2438         * auth-source.el (auth-source-creation-prompts): New variable to manage
2439         creation-time prompts.
2440         (auth-source-search): Document it.
2441         (auth-source-format-prompt): Add utility function.
2442         (auth-source-netrc-create): Don't default the user name to
2443         user-login-name.  Use `auth-source-creation-prompts' and some default
2444         prompts for user, host, port, and password (the default generic prompt
2445         remains ugly).
2446         (auth-source-never-save): Add customizable option to never save info.
2447         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
2448         mode excursion.
2449
2450 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2451
2452         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
2453         argument that XEmacs doesn't support.
2454
2455         * dgnushack.el (dgnushack-compile): Exclude color.el from being
2456         compiled for Emacsen having no `libxml-parse-html-region' support.
2457
2458         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
2459
2460         * lpath.el: Bind buffer-save-without-query for XEmacs.
2461
2462 2011-02-23  Julien Danjou  <julien@danjou.info>
2463
2464         * gnus-art.el (article-make-date-line): Ignore errors if time is
2465         invalid and not convertible.
2466         (article-make-date-line): Only add lapsed time if time is not nil.
2467
2468 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
2469
2470         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2471         `read-char-choice' for backwards compatibility.
2472         (auth-source-netrc-element-or-first): New function to DTRT for
2473         parameter extraction.
2474         (auth-source-netrc-create): Use it and fix multiple parameter print
2475         bug.  Use the default passed from above (given-default) or the
2476         built-in (user-login-name for :user).
2477
2478 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
2479
2480         * gnus-start.el (gnus-dribble-read-file):
2481         Set buffer-save-without-query, since we always want to save the dribble
2482         file, probably.
2483
2484         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2485         nnimap.
2486
2487         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2488         -summary- since it's a user-visible variable.
2489
2490         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2491         first time you use the new Gnus.
2492
2493 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
2494
2495         * auth-source.el: Don't load netrc.el.
2496         (auth-sources): Search ~/.netrc as well by default.
2497         (auth-source-debug): Add 'trivia option for extra output.
2498         (auth-source-do-trivia): Use it.
2499         (auth-source-search): Simplify logic to use
2500         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
2501         appropriate.  Don't keep a running count at this level.  Layer :create
2502         and :delete options appropriately on the first and second passes.
2503         Don't track the backend with the search results.
2504         (auth-source-search-backends): New function to search a list of
2505         backends for a processed spec.
2506         (auth-source-netrc-parse): Cache all netrc files, making
2507         auth-source-netrc-cache an alist keyed by the file name and using the
2508         file mtime as the caching criterion.  Keep the obfuscated data secret
2509         with a lexical bind.
2510         (auth-source-netrc-search): Don't calculate the length of the results
2511         unnecessarily.
2512         (auth-source-search-backends): Fix bug.
2513         (auth-source-netrc-create): Rework prompts.
2514
2515 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
2516
2517         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2518         Lower case names of search constraints.
2519         (nnir-run-query): Cache and reuse search constraints for all imap
2520         servers.
2521
2522 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
2523
2524         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2525         after exit.
2526         (gnus-setup-message): Define missing variable from last checkin.
2527
2528         * gnus-sum.el (gnus-summary-show-article): When called with t as the
2529         value, show the raw article.
2530
2531 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2532
2533         * gnus.el: No Gnus v0.13 is released.
2534
2535 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2536
2537         * nnimap.el (nnimap-open-connection-1): Revert last change, since
2538         auth-source now accepts numbers.
2539
2540         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2541         spec, too.
2542         (auth-source-ensure-strings): New function.
2543
2544         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2545         (gnus-article-setup-buffer): Always restart the date timer so that user
2546         changes to the frequency is respected.
2547
2548         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2549         port numbers, so make sure it gets that if nnimap-server-port is
2550         explicit.
2551
2552 2011-02-21  Simon Josefsson  <simon@josefsson.org>
2553
2554         * nnimap.el (nnimap-inbox): Doc fix.
2555
2556 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
2557
2558         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
2559         Autoload.  Add optional arg FRAME, and pass it to color-values.
2560         (color-complement): Caller changed.  Doc fix.
2561         (color-gradient): Rewrite for better clarity and efficiency.
2562
2563 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
2564
2565         * shr-color.el (shr-color->hexadecimal): Use renamed function names
2566         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2567         color-lab-to-srgb.
2568
2569 2011-02-20  Drew Adams  <drew.adams@oracle.com>
2570
2571         * color.el: First part of merge from hexrgb.el.
2572         (color-rgb-to-hex): Rename from color-rgb->hex.
2573         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
2574         saturation to zero if the value is too small.
2575         (color-rgb-to-hsl): Rename from color-rgb->hsl.
2576         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
2577         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
2578         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
2579         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
2580         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
2581         (color-cie-de2000): Doc fix.
2582
2583 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2584
2585         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2586         given method as in the group name if we're using an extended method.
2587         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2588         command, if we're using that, instead of waiting for the beginning.
2589
2590         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2591         we're sure to get unique server names, and we don't output two async
2592         commands in the same buffer.  This fixes an NNTP hang for some users.
2593
2594 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2595
2596         * gnus.el: No Gnus v0.11 is released.
2597
2598 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2599
2600         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2601         summary buffer before reading going to the next buffer.  This avoids
2602         putting the point in the group buffer if you `C-g' the command.
2603
2604         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2605         cache (for now) to make ~/.authinfo.gpg files usable.
2606
2607         * nnfolder.el (copyright-update): Define for the compiler.
2608
2609         * auth-source.el (auth-source-search): Fix unbound variable.
2610
2611 2011-02-19  Glenn Morris  <rgm@gnu.org>
2612
2613         * gnus.el (gnus-meta): Doc fix.
2614
2615 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
2616
2617         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2618         in case it's not yet loaded.
2619
2620 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2621
2622         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2623         line we're waiting for.
2624
2625 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2626
2627         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2628         face with line-width greater than zero will cause RET in gnus summary
2629         buffer to scroll down article page-wise because auto vscroll happens,
2630         it should be temporally disabled when doing a scroll-up.
2631
2632 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2633
2634         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2635         outputs from the server.
2636
2637 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2638
2639         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2640         later so that bbdb can hook in easier.
2641
2642 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2643
2644         * auth-source.el (auth-source-search): Don't try to create credentials
2645         if the caller doesn't want that.
2646         (auth-source-search): If we don't find a match, don't bug out on
2647         non-bound variables.
2648         (auth-source-search): Only ask a single backend to create the
2649         credentials.
2650
2651         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2652         logging.
2653         (nnimap-credentials): Protect against auth-source-search returning nil.
2654         (nnimap-request-list): Protect against not being able to open the
2655         server.
2656
2657 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2658
2659         * auth-source.el (auth-source-search): Do a two-phase search, one with
2660         no :create to get the responses from all backends.
2661
2662         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2663         when getting credentials.
2664
2665         * gnus-util.el (gnus-delete-duplicates): New function.
2666
2667 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2668
2669         * nnimap.el (nnimap-credentials): Instead of picking the first port as
2670         a creation default, pass the whole port list down.  It will be
2671         completed.
2672
2673         * auth-source.el (auth-source-search): Updated docs to talk about
2674         multiple creation choices.
2675         (auth-source-netrc-create): Accept a list as a value (from the search
2676         parameters) and do completion on that list.  Keep a separate netrc line
2677         with the password obscured for showing the user.
2678
2679         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2680         first choice to `auth-source-search' so it will be used for entry
2681         creation instead of the server's Gnus-specific name.
2682         (nnimap-credentials): Rely on the auth-source library to select which
2683         port is actually wanted in the new netrc entry, so don't override
2684         `auth-source-creation-defaults'.
2685
2686         * auth-source.el (auth-source-netrc-parse): Use :port instead of
2687         :protocol and accept a missing user, host, or port as a wildcard match.
2688         (auth-source-debug): Default to off.
2689
2690         (auth-source-netrc-search, auth-source-netrc-create)
2691         (auth-source-secrets-search, auth-source-secrets-create)
2692         (auth-source-user-or-password, auth-source-backend, auth-sources)
2693         (auth-source-backend-parse-parameters, auth-source-search): Use :port
2694         instead of :protocol.
2695
2696         * nnimap.el (nnimap-credentials): Pass a port default to
2697         `auth-source-search' in case an entry needs to be created.
2698         (nnimap-open-connection-1): Use :port instead of :protocol.
2699
2700 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2701
2702         * auth-source.el: Bind load-path when loading EIEIO from
2703         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
2704         21.4 doesn't support, to `require'.
2705         (auth-source-secrets-search): Use mm-delete-duplicates instead of
2706         delete-dups that is not available in XEmacs 21.4.
2707
2708 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
2709
2710         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
2711         as EIEIO must also be loaded when auth-source.el is being
2712         byte-compiled.
2713
2714 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2715
2716         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
2717
2718         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
2719
2720         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
2721
2722         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
2723
2724         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
2725
2726         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
2727
2728         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
2729
2730         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
2731         necessary.
2732
2733 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2734
2735         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2736         nil means that nnimap doesn't get updated.
2737
2738 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2739
2740         * auth-source.el (auth-source-netrc-create): Return a synthetic search
2741         result when the user doesn't want to write to the file.
2742         (auth-source-netrc-search): Expect a synthetic result and proceed
2743         accordingly.
2744         (auth-source-cache-expiry): New variable to override
2745         `password-cache-expiry'.
2746         (auth-source-remember): Use it.
2747
2748         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2749         parameter.  Create entry if necessary by using :create t.
2750         (nnimap-open-connection-1): Don't pass `inhibit-create'.
2751
2752 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
2753
2754         * auth-source.el (auth-source-debug): Enable by default and don't
2755         mention the obsolete `auth-source-hide-passwords'.
2756         (auth-source-do-warn): New function to debug unconditionally.
2757         (auth-source-do-debug): Use it.
2758         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2759         and for Secrets API entries when the secrets.el library is not
2760         available.
2761
2762 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2763
2764         * gnus-sum.el (gnus-propagate-marks): Default to nil.
2765         (gnus-summary-exit): Kill the correct article buffer on exit from a
2766         `C-d' group.
2767
2768         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2769         gnus-propagate-marks.
2770
2771         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2772         before killing the buffers so that a non-full window conf gets handled
2773         correctly.
2774         (gnus-summary-exit): Ditto.
2775         (gnus-summary-read-group-1): Ditto.
2776
2777         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2778         async code again so that we can debug it properly.
2779
2780         * message.el (message-reply): Take an optional switch-buffer parameter
2781         so that Gnus window confs are respected better.
2782
2783 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2784
2785         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2786         `plist-get' to accept non-list parameters (XEmacs issue).
2787         Fix docstring.
2788         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2789         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2790         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2791         Login collection is "Login" and not "login".
2792
2793 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2794
2795         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2796         multiple headers.
2797
2798         * nnimap.el (nnimap-inhibit-logging): New variable.
2799         (nnimap-log-command): Don't log login commands.
2800
2801         * auth-source.el (auth-source-netrc-search): The asserts seem to want
2802         to have more parameters.
2803
2804         * nnimap.el (nnimap-send-command): Mark the command time for each
2805         command, so that we don't get NOOPs stepping on our toes.
2806
2807         * gnus-art.el (article-date-ut): Get the date from the Date header on
2808         `t'.
2809
2810 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2811
2812         * auth-source.el (auth-source-search): Use copy-sequence instead of
2813         the cl.el copy-list.
2814
2815 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2816
2817         * imap.el: Bring it back (revert
2818         84d800cd31de3064f0ed39617d725709a2f8f42f).
2819
2820 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
2821
2822         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2823         Improve prompt.
2824
2825 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2826
2827         * gnus-art.el (gnus-article-mode-line-format): Remove the article
2828         washing status from the default format.  It isn't very informative.
2829
2830 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
2831
2832         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2833         Fix Gcc processing on imap.
2834
2835 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2836
2837         * imap.el: Remove file.  All the functionality is in nnimap.el.
2838
2839 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2840
2841         * message.el (message-bury): Don't pop up a new window when selected
2842         window is dedicated.
2843
2844 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2845
2846         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2847
2848 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
2849
2850         * sieve-manage.el: Autoload `auth-source-search'.
2851         (sieve-sasl-auth): Use it.
2852
2853 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
2854
2855         * nnimap.el: Autoload `auth-source-forget+'.
2856         (nnimap-open-connection-1): Use it if the connection fails.
2857
2858         * auth-source.el: Require `password-cache'.
2859         (auth-source-hide-passwords, auth-source-cache): Remove and mark
2860         obsolete.
2861         (auth-source-magic): Marker for `password-cache' keys.
2862         (auth-source-do-cache): Update docstring.
2863         (auth-source-search): Use and check cache.
2864         (auth-source-forget-all-cached, auth-source-remember)
2865         (auth-source-recall, auth-source-forget, auth-source-forget+)
2866         (auth-source-specmatchp): Caching support functions.
2867         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2868         Remove and obsolete.
2869         (auth-source-user-or-password): Remove caching to further discourage
2870         using it.  Always hide passwords.
2871
2872         * password-cache.el (password-cache-remove): Accept secrets that are
2873         not strings.
2874
2875 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2876
2877         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2878         code for now, since it doesn't work for all users.
2879
2880 2011-02-09  Julien Danjou  <julien@danjou.info>
2881
2882         * message.el (message-options): Make message-options really buffer
2883         local.
2884
2885 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
2886
2887         * mail-source.el: Autoload `auth-source-search'.
2888         (mail-source-keyword-map): Note order matters.
2889         (mail-source-set-1): Get all the mail-source source values and
2890         defaults and search auth-source on those if needed.  This can all
2891         probably be simplified.
2892
2893         * nnimap.el: Autoload `auth-source-search'.
2894         (nnimap-credentials): Use it.
2895         (nnimap-open-connection-1): Ask for the virtual server and physical
2896         address in one shot.
2897
2898         * nntp.el: Autoload `auth-source-search'.
2899         (nntp-send-authinfo): Use it.  Note TODO.
2900
2901 2011-02-08  Julien Danjou  <julien@danjou.info>
2902
2903         * shr.el (shr-tag-body): Add support for text attribute in body
2904         markups.
2905
2906         * message.el (message-options): Make message-options a local variable.
2907
2908 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2909
2910         * auth-source.el (auth-source-secrets-search)
2911         (auth-source-user-or-password): Use `append' instead of `nconc'.
2912         (auth-source-user-or-password): Build return list better and protect
2913         against nil :secret.
2914
2915 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2916
2917         * nnimap.el (nnimap-update-info): Refactor slightly.
2918         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2919         (nnimap-update-info): Clean up slightly.
2920         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2921         characters.
2922         (nnimap-process-quirk): Rename function to avoid collision.
2923         (nnimap-update-info): Fix macrology bug-out.
2924         (nnimap-update-info): Simplify split history test.
2925
2926 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
2927
2928         * auth-source.el (top): Require 'eieio unconditionally.
2929         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2930         (auth-source-secrets-search): Limit search when `max' is greater than
2931         number of results.
2932
2933 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2934
2935         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2936         part not returning any data.
2937
2938         * proto-stream.el (open-protocol-stream): Document the return value.
2939
2940 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2941
2942         * auth-source.el (auth-source-secrets-search): Add examples.
2943
2944 2011-02-06  Julien Danjou  <julien@danjou.info>
2945
2946         * message.el (message-setup-1): Handle message-generate-headers-first
2947         set to t.
2948
2949 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2950
2951         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2952         API with a string "secrets:collection-name" and with 'default.
2953         (auth-source-backend-parse): Parse "secrets:collection-name" and
2954         'default.  Recurse on parses instead of repeating code.  Use the
2955         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
2956         message when ignoring a source.
2957         (auth-source-search): List ignored search keys at the top level.
2958         (auth-source-netrc-create): Use `case' instead of `cond'.
2959         (auth-source-secrets-search): Created with TODOs.
2960         (auth-source-secrets-create): Created with TODOs.
2961         (auth-source-retrieve, auth-source-create, auth-source-delete)
2962         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2963         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2964         (auth-source-user-or-password-sftp)
2965         (auth-source-user-or-password-smtp): Remove.
2966         (auth-source-user-or-password): Deprecated and modified to be a wrapper
2967         around `auth-source-search'.  Not tested thoroughly.
2968
2969 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2970
2971         * auth-source.el: Bring in assoc and eioeio libraries.
2972         (secrets-enabled): New variable to track the status of the Secrets API.
2973         (auth-source-backend): New EIOEIO class to represent a backend.
2974         (auth-source-creation-defaults): New variable to set prompt defaults
2975         during token creation (see the `auth-source-search' docstring for
2976         details).
2977         (auth-sources): Simplify to allow a simple string as a netrc backend
2978         spec.
2979         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2980         (auth-source-backend-parse-parameters): Fill in the backend parameters.
2981         (auth-source-search): Main auth-source API entry point.
2982         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2983         (auth-source-search-collection): Helper function for searching.
2984         (auth-source-netrc-parse, auth-source-netrc-normalize)
2985         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2986         Supports search, create, and delete.
2987         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2988         backend stubs.
2989         (auth-source-user-or-password): Call `auth-source-search' but it's not
2990         ready yet.
2991
2992 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2993
2994         * message.el (message-setup-1): Remove the read-only stuff, since it
2995         doesn't work under XEmacs, for some reason.
2996
2997         * gnus-sum.el (gnus-user-date): Rename back from
2998         gnus-summary-user-date since user code refers to it.
2999
3000         * shr.el (shr-render-td): Store the actual background color used.
3001
3002         * message.el (message-setup-1): Don't bind the constant
3003         -forbidden-properties.
3004         (message-setup-1): Revert previous change, since it needs to bind the
3005         props to insert them.
3006         (message-resend): Allow removing the read-only separator line.
3007
3008 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3009
3010         * nnimap.el (nnimap-request-accept-article): Give an error message if
3011         the APPEND wasn't successful.
3012
3013 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
3014
3015         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
3016         that have no groups.
3017
3018 2011-02-03  Julien Danjou  <julien@danjou.info>
3019
3020         * gnus-draft.el: Remove progn around gnus-draft-setup.
3021
3022 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3023
3024         * gnus-start.el (gnus-read-active-for-groups): This function is never
3025         called with a nil `infos', so clean that up.
3026         (gnus-get-unread-articles): Request active files from primary/secondary
3027         methods that have no groups (yet).
3028
3029 2011-02-03  Julien Danjou  <julien@danjou.info>
3030
3031         * message.el (message-setup-1): Always generate References first.
3032         (message-mail): Return the return value of message-setup, not always t.
3033         (message-setup-1): Insert mail-header-separator with read-only and
3034         intangible properties set.
3035
3036         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
3037         user-date in docstring.
3038
3039         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
3040
3041         * gnus.el (gnus-summary-line-format): Mention &user-date format in
3042         docstring.
3043
3044         * gnus.el (gnus-user-date-format-alist): Change default value.
3045         Use defcustom, with type and group. Move from gnus-util.el.
3046         Rename to gnus-summary-user-date-format-alist.
3047
3048 2011-02-03  Glenn Morris  <rgm@gnu.org>
3049
3050         * nnimap.el (gnus-fetch-headers): Declare.
3051
3052         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
3053
3054 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3055
3056         * message.el (message-forward-make-body-digest-plain)
3057         (message-followup, message-reply): Clean up things noted by Stefan.
3058
3059         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
3060         gnus-article-update-date-headers is nil.
3061         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
3062         it didn't really work with defcustom.
3063         (article-update-date-lapsed): Make sure the window start doesn't move,
3064         either.
3065
3066 2011-02-01  Julien Danjou  <julien@danjou.info>
3067
3068         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
3069         format.
3070
3071         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
3072         standard in Emacs nowadays.
3073
3074         * color.el (color-gradient): Add a color-gradient function.
3075
3076 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3077
3078         * message.el (message-expand-name): Don't trust the return value of
3079         bbdb-complete-name.
3080         (message-check-news-header-syntax): Remove unused var `start'.
3081         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
3082         (message-inhibit-body-encoding): Move to before first use.
3083         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
3084         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
3085         (Organization, Message-ID, Date, mh-previous-window-config):
3086         Defvar the vars using dynamic scoping.
3087
3088 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3089
3090         * shr.el (shr-render-td): Only do colors at the final rendering.
3091         Should be slightly faster.
3092         (shr-insert-table): Fix up TD background colors when doing the
3093         vertical padding.
3094
3095         * gnus-art.el (article-date-ut): Protect against articles with no Date
3096         header.
3097         (article-update-date-lapsed): Don't use current-column to find the
3098         horizontal position.  It's fragile in the presence of \003 characters.
3099
3100         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
3101
3102 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3103
3104         * gnus-art.el (article-transform-date): Rewrite to still work when
3105         there are several rfc2822 parts.
3106         (article-transform-date): Fix infinite recursion.
3107         (article-date-ut): Replace infinitely many Date headers with a single
3108         one when called interactively.
3109
3110         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
3111         secure manner.
3112
3113         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
3114         move around by not using save-window-excursion.  It seems to work...
3115
3116 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3117
3118         * gnus-art.el (article-make-date-line): Work for user-defined format.
3119
3120 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3121
3122         * nntp.el (nntp-retrieve-group-data-early)
3123         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
3124         fetching functions.
3125
3126         * gnus-start.el (gnus-read-active-for-groups): Read the active files
3127         thoroughly for all backends that have no known groups.  This should
3128         allow new nnml methods to retrieve mail.
3129
3130         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
3131         that Gnus doesn't know exists again.
3132
3133         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
3134         (gnus-treat-date-ut): Ditto.
3135         (gnus-article-update-date-header): Rename.
3136         (gnus-treat-date-local): Remove.
3137         (gnus-treat-date-english): Remove.
3138         (gnus-treat-date-lapsed): Remove.
3139         (gnus-treat-date-combined-lapsed): Remove.
3140         (gnus-treat-date-original): Remove.
3141         (gnus-treat-date-iso8601): Remove.
3142         (gnus-treat-date-user-defined): Remove.
3143         (gnus-article-date-headers): New variable to control all the date
3144         header options.
3145         (article-date-ut): Rewrite to allow using the new way to format date
3146         headers(s).
3147
3148 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3149
3150         * nnmail.el (nnmail-article-group): Check for a direct fancy split
3151         method.
3152         (nnmail-article-group): A better test for fanciness.
3153
3154         * nnimap.el (nnimap-request-head): Protect against not finding the
3155         article by Message-ID.
3156
3157 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
3158
3159         * gnus-art.el (article-update-date-lapsed): Try a better way to really
3160         keep point at the "same place".
3161
3162 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3163
3164         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
3165         data if the group is inactive.
3166
3167 2011-01-28  Julien Danjou  <julien@danjou.info>
3168
3169         * gnus-win.el: Remove dead function gnus-window-configuration-element.
3170         (gnus-all-windows-visible-p): Remove old compatibility code.
3171         (gnus-window-top-edge): Add docstring.
3172
3173         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
3174
3175 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3176
3177         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
3178         older request-update-info.
3179
3180         * gnus-art.el (article-make-date-line): Limit the length a bit more.
3181
3182 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
3183
3184         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
3185         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
3186
3187 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3188
3189         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
3190         groups.  This makes the nndraft:queue group pop up if it's not already
3191         there.
3192
3193         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
3194         messages" logic, which was reversed.
3195
3196         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
3197         the "same place" even if point is on the line being replaced.
3198         (article-update-date-lapsed): Allow updating both the combined lapsed
3199         and the lapsed headers.
3200         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
3201         (article-make-date-line): Limit the number of segments dynamically to
3202         avoid too-long lines.
3203
3204 2011-01-27  Julien Danjou  <julien@danjou.info>
3205
3206         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
3207         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
3208
3209 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3210
3211         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
3212         Use plist-get instead of the cl function getf.
3213
3214 2011-01-27  Glenn Morris  <rgm@gnu.org>
3215
3216         * gnus-util.el (float-time): Get rid of compiler warning, again.
3217
3218 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3219
3220         * shr.el (shr-put-color): Special-case background colors: Do put them
3221         at the blank parts at the front of the lines.
3222
3223         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
3224         exit hook to nix out all data on readedness on group exit.
3225
3226         * gnus-util.el (float-time): If float-time is bound, always use it on
3227         all Emacsen.  It's unclear why the subrp check was there.
3228         (time-date): Require to make some autoload issues on XEmacs go away.
3229
3230         * shr.el (shr-put-color): Don't do the box padding in tables, since
3231         they're already padded.
3232
3233 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3234
3235         * gnus-art.el (gnus-article-next-page): When the last line of the
3236         article is displayed, scroll down once more instead of going to the
3237         next article at once.
3238         (article-lapsed-string): Refactor out and allow specifying how many
3239         segments you want.
3240         (gnus-article-setup-buffer): Start updating the lapsed header directly.
3241         (gnus-article-update-lapsed-header): New variable.
3242
3243         * shr.el: Revert change that made headings use different-sized faces.
3244         The Emacs display engine isn't advanced enough that, for instance,
3245         tables can comfortably use differently-sized faces.
3246
3247 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3248
3249         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
3250         used.
3251         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
3252         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
3253         we're using an encrypted connection.
3254
3255         * proto-stream.el: Alter the interface functions to also return the
3256         actual stream type used: network or tls.
3257
3258 2011-01-25  Julien Danjou  <julien@danjou.info>
3259
3260         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
3261         (mm-display-javascript-inline): New function.
3262
3263         * mm-decode.el (mm-inline-media-tests): Add application/javascript
3264         viewing function.
3265
3266 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3267
3268         * shr.el (shr-expand-newlines): Fix variable name.
3269
3270 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3271
3272         * shr.el (shr-expand-newlines): Make nested boxes work.
3273
3274 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
3275
3276         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
3277         backgrounds.
3278         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
3279         in a more sensible manner.
3280
3281 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
3282
3283         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
3284         if EPG is loaded.
3285
3286 2011-01-24  Julien Danjou  <julien@danjou.info>
3287
3288         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
3289         tags.
3290
3291 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
3292
3293         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
3294         commands.
3295
3296         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
3297         in the article buffer.
3298         (gnus-gravatar-insert): Use blank space from the current buffer to
3299         avoid breaking text properties.  This makes X-Sent updating work again.
3300
3301         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
3302
3303 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
3304
3305         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
3306         fix the bug in url-http.el instead.
3307
3308         * shr.el (shr-image-fetched): Ditto.
3309
3310         * shr.el (shr-image-fetched): Avoid having point move in the article
3311         buffer.
3312
3313         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
3314         buffer after being called.  It's apparently being killed by url.el, and
3315         killing it made point move to end-of-buffer in a random buffer.
3316
3317         * shr.el (shr-image-fetched): Ditto.
3318
3319 2011-01-23  Julien Danjou  <julien@danjou.info>
3320
3321         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
3322
3323         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
3324         text/x-org.
3325
3326 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3327
3328         * gnus-sum.el (gnus-summary-move-article): Protect against backends
3329         (i.e., nnimap) returning nil as the article number.
3330
3331 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3332
3333         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
3334         "DelSp" parameter in RFC3676.
3335
3336 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3337
3338         * message.el (message-check-recipients): Display the encoded version of
3339         the bogus address if they differ.
3340
3341         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
3342         after sending.
3343
3344         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3345
3346         * gnus-group.el (gnus-group-refresh-group): New convenience function.
3347
3348         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
3349         group buffer after sending the queue.
3350
3351         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3352
3353 2011-01-22  Julien Danjou  <julien@danjou.info>
3354
3355         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
3356
3357 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3358
3359         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
3360         nested related parts.
3361
3362         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
3363         unexpired articles.  This fixes the regression that led expiry marks to
3364         disappear from nnfolder groups.
3365
3366 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3367
3368         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
3369         Don't confuse the "ret" of "retrograde" with RET.
3370
3371 2011-01-21  Julien Danjou  <julien@danjou.info>
3372
3373         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
3374         than mm-insert-inline.
3375
3376 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
3379         Widen article buffer.
3380
3381 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3382
3383         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
3384         the temp buffer.
3385         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
3386
3387 2011-01-20  Julien Danjou  <julien@danjou.info>
3388
3389         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
3390
3391         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
3392         than mm-insert-inline to insert inline part: this respect
3393         mm-inline-media-tests displayers.
3394
3395         * mm-view.el (mm-display-shell-script-inline): New function.
3396
3397         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
3398
3399         * mm-uu.el (mm-uu-type-alist): Add org block.
3400         (mm-uu-org-src-code-block-extract): New function.
3401
3402         * mm-view.el (mm-display-org-inline): New function.
3403
3404         * mm-decode.el (mm-automatic-display): Add text/org.
3405
3406         * mailcap.el (mailcap-mime-extensions): Add .org.
3407
3408 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * gnus-art.el (gnus-article-highlight): Remove argument passed to
3411         gnus-article-add-buttons.
3412
3413 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
3414
3415         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
3416         From header with a date and "nobody" as the sender.
3417
3418 2011-01-19  Julien Danjou  <julien@danjou.info>
3419
3420         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
3421         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
3422         if you have the same regexp several times.
3423         (gnus-button-push): Fix matching when regexp is symbol.
3424
3425 2011-01-15  Glenn Morris  <rgm@gnu.org>
3426
3427         * message.el (message-mail): A compose-mail function should
3428         accept headers as strings.
3429
3430 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
3431
3432         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
3433         Add :vert-only tags.
3434         (message-mail): New arg RETURN-ACTION.
3435         (message-return-action): New var.
3436         (message-bury): Use it.
3437         (message-mode): Make it buffer-local.
3438         (message-send-and-exit): Always call message-bury.
3439
3440         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
3441         message-mail.
3442
3443 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3444
3445         * nnimap.el (nnimap-convert-partial-article): Protect against
3446         zero-length body parts.
3447
3448         * mm-decode.el (mm-preferred-alternative-precedence):
3449         Discourage showing empty parts.
3450
3451         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
3452         and stuff if the backend didn't return the article number.  This fixes
3453         an Exchange-related nnimap bug.
3454
3455         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
3456         group window, because it does the wrong thing when a separate frame
3457         displays the group buffer.
3458
3459         * proto-stream.el (open-protocol-stream): Protect against the low-level
3460         transport functions returning nil.
3461
3462 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
3463
3464         * mml2015.el (epg-sub-key-fingerprint): Autoload.
3465         (mml2015-epg-find-usable-secret-key): New function.
3466         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
3467         mml2015-epg-find-usable-key (Bug#7797).
3468         (mml2015-epg-encrypt): Ditto.
3469
3470 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3471
3472         * dgnushack.el (rot13-string): Fix the way to get the argument.
3473
3474 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3475
3476         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
3477
3478 2011-01-03  Glenn Morris  <rgm@gnu.org>
3479
3480         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
3481
3482         * sieve.el (sieve-open-server): Give a more explicit error if
3483         sieve-manage-open returns nil.  (Bug#7720)
3484
3485 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
3486
3487         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
3488
3489 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3490
3491         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
3492         This avoids sending passwords in plain text over non-encrypted
3493         channels.
3494
3495         * shr.el (shr-rescale-image): Display all GIF images as animated images.
3496
3497         * nnimap.el (nnimap-login): Refactored out into own function, and
3498         implement CRAM-MD5.
3499         (nnimap-wait-for-line): Refactored out.
3500
3501         * mm-view.el (mml-smime): Require.
3502
3503 2010-12-20  David Engster  <deng@eml.cc>
3504
3505         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3506         use EPG to decrypt S/MIME messages instead of openssl.
3507
3508 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3509
3510         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3511
3512         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3513         status is the group clearly is unreachable.
3514
3515         * auth-source.el (auth-source-create): Add the optional second
3516         parameter to `local-variable-p' to be compatible with XEmacs.
3517
3518 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
3519
3520         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3521         work when using a compressed nnml folder.
3522
3523 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3526         backends after sanitising on entry, because this never makes sense:
3527         If the articles have gone missing, then the data no longer exists on
3528         the backend, and if they haven't, then Gnus is wrong, and shouldn't
3529         overwrite anything anyway.
3530
3531         * shr.el (shr-insert-document): Bind shr-width dynamically to
3532         window-width if it's nil.
3533
3534 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
3535
3536         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3537         with the meaning of using the full emacs window width for rendering.
3538
3539 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
3540
3541         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3542         case when sender is not given.
3543
3544 2010-12-23  Julien Danjou  <julien@danjou.info>
3545
3546         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3547         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3548         the addresses, otherwise we might misplaced the gravatar.
3549
3550 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
3551
3552         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3553         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3554         obsolete in Emacs.
3555
3556 2010-12-20  Julien Danjou  <julien@danjou.info>
3557
3558         * gnus-util.el (gnus-rescale-image): Revert last change.
3559
3560 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
3561
3562         * binhex.el: Improve commentary (Bug#7482).
3563
3564 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3565
3566         * gnus-group.el (gnus-group-delete-articles): New command.
3567
3568 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3569
3570         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3571
3572 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3573
3574         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3575         here, since it's up to the backends to do CRLF removal if their
3576         protocol has it.
3577
3578         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3579
3580 2010-12-17  Julien Danjou  <julien@danjou.info>
3581
3582         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3583         they are from file.  Can also scale up.
3584
3585 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3586
3587         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
3588         Restore gnus-use-agent.
3589         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3590
3591         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3592
3593 2010-12-17  Julien Danjou  <julien@danjou.info>
3594
3595         * gravatar.el (gravatar-retrieve-synchronously): New function.
3596         (gravatar-get-data): Make more robust.
3597
3598 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3599
3600         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
3601
3602 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3603
3604         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3605         to really consider the last line.
3606
3607 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3608
3609         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3610         list of recipient keys, or use symmetric encryption if not a list.
3611         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3612         EPA override, replacing the call to `netrc-store-data'.
3613
3614 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
3615
3616         * gnus-srvr.el: Avoid passing nil regexp argument to
3617         delete-matching-lines.
3618
3619 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3620
3621         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3622         fetching stops when Gnus exits.
3623
3624         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3625         function.
3626         (nnfolder-request-expire-articles): Save all the buffers after doing
3627         expiry.
3628
3629         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3630         the last article", since that led to serious performance regressions
3631         when expiring nnml groups.
3632
3633 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
3634
3635         * nnir.el: Improve customizations.
3636
3637 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3638
3639         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3640
3641         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3642         group has been killed.
3643         (gnus-group-yank-group): Ditto.
3644
3645         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3646
3647         * nnimap.el (nnimap-request-update-group-status): New function.
3648
3649         * gnus-int.el (gnus-request-update-group-status): New interface
3650         function.
3651
3652         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3653         copying read-ness to the backends.
3654
3655         * nnimap.el (nnimap-quirk): New function.
3656         (nnimap-retrieve-group-data-early): Use it.
3657         (nnimap-quirks): New alist.
3658
3659 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * shr.el (shr-insert): Set shr-start after deleting trailing space;
3662         don't delete it within indentation.
3663
3664 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3665
3666         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3667         previous line.
3668
3669 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3670
3671         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3672         QRESYNC command by deleting a superfluous space which broke Cyrus
3673         servers.  This change will break other servers that are buggy the other
3674         way around.
3675
3676 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3677
3678         * spam.el: Reindent and fix long lines.
3679         (spam-copy-or-move-routine): Exclude invalid move destinations.
3680
3681 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3682
3683         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3684         installed the registry.
3685
3686 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3687
3688         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
3689
3690 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3691
3692         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3693         groupname doesn't contain "gmane".
3694
3695 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3696
3697         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
3698         and netrc-bound-and-true-p bindings.
3699         (netrc-parse): Cache the netrc contents.
3700
3701         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3702         (gnus-1): Don't create the nndrafts group twice.
3703         (gnus-setup-news): There's no need to read the active file here, since
3704         that's done again later on a per-backend basis.
3705         (gnus-start-draft-setup): Make sure that the new group is started out
3706         empty.
3707
3708         * gnus-agent.el (gnus-agentize): Don't create the queue group
3709         automatically on startup.  It'll be created later, if needed.
3710
3711         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3712         of automatically subscribed groups.
3713         (gnus-auto-subscribed-categories): New variable.
3714         (gnus-matches-options-n): Use it.
3715         (gnus-default-subscribed-newsgroups): Remove unused variable.
3716         (gnus-start-draft-setup): Message a bit less.
3717
3718 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3719
3720         * nnir.el (nnir-run-imap): Return article list in order of increasing
3721         UID.
3722
3723 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3724
3725         * gnus-sum.el (gnus-summary-enter-digest-group):
3726         Mention gnus-auto-select-on-ephemeral-exit.
3727
3728         * proto-stream.el (proto-stream-open-network-only): Fix the calling
3729         convention of the network-only option.
3730
3731 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3732
3733         * proto-stream.el (proto-stream-open-network-only): New function to
3734         have a way to specify non-STARTTLS upgrade connections.
3735
3736 2010-12-10  Julien Danjou  <julien@danjou.info>
3737
3738         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3739         email address is nil.
3740
3741         * message.el (message-bogus-recipient-p): Set address to "" if nil.
3742
3743 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
3744
3745         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3746         deletion.
3747         (nnir-run-imap): Only need to parse list once.
3748
3749 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3750
3751         * shr.el (shr-tag-script): Ignore <script>.
3752         (shr-tag-label): Add <label> support.
3753
3754 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3755
3756         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3757
3758         * shr.el (shr-image-displayer): Work for images lined side by side.
3759
3760 2010-12-08  Robert Pluim  <rpluim@gmail.com>
3761
3762         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3763         parameter, since XEmacs doesn't accept t as a parameter.
3764
3765 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
3766
3767         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3768         ids.
3769         (nnir-run-gmane): Simplify groupspec formatting.
3770         (nnir-request-expire-articles): New function.
3771
3772 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3773
3774         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3775         overflow, possibly.
3776
3777         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3778         (shr-render-td): Handle td style="" better.
3779         (shr-tag-table): Use the color from the style sheet.
3780         (shr-render-td): Make sure we copy over all the overlays, too.
3781
3782 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
3783
3784         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3785         (nnir-request-article): Improve article retrieval.
3786
3787 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3788
3789         * mm-util.el (mm-extra-numeric-entities): New variable.
3790
3791         * mm-url.el (mm-url-decode-entities):
3792         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3793
3794         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
3795
3796 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3797
3798         * message.el: Use completion-at-point.
3799         (message-completion-function): New fun, extracted from message-tab.
3800         (message-mode): Use it for completion-at-point-functions.
3801         (message-tab): Use it and completion-at-point.
3802
3803 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3804
3805         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3806         character if a non-breakable character follows.
3807
3808 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3809
3810         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3811         any stream.
3812
3813         * shr.el (shr-tag-font): Colorize the region.
3814         (shr-tag-body): Ditto.
3815         (shr-tag-font): Actually let the styles be inherited instead of
3816         overwriting them.
3817         (shr-tag-font): Get the background color right.
3818         (shr-tag-style): Ignore all <style> tags for the moment.
3819
3820         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3821         a Message-ID to avoid having nnimap depend on gnus-sum.
3822
3823         * shr.el (shr-descend): Only colorize something if we have a node that
3824         sets colors.
3825
3826 2010-12-06  Julien Danjou  <julien@danjou.info>
3827
3828         * shr.el (shr-render-td): Render td content with shr-descend, so style
3829         will be applied to <td> too.
3830         (shr-colorize-region): Colorize region even if we only have a background.
3831         (shr-tag-body): Fix color and background color inheritance.
3832         Do not recolorize after shr-generic.
3833         (shr-tag-font): Let shr-generic colorize via inheritance.
3834
3835 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3836
3837         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3838
3839 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
3840
3841         * nnir.el (nnir-request-move-article): Remove obsolete code.
3842
3843 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3846
3847 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3848
3849         * gnus-sum.el (gnus-summary-respool-article): The completion function
3850         expects a list instead of an alist.
3851
3852         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3853         string as the parameter.
3854
3855         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3856
3857         * shr.el (shr-stylesheet): New dynamic variable for cascading the
3858         styles.
3859         (shr-colorize-region): New function.
3860         (shr-insert-background-overlay): Remove.
3861         (shr-render-td): Background setting should be taken care of on a higher
3862         level.
3863         (shr-tag-body): Use post-hoc colorizations.
3864         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3865         (shr-put-color-1): Don't overwrite old colors.
3866         (shr-colorize-region): When the background color isn't explicit, use
3867         a fixed background.
3868
3869         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3870         nnmail variables.
3871
3872 2010-12-05  Bjørn Mork  <bjorn@mork.no>
3873
3874         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3875         unless necessary.
3876
3877 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
3878
3879         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3880         server.
3881
3882 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3883
3884         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3885         so that TAB works.
3886
3887         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3888         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3889
3890         * shr.el (shr-urlify): Show the URL before the title to avoid
3891         misleading URLs.
3892
3893 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
3894
3895         * shr.el (shr-urlify): Display the title in <a> tags.
3896
3897 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
3898
3899         * nnir.el (nnir-categorize): Replace mapcar with mapc.
3900
3901 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
3902
3903         * nnir.el: Rearrange code to allow macros to be autoloaded by
3904         gnus-sum.el.
3905         (nnir-retrieve-headers-override-function): Make this variable
3906         customizable.
3907         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3908
3909         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3910         from nnir.el.
3911
3912 2010-12-03  Julien Danjou  <julien@danjou.info>
3913
3914         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3915
3916 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3919         allow optional argument `environment'.
3920
3921 2010-12-03  Glenn Morris  <rgm@gnu.org>
3922
3923         * mm-extern.el (message-goto-body): Update declaration.
3924
3925 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3926
3927         * gnus-util.el (gnus-macroexpand-all): New function.
3928
3929         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3930         instead of macroexpand-all that is unavailable in XEmacs.
3931
3932 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
3933
3934         * nnir.el (nnir-summary-line-format): New variable.
3935         (nnir-mode): Use it.
3936         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3937         (nnir-article-ids): Reimplement as defsubst.
3938         (nnir-retrieve-headers): Don't mangle the subject header.
3939         (nnir-run-imap): Use 100 as RSV score.
3940         (nnir-run-find-grep): Fix for full server searching.
3941         (nnir-run-gmane): Better restriction to gmane groups.
3942
3943         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3944         summary buffers.
3945
3946 2010-12-02  Julien Danjou  <julien@danjou.info>
3947
3948         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3949
3950         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3951
3952         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3953         support.
3954
3955 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
3956
3957         * nnir.el: Update to handle the registry better.
3958         (autoload): Silence byte-compiler.
3959         (nnir-open-server): Add a hook for nnir groups.
3960         (nnir-request-move-article): Don't mangle the header.  Better to use
3961         formatting variables (which will be added in the future).
3962         (nnir-registry-action): Update the registry using the original article
3963         group name.
3964         (nnir-mode): Install nnir-specific hooks for updating the registry.
3965
3966         * gnus-sum.el
3967         (gnus-article-original-subject,gnus-newsgroup-original-name):
3968         Remove obsolete variables.
3969         (gnus-summary-move-article): Remove use of obsolete variables.
3970         (gnus-summary-local-variables): Make move and delete hooks local to
3971         summary buffers.
3972
3973 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3974
3975         * rtree.el: New file.
3976
3977 2010-12-01  Julien Danjou  <julien@danjou.info>
3978
3979         * message.el (message-user-organization): Do not use
3980         gnus-local-organization.
3981
3982         * gnus.el: Remove gnus-local-organization.
3983
3984         * gnus-msg.el: Remove nastygram thing.
3985
3986 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3987
3988         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3989         funcall.
3990
3991 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3992
3993         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3994         names.
3995
3996         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3997         characters.
3998
3999         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
4000         to t of inhibit-read-only since it is inside gnus-with-article-headers.
4001         Suggested by Štěpán Němec <stepnem@gmail.com>.
4002         (gnus-gravatar-transform-address): Use mail-extract-address-components
4003         that supports non-ASCII names rather than mail-header-parse-addresses.
4004
4005 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4006
4007         * proto-stream.el (open-protocol-stream): All starttls connections are
4008         handled by the network handler.
4009
4010 2010-11-30  Julien Danjou  <julien@danjou.info>
4011
4012         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
4013         (nnimap-open-connection-1): Fix PREAUTH.
4014
4015         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
4016
4017 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4018
4019         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
4020         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
4021         (shr-insert): Use them.
4022         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
4023
4024 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4025
4026         * nnir.el (nnir-request-move-article): Bail out if original group
4027         doesn't support article moves.
4028         (nnir-get-active): Improve active list retrieval.
4029
4030 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4031
4032         * shr.el (shr-find-fill-point): Don't break before apostrophes.
4033
4034 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
4035
4036         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
4037         seem to accept strings-with-numbers as port numbers,
4038
4039 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4040
4041         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
4042         change the registry.
4043
4044 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4045
4046         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
4047         delete-dups that is not available in XEmacs 21.4.
4048
4049         * mm-util.el (mm-delete-duplicates): Add comment.
4050
4051 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
4052
4053         * nnir.el (nnir-ignored-newsgroups): New variable.
4054         (nnir-get-active): Use it.
4055
4056 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4057
4058         * proto-stream.el (proto-stream-open-network): Add some comments.
4059
4060         * nntp.el (nntp-open-connection): Provide a :success condition.
4061
4062         * nnimap.el (nnimap-open-connection-1): Ditto.
4063
4064         * proto-stream.el (proto-stream-open-network): See what the response to
4065         the STARTTLS command is.
4066
4067         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
4068         backwards compatibility).
4069         (nnimap-open-connection-1): Really respect nnimap-server-port.
4070
4071         * proto-stream.el (proto-stream-open-network): When doing opportunistic
4072         TLS upgrades we don't really care about the identity of the peer.
4073         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
4074         that what we've checked for.
4075         (proto-stream-always-use-starttls): Only default to t if
4076         open-gnutls-stream exists.
4077         (proto-stream-open-network): If STARTTLS failed, then just open a
4078         normal connection.
4079         (proto-stream-open-network): Wait until the greeting before doing
4080         STARTTLS.
4081
4082         * nntp.el (nntp-open-connection): Report what the connection error is.
4083
4084         * proto-stream.el (open-protocol-stream): Rename from
4085         open-proto-stream.
4086
4087 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4088
4089         * nnimap.el (nnimap-stream): Change default to `undecided'.
4090         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
4091         first, and then network.
4092         (nnimap-open-connection-1): Respect nnimap-server-port.
4093         (nnimap-open-connection): Be more backwards-compatible.
4094
4095         * proto-stream.el (proto-stream-always-use-starttls): New variable.
4096         (proto-stream-open-starttls): De-duplicate the starttls code.
4097         (proto-stream-open-starttls): Folded back into the main function.
4098         (proto-stream-open-network): Fix typo in the gnutls path.
4099         (proto-stream-command): Refactor out.
4100
4101         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
4102
4103         * proto-stream.el (proto-stream-open-starttls): Actually implement the
4104         starttls.el STARTTLS.
4105
4106         * color.el (color-lab->srgb): Fix function call name.
4107
4108         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
4109         if we're using tls.el.
4110         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
4111         built in, then don't try to establish a STARTTLS connection.
4112
4113         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
4114         servers.
4115
4116         * proto-stream.el (open-proto-stream): Use network, not stream.
4117         (open-proto-stream): Add a way to specify what the end of a command is.
4118
4119         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
4120         connections types.
4121         (nntp-open-network-stream): Remove.
4122         (nntp-open-ssl-stream): Remove.
4123         (nntp-open-tls-stream): Remove.
4124         (nntp-ssl-program): Remove.
4125
4126         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
4127
4128 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
4129
4130         * nnir.el: Fix typos.
4131         (nnir-retrieve-headers-override-function): Rename variable to reflect
4132         new semantics.
4133         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
4134         macros.
4135         (nnir-request-article, nnir-request-move-article): Use them.
4136         (nnir-categorize): New function.
4137         (nnir-run-query): Use it.
4138         (nnir-retrieve-headers): Rewrite to batch header retrieval.
4139         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
4140         sorted.
4141         (nnir-group-full-name): Use gnus-group-full-name instead.
4142         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
4143         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
4144
4145 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4146
4147         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
4148
4149         * proto-stream.el: New library to provide protocol-specific
4150         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
4151         protocols.
4152         (open-proto-stream): Complete the documentation.
4153         (proto-stream-open-network): Fix some typos.
4154
4155         * nnimap.el (nnimap-open-connection): Use it.
4156
4157 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
4158
4159         * pop3.el (pop3-open-server): Read server greeting before starting TLS
4160         negotiation.
4161
4162 2010-11-26  Julien Danjou  <julien@danjou.info>
4163
4164         * color.el: Rename various rgb functions to srgb.
4165
4166 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4167
4168         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
4169         names.
4170
4171 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4172
4173         * shr.el (shr-insert): Revert last change.
4174         (shr-find-fill-point): Never leave point being at bol;
4175         relax the kinsoku limitation when rendering tables.
4176
4177 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4178
4179         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
4180         results from -accept-article.
4181
4182         * shr-color.el: Require cl when compiling.
4183
4184         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
4185         checkin.
4186
4187         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
4188
4189         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
4190
4191         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
4192         'add and 'delete to set backend marks.
4193
4194         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
4195
4196         * nnheader.el (nnheader-update-marks-actions): Refactor out.
4197
4198         * nntp.el (nntp-request-set-mark): Use it.
4199
4200         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4201
4202         * nnml.el (nnml-request-set-mark): Ditto.
4203
4204         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
4205         introduces regressions in article selection.
4206         (nnimap-find-uid-response): New function.
4207         (nnimap-request-accept-article): Use the UID returned, if any.
4208         (nnimap-request-move-article): Use the UID returned, if any.
4209         (nnimap-get-groups): Reimplement to work with folded lines.
4210         (nnimap-find-uid-response): The UID is the last element in the list.
4211         (nnimap-request-set-mark): Extend syntax with 'set.
4212
4213         * nnml.el (nnml-request-set-mark): Ditto.
4214
4215         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4216
4217         * nntp.el (nntp-request-set-mark): Ditto.
4218
4219 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * message.el (message-called-interactively-p): A temporary macro.
4222         (message-goto-body): Use it temporarily.
4223
4224 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4225
4226         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
4227         (nnimap-last-response-string): Unfold quoted lines, if they exist.
4228         (nnimap-last-response-string): Fix last unfolding fix.
4229
4230 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4231
4232         * shr.el (shr-insert): Fix the way to fold lines.
4233
4234 2010-11-25  Julien Danjou  <julien@danjou.info>
4235
4236         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
4237
4238         * color.el: Rename from color-lab.el
4239         (color-rgb->hex): Add.
4240         (color-complement): Add.
4241         (color-complement-hex): Add.
4242
4243         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
4244
4245 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4246
4247         * shr-color.el (shr-color-visible): Don't bug out if the color names
4248         don't exist.
4249
4250 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4251
4252         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
4253         assuming that article displaying or another mml-preview may be
4254         interrupted for an error or for the like.
4255
4256         * shr.el (shr-get-background): Fix argument name.
4257
4258 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4259
4260         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
4261
4262         * gnus-sum.el (gnus-summary-include-articles): New function.
4263
4264         * message.el (message-goto-body): called-interactively-p needs a
4265         parameter, so use `any'.
4266
4267         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
4268         clear marks before moving, since they're synced from the Gnus side
4269         first.
4270
4271         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
4272         (gnus-summary-move-article): Copy over all marks before moving, so that
4273         IMAP doesn't think a new article has arrived.
4274
4275 2010-11-24  Julien Danjou  <julien@danjou.info>
4276
4277         * shr.el (shr-insert-background-overlay): Fix typo.
4278         (shr-render-td): Copy the background before rendering.
4279
4280         * shr-color.el (shr-color-visible): Fix docstring.
4281
4282         * shr.el (shr-tag-table): Add bgcolor support.
4283         (shr-render-td): Add bgcolor support.
4284         (shr-get-background): Add.
4285         (shr-insert-foreground-overlay): Use shr-get-background.
4286
4287         * message.el (message-goto-body): Use called-interactively-p.
4288         (message-in-body-p): message-goto-body returns point.
4289
4290 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4291
4292         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
4293         Fixes something or other in Emacs 23, and is backwards compatible.
4294
4295         * message.el (message-goto-body): Remove the <#secure special-casing,
4296         which is too special.
4297
4298         * shr.el (shr-parse-style): Drop !important from styles.
4299
4300 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
4301
4302         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
4303         this function to return incorrect results when calling it with an
4304         explicit article argument different from
4305         (gnus-summary-article-number).
4306
4307 2010-11-24  Julien Danjou  <julien@danjou.info>
4308
4309         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
4310         (shr-tag-body): Add background support.
4311         (shr-descend): Add background support.
4312         (shr-tag-title): Add.
4313
4314         * shr-color.el (shr-color-visible): Really return original background
4315         if fixed.
4316
4317 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4318
4319         * shr.el (shr-color-check): Protect against non-existent color names.
4320
4321 2010-11-24  Julien Danjou  <julien@danjou.info>
4322
4323         * color-lab.el: Require 'cl when compiling.
4324
4325         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
4326
4327         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
4328         matched part.
4329
4330         * color-lab.el: Fix all expt calls to use float type.
4331
4332 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4333
4334         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
4335         expression to shr-color-check as is.
4336
4337         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
4338
4339         * color-lab.el: Add coding cookie.
4340         (float-pi): Use eval-and-compile.
4341
4342         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
4343         compiled for Emacsen having no `libxml-parse-html-region' support.
4344
4345 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4346
4347         * shr.el (shr-insert-color-overlay): Split stuff like
4348         "#444444 !important" to find the real color.
4349         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
4350         parse <font color="red"> entries.
4351
4352 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
4353
4354         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
4355         point when parsing headers.
4356
4357         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
4358         is positioned properly when parsing headers.
4359
4360 2010-11-23  Julien Danjou  <julien@danjou.info>
4361
4362         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
4363
4364         * shr-color.el (shr-color->hexadecimal): Add support for color names.
4365
4366         * shr.el (shr-parse-style): Replace \n with space in style parsing.
4367
4368         * shr-color.el (shr-color-hsl-to-rgb-fractions):
4369         Use shr-color-hue-to-rgb.
4370         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
4371
4372 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4373
4374         * shr.el (shr-color->hexadecimal): Autoload.
4375         (shr-descend): Add color to all tags.
4376
4377 2010-11-22  Julien Danjou  <julien@danjou.info>
4378
4379         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
4380         shr-color->hexadecimal.
4381
4382         * shr-color.el (shr-color->hexadecimal): Add converting functions for
4383         RGB() or HSL() color representation.
4384
4385         * shr.el (shr-tag-font): Add.
4386         (shr-tag-color-check): New function to get better colors.
4387         (shr-tag-insert-color-overlay): Factorize code between tag-font and
4388         tag-span.
4389
4390         * shr-color.el: New file.
4391
4392         * color-lab.el: New file.
4393
4394         * gnus-art.el (gnus-url-mailto): Do not downcase args.
4395
4396 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
4397
4398         * nnir.el: Fix typo in comments.
4399         (nnir-run-imap): Simplify code.  No need to reverse artlist.
4400         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
4401
4402 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4403
4404         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
4405
4406         * nnimap.el (nnimap-get-capabilities): Refactor out.
4407         (nnimap-open-connection): Re-request capabilities after STARTTLS.
4408
4409 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
4410
4411         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
4412         appearing when `mm-uu-hide-markers' is nil.
4413
4414 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4415
4416         * nnimap.el (nnimap-unselect-group): Make into its own function.
4417         (nnimap-request-rename-group): Unselect group before renaming.
4418         This had gotten lost somewhere.
4419         (nnimap-request-accept-article): Keep track of examined groups, and
4420         unselect the group before APPENDing to read-only groups.
4421         (nnimap-request-move-article): Clear flags before moving so that they
4422         can be re-set later.
4423
4424 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4425
4426         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
4427         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
4428
4429 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4430
4431         * gnus-art.el (gnus-mime-display-single):
4432         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
4433         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
4434         parameter.
4435
4436 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4437
4438         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
4439         (shr-table-vertical-line): New variable.
4440         (shr-insert-table): Use it.
4441
4442 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * gnus-html.el (gnus-html-wash-images): Don't display images if
4445         gnus-inhibit-images is non-nil; register displayer for cid images.
4446         (gnus-html-display-image): Work for cid image.
4447         (gnus-html-insert-image): Allow arguments.
4448         (gnus-html-put-image): Inhibit read-only.
4449         (gnus-html-prefetch-images): Don't prefetch images if
4450         gnus-inhibit-images is non-nil.
4451
4452 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4453
4454         * shr.el (shr-put-image): Break lines when inserting big pictures.
4455
4456 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4457
4458         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
4459         sender, thanks Katsumi Yamaoka.
4460
4461 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
4462
4463         * nnir.el (nnir-run-imap): Reverse the article list for each group
4464         rather than the whole list.
4465
4466 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4467
4468         * shr.el (shr-image-displayer): Protect function against non-existent
4469         image source.
4470
4471         * gnus-art.el (gnus-inhibit-images): New user option.
4472         (gnus-mime-display-single): Don't display image if it is non-nil.
4473
4474         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
4475         gnus-inhibit-images.
4476
4477         * shr.el (shr-image-displayer): New function.
4478         (shr-tag-img): Use it.
4479
4480 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4481
4482         * mml2015.el (mml2015-epg-sign): Use From header.
4483
4484 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4485
4486         * gnus-html.el (gnus-html-wash-images): Register a displayer.
4487
4488         * gnus-util.el (gnus-find-text-property-region): Return markers.
4489
4490         * shr.el (shr-tag-img): Put a displayer in the text property.
4491
4492         * gnus-util.el (gnus-find-text-property-region): New utility function.
4493
4494         * gnus-html.el (gnus-html-display-image): Make the alt optional.
4495         (gnus-html-show-images): Remove.
4496
4497         * gnus-art.el (gnus-article-show-images): New, more general function.
4498
4499         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
4500         image url text properties.
4501
4502         * shr.el: Ditto.
4503
4504         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
4505         gnus-agent-auto-agentize-methods is set.  Which it isn't.
4506
4507 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4508
4509         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4510         work for two or more articles.
4511
4512 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4515         divide an image that's in an html article to two or more when washing
4516         non-ASCII characters in alt text of it.
4517
4518 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4519
4520         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4521         smime-decrypt-region using function argument.
4522         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4523
4524         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4525
4526         * smime.el (smime-decrypt-region): Catch it.
4527
4528 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4529
4530         * smime.el (smime-mode-map): Move initialization into declaration.
4531         (gnus-run-mode-hooks): Don't autoload.
4532         (smime-mode): Use define-derived-mode.
4533
4534 2010-11-11  Glenn Morris  <rgm@gnu.org>
4535
4536         * smime.el (from): Restrict declaration to XEmacs.
4537
4538         * nnir.el (gnus-group-topic-name): Autoload.
4539
4540 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4541
4542         * shr.el (shr-insert): Don't break long line if it is because of
4543         kinsoku-bol characters in the line end.
4544
4545 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
4546
4547         * nnir.el (nnir-request-move-article): Fix to provide original group
4548         and subject.
4549         (nnir-warp-to-article): Don't fail on articles whose headers haven't
4550         been retrieved.
4551
4552         * gnus-sum.el (gnus-summary-move-article): Use original group and
4553         subject for virtual articles such as those in an nnir summary buffer.
4554
4555 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4556
4557         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4558         least 21.5).
4559
4560         * smime.el (from): Declare it again for XEmacs.
4561
4562 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4563
4564         * message.el (message-resend): Don't disable encoding unless it's
4565         already encoded.
4566
4567         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4568         low-numbered articles.
4569
4570 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4571
4572         * rfc2047.el (rfc2047-syntax-table): Simplify.
4573
4574         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
4575
4576         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4577         set-char-table-range for XEmacs.
4578
4579 2010-11-10  Glenn Morris  <rgm@gnu.org>
4580
4581         * time-date.el (time-to-seconds): Always an alias on Emacs,
4582         never a real function.
4583         (with-no-warnings): Remove compat stub, now unused.
4584         (time-less-p): Doc fix.
4585         (time-to-number-of-days): Simplify.
4586
4587         * smime.el (from): Remove unused declaration.
4588
4589         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4590         (gnus-float-time): On Emacs, always an alias.
4591
4592         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4593         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4594
4595 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * dgnushack.el: Don't use ignore-errors in the top level form since it
4598         is unavailable in XEmacs even if cl is loaded.
4599
4600         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4601
4602 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4603
4604         * shr.el (browse-url-mailto): Autoload.
4605
4606         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4607
4608         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4609         regexp doesn't need quoting.
4610
4611 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4612
4613         * message.el (message-subject-trailing-was-ask-regexp)
4614         (message-subject-trailing-was-regexp): Match was: in addition to was.
4615
4616 2010-11-09  Glenn Morris  <rgm@gnu.org>
4617
4618         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4619         (nnbabyl-check-mbox): Use point-at-bol.
4620
4621 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4622
4623         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4624
4625         * message.el (message-mailto): New function.
4626         (message-mailto): Should accept other parameters.
4627         (message-mailto): Remove since it duplicates browse-url-mailto
4628         functionality.
4629
4630 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4631
4632         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4633         methods.
4634         (gnus-read-active-file): Ditto.
4635
4636         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4637         ": " from the prompt.
4638         (gnus-group-make-group): Ditto.
4639
4640 2010-11-07  Glenn Morris  <rgm@gnu.org>
4641
4642         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4643         (gnus-bookmark-kill-line): Use point-at-eol.
4644
4645 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4648         asterisks in From header.
4649
4650 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4651
4652         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4653         string to avoid making the From headers syntactically invalid.
4654
4655         * message.el (message-send-mail): Don't insert courtesy messages if the
4656         message already has List-Post and List-ID messages.
4657
4658 2010-11-06  Glenn Morris  <rgm@gnu.org>
4659
4660         * gnus-art.el (gnus-treat-article): Give dynamic local variables
4661         `condition', `type', `length' a prefix.
4662         (gnus-treat-predicate): Update for above name changes.
4663
4664 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
4665
4666         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4667         binding.  Handled by `gnus-summary-refer-thread' instead.
4668         (nnir-warp-to-article): New backend function.
4669
4670         * nnimap.el (nnimap-request-thread): Force dependency updating.
4671
4672         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4673         (gnus-summary-refer-thread): Rework to improve thread-referral.
4674
4675         * gnus-int.el (gnus-warp-to-article): New function.
4676
4677         * gnus-sum.el (gnus-summary-article-map): Bind it.
4678
4679 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
4680
4681         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4682         gnus-summary-refer-thread.
4683
4684         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4685         headers.
4686         (gnus-summary-limit-include-thread): Prevent articles in thread from
4687         being cut in gnus-cut-threads.
4688         (gnus-summary-refer-thread): Limit retrieved headers to those in
4689         thread.
4690
4691 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4692
4693         * message.el (message-send-mail): Use the value of
4694         message-courtesy-message from the message buffer.
4695
4696         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4697
4698         * shr.el (shr-browse-url): Implement mailto: URLs.
4699
4700         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4701         "raw".
4702
4703         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4704         if it's already selected.
4705
4706         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4707
4708 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4709
4710         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4711         to measure the length and truncate alt text.
4712
4713 2010-11-03  Glenn Morris  <rgm@gnu.org>
4714
4715         * nndiary.el (nndiary-generate-nov-databases-1)
4716         (nndiary-generate-active-info): Rename dynamic variable `files' to
4717         something less generic.
4718
4719 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
4720
4721         * nnir.el (nnir-request-move-article): Call the underlying backend to
4722         move articles from nnir.
4723
4724 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4725
4726         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4727
4728 2010-11-02  Julien Danjou  <julien@danjou.info>
4729
4730         * nnir.el: Remove wais support.
4731
4732 2010-11-02  Glenn Morris  <rgm@gnu.org>
4733
4734         * gnus-html.el: Reorder requirements to quieten compiler.
4735
4736 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4737
4738         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4739         properly for XEmacs as well.
4740         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4741         (gnus-article-natural-long-line-p): Use window-width rather than
4742         frame-width.
4743
4744 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
4745
4746         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
4747         (nnir-read-parms): Don't modify query.
4748         (nnir-run-query): Add ability to search topic on current line.
4749         (nnir-get-active): Clean up.
4750
4751 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4752
4753         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4754         degenerate articles.
4755
4756         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4757         (gnus-print-buffer): Just print the buffer as is, without any copying
4758         to a buffer and then re-highlighting.
4759
4760         * nnimap.el (nnimap-request-group): Store the new updated info.
4761         (nnimap-request-group): Select the group when we don't know whether it
4762         exists or not.
4763
4764         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4765         groups.
4766
4767         * gnus-group.el (gnus-group-find-new-groups): Display all the new
4768         groups.
4769
4770         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4771         groups.
4772
4773         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4774         long-lines case by only filling the long lines.
4775
4776         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4777         (bug #7311).
4778
4779 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4780
4781         * shr.el: No need to declare `declare-function' since shr.el is for
4782         only Emacsen that provide `libxml-parse-html-region'.
4783
4784         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
4785         effective only in a file it is referred to.
4786
4787 2010-11-01  Glenn Morris  <rgm@gnu.org>
4788
4789         * mm-util.el (gnus-completing-read): Autoload.
4790         (mm-read-coding-system): Simplify Emacs definition.
4791
4792         * nnmail.el (gnus-activate-group):
4793         * nnimap.el (gnutls-negotiate):
4794         * nntp.el (netrc-parse): Fix declarations.
4795
4796 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4797
4798         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4799         string-match-p in Emacs >=23.
4800
4801         * gnus-msg.el (gnus-configure-posting-styles):
4802         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4803
4804 2010-11-01  Glenn Morris  <rgm@gnu.org>
4805
4806         * nnir.el (declare-function): Add compat stub.
4807         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4808         (nnir-run-gmane): Require 'mm-url.
4809
4810         * mm-util.el (mm-string-to-multibyte): Simplify.
4811
4812         * shr.el (declare-function): Add compat stub.
4813         (url-cache-create-filename): Declare.
4814         (mm-disable-multibyte, widget-convert-button): Autoload.
4815
4816         * smime.el (ldap-search): Declare.
4817         (smime-cert-by-ldap-1): Require ldap on Emacs.
4818
4819         * nnimap.el: Require nnmail, and gnus-sum when compiling.
4820         (nnimap-keepalive): Use gnus-float-time.
4821
4822         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4823         (mail-source-delete-crash-box): Use gnus-float-time.
4824
4825         * gnus-dired.el (gnus-completing-read): Autoload.
4826
4827         * mm-view.el (gnus-rescale-image): Autoload.
4828
4829         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4830
4831         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4832
4833         * sieve-manage.el: Require 'cl when compiling.
4834
4835         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4836         (gnus-iswitchb-completing-read): Require iswitchb.
4837         (gnus-select-frame-set-input-focus): Silence compiler.
4838
4839 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4840
4841         * message.el (message-subject-trailing-was-query): Change default to t,
4842         since I think that's what most people want.
4843
4844         * nnimap.el (nnimap-request-accept-article): Erase buffer before
4845         appending for easier debugging.
4846         (nnimap-wait-for-connection): Take a regexp.
4847         (nnimap-request-accept-article): Wait for the continuation line before
4848         sending anything unless we're streaming.
4849
4850         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4851         leave the header washing to take place.
4852
4853 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4854
4855         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4856         regular expression match and replace in posting styles.
4857
4858 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
4859
4860         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4861         an entire server.
4862         (nnir-get-active): New function.
4863         (nnir-run-imap): Use it.
4864         (nnir-run-gmane): Who knew, gmane search returns an article score!
4865
4866         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4867         server on the current line with nnir.
4868
4869 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4870
4871         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4872         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4873         left edge.
4874         (gnus-article-foldable-buffer): Skip past the prefix when determining
4875         raggedness.
4876
4877         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4878         the raw article, and change `C-u g' to show the article without doing
4879         treatments.
4880
4881         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4882         on to `gnus-treat-article'.
4883         (gnus-inhibit-article-treatments): New variable.
4884
4885         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4886
4887         * gnus-art.el (gnus-treatment-function-alist): Have
4888         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4889         (gnus-treat-fill-long-lines): Change default to fill all text/plain
4890         sections.
4891
4892         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4893         parameter.
4894         (gnus-article-fill-cited-long-lines): New function.
4895         (gnus-article-fill-cited-article): Allow filling only long sections.
4896
4897         * shr.el (shr-find-fill-point): Don't break lines between punctuation
4898         and non-punctuation (like after the apostrophe in "'We").
4899
4900         * gnus-sum.el (gnus-summary-select-article): Make sure
4901         gnus-original-article-buffer is alive.
4902
4903         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4904         reflect the order they're in in the digest.
4905
4906         * gnus.el (gnus-group-startup-message): Move point to the start of the
4907         buffer.
4908
4909         * nnimap.el (nnimap-capability): New function.
4910         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4911         is set.
4912
4913 2010-10-31  David Engster  <dengste@eml.cc>
4914
4915         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4916         conform with changes to gnus-completing-read.
4917
4918 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4919
4920         * shr.el (shr-tag-img): Output "*" instead of "[img]".
4921
4922 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4923
4924         * nnir.el: Move defvar, defcustom around to keep file organized
4925         and keep byte-compiler quiet.
4926         (nnir-read-parms): Accept search-engine as arg.
4927         (nnir-run-query): Pass search-engine as arg.
4928         (nnir-search-engine): Remove.
4929
4930 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4931
4932         * shr.el (shr-generic): The text nodes should be text, not :text.
4933
4934         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4935         later in the file.
4936
4937 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4938
4939         * nnir.el: General clean up.  Allow searching with multiple engines.
4940         Allow separate extra-parameters for each engine.
4941         Batch queries when possible.
4942         (nnir-imap-default-search-key,nnir-method-default-engines):
4943         Add customize interface.
4944         (nnir-run-gmane): New engine.
4945         (nnir-engines): Use it.  Qualify all prompts with engine name.
4946         (nnir-search-engine): Remove global variable.
4947         (nnir-run-hyrex): Restore for now.
4948         (nnir-extra-parms,nnir-search-history): New variables.
4949         (gnus-group-make-nnir-group): Use them.
4950         (nnir-group-server): Remove in favor of gnus-group-server.
4951         (nnir-request-group): Avoid searching twice.
4952         (nnir-sort-groups-by-server): New function.
4953
4954 2010-10-30  Julien Danjou  <julien@danjou.info>
4955
4956         * gnus-group.el: Remove gnus-group-fetch-control.
4957
4958         * gnus-start.el (gnus-find-new-newsgroups):
4959         Remove gnus-check-first-time-used.
4960
4961         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4962
4963 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4964
4965         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4966         set on groups that don't have \* permanentflags.
4967
4968 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4969
4970         * shr.el (shr-tag-span): Drop colorization of regions since we don't
4971         control the background color.
4972         (shr-tag-img): Ignore very small web bug type images.
4973         (shr-put-image): Add help-echo alt texts to the images.
4974         (shr-tag-video): Show the video poster image.
4975
4976 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4977
4978         * shr.el (shr-table-depth): New variable.
4979         (shr-tag-table-1): Only insert the images after the top-level table.
4980
4981         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4982
4983         * gnus-util.el (gnus-list-memq-of-list): New function.
4984
4985         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4986         selected.
4987         (nnimap-unsplittable-articles): New slot.
4988         (nnimap-new-articles): Use it.
4989
4990 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
4991
4992         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4993         move to the previous line on `M-g'.
4994
4995 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4996
4997         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4998         *-request-group, which seems unnecessary.
4999
5000         * nnimap.el (nnimap-quote-specials): Function copied over from
5001         imap.el.
5002         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
5003         they support that.  Suggested by Tom Regner.
5004
5005 2010-10-29  Julien Danjou  <julien@danjou.info>
5006
5007         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
5008         defalias.
5009         (gnus-summary-delete-marked-with): Remove obsolete defalias.
5010
5011         * gnus.el: Remove `gnus-nntp-service' variable.
5012         (gnus-secondary-servers): Make obsolete.
5013         (gnus-nntp-server): Make obsolete.
5014
5015         * gnus-start.el (gnus-1): Remove x-splash calls.
5016
5017         * gnus-ems.el (gnus-x-splash): Remove.
5018
5019         * gnus.el (gnus-group-startup-message): Simplify/update code.
5020
5021         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
5022         definition.
5023
5024         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
5025         capability before doing anything.
5026         (gnus-group-insert-group-line): Remove useless
5027         gnus-group-remove-excess-properties.
5028
5029 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5030
5031         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
5032
5033 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5034
5035         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
5036         config after reselecting.
5037
5038 2010-10-28  Julien Danjou  <julien@danjou.info>
5039
5040         * shr.el (shr-put-image): Use point even if only inserting text.
5041         (shr-put-image): Save excursion when inserting alt text on non-graphic
5042         display, so the behavior is the same when we are on a graphic display.
5043
5044         * nnir.el (nnir-run-swish-e): Remove hyrex support.
5045
5046 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5047
5048         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
5049         (gnus-mime-copy-part): Check coding system, not charset.
5050         (gnus-mime-view-part-externally): Never remove part.
5051         (gnus-mime-view-part-internally): Don't remove part here.
5052         (gnus-article-part-wrapper): Make sure MIME tag is visible.
5053         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
5054         multipart/alternative.
5055
5056         * mm-decode.el (mm-display-part): Take optional arg `force'.
5057
5058 2010-10-26  Julien Danjou  <julien@danjou.info>
5059
5060         * gnus-group.el (gnus-group-default-list-level): Add this function to
5061         compute the default list level.
5062         (gnus-group-default-list-level): Add possibility to use a function.
5063
5064 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5065
5066         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
5067
5068         * gnus-group.el (gnus-group-completing-read)
5069         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
5070         gnus-replace-in-string.
5071
5072 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * shr.el (shr-tag-div): Add.
5075
5076         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
5077
5078 2010-10-25  Julien Danjou  <julien@danjou.info>
5079
5080         * gnus-util.el: Remove `gnus-with-local-quit'.
5081
5082         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
5083
5084 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5085
5086         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
5087         the original article buffer.
5088
5089 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5090
5091         * nnimap.el (nnimap-request-head): New function.
5092         (nnimap-request-move-article): Try to be slighly faster by not
5093         requesting the entire message when moving.
5094         (nnimap-transform-headers): Don't bug out on bodiless articles.
5095         (nnimap-send-command): Have no outstanding messages if the IMAP server
5096         doesn't support streaming.
5097         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
5098
5099 2010-10-24  Julien Danjou  <julien@danjou.info>
5100
5101         * message.el (message-default-headers): Fix type.
5102
5103 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5104
5105         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
5106         prefetching images.
5107
5108         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
5109         backend for unknown groups.  This is mainly useful for nnimap groups.
5110
5111         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
5112         group isn't covered by the agent.
5113
5114 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
5115
5116         * nnir.el (nnir-method-default-engines): New variable.
5117         (nnir-run-query): Use it.
5118         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
5119         (gnus-summary-nnir-goto-thread): Change group if needed.
5120
5121         * gnus-group.el (gnus-group-group-map): Add key binding for
5122         gnus-group-make-nnir-group.
5123
5124 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5125
5126         * shr.el (shr-tag-object): Add.
5127
5128         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
5129         original article buffer live.
5130         (gnus-summary-select-article-buffer):
5131         Mention gnus-widen-article-buffer.
5132
5133 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5134
5135         * shr.el (shr-tag-strong): Add.
5136
5137 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5138
5139         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
5140         group names.  They mess up the group buffer badly.
5141
5142         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
5143
5144         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
5145         instead of the summary one.
5146
5147 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5148
5149         * mml.el (mml-preview): Work properly when editing article.
5150
5151         * gnus-start.el (gnus-read-active-file-1): Don't add method to
5152         gnus-have-read-active-file if it's already been in.
5153
5154 2010-10-22  Tom Tromey  <tromey@redhat.com>
5155
5156         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
5157         gnus-group-completing-read.
5158
5159 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5160
5161         * message.el (message-mode-map): Don't bind M-; to comment region, to
5162         allow the global comment-dwim to work.
5163
5164 2010-10-21  Julien Danjou  <julien@danjou.info>
5165
5166         * message.el (message-setup-1): Allow message-default-headers to be a
5167         function.
5168
5169 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5170
5171         * shr.el (shr-tag-table): Simplify.
5172
5173 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5174
5175         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
5176         to avoid trying to snarf invalid stuff.
5177
5178         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
5179
5180         * gnus.el (gnus-message-archive-group): Quote value.
5181         (gnus-message-archive-group): Mark as changed.
5182
5183         * shr.el (shr-add-font): Don't put the font properties on the newline
5184         or the indentation.
5185
5186         * message.el (message-fix-before-sending): Change options when sending
5187         non-printable characters.
5188
5189         * gnus.el (gnus-message-archive-method): Change the default to
5190         monthly outgoing groups.
5191
5192         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
5193         that have gotten new numbers.
5194
5195         * nnimap.el (nnimap-request-replace-article): New function.
5196
5197 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5198
5199         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
5200         (nnrss-request-article): Don't use special html washing code.
5201
5202 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5203
5204         * shr.el (shr-tag-table): Remove useless nconc.
5205
5206 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5207
5208         * gnus-art.el (article-wash-html): Simplify and remove the charset
5209         stuff.  Use the normal html rendering code instead of the special html
5210         washing code.
5211
5212         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
5213         `gnus-w3m' symbols.
5214         (mm-text-html-washer-alist): Remove.
5215
5216         * mm-decode.el (mm-inline-text-html-renderer): Remove.
5217         (mm-inline-media-tests): Remove use.
5218         (mm-text-html-renderer): Change default to the `shr' symbol.
5219
5220         * mm-view.el (mm-inline-text-html): Remove use.
5221
5222         * gnus-art.el (gnus-blocked-images): New function.  Allow the
5223         `gnus-blocked-images' to be a function.
5224         (gnus-article-wash-function): Remove.
5225
5226 2010-10-20  Julien Danjou  <julien@danjou.info>
5227
5228         * spam.el (spam-list-of-processors): Mark as obsolete.
5229
5230         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
5231         (nnimap-insert-partial-structure): Fix boundary detection.
5232
5233 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
5234
5235         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
5236         run file-truename on remote files.  This can be expensive and even
5237         prevent one from editing drafts if some unrelated buffer has a stale
5238         connection.
5239
5240 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5241
5242         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
5243         kinsoku-eol regardless of shr-kinsoku-shorten.
5244         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
5245         (shr-tag-table): Support caption, thead, and tfoot.
5246
5247 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5248
5249         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
5250         lines.
5251         (shr-save-contents): New command and keystroke.
5252
5253         * nndoc.el (nndoc-type-alist): Add git support.
5254         (nndoc-git-type-p): New function.
5255         (nndoc-transform-git-article): Ditto.
5256         (nndoc-transform-git-headers): Ditto.
5257         (nndoc-transform-git-headers): Generate Subject headers.
5258
5259         * shr.el (shr-parse-style): New function.
5260         (shr-tag-span): Ditto.
5261
5262         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
5263         to `G G' to avoid collisions.
5264
5265 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5266
5267         * shr.el: Load kinsoku if necessary.
5268         (shr-kinsoku-shorten): New internal variable.
5269         (shr-find-fill-point): Make kinsoku shorten text line if
5270         shr-kinsoku-shorten is bound to non-nil.
5271         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
5272         shr-indentation too when testing if table is wider than frame width.
5273         (shr-insert-table): Use `string-width' instead of `length' to measure
5274         text width.
5275         (shr-insert-table-ruler): Make sure indentation is done at bol.
5276
5277 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5278
5279         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
5280         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
5281         undecoded network data.
5282
5283 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5284
5285         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
5286         name in the mode line spec so that the mode line menu works
5287         (bug #2431).
5288
5289         * message.el (message-get-reply-headers): If we're fed `to-address',
5290         then always use that.
5291
5292         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
5293         aren't so wide as to need to switch off the edit menu.
5294
5295         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
5296         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
5297
5298         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
5299         `M-g'.
5300         (nnimap-update-info): Update flags/read marks even if \* isn't part of
5301         the permanent marks.
5302
5303 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
5304
5305         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5306         Splitting according to references/in-reply-to obeys the ignore-groups
5307         variable, while splitting by sender and subject do not.
5308
5309 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5310
5311         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
5312         alist, so that we can look for non-Unicode chars.
5313         (article-translate-strings): Allow both character and string maps.
5314
5315 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5316
5317         * shr.el (shr-insert): Don't insert space behind a wide character
5318         categorized as kinsoku-bol, or between characters both categorized as
5319         nospace.
5320
5321 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
5322
5323         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
5324         headers to gnus-newsgroup-headers.
5325
5326 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5327
5328         * shr.el (shr-tag-img): Don't align images -- since we're not
5329         rescaling, this often leads to ugly displays.
5330
5331 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
5332
5333         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
5334         duplicates.
5335
5336 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
5337
5338         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
5339         call.
5340
5341 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5342
5343         * gnus.el: Autoload gnus-html-show-images.
5344
5345         * nnimap.el: Use nnheader-message throughout.
5346
5347         * shr.el (shr-tag-img): Ignore images with no data.
5348
5349 2010-10-15  Julien Danjou  <julien@danjou.info>
5350
5351         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
5352         a possibility to disable format=flow encoding when using hard newlines.
5353
5354 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5355
5356         * shr.el (shr-insert): Remove space inserted before or after a
5357         breakable character or at the beginning or the end of a line.
5358         (shr-find-fill-point): Do kinsoku; find the second best point or give
5359         it up if there's no breakable point.
5360
5361 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5362
5363         * nnimap.el (nnimap-open-connection): Message when opening connection
5364         for debugging purposes.
5365
5366         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
5367         on every setup buffer call to allow this to change from article to
5368         article.
5369
5370         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
5371         buffers where we have a wide table.
5372
5373 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
5374
5375         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
5376         uses *-request-thread.
5377
5378 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5379
5380         * nnimap.el (nnimap-open-connection): Remove %s from openssl
5381         incantation, which is no longer valid.
5382
5383 2010-10-14  Julien Danjou  <julien@danjou.info>
5384
5385         * shr.el: Fix defcustom type (char -> character).
5386
5387 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5388
5389         * nnimap.el (nnimap-open-connection): tls-program should be a list of
5390         programs.
5391
5392 2010-10-14  Julien Danjou  <julien@danjou.info>
5393
5394         * shr.el (shr-tag-a): Use url-link as widget type.
5395
5396         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
5397         `gnus-group-get-icon'.
5398
5399 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5400
5401         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
5402         This should make server editing work better.
5403
5404         * shr.el (shr-find-fill-point): Don't inloop on indented text.
5405
5406         * tls.el (tls-program): Remove spurious %s from openssl.
5407
5408         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
5409         (nnimap-parse-flags): Fix regexp.
5410
5411         * shr.el (shr-find-fill-point): Use a filling algorithm that should
5412         probably work for CJVK text, too.
5413
5414         * nnimap.el (nnimap-extend-tls-programs): Remove.
5415         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
5416
5417         * tls.el (tls-starttls-switches): Remove starttls hack.
5418         (open-tls-stream): Ditto.
5419         (tls-find-starttls-argument): Ditto.
5420
5421 2010-10-13  Julien Danjou  <julien@danjou.info>
5422
5423         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
5424         responses.
5425
5426 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5427
5428         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
5429
5430         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
5431         anything in Emacs.
5432
5433         * shr.el (shr-current-column): Remove buggy and unnecessary function.
5434
5435 2010-10-13  Julien Danjou  <julien@danjou.info>
5436
5437         * shr.el (shr-width): Make shr-width a defcustom with default to
5438         fill-column.
5439         (shr-tag-img): Use shr-width rather than fill-column.
5440
5441 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5442
5443         * dgnushack.el (byte-optimize-apply):
5444         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
5445
5446         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
5447         position when (X-)Faces exist.
5448         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
5449         avatars when called interactively.
5450
5451 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5452
5453         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
5454         gnus-article-x-face-too-ugly is bound.
5455
5456 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5457
5458         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
5459
5460         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
5461         mailbox that doesn't exist.
5462
5463 2010-10-12  Julien Danjou  <julien@danjou.info>
5464
5465         * shr.el (shr-tag-img): Encode URL properly when retrieving.
5466         (shr-get-image-data): Encode URL properly when fetching from cache.
5467         (shr-tag-img): Use aligned-to spaces to align correctly images.
5468
5469         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
5470         before inserting the Gravatar.
5471
5472         * shr.el (shr-tag-img): Add align attribute support for <img>.
5473
5474 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5475
5476         * gnus-gravatar.el (gnus-art): Require.
5477
5478         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
5479         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5480         Remove long obsoleted functions.
5481
5482 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
5485
5486         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
5487
5488         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
5489         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
5490         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
5491         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
5492         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
5493         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
5494         * sieve-manage.el, smime.el, spam.el:
5495         Fix comment for declare-function.
5496
5497 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5498
5499         * nnimap.el (nnimap-request-rename-group): Select group read-only
5500         before renaming it.
5501
5502         * shr.el (shr-insert): Fix up the white space only regexp.
5503
5504         * nnimap.el (nnimap-transform-split-mail): Not all articles have
5505         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
5506
5507         * shr.el (shr-current-column): New function.
5508         (shr-find-fill-point): New function.
5509
5510 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5511
5512         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
5513         numbers.
5514
5515 2010-10-11  Julien Danjou  <julien@danjou.info>
5516
5517         * shr.el (shr-hr-line): Add.
5518         (shr-tag-hr): Use shr-hr-line to specify which character to use to
5519         display hr lines.
5520         (shr-max-columns): Do not change state to nil if we just inserting
5521         spaces.
5522
5523 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5524
5525         * gnus-topic.el (gnus-topic-read-group): If after the last group,
5526         select the last group.
5527
5528 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5529
5530         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5531
5532 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
5533
5534         * dig.el (dig-mode-map): Declare and define in one step.
5535
5536 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5537
5538         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5539         for Gnus.
5540         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5541         (nnimap-update-qresync-info): Mark \Seen articles as read.
5542
5543         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5544         non-variable, too.
5545
5546         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
5547         available.
5548         (nnimap-update-info): Rely more on the current active than the param
5549         active to avoid marking articles as read too much.
5550
5551         * auth-source.el (auth-source-create): Use (user-login-name) for the
5552         user name default.
5553
5554         * nnimap.el (nnimap-update-info): If the server doesn't return any
5555         useful info, just use the previous info.
5556         (nnimap-update-info): Prefer old info over start-article.
5557         (nnimap-update-qresync-info): Finish implementing QRESYNC.
5558
5559 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
5560
5561         * nnir.el (autoload): Clean up autoloads.
5562         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5563         Use key rather than value.
5564         (nnir-imap-search-other): New variable.
5565         (nnir-read-parm): Use it.
5566         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5567         (gnus-summary-nnir-goto-thread): Modify to work with imap.
5568
5569 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5570
5571         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5572         the process, too.
5573
5574 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5575
5576         * spam.el (gnus-summary-mode-map): Bind to "$".
5577         Suggested by Russ Allbery.
5578
5579         * shr.el: Rework the way things are indented by <li> slightly.
5580
5581         * gnus.el (gnus-group-set-parameter): Fix typo.
5582
5583         * nnimap.el: Start implementing QRESYNC support.
5584
5585 2010-10-09  Julien Danjou  <julien@danjou.info>
5586
5587         * nnir.el (nnir-engines): Fix too many arguments.
5588
5589 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5590
5591         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5592         group is the "last", so that the backends like nnfolder actually save
5593         their folders.
5594
5595         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
5596         try to use that for the tls stream.
5597         (nnimap-retrieve-group-data-early): Rework the marks code to heed
5598         UIDVALIDITY and find out which groups are read-only and not.
5599         (nnimap-get-flags): Use the same marks parsing code as the rest of
5600         nnimap.
5601
5602 2010-10-09  Julien Danjou  <julien@danjou.info>
5603
5604         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5605
5606         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5607         retrieving gravatars.
5608
5609         * shr.el (shr-table-corner): Add.
5610         (shr-table-line): Add.
5611         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5612
5613 2010-10-08  Julien Danjou  <julien@danjou.info>
5614
5615         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5616
5617 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
5618
5619         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5620
5621         * gnus-sum.el (gnus-mark-article-as-unread)
5622         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5623         (gnus-summary-set-bookmark): Use it.
5624
5625         * gnus-msg.el (gnus-setup-message): Use it.
5626
5627         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5628
5629         * gnus.el (gnus-group-remove-parameter): Use it.
5630
5631         * gnus-group.el (gnus-group-make-web-group): Use it.
5632
5633         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5634
5635         * nnregistry.el: Update docs to mention manual.
5636
5637         * gnus-registry.el: Update docs to mention nnregistry.el.
5638         (gnus-registry-initialize): Don't install nnregistry refer method
5639         automatically.
5640         (gnus-registry-install-nnregistry): Remove it.
5641
5642 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5643
5644         * shr.el (shr-insert): Don't insert double spaces.
5645
5646 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * gnus-gravatar.el (gnus-treat-from-gravatar)
5649         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5650         called interactively.
5651
5652         * gnus-art.el (gnus-mime-view-part-externally)
5653         (gnus-mime-view-part-internally): Make predicate function passed to
5654         gnus-mime-view-part-as-type assume argument is a mime type, not a list
5655         of a mime type.
5656
5657         * shr.el (shr-table-widths): Don't use cl function `reduce'.
5658
5659 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5660
5661         * shr.el (require): Require cl when compiling.
5662         (shr-tag-hr): New function.
5663
5664         * nnimap.el (nnimap-update-info): Remove double setting of high.
5665         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5666         This makes nnimap work properly on Courier again.
5667
5668         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5669         the variable for backwards compatibility.
5670
5671         * mm-decode.el (mm-save-part): If given a non-directory result, expand
5672         the file name before using to avoid setting mm-default-directory to
5673         nil.
5674
5675         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5676         bidning gnus-agent variables.
5677
5678         * shr.el (shr-render-td): Use a cache for the table rendering function
5679         to avoid getting an exponential rendering behavior in nested tables.
5680         (shr-insert): Rework the line-breaking algorithm.
5681         (shr-insert): Don't leave trailing spaces.
5682         (shr-insert-table): Also insert empty TDs.
5683         (shr-tag-blockquote): Ensure paragraphs after </ul>.
5684
5685 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5686
5687         * gnus-sum.el (gnus-number): Rename from `number'.
5688         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5689         (gnus-summary-limit-children): Update uses correspondingly.
5690
5691 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5692
5693         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5694         (gnus-gravatar-transform-address): Don't show avatars of people of
5695         which mail addresses match gnus-gravatar-too-ugly.
5696
5697 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5698
5699         * shr.el (shr-table-widths): Expand TD elements to fill available
5700         space.
5701
5702 2010-10-07  Julien Danjou  <julien@danjou.info>
5703
5704         * nnimap.el (nnimap-request-rename-group): Add this method.
5705
5706 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5709         name from XEmacs' function-arglist.
5710
5711         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5712         gravatar under XEmacs.
5713
5714 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
5715
5716         * auth-source.el: Update docs with TODO items.
5717
5718         * gnus-sync.el: Update docs to explain state and plans.
5719
5720         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5721         Hooks for mark updates.
5722         (gnus-request-set-mark, gnus-request-update-mark): Use them.
5723
5724         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5725         hooks with arguments, which is needed for mark update hooks.
5726
5727 2010-10-06  Julien Danjou  <julien@danjou.info>
5728
5729         * gnus.el (gnus-expand-group-parameter): Only return and act on what
5730         was matched.
5731
5732         * sieve-manage.el: Update example in `Commentary'.
5733
5734         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5735
5736         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5737         not 2000.
5738         (sieve-manage-authenticate): Re-add function.
5739
5740 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5741
5742         * shr.el (shr-insert): Get 'space transition right.
5743         (shr-render-td): Only delete space at the end of the TD.
5744
5745         * nnimap.el (nnimap-open-connection): Prepare to support
5746         open-gnutls-stream.
5747
5748         * shr.el: Rearrange function order to be more logical.
5749
5750 2010-10-06  Julien Danjou  <julien@danjou.info>
5751
5752         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5753         (nnrss-discover-feed): Remove 404 URL in docstring.
5754
5755         * nnir.el: Fix Swish-E URL.
5756         Fix Namazu URL.
5757
5758         * message.el (message-change-subject): Remove 404 URL in a comment.
5759
5760 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5763         called interactively.
5764
5765         * gnus-util.el (gnus-remove-if): Allow hash table.
5766         (gnus-remove-if-not): New function.
5767
5768         * gnus-art.el (gnus-mime-view-part-as-type):
5769         * gnus-score.el (gnus-summary-score-effect):
5770         * gnus-sum.el (gnus-read-move-group-name):
5771         Replace remove-if-not with gnus-remove-if-not.
5772
5773         * gnus-group.el (gnus-group-completing-read):
5774         Regard collection as a hash table if it is not a list.
5775
5776 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5777
5778         * shr.el (shr-render-td): Allow blank/missing <TD>s.
5779
5780         * shr.el: Document the table-rendering algorithm.
5781
5782 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5783
5784         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
5785         for Emacsen having no `libxml-parse-html-region' support.
5786
5787 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5788
5789         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5790         invalid URLs.
5791
5792         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5793         line-broken.
5794         (shr-tag-img): Ignore image fetching errors.
5795         (shr-overlays-in-region): Compute overlay positions correctly.
5796
5797         * mm-decode.el (mm-shr): Require shr.
5798
5799         * gnus-art.el (gnus-blocked-images): Move variable here.
5800
5801         * shr.el (shr-insert-table): Bind free variable.
5802
5803         * mm-decode.el (mm-shr): Bind shr-content-function.
5804
5805         * shr.el (shr-content-function): New variable.
5806
5807         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5808         added for symmetry.
5809
5810         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5811
5812         * gnus-group.el (gnus-group-make-group): Doc fix.
5813
5814         * nnimap.el (nnimap-request-newgroups): Return success.
5815
5816         * shr.el (shr-find-elements): New function.
5817         (shr-tag-table): Put all the images after the table.
5818         (shr-tag-table): Really inhibit images inside the table.
5819         (shr-collect-overlays): Copy over overlays from the TD elements to the
5820         main document.
5821
5822         * mm-decode.el (mm-shr): Bind shr-blocked-images to
5823         gnus-blocked-images.
5824
5825 2010-10-05  Julien Danjou  <julien@danjou.info>
5826
5827         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5828
5829         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5830         (gnus-html-maximum-image-size): Add this function.
5831         (gnus-html-put-image): Use gnus-html-maximum-image-size.
5832
5833         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5834         server-value of the capability is nil.
5835
5836 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5837
5838         * shr.el (shr-tag-em): Add <EM> tag.
5839
5840 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
5841
5842         * sieve-manage.el (sieve-manage-default-stream): Make default stream
5843         customizable.
5844
5845         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5846         handing broken links to browse-url.
5847
5848 2010-10-05  Julien Danjou  <julien@danjou.info>
5849
5850         * gnus-util.el (gnus-emacs-completing-read)
5851         (gnus-iswitchb-completing-read): Use autoload rather than require.
5852
5853 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5854
5855         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
5856         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
5857         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
5858         iswitchb-temp-buflist for XEmacs.
5859
5860         * gnus-util.el (gnus-completing-read-function): Exclude
5861         gnus-icompleting-read and gnus-ido-completing-read from candidates for
5862         XEmacs since iswitchb.el is very old and ido.el is unavailable in
5863         XEmacs.
5864
5865         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5866         not to use `delete-dups' that is unavailable in XEmacs 21.4.
5867
5868         * gnus-html.el: Don't require help-fns under XEmacs.
5869         (gnus-html-schedule-image-fetching): Work for XEmacs.
5870
5871         * mm-decode.el (mm-shr): Decode contents by charset.
5872
5873 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5874
5875         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5876         unknown.
5877
5878         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5879         (shr-get-image-data): Ensure against the cache file missing.
5880
5881         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5882         for data.
5883
5884         * spam-report.el (spam-report-url-ping-plain): Don't query about
5885         killing the process.
5886
5887         * shr.el (shr-render-td): Protect against too-wide text.
5888
5889 2010-10-04  Julien Danjou  <julien@danjou.info>
5890
5891         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5892         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5893
5894         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5895         retrieved.
5896
5897 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5898
5899         * shr.el (browse-url): Require.
5900         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5901         lines.
5902         (shr-show-alt-text, shr-browse-image): New commands.
5903         (shr-browse-url, shr-copy-url): New commands.
5904
5905         * gnus-sum.el (gnus-widen-article-window): New variable.
5906         (gnus-summary-select-article-buffer): Use it.
5907
5908         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5909         without @ signs.
5910
5911 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5912
5913         * nnir.el (nnir-run-imap): Remove spurious space in search string.
5914
5915 2010-10-04  Julien Danjou  <julien@danjou.info>
5916
5917         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5918         for XEmacs.
5919
5920 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5921
5922         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5923
5924         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5925         (nnimap-close-server): Implement.
5926
5927         * dgnushack.el (iswitchb): Require to shut up the compiler.
5928
5929         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5930         (shr-insert): Tweak line breaking.
5931         (shr-insert): Handle <pre> better.
5932         (shr-tag-li): Get <li> indentation right.
5933         (shr-tag-li): Get <li> indentation even righter.
5934         (shr-tag-blockquote): Ensure paragraph start.
5935         (shr-make-table): Tweak table generation.
5936         (shr-make-table): Fix typo.
5937
5938         * shr.el: Implement table rendering.
5939
5940 2010-10-04  Julien Danjou  <julien@danjou.info>
5941
5942         * gnus-html.el (gnus-html-put-image): Fix resize image code.
5943
5944 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5945
5946         * shr.el (shr-insert): Use string anchors instead of line anchors.
5947
5948 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5949
5950         * shr.el: Add headings.
5951         (shr-ensure-paragraph): Actually work.
5952         (shr-tag-li): Make <ul> prettier.
5953         (shr-insert): Get white space at the beginning/end of elements right.
5954         (shr-tag-p): Collapse subsequent <p>s.
5955         (shr-ensure-paragraph): Don't insert double line feeds after blank
5956         lines.
5957         (shr-insert): \t is also space.
5958         (shr-tag-s): Fix "s" tag name function.
5959         (shr-tag-s): Fix face prop name.
5960
5961 2010-10-03  Julien Danjou  <julien@danjou.info>
5962
5963         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5964
5965         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5966         gnus-window-inside-pixel-edges.
5967
5968         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5969         gnus-ems.
5970
5971         * mm-view.el (mm-inline-image-emacs): Support image resizing.
5972
5973         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5974         function.
5975
5976         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5977         resize choice.
5978
5979 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5980
5981         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5982         beginning of the buffer.
5983
5984         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5985         article buffer again.
5986
5987         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5988
5989         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5990         when it's at the start of the buffer.
5991
5992         * shr.el (shr-tag-blockquote): Convert name.
5993         (shr-rescale-image): Use the right image-size variant.
5994
5995         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5996         buffer isn't shown, then select the current article first instead of
5997         bugging out.
5998         (gnus-summary-select-article-buffer): Show both the article and summary
5999         buffers again.
6000
6001         * shr.el (shr-fontize-cont): Protect against regions with no text.
6002         Rename tag functions to shr-tag-* for enhanced security.
6003         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
6004
6005 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
6006
6007         * shr.el (shr-insert):
6008         * pop3.el (pop3-movemail):
6009         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
6010         loaded.
6011
6012 2010-10-03  Glenn Morris  <rgm@gnu.org>
6013
6014         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
6015
6016         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
6017
6018         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
6019
6020         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
6021
6022         * gnus-util.el (gnus-make-local-hook): Simplify.
6023
6024 2010-10-02  Julien Danjou  <julien@danjou.info>
6025
6026         * gnus-util.el (gnus-iswitchb-completing-read): New function.
6027         (gnus-ido-completing-read): New function.
6028         (gnus-emacs-completing-read): New function.
6029         (gnus-completing-read): Use gnus-completing-read-function.
6030         Add gnus-completing-read-function.
6031
6032 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6033
6034         * shr.el (shr-insert-document): Autoload.
6035         (shr-img): Be silent.
6036         (shr-insert): Add a newline after every picture before text.
6037         (shr-add-font): Use overlays for combining faces.
6038         (shr-insert): Pass upwards the text start point.
6039
6040         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
6041         possible.
6042         (mm-shr): New function.
6043
6044 2010-10-02  Julien Danjou  <julien@danjou.info>
6045
6046         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
6047         should go backward.
6048
6049 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
6050
6051         * shr.el (shr): Fix typo in provide call.
6052
6053 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6054
6055         * shr.el: New file.
6056
6057         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
6058
6059         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
6060         completing read.
6061
6062 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6063
6064         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
6065         we're being queried about.  Suggested by Dan Jacobson.
6066
6067         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
6068         Suggested by Jason Eisner.
6069
6070         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
6071         table, too.  Suggested by Stefan Wiens.
6072         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
6073         the table unnecessary.  Suggested by Stefan Wiens.
6074
6075         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
6076         longer needed, and probably doesn't work either, as pointed out by
6077         Stefan Wiens.
6078         (gnus-summary-exit): Remove call to the clearing function.
6079         (gnus-summary-exit-no-update): Ditto.
6080
6081         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
6082         instead of gnus-eval-in-buffer-window to avoid popping up frames.
6083         Reported by Stefan Monnier.
6084         (gnus-summary-save-in-rmail): Ditto.
6085
6086         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
6087         article buffer, instead of both the article buffer and the summary
6088         buffer.  Sort of suggested by Dan Jacobson.
6089
6090         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
6091
6092         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
6093         Suggested by Dan Jacobson.
6094
6095         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
6096         documentation clearer.
6097
6098         * message.el (message-shorten-references): Comment on the number "21".
6099         Suggested by Stefan Monnier.
6100
6101         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
6102         Suggested by Dan Jacobson.
6103
6104         * gnus.el (gnus-large-newsgroup):
6105         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
6106
6107         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
6108         externalize attachments.  Bug reported by Steve Wen.
6109
6110         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
6111         really message anything to the user.
6112
6113         * nnmail.el (nnmail-article-group): Allow using the fancy split method
6114         directly.
6115
6116         * nnimap.el (nnimap-request-group): Low higher than high to signal no
6117         messages in empty groups.
6118
6119 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
6120
6121         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
6122         non-UIDNEXT group.
6123
6124 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6125
6126         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
6127         not the value from the collection.
6128
6129         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
6130         values.  This sometimes happens on some groups that have no info.
6131         (nnimap-request-newgroups): New function.
6132
6133 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
6134
6135         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
6136         check into `gnus-registry-initialize'.
6137         (gnus-registry-initialize): Ditto.
6138         Fix and extend header docs.
6139
6140 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6141
6142         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
6143         regexp backtrace overflows.
6144
6145         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
6146         for starttls that tls.el implements; i.e. openssl.
6147
6148         * tls.el (tls-starttls-switches): Give up on using starttls with
6149         gnutls-cli.
6150         (tls-program): Add --insecure to be consistent with the defaults from
6151         openssl s_client.  Now all three commands are insecure.
6152
6153 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6154
6155         * lpath.el: Bind completion-styles-alist for XEmacs.
6156
6157         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
6158         (gravatar-create-image): New function that's an alias to
6159         gnus-xmas-create-image, gnus-create-image, or create-image.
6160         (gravatar-data->image): Use it.
6161
6162 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
6163
6164         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
6165         install the nnregistry refer method.
6166         (gnus-registry-install-hooks): Use it.
6167         (gnus-registry-unfollowed-groups): Add nnmairix to the default
6168         unfollowed groups.
6169
6170 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
6171
6172         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
6173         expanding threads.
6174
6175 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6176
6177         * nnir.el: Use the server names without suffixes (bug #7009).
6178
6179         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
6180         unencrypted to STARTTLS, if possible.
6181
6182 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6183
6184         * message.el (message-ignored-supersedes-headers): Strip Injection-*
6185         headers before superseding.
6186
6187 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6188
6189         * nnrss.el (nnrss-use-local): Add documentation.
6190
6191         * nnimap.el (nnimap-extend-tls-programs): New function.
6192         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
6193         (nnimap-wait-for-connection): Accept the greeting from the stupid
6194         output from openssl s_client -starttls, too.
6195
6196         * tls.el (tls-starttls-switches): New variable.
6197         (tls-find-starttls-argument): Use it.
6198         (open-tls-stream): Ditto.
6199
6200         * netrc.el (netrc-credentials): Return the value of the "default" entry.
6201         (netrc-machine): Ditto.
6202
6203         * nnimap.el (nnimap-find-article-by-message-id): Really return the
6204         article number.
6205         (nnimap-split-fancy): New variable.
6206         (nnimap-split-incoming-mail): Use it.
6207
6208         * nntp.el (nntp-server-list-active-group): Document.
6209
6210         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
6211         SELECT to get the message-id.
6212
6213         * mail-source.el (mail-sources): Remove webmail support.
6214         (defvar): Ditto.
6215         (mail-source-fetcher-alist): Ditto.
6216         (mail-source-fetch-webmail): Remove.
6217
6218         * webmail.el: Remove -- doesn't seem relevant any more.
6219
6220         * gnus.el: Fix up make-obsolete-variable declarations throughout.
6221
6222         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
6223         the \r.
6224
6225 2010-09-30  Julien Danjou  <julien@danjou.info>
6226
6227         * gnus-agent.el (gnus-agent-add-group): Fix call to
6228         gnus-completing-read.
6229
6230 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6231
6232         * nndoc.el (nndoc-retrieve-groups): New function.
6233
6234         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
6235         `default', use nnmail-split-methods.
6236         (nnimap-request-article): Downcase the NILs so that they are nil.
6237
6238         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
6239         symbol.
6240
6241         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
6242         code, since if the user has requested network, that's what they ought
6243         to get.
6244         (nnimap-request-set-mark): Erase the buffer before issuing commands.
6245         (nnimap-split-rule): Mark as obsolete.
6246
6247         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
6248         New variable.
6249
6250         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
6251         correct slot, too.
6252
6253 2010-09-29  Julien Danjou  <julien@danjou.info>
6254
6255         * gnus.el (gnus-local-domain): Declare variable obsolete.
6256
6257         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
6258         Fix history computing.
6259         (gnus-ido-completing-read): Require ido.
6260
6261 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6262
6263         * gnus-registry.el: Don't prompt on load, which makes it impossible to
6264         build Gnus.
6265
6266         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
6267         when interpreting the structures.
6268         (nnimap-request-accept-article): Add \r\n to the lines to make this
6269         work with Cyrus.
6270
6271         * nndraft.el (nndraft-request-expire-articles): Use the group name
6272         instead if "nndraft".  Fix found by Nils Ackermann.
6273
6274 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
6275
6276         * nnregistry.el: Add.
6277
6278 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6279
6280         * nnmail.el (group, group-art-list, group-art):
6281         Remove unneeded directives.
6282
6283 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6284
6285         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
6286         (mm-mime-charset):
6287         * rfc2047.el (rfc2047-syntax-table):
6288         * utf7.el (utf7-utf-16-coding-system): Comment fix.
6289
6290         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
6291         rather than `insert-file-contents' and `eval-region'.
6292
6293         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6294         construction.
6295
6296         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
6297
6298         * time-date.el: No need to require cl for Emacs 21.
6299
6300 2010-09-29  Julien Danjou  <julien@danjou.info>
6301
6302         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
6303         replacement of `gnus-gravatar-relief' to mimic
6304         `gnus-faces-properties-alist'.
6305         Add :version property.
6306
6307 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * mail-source.el (mail-source-report-new-mail):
6310         * message.el (message-default-mail-headers):
6311         * mm-decode.el (mm-valid-image-format-p): Comment fix.
6312
6313         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
6314
6315 2010-09-28  Julien Danjou  <julien@danjou.info>
6316
6317         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
6318         mail-address contains the same string as real-name.
6319
6320         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
6321         non-blank in header, otherwise it'll get stripped.
6322
6323         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
6324         real-name, and then for mail address rather than doing : or , search.
6325
6326 2010-09-27  Julien Danjou  <julien@danjou.info>
6327
6328         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
6329         right completing-read function.
6330         (gnus-use-ido): New variable
6331         (gnus-completing-read-with-default): Remove.
6332         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
6333         (gnus-agent-add-group):
6334         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
6335         * mm-view.el (mm-view-pkcs7-decrypt):
6336         * mm-util.el (mm-codepage-setup):
6337         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6338         * mml-smime.el (mml-smime-openssl-sign-query):
6339         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
6340         (mml-insert-multipart):
6341         * gnus-msg.el (gnus-summary-yank-message):
6342         * gnus-int.el (gnus-start-news-server):
6343         * mm-decode.el (mm-interactively-view-part):
6344         * gnus-dired.el (gnus-dired-attach):
6345         * gnus.el (gnus-read-method):
6346         * gnus-bookmark.el (gnus-bookmark-jump):
6347         * gnus-art.el (gnus-mime-view-part-as-type)
6348         (gnus-mime-action-on-part, gnus-article-encrypt-body):
6349         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
6350         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
6351         * nnmairix.el (nnmairix-create-server-and-default-group)
6352         (nnmairix-update-groups, nnmairix-get-server)
6353         (nnmairix-backend-to-server, nnmairix-goto-original-article)
6354         (nnmairix-get-group-from-file-path):
6355         * nnrss.el (nnrss-find-rss-via-syndic8):
6356         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
6357         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
6358         (gnus-group-browse-foreign-server):
6359         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
6360         (gnus-summary-execute-command, gnus-summary-respool-article)
6361         (gnus-read-move-group-name):
6362         * gnus-score.el (gnus-summary-increase-score)
6363         (gnus-summary-score-effect):
6364         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
6365
6366 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
6369         x-focus-frame.
6370
6371         * nnimap.el (auth-source-forget-user-or-password)
6372         (auth-source-user-or-password): Autoload.
6373
6374         * message.el (message-from-style, message-interactive)
6375         (message-cite-prefix-regexp, message-sendmail-envelope-from)
6376         (message-yank-prefix, message-indentation-spaces, message-signature)
6377         (message-signature-file): Add comment.
6378
6379 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6380
6381         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
6382         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
6383         new articles.
6384
6385         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
6386         parts.
6387         (nnimap-request-article): Work with the t setting, too.
6388
6389         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
6390         that you don't get flashes of other buffers.
6391         (gnus-summary-show-complete-article): Intern before setting.
6392
6393 2010-09-27  David Engster  <dengste@eml.cc>
6394
6395         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
6396         well as HEADERS.
6397         (nnmairix-retrieve-headers): Provide new argument for the above.
6398
6399 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6400
6401         * gnus-sum.el (gnus-summary-move-article): Don't alter
6402         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
6403         group.
6404
6405         * nnimap.el (nnimap-update-info): Don't destructively alter active.
6406
6407         * message.el (message-cite-prefix-regexp): Revert my last edit.
6408
6409         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
6410         variable instead of the Gnus variable.
6411
6412         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
6413
6414         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
6415
6416         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
6417         since some servers don't like it.
6418         (nnimap-open-connection): Forget credentials if the server says the
6419         password was wrong.
6420         (nnimap-parse-line): Protect against invalid data.
6421
6422         * gnus-sum.el (gnus-summary-move-article): Add comment.
6423         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
6424         nothing alters it while scanning for new messages.
6425
6426         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
6427         which may or may not help.
6428         (nnimap-open-connection): If we're doing a stream connection, and then
6429         discover we're on a STARTTLS-capable server, then open a STARTTLS
6430         connection instead.
6431
6432 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6433
6434         * nnimap.el (utf7): Require.
6435
6436         * message.el (message-cite-prefix-regexp): Remove "}" from citation
6437         prefix.
6438
6439 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
6440
6441         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
6442
6443 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6444
6445         * nnimap.el (nnimap-request-accept-article): Message the error on
6446         error.
6447
6448 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6449
6450         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
6451
6452 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6453
6454         * nndoc.el (nndoc-request-list): Return success always.
6455
6456         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
6457         `fetch-old' -- we only want to fetch the articles we've requested.
6458         The rest are in the agent, probably.
6459         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
6460         disappeared server" to something low.  It's not important.
6461
6462         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
6463         arrived before the FETCH data.
6464
6465         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
6466         target here, because we don't know the Gnus name of the group.
6467
6468         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
6469         for the correct group.
6470
6471         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
6472
6473         * gnus.el (gnus): Give a final warning after startup.
6474
6475         * gnus-util.el (gnus-action-message-log): New variable.
6476         (gnus-message): Use it.
6477         (gnus-final-warning): New function.
6478
6479         * nnimap.el (nnimap-open-connection): Record the greeting.
6480         (nnimap): Add greeting.
6481
6482 2010-09-26  Julien Danjou  <julien@danjou.info>
6483
6484         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
6485         arguments.
6486         (gnus-html-wash-images): Fix spec computing to include start/end.
6487
6488         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
6489
6490 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6491
6492         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
6493         deletion.
6494         (nnimap-retrieve-headers): Don't select the group, because that's
6495         already done by nnimap-possibly-change-group.
6496
6497         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
6498         (gnus-picon-transform-address): Use it.
6499
6500         * mail-source.el (mail-source-value): Revert previous patch.
6501
6502         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
6503         on failure.
6504         (nnimap-open-connection): Look up both virtual and physical server name
6505         credentials.
6506
6507         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
6508
6509 2009-02-07  Dave Love  <fx@gnu.org>
6510
6511         * tls.el (open-tls-stream): Don't query killing process.
6512
6513 2009-02-08  Dave Love  <fx@gnu.org>
6514
6515         * gnus-win.el (gnus-window-to-buffer-helper)
6516         (gnus-all-windows-visible-p): Function needn't be a symbol.
6517
6518         * mail-source.el (mail-source-value): Function needn't be a symbol.
6519
6520 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6521
6522         * message.el (message-cite-prefix-regexp): Remove } from the cite
6523         prefix.
6524
6525         * gnus-art.el (gnus-treatment-function-alist): Do picons before
6526         highlight again, so that the highlight is correct.
6527
6528         * gnus-picon.el (gnus-picon): Remove again.
6529         (gnus-picon-create-glyph): Set the background XPM color explicitly.
6530
6531         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
6532         doing the header highlightling, so that the background color of the
6533         picon is correct.
6534
6535         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6536         (gnus-picon): Ditto.
6537         (gnus-picon): Reinstate.  The background color for picons is white.
6538         (gnus-picon-insert-glyph): Make the background white.
6539
6540         * nnml.el (nnml-open-nov): Don't return dead buffers.
6541
6542         * auth-source.el (auth-source-create): Query the user for whether to
6543         store the credentials.
6544
6545         * netrc.el (netrc-store-data): New function.
6546
6547         * auth-source.el (auth-source-user-or-password): Use the existing auth
6548         sources, if any, for creation.
6549
6550         * gnus.el (gnus-group-fast-parameter): Return the last matching
6551         parameter instead of the first matching parameter.
6552
6553 2010-09-26  Julien Danjou  <julien@danjou.info>
6554
6555         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6556
6557 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6558
6559         * mml2015.el (mml2015-use): Remove gpg support.
6560
6561         * mml1991.el (mml1991-function-alist): Remove gpg function.
6562         (mml1991-gpg-sign): Remove.
6563
6564 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
6565
6566         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6567         (gnus-browse-unsubscribe-current-group): Document it.
6568         (gnus-browse-unsubscribe-group): Use it.
6569
6570 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6571
6572         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6573         address to the To list for easier response.
6574
6575         * gnus.el (gnus-play-startup-jingle): Remove.
6576         (gnus-splash): Don't play jingle.
6577         (gnus): Silence gnus-load message.
6578
6579         * gnus-art.el (gnus-treat-play-sounds): Remove.
6580
6581         * gnus.el (gnus-play-jingle): Remove audio support.
6582
6583         * gnus-cus.el (gnus-score-customize): Remove audio reference.
6584
6585         * earcon.el: Remove -- no users.
6586
6587         * gnus-audio.el: Remove -- no users of this package.
6588
6589         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6590
6591         * gnus-start.el (gnus-setup-news): Remove nocem support.
6592
6593         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6594
6595         * gnus.el (gnus-use-nocem): Remove.
6596
6597         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6598         Remove.
6599
6600         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
6601         uses NoCeM any more.
6602
6603         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6604         (gnus-button-ctan-handler): Ditto.
6605         (gnus-button-handle-ctan-bogus-regexp): Ditto.
6606         (gnus-button-ctan-directory-regexp): Ditto.
6607         (gnus-button-handle-ctan): Ditto.
6608         (gnus-button-tex-level): Ditto.
6609         (gnus-button-alist): Remove CTAN stuff.
6610
6611 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6612
6613         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6614         nnimap-streaming test.
6615
6616         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6617         servers twice.
6618
6619         * nnimap.el (nnimap-open-connection): Add more error reporting when
6620         nnimap fails early.
6621
6622         * nnheader.el (nnheader-get-report-string): New function.
6623         (nnheader-get-report): Use it.
6624
6625         * gnus-int.el (gnus-check-server): Say what the error was when opening
6626         failed.
6627
6628         * nnimap.el (nnimap-wait-for-response): Search further when we're not
6629         using streaming.
6630
6631 2010-09-25  Julien Danjou  <julien@danjou.info>
6632
6633         * gnus-html.el (gnus-html-rescale-image): Use our defalias
6634         gnus-window-inside-pixel-edges.
6635
6636 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6637
6638         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6639
6640         * mm-decode.el (mm-save-part): Allow saving to other directories the
6641         normal Emacs way.
6642
6643         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6644         Suggested by Jay Berkenbilt.
6645
6646         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6647         there isn't a single byte.
6648
6649         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6650         just do it.  It doesn't really seem to matter what the user responds
6651         here, I think, so it's just a confusing question.
6652
6653         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6654         non-streaming case.
6655
6656         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6657         (gnus-article-encrypt-body): Use it.
6658
6659         * gnus-sum.el (gnus-summary-show-complete-article): New command and
6660         keystroke.
6661
6662         * nnimap.el (nnimap-find-wanted-parts-1):
6663         Use gnus-fetch-partial-articles.
6664
6665         * gnus-art.el (gnus-fetch-partial-articles): New variable.
6666
6667         * nnimap.el (nnimap-insert-partial-structure): New function.
6668         (nnimap-get-partial-article): New function.
6669         (nnimap-request-article): Use it.
6670         (nnimap-wait-for-response): Return whether the wait was successful.
6671         (nnimap-finish-retrieve-group-infos): Don't do anything if the
6672         retrieval wasn't successful.
6673         (nnimap-retrieve-group-data-early): Allow throttling servers.
6674         (nnimap-streaming): New variable.
6675         (nnimap-fetch-partial-articles): Remove.
6676
6677         * mm-decode.el (mm-with-part): Protect against killed buffers.
6678
6679         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6680         for prettier summary display.
6681
6682 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
6683
6684         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6685
6686 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6687
6688         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6689         apparently third-party libraries depend on it.
6690
6691         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6692         before starting negotiation.
6693
6694         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6695         privacy reasons.
6696         (gnus-treat-mail-gravatar): Ditto.
6697
6698         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6699         buffer when inserting images.  Inserting text into the headers, for
6700         instance, can make them invalid.
6701
6702 2010-09-25  Julien Danjou  <julien@danjou.info>
6703
6704         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6705         variables.
6706
6707         * nnheader.el: Remove useless variables news-reply-yank-from and
6708         news-reply-yank-message-id.
6709
6710         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6711         variables.
6712
6713         * mml1991.el: Remove useless mml1991-verbose.
6714
6715         * gnus.el: Remove useless variable gnus-use-generic-from.
6716         Remove obsolete variable gnus-topic-indentation.
6717
6718         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6719
6720         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6721
6722         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6723
6724         * gnus-group.el: Remove useless gnus-group-icon-cache.
6725         Remove useless gnus-ephemeral-group-server.
6726
6727         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6728
6729         * mml2015.el: Remove useless mml2015-verbose.
6730
6731         * mml-smime.el: Remove useless mml-smime-verbose.
6732
6733         * gnus.el: Remove useless gnus-local-domain.
6734
6735         * gnus-gravatar.el (gnus-gravatar-transform-address):
6736         Use gnus-gravatar-size.
6737
6738         * gnus-art.el: Remove useless gnus-treat-translate.
6739
6740 2010-09-24  Julien Danjou  <julien@danjou.info>
6741
6742         * gnus-sum.el: Add support for Gravatars.
6743
6744         * gnus-art.el: Add support for Gravatars.
6745
6746         * gnus-gravatar.el: Add this file.
6747
6748         * gravatar.el: Add this file.
6749
6750 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6751
6752         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6753
6754         * gnus-group.el (gnus-group-fetch-faq): Remove.
6755
6756         * gnus.el (gnus-group-faq-directory): Remove.
6757
6758         * gnus-group.el (gnus-group-fetch-charter): Remove.
6759
6760         * gnus.el (gnus-group-charter-alist): Remove.
6761
6762         * gnus-group.el (gnus-group-archive-directory): Remove.
6763         (gnus-group-recent-archive-directory): Ditto.
6764         (gnus-group-make-archive-group): Remove.
6765
6766         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6767
6768         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6769         use the same article number for all the cached articles.
6770
6771         * nnimap.el (nnimap-command): Register the last command time so
6772         that we can use it for idling NOOPs.
6773         (nnimap-open-connection): Start the keeplive timer.
6774         (nnimap-make-process-buffer): Store all the process buffers.
6775         (nnimap-keepalive): New function.
6776
6777         * starttls.el (starttls-open-stream): Add autoload cookie.
6778
6779 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6780
6781         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6782         handling.
6783
6784 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6785
6786         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6787         its data structures.
6788
6789         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6790         instead of the cl.el copy-list.
6791         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6792         equalp.
6793
6794 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6795
6796         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6797         and tool-bar-local-item-from-menu.
6798
6799         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6800         mode-line-highlight face for Emacs.
6801
6802         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6803         loading gnus-sum.elc; fix comment for canlock-verify.
6804         (gnus-article-jump-to-part): Use read-number.
6805         (gnus-insert-mime-button, gnus-insert-mime-security-button):
6806         Remove Emacs pre-21 compatible code for help-echo.
6807         (gnus-article-next-page-1): No need to adjust the number of lines.
6808         (gnus-article-describe-bindings): Always use help-buffer.
6809
6810         * gnus-audio.el (gnus-audio-inline-sound):
6811         * gnus-cus.el (gnus-custom-mode):
6812         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6813
6814         * gnus-sum.el (gnus-remove-overlays): Doc fix.
6815
6816         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6817         compatible code.
6818
6819 2010-09-24  Glenn Morris  <rgm@gnu.org>
6820
6821         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6822         visiting the fcc file in rmail-mode.
6823
6824         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
6825
6826 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * nnir.el: Silence the byte compiler.
6829
6830         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6831         alias to browse-url-url-encode-chars if any.
6832         (gnus-html-encode-url): Use it.
6833
6834 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6835
6836         * gnus-start.el (gnus-use-backend-marks): New variable.
6837         (gnus-get-unread-articles-in-group): Use it.
6838
6839         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6840         makeover.
6841
6842 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6843
6844         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6845
6846 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6847
6848         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6849         Remove.
6850         (gnus-setup-news-hook):
6851         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6852
6853         * gnus-int.el (gnus-request-update-info): Protect against backends not
6854         having the function.
6855
6856         * nnimap.el (nnimap-stream): Mention starttls.
6857         (nnimap-open-connection): Add starttls support.
6858
6859 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6860
6861         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6862
6863 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6864
6865         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6866         BODYSTRUCTUREs.
6867         (nnimap-transform-headers): Unfold quoted {42} headers.
6868
6869         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6870         the info.
6871         (gnus-get-unread-articles): Only call updatep on backends that support
6872         it.
6873
6874         * nnweb.el (nnweb-request-update-info): NOOP.
6875
6876         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6877
6878         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6879         since it only deals with marks.
6880
6881         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6882         gnus-request-marks, and make a new gnus-request-update-info.
6883
6884         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6885         the active instead of the high number, which is usually too low.
6886
6887 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
6888
6889         * netrc.el (netrc-parse): Remove encrypt.el mentions.
6890         * encrypt.el: Remove.
6891
6892 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6893
6894         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6895         server in symbolic form.
6896
6897         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6898
6899 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6900
6901         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6902         (nnimap-update-info): Fix up code slightly.
6903
6904         * gnus-int.el (gnus-open-server): Add tracing for performance
6905         debugging.
6906
6907         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6908         (gnus-group-insert-group-line): Pass the real group name so that it
6909         gets the right data.
6910
6911         * gnus-start.el (gnus-get-unread-articles): Don't have
6912         `gnus-get-unread-articles-in-group' update info, since that can be
6913         really slow and doesn't seem to be needed?
6914
6915 2010-09-22  Dan Christensen  <jdc@uwo.ca>
6916
6917         * time-date.el (date-to-time): Try using parse-time-string first before
6918         using the slower timezone-make-date-arpa-standard.
6919
6920 2010-09-22  Julien Danjou  <julien@danjou.info>
6921
6922         * gnus-group.el (gnus-group-insert-group-line):
6923         Call gnus-group-highlight-line.
6924         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6925         default hook list.
6926         (gnus-group-update-eval-form): Add new function.
6927         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6928         (gnus-group-get-icon): Use gnus-group-update-eval-form.
6929
6930 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6931
6932         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6933         immediate, then expire all articles.
6934         (nnimap-update-info): Fix off-by-one errors.
6935         (nnimap-flags-to-marks): Would return no marks lists for group with no
6936         flags.  Instead return the other data.
6937
6938 2010-09-22  Julien Danjou  <julien@danjou.info>
6939
6940         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6941         Only return an icon.
6942         (gnus-group-insert-group-line): Compute icon to return.
6943
6944         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6945         (gnus-html-image-fetched): Only cache if
6946         gnus-html-image-automatic-caching is set.
6947         (gnus-html-image-fetched): Check for errors.
6948
6949 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6950
6951         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6952         once per method on `g'.  This ensures that backends like nnfolder don't
6953         open all their folders.
6954
6955         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6956         (nnimap-request-list): Nix out group in the correct buffer.
6957         (nnimap-parse-flags): Implement by using `read' instead of
6958         hand-parsing.
6959         (nnimap-flags-to-marks): Pass on permanent-flags.
6960         (nnimap-make-process-buffer): Record the server name.
6961         (nnimap-parse-flags): Fix typo.
6962         (nnimap-request-scan): Run split on the server in general, not just a
6963         single group.
6964
6965         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6966         parameter, and propagate this downwards.
6967
6968         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6969         since EXAMINE changes it on the server.
6970
6971         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6972         this command might take a while.
6973
6974 2010-09-22  Julien Danjou  <julien@danjou.info>
6975
6976         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
6977         harmful if you have 2 images side-by-side, they can't be properly
6978         update on text deletion.  Using text-property is safer here.
6979         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6980         data.
6981
6982 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6983
6984         * nnimap.el (nnimap-expunge-inbox): Remove.
6985         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6986         (nnimap-expunge): Flip default to t.
6987
6988         * gnus.el (gnus-method-to-server): Don't push things to the cache
6989         unless it's unique.
6990         (gnus-server-to-method): Ditto.
6991
6992 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6993
6994         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6995
6996 2010-09-22  Julien Danjou  <julien@danjou.info>
6997
6998         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6999         get the start of data.
7000         (gnus-html-encode-url): Add this function to encode special chars in
7001         URL.
7002         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
7003         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
7004
7005         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
7006         default.
7007         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
7008
7009         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
7010         images alt-text.
7011         (gnus-html-put-image): Put alt-text as help-echo.
7012
7013 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
7016         * mm-util.el (mm-decompress-buffer):
7017         * nnir.el (nnir-run-find-grep):
7018         * pop3.el (pop3-list): Use 3rd arg of split-string.
7019
7020         * time-date.el (format-seconds): Comment fix.
7021
7022         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
7023         and byte-optimize-form-code-walker.
7024         (dgnushack-make-auto-load): Don't advise make-autoload.
7025
7026         * lpath.el: Remove Emacs 21 stuff.
7027
7028 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7029
7030         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
7031         outside the active range.  Suggested by Dan Christensen.
7032
7033         * gnus-start.el (gnus-get-unread-articles): Get the extended method
7034         slightly later to avoid double-getting it.
7035
7036         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
7037         previous patch.
7038
7039         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
7040
7041 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
7042
7043         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
7044
7045 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7046
7047         * gnus-int.el (gnus-open-server): Give a better error message in the
7048         "go offline" case.
7049
7050         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
7051         marks for nnimap, which is seldom the right thing to do.
7052
7053         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
7054         (gnus-same-method-different-name): New function.
7055
7056         * nnimap.el (parse-time): Require.
7057
7058         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
7059         method in the presence of many similar methods.
7060
7061         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
7062
7063         * nnimap.el (nnimap-find-expired-articles): Don't refer to
7064         nnml-inhibit-expiry.
7065
7066         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
7067         find out whether methods are equal.
7068
7069         * nnimap.el (nnimap-find-expired-articles): New function.
7070         (nnimap-process-expiry-targets): New function.
7071         (nnimap-request-move-article): Request the article before looking at
7072         what the Message-ID is.  Fix found by Andrew Cohen.
7073         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
7074
7075         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
7076         for oldness in addition to being a predicate.
7077
7078         * nnimap.el (nnimap-request-group): When we have zero articles, return
7079         the right data to Gnus.
7080         (nnimap-request-expire-articles): Only delete articles immediately if
7081         the target is 'delete.
7082
7083         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
7084         method, this would bug out.
7085
7086         * gnus-group.el (gnus-group-expunge-group): Rename from
7087         gnus-group-nnimap-expunge, and implemented as a normal interface
7088         function.
7089
7090         * gnus-int.el (gnus-request-expunge-group): New function.
7091
7092         * nnimap.el (nnimap-request-create-group): Implement.
7093         (nnimap-request-expunge-group): New function.
7094
7095 2010-09-21  Julien Danjou  <julien@danjou.info>
7096
7097         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
7098         (gnus-html-cache-expired): Add new function.
7099         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
7100         wethever we should display image for fetch it.
7101         Compute alt-text earlier to pass it to the fetching function too.
7102         (gnus-html-schedule-image-fetching): Change function argument to only
7103         get one image at a time, not a list.
7104         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
7105         cache.
7106         (gnus-html-get-image-data): New function to retrieve image data from
7107         cache.
7108         (gnus-html-put-image): Change buffer argument to use image data rather
7109         than file, and place image above region rather than inserting a new
7110         one.  Do not take alt-text as argument, since it's useless now: we place
7111         the image above alt-text.
7112         (gnus-html-prune-cache): Remove.
7113         (gnus-html-show-images): Start to fetch image when we find one, do not
7114         push into a temporary list.
7115         (gnus-html-prefetch-images): Only fetch image if they have expired.
7116         (gnus-html-browse-image): Fix, use 'gnus-image-url.
7117         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
7118
7119 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7120
7121         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
7122
7123 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7124
7125         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
7126         spec inser "*" if the group isn't active instead of 0.
7127
7128         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
7129         opening the server.
7130         (nnimap-request-delete-group): Implement group deletion.
7131         (nnimap-transform-headers): Return the size of the entire message in
7132         the Bytes header, not just the size of the first part.
7133         (nnimap-request-move-article): When moving an article from nnimap,
7134         request the article first so the accepting form has an article to
7135         accept.  Reported by Dan Christensen.
7136         (nnimap-command): Make sure that the error message doesn't error out.
7137
7138 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
7139
7140         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
7141         we haven't requested anything.
7142
7143 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7144
7145         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
7146         "".  Fix found by Andrew Cohen.
7147
7148         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
7149         instead of -encode-string.
7150
7151 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
7154
7155         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
7156         by mm-subst-char-in-string.
7157
7158 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7159
7160         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
7161         waiting for the connection string.
7162
7163         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
7164         arriving.
7165
7166         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
7167         bogus characters.  This allows selecting certain Gmail groups.
7168
7169         * nnimap.el (nnimap-find-wanted-parts-1): New function.
7170         (nnimap-fetch-partial-articles): New variable.
7171         (nnimap-open-connection): When looking for credentials, also use the
7172         nnimap-server-port.
7173         (nnimap-request-article): Return the group/article number, so that Gnus
7174         `^' works as expected.
7175         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
7176
7177         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
7178         comments.
7179         (gnus-methods-sloppily-equal): New function.
7180         (gnus): When using the development version of Gnus, load the gnus-load
7181         file.
7182
7183         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
7184         `gnus-open-server' on each method before trying to scan them etc.
7185         This ensures that all the backend parameters are set correctly.
7186
7187         * nnimap.el (nnimap-authenticator): New variable.
7188         (nnimap-open-connection): Allow anonymous login.
7189         (nnimap-transform-headers): The chars header is called Chars not Bytes.
7190         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
7191
7192         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
7193         patch, found by Knut Anders Hatlen.
7194
7195 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
7196
7197         * gnus-agent.el (gnus-agent-batch-confirmation)
7198         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
7199         to gnus-message.
7200         * gnus-art.el (gnus-article-describe-briefly): Likewise.
7201         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
7202         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
7203         * gnus-int.el (gnus-open-server): Likewise.
7204         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
7205         (gnus-score-check-syntax): Likewise.
7206         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
7207         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
7208         Likewise.
7209         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
7210
7211 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7212
7213         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
7214         calling conventions so that prefetch doesn't bug out.
7215
7216 2010-09-19  Julien Danjou  <julien@danjou.info>
7217
7218         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
7219         rather than `subst-char-in-region' in order to be able to replace ASCII
7220         char by UTF-8 ones.
7221
7222         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
7223         than curl.
7224         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
7225         the right URL and ALT text on images.
7226         (gnus-html-wash-tags): Fix tag case.
7227         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
7228         (gnus-article-html): Add -o display_ins_del=2 option.
7229         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
7230
7231 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7232
7233         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
7234         the extra mail headers, which sometimes seem to happen for unknown
7235         reasons.
7236
7237         * mail-parse.el (mail-header-encode-parameter): Define as
7238         rfc2045-encode-string instead of as rfc2231-encode-string, since some
7239         (or most, perhaps?) mail readers don't understand the latter, but do
7240         understand the former.
7241
7242         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
7243         to nil, so that no methods are automatically agentized.  I think this
7244         is probably what most users want.
7245
7246         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
7247         from url-retrieve, for instance about invalid URLs.
7248
7249         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
7250         groups that have no articles.
7251         (nnimap-request-article): Check that we really got an article when we
7252         requested one.
7253
7254         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
7255         doesn't exist.
7256
7257         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
7258         nntp buffer so the agent can save it.
7259         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
7260         that CRLF doesn't get translated to \n.
7261         (nnimap-open-connection): Don't make 'shell commands only send \n.
7262
7263 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7264
7265         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
7266         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
7267         Update var name.
7268         (nnml-generate-nov-file): Use dolist.
7269         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
7270         Use with-current-buffer.
7271
7272 2010-09-18  Julien Danjou  <julien@danjou.info>
7273
7274         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
7275         parallel.
7276
7277 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7278
7279         * nnimap.el (nnimap-update-info): When doing partial marks update, get
7280         the range update right.
7281         (nnimap-request-group): Don't make `M-g' bug out on group with no
7282         marks.
7283         (nnoo): Require, so that other packages can require nnimap.
7284         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
7285         command we're looking for.  This helps when the server sends more
7286         responses after we've gotten everything we expected.
7287         (nnimap): Add a `newlinep' field to keep track of end-of-line
7288         conventions.
7289         Don't send CRLF to things that don't want it.
7290         (nnimap-request-accept-article): Ditto.
7291
7292 2010-09-18  Julien Danjou  <julien@danjou.info>
7293
7294         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
7295         than curl to retrieve images.
7296
7297 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7298
7299         * nnimap.el (nnimap-update-info): Extend the info so that we can set
7300         the marks.
7301         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
7302         (nnimap-wait-for-connection): New function.
7303         (nnimap-open-connection): If we have PREAUTH, don't query for login
7304         credentials.
7305         (nnimap-update-info): Fix off-by-one error when concatenating ranges
7306         when doing a partial update.
7307
7308 2010-09-18  Julien Danjou  <julien@danjou.info>
7309
7310         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
7311         tags.
7312
7313 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7314
7315         * nnimap.el (nnimap-credentials): New function.
7316         (nnimap-open-connection): Use the new function to look for credentials
7317         also on the numeric equivalents of "imap" and "imaps".
7318
7319         * gnus-start.el (gnus-activate-group): Send the info to
7320         gnus-request-group.
7321
7322         * nnimap.el (nnimap-request-group): Have the "check" version of the
7323         function parse flags and update the info, so that a `M-g' get a total
7324         resync of all flags from the group.
7325
7326         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
7327         to allow backends to alter the info on group selection.  Also alter all
7328         the backend -request-group functions to take the parameter.
7329
7330         * nnimap.el (nnimap-store-info): New function.
7331         (nnimap-update-info): Store the info for later usage.
7332         (nnimap-request-group): Use the stored info for the dont-check case, so
7333         that we don't retrieve all marks when we enter a group.
7334
7335         * nnimap.el: Use deffoo instead of defun for interface functions.
7336
7337         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
7338         update the group info.  This makes the nndraft groups, for instance, go
7339         back to their old behavior.
7340
7341         * gnus-sum.el (gnus-select-newsgroup): Indent.
7342
7343         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
7344         in.
7345         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
7346         nothing.
7347
7348         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
7349         from methods that are denied.
7350
7351         * gnus-int.el (gnus-method-denied-p): New function.
7352
7353         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
7354         store the password instead of netrc.
7355         (nnimap-open-connection): Don't error out when we can't make a
7356         connections.
7357
7358         * auth-source.el (auth-source-create): In the password prompt, say what
7359         we're querying for.  Also prompt for user name if that hasn't been
7360         given.
7361
7362         * nnimap.el (nnimap-with-process-buffer): Remove.
7363
7364 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7365
7366         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
7367         method when we're reading from the agent.
7368
7369         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
7370
7371         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
7372         that's probably most useful for users.
7373
7374         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
7375         "failed" all the time.
7376
7377         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
7378         ...)) with (with-current-buffer ... ).
7379
7380         * nntp.el (nntp-open-server): Return whether the open was successful or
7381         not.
7382
7383         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
7384         select an unread unseen article first.
7385
7386         * nnimap.el (nnimap-open-connection): If the user doesn't have a
7387         /etc/services, supply some sensible port defaults.
7388
7389         * dgnushack.el: Define netrc-credentials.
7390
7391 2010-09-17  Julien Danjou  <julien@danjou.info>
7392
7393         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
7394
7395 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7396
7397         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
7398         doesn't have any parameters.
7399
7400 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7401
7402         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
7403         only upcased checks.
7404
7405         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
7406
7407         * nnimap.el (nnimap-open-shell-stream): New function.
7408         (nnimap-open-connection): Use it.
7409         (nnimap-transform-headers): Get the number of lines in each message.
7410         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
7411         number of lines.
7412         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
7413         problem.
7414
7415         * utf7.el (utf7-encode): Autoload.
7416
7417         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
7418         to allow the mail splitting to not return a default group.  This is
7419         useful for nnimap, which will leave unmatched mail in the inbox.
7420
7421         * nnimap.el: Rewritten.
7422
7423         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
7424         nnimap usage.
7425
7426         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
7427         if the move is internal, so that nnimap can do fast internal moves.
7428
7429         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
7430         data.
7431         (gnus-read-active-for-groups): Support finishing the early retrieval of
7432         data.
7433
7434         * gnus-range.el (gnus-range-nconcat): New function.
7435
7436         * gnus-int.el (gnus-finish-retrieve-group-infos)
7437         (gnus-retrieve-group-data-early): New functions.
7438
7439 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7440
7441         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
7442         (nnrss-retrieve-groups):
7443         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
7444         (pop3-quit): Use with-current-buffer.
7445
7446 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7447
7448         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
7449         instead of nnheader-accept-process-output.
7450
7451         * dgnushack.el (dgnushack-compile): Add comment.
7452
7453         * lpath.el: No need to fbind propertize for XEmacs 21.4.
7454
7455         * gnus-html.el (gnus-html-schedule-image-fetching)
7456         (gnus-html-prefetch-images): Replace process-kill-without-query by
7457         gnus-set-process-query-on-exit-flag.
7458
7459 2010-09-16  Romain Francoise  <romain@orebokech.com>
7460
7461         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
7462
7463 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7464
7465         * gnus-registry.el (gnus-registry-install-shortcuts): The second
7466         parameter to unintern is mandatory-ish in Emacs 24.
7467
7468         * gnus-html.el (gnus-html-schedule-image-fetching)
7469         (gnus-html-prefetch-images): Check for curl before using it.
7470
7471         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
7472         depend on curl, which isn't essential.
7473
7474         * imap.el: Revert back to version
7475         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7476         seem problematic.
7477
7478 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7479
7480         * gnus-registry.el (gnus-registry-install-shortcuts):
7481         Explicitly pass `obarray' to `unintern' to avoid a warning.
7482
7483 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7484
7485         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
7486         change.
7487
7488         * nnrss.el (nnrss-request-list): Remove this function and related
7489         functions, including the moreover stuff.
7490
7491 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7492
7493         * nnrss.el (nnrss-retrieve-groups): New function.
7494
7495 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7496
7497         * .dir-locals.el: Add no-byte-compile cookie.
7498
7499 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7500
7501         * time-date.el (format-seconds): Comment fix.
7502
7503         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
7504         for back end that doesn't support request-scan.
7505
7506 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7507
7508         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
7509         then do request scans from the backends.
7510
7511         * netrc.el (netrc-credentials): New conveniency function.
7512
7513         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
7514         avoid running a hook per line, since this takes a lot of time,
7515         profiling shows.
7516         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
7517         directly if gnus-visual-p is true.
7518
7519 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7520
7521         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
7522         groups; replace mapcar with dolist which is a bit faster; pass groups
7523         info to gnus-read-active-file-1.
7524         (gnus-read-active-file-1): Scan only specified groups if the new
7525         optional arg `infos' is given.
7526
7527 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7528
7529         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
7530
7531         * pop3.el (pop3-movemail): Remove.
7532         (pop3-streaming-movemail): Rename to pop3-movemail.
7533
7534         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
7535         don't restrict end-tag searches to the end of the line.
7536
7537 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7538
7539         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
7540         articles of every unchecked group to t, which means unknown since the
7541         server has never been opened.
7542
7543 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7544
7545         * gnus-html.el (gnus-html-show-alt-text): New command.
7546         (gnus-html-browse-image): Ditto.
7547         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
7548         to browse the image directly.
7549         (gnus-html-wash-tags): Search for images first, so that <a><img> works
7550         better.
7551
7552         * gnus-async.el (gnus-async-article-callback):
7553         Call `gnus-html-prefetch-images' unconditionally.
7554
7555         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7556         before feeding URLs to curl.
7557
7558 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7561         internal images as deletable by `W D D'.
7562
7563         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7564         (gnus-async-article-callback): Fix typo.
7565
7566 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7567
7568         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7569         current line to work around bugs in the output from w3m.
7570
7571         * gnus-async.el (gnus-async-article-callback): Always prefetch images
7572         for groups that want that.
7573
7574         * nntp.el (nntp-wait-for-string): Supply a timeout for
7575         accept-process-output to ensure progress.
7576
7577         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7578         level to get unread articles from, then use that for foreign groups,
7579         too.
7580
7581         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7582         confuses the rest of the function.
7583
7584         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7585         for the methods that support -retrieve-groups, too.
7586
7587         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7588
7589 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
7592         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
7593
7594         * pop3.el: Require cl when compiling.
7595         (pop3-number-of-responses): Search for "+OK", not "+OK ".
7596
7597 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7598
7599         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7600         that aren't going to be activated.
7601         (gnus-get-unread-articles): Fix up the last commit.
7602
7603         * gnus-html.el (gnus-article-html): Allow calling without specifying
7604         the handle.  In that case, dissect the buffer first.
7605
7606         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7607
7608         * nnimap.el (nnimap-open-connection): Revert the change that would look
7609         into authinfo for imaps instead of imap.
7610
7611         * gnus-start.el (gnus-activate-group): Take an optional parameter to
7612         say that you don't want to call gnus-request-group with don-check, but
7613         do check the reponse.  This is for virtual groups only.
7614         (gnus-get-unread-articles): Count the archive groups as secondary, so
7615         that they're activated the same way as before.
7616
7617         * imap.el (imap-message-map): Removed optional buffer parameter, since
7618         no callers use it.
7619         (imap-message-get): Ditto.
7620         (imap-message-put): Ditto.
7621         (imap-mailbox-map): Ditto.
7622         (imap-mailbox-put): Ditto.
7623         (imap-mailbox-get): Ditto.
7624         (imap-mailbox-get): Revert last change for this function.
7625
7626         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7627         case-insensitively.
7628         (nnimap-debug): Remove.
7629
7630         * net/imap.el (imap-fetch-safe): Remove function, and alter all
7631         callers to use `imap-fetch' instead.  According to the comments, this
7632         should be safe, since all other IMAP clients use the 1:* syntax.
7633         (imap-enable-exchange-bug-workaround): Remove.
7634         (imap-debug): Remove -- doesn't seem very useful.
7635
7636         * mail-source.el (mail-source-fetch): Don't message if we're fetching
7637         mail from a file, and the file doesn't exist.
7638
7639         * imap.el (imap-log): New convenience function used throughout instead
7640         of repeating the same code all over the place.
7641
7642         * pop3.el (pop3-streaming-movemail): Return t for success.
7643
7644         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7645         .authinfo if we're using ssl connection.
7646
7647         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7648         already have if we're in a main Gnus `g' run.
7649
7650         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7651
7652 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7653
7654         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7655
7656         * nnmh.el (nnmh-request-list-1): Bind `file'.
7657
7658         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7659         alias to set-process-query-on-exit-flag or process-kill-without-query.
7660         (pop3-open-server): Use it.
7661
7662 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7663
7664         * mail-source.el (mail-source-delete-crash-box): Always move the crash
7665         box to the Incoming file.  Fixes mistake in previous checkin.
7666
7667         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7668         request loop (for debugging purposes) removed.
7669
7670         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7671         culprit is more visible.
7672         (nnml-save-incremental-nov, nnml-open-incremental-nov)
7673         (nnml-add-incremental-nov): New functions to do "incremental" nov
7674         updates, where we just append to the end of the existing nov files
7675         without reading/writing them in full.
7676
7677         * mail-source.el (mail-source-delete-crash-box): Really only check the
7678         incoming files once in a while.
7679
7680         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7681
7682         * mail-source.el (mail-source-delete-crash-box): Only check the
7683         incoming files for deletion once per day to save a lot of file
7684         accesses.
7685
7686         * pop3.el (pop3-logon): Fix up unbound variable typo.
7687
7688         * mail-source.el (pop3-streaming-movemail): Autoload.
7689
7690         * pop3.el (pop3-streaming-movemail):
7691         Respect pop3-leave-mail-on-server.
7692
7693         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7694         retrieval.
7695
7696         * pop3.el (pop3-process-filter): Remove unused function.
7697         (pop3-streaming-movemail, pop3-send-streaming-command)
7698         (pop3-wait-for-messages, pop3-write-to-file)
7699         (pop3-number-of-responses): New functions for streaming pop3
7700         retrieval.
7701
7702         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7703         come from no known methods.
7704         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7705         list.
7706
7707         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7708         message sizes.
7709         (pop3-movemail): Use erase-buffer instead of looping and deleting
7710         regions, which seems rather odd.
7711
7712         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7713         file once per `g' run.
7714
7715         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7716         directories.  This makes the draft queue directory work.
7717
7718         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7719         data from the backends, so that we only request the list of groups from
7720         each method once.  This should speed things up considerably.
7721
7722         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7723         detect that it's not implemented.
7724
7725         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7726         we actually do recurse down into the tree, but don't stat all leaf
7727         nodes.
7728
7729         * gnus-html.el (gnus-html-show-images): If there are no images to show,
7730         then say so instead of bugging out.
7731
7732         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7733         files exist before trying to read them.
7734
7735         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7736         around <pre_int>.
7737
7738         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7739
7740         * nnmh.el (nnmh-request-list-1): Optimize for speed.
7741
7742 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7743
7744         * mm-util.el (mm-image-load-path): Just return the image directories,
7745         not all directories in the path in addition to the image directories.
7746         (mm-image-load-path): Maintain a cache of the image directories so that
7747         the `g' command in Gnus doesn't have to stat dozens of directories each
7748         time.
7749
7750         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7751         (gnus-html-wash-tags): Add a new `i' command to insert images.
7752         (gnus-html-insert-image): New command and keystroke.
7753         (gnus-html-redisplay-with-images): New command and keystroke.
7754         (gnus-html-show-images): Rename command.
7755         (gnus-html-wash-tags): Remove more white space before <pre_int> image
7756         spacers.
7757         (gnus-html-wash-tags): Decode entities at the end, so that entities
7758         inside the tags don't mess up the rest of the "parsing".
7759
7760         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7761         so that nnimap methods aren't agentized by default.  There's apparently
7762         many problems related to agent/imap behavior.
7763
7764         * gnus-art.el (gnus-article-copy-string): New command and key binding.
7765
7766         * gnus-html.el: Doc fix.
7767
7768 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7769
7770         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
7771         specifier-spec-list for Emacs 21.
7772
7773         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7774         glyph-width and glyph-height instead of display-graphic-p and
7775         image-size; make avoidance of displaying small images work for XEmacs.
7776
7777         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7778         for XEmacs.
7779
7780         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7781         of symbol that holds plist data.
7782         (gnus-process-plist): Remove plist of process after getting it.
7783
7784 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7785
7786         * message.el (message-generate-hashcash): Change default to
7787         'opportunistic if hashcash is installed.
7788
7789         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7790         (gnus-html-put-image): Only call image-size once, since it's somewhat
7791         time-consuming on remote X servers.
7792
7793 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
7796         type on data, not a file name.
7797
7798         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
7799         window-pixel-edges for Emacs 21.
7800
7801         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7802         decoded contents.
7803         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7804
7805 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7806
7807         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7808         group line format, since it isn't very interesting.
7809
7810         * gnus-agent.el (gnus-agent-short-article),
7811         (gnus-agent-long-article): Increase values for these two variables,
7812         since most people are likely to have more network connection and
7813         storage than before.
7814
7815         * gnus.el (gnus-refer-article-method): Change default to 'current.
7816         When referring an article, the common behavior is to refer it from the
7817         current select method, not the native select method.  The chances of
7818         the native select method having the message in question is rather slim
7819         these days.
7820
7821         * gnus-sum.el (gnus-auto-select-subject): Change default to
7822         `unseen-or-unread'.  I think it's likely that most people want to
7823         select an unseen article over a previously seen, but unread one.
7824
7825         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
7826         means that in the article buffer none of the minor mode elements will
7827         be shown, usually, and this is not desirable in most cases.
7828
7829         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7830         that commands like `d' (and the like) go to the next line in the
7831         buffer, instead of the next unread article.  I think this is the
7832         behavior that is most natural for most users.
7833         (gnus-single-article-buffer): Change default to nil, so that people can
7834         have as many article buffers open as they have summary buffer.  I think
7835         this is the most natural way for the groups to behave.
7836
7837         * message.el (message-generate-new-buffers): Change default to
7838         `unsent', so that all new message buffers start their names with the
7839         string "*unsent", and it's easier to find the buffers if you move from
7840         them.
7841
7842 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7843
7844         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7845         small.  They're probably tracking images.
7846         (gnus-html-wash-tags): Remove all <pre_int> place holders.
7847         (gnus-html-rescale-image): Yet another try at getting the image sizing
7848         right.
7849
7850         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7851         nntp-marks-file-name is nil.
7852
7853 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7854
7855         * gnus-html.el (gnus-html-wash-tags)
7856         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7857         Better logging.
7858
7859 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7860
7861         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7862
7863         * gnus-html.el (gnus-html-wash-tags): Check the value of
7864         gnus-blocked-images in the summary buffer.
7865
7866 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7867
7868         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7869
7870 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7871
7872         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7873         like "a", it seems like.
7874         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7875         since it needs to be picked from the correct buffer.
7876
7877         * nnwfm.el: Remove.
7878
7879         * nnlistserv.el: Remove.
7880
7881 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7882
7883         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7884         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7885
7886 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7887
7888         * nnkiboze.el: Remove.
7889
7890         * nndb.el: Remove.
7891
7892         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7893         alt text.
7894         (gnus-html-rescale-image): Try to get the rescaling logic right for
7895         images that are just wide and not tall.
7896
7897         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7898         overshadow variable bindings.
7899
7900 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7901
7902         * gnus-html.el (gnus-html-wash-tags)
7903         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7904         Add extra logging.
7905
7906 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7907
7908         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7909         (gnus-max-image-proportion): New variable.
7910         (gnus-html-rescale-image): New function.
7911         (gnus-html-put-image): Rescale images.
7912
7913 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7914
7915         Fix up some byte-compiler warnings.
7916         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7917         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7918         (gnus-article-fill-cited-article, gnus-article-hide-citation)
7919         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7920         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7921         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7922         (gnus-group-update-group): Use save-excursion and with-current-buffer.
7923
7924 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * gnus-html.el (gnus-article-html): Decode contents by charset.
7927
7928 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7929
7930         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7931         (gnus-html-frame-width, gnus-blocked-images):
7932         * message.el (message-prune-recipient-rules): Add custom version.
7933         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7934
7935         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7936         functions.
7937
7938         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7939         gnus-process-get.
7940
7941 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7942
7943         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7944         instead of lsub directly.
7945
7946 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7947
7948         * nnwarchive.el: Remove.
7949
7950         * gnus-soup.el: Remove.
7951
7952         * nnsoup.el: Remove.
7953
7954         * nnultimate.el: Remove.
7955
7956         * gnus-html.el (gnus-blocked-images): New variable.
7957
7958         * message.el (message-prune-recipients): New function.
7959         (message-prune-recipient-rules): New variable.
7960
7961         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7962         guess whether a long line is natural text or not.
7963
7964         * gnus-html.el (gnus-html-schedule-image-fetching):
7965         Use gnus-process-plist and friends for compatibility.
7966
7967 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7968
7969         * gnus-html.el: Require packages that define macros used in this file.
7970         (gnus-article-mouse-face): Declare to silence byte-compiler.
7971         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7972         process-get.
7973         (gnus-html-put-image): Use plist-get to avoid getf.
7974         (gnus-html-prefetch-images): Use with-current-buffer.
7975
7976 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7977
7978         * gnus-ems.el: Provide compatibility functions for
7979         gnus-set-process-plist.
7980
7981         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
7982         header-line-format for XEmacs 21.4.
7983
7984         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
7985         * gnus.el (gnus-valid-select-methods):
7986         * message.el (message-send-mail-partially-limit):
7987         * mm-decode.el (mm-text-html-renderer):
7988         * mml.el (mml-insert-mime-headers-always):
7989         * smiley.el (smiley-regexp-alist): Bump custom version.
7990
7991 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7992
7993         * gnus-html.el: require mm-url.
7994         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7995         with the url to `url'.
7996         (gnus-html-wash-tags): Support cid: URLs/images.
7997
7998 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7999
8000         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
8001         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
8002         bindings, as they aren't useful at all.  `w' is moved to `W w'.
8003
8004         * gnus-move.el: Remove file, since it doesn't really work.
8005
8006         * gnus-html.el (gnus-article-html): Tell w3m that the input is
8007         UTF-8.  This seems to fix problems with some German web feeds.
8008
8009         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
8010         at the top so that the proper colors are applied.
8011
8012         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
8013         don't have dots in their names.
8014
8015         * gnus-art.el (gnus-article-view-part): Doc fix.
8016
8017         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
8018         XEmacs-compatible.
8019         (gnus-html-put-image): Don't do images on non-graphic displays.
8020
8021         * nnslashdot.el: Remove this unused backend.
8022
8023         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
8024         actions.
8025         (gnus-undo-register-1): Revert last change.
8026
8027         * gnus-group.el (gnus-group-completing-read): Protect against not
8028         having completion-styles bound.
8029
8030         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
8031         make broken recipients happier.
8032
8033         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
8034
8035         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
8036         point parameter.
8037
8038         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
8039
8040         * gnus-group.el (gnus-group-completing-read): Add 'substring to
8041         completion-styles for group selection.
8042
8043 2009-02-04  Andreas Schwab  <schwab@suse.de>
8044
8045         * gnus-score.el (gnus-score-string): Fix regex for matching extra
8046         headers and regexp-quote the match if necessary.
8047
8048 2009-03-24  Miles Bader  <miles@gnu.org>
8049
8050         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
8051         the blinking smiley.
8052
8053 2009-03-24  Simon Josefsson  <simon@josefsson.org>
8054
8055         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
8056         blink smiley.
8057
8058 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8059
8060         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
8061         where the dribbel file lives exists.
8062
8063         * message.el (message-send-mail-partially-limit): Change the default to
8064         nil, since most people don't want this.
8065
8066         * mm-url.el (mm-url-decode-entities): Also decode entities like
8067         &#x3212.
8068
8069 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8070
8071         * gnus-sum.el (gnus-summary-idna-message):
8072         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
8073         Hyperlink urls in docstrings with URL `...'.
8074
8075 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
8076
8077         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
8078         functions.
8079
8080 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8081
8082         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
8083         say what the mouseover text should be.
8084
8085         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
8086         version of the mm-w3m-safe-url-regexp variable to only download images
8087         in the groups where we want that to happen.
8088
8089         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
8090
8091         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
8092         easier debugging.
8093         (gnus-article-beginning-of-window): Add kludge to allow spacing past
8094         big pictures in the article buffer.
8095
8096         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
8097         gnus-article-html.
8098         (mm-text-html-renderer): gnus-article-html needs curl in addition to
8099         w3m.
8100
8101         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
8102
8103 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8104
8105         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
8106         which doesn't exist.
8107
8108         * message.el (message-inhibit-ecomplete): New variable to allow some
8109         function to inhibit ecomplete address storage.
8110         (message-resend): Disable ecomplete message storage when resending
8111         messages.
8112
8113         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
8114
8115 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8116
8117         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
8118         Save excursion while copying, moving, and deleting articles in order to
8119         prevent the cursor from jumping to unforeseen place.
8120
8121 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8122
8123         * lpath.el: No need to bind bookmark-current-buffer,
8124         bookmark-yank-point and bookmark-make-record-function.
8125
8126 2010-08-17  Glenn Morris  <rgm@gnu.org>
8127
8128         * gnus-sync.el: Require gnus components whose functions are used.
8129
8130         * gnus-art.el (bookmark-make-record-function):
8131         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
8132         Declare for compiler.
8133
8134         * mm-url.el (mml-compute-boundary): Autoload.
8135
8136 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8137
8138         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
8139
8140 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
8141
8142         Typo fix "hoo4a" -> "hook".
8143
8144         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
8145
8146 2010-08-14  Glenn Morris  <rgm@gnu.org>
8147
8148         * gnus-sync.el (gnus-sync): Fix defgroup version.
8149
8150 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
8151
8152         Doc fixes and keep unknown groups (ammended for nunion bug fix).
8153
8154         * gnus-sync.el: Fix docs.
8155         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
8156         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
8157
8158 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8159
8160         Optimizations for gnus-sync.el.
8161
8162         * gnus-sync.el: Add docs about gnus-sync-backend
8163         possibilities.
8164         (gnus-sync-save): Remove unnecessary message.
8165         (gnus-sync-read): Optimize and show what groups were skipped.
8166
8167 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8168
8169         Minor bug fixes for gnus-sync.el.
8170
8171         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
8172         Don't read the sync on get-new-news.
8173
8174         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
8175         quiet.
8176
8177         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
8178         (fix typo).
8179
8180 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
8181
8182         Make saving and restoring of hidden threads work with overlays.
8183         Patch applied by Ted Zlatanov.
8184
8185         * gnus-sum.el (gnus-hidden-threads-configuration)
8186         (gnus-restore-hidden-threads-configuration): Update to deal with text
8187         properties, rather than searching for a magic character.
8188
8189 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8190
8191         New gnus-sync.el library for synchronization of marks.
8192
8193         * gnus-sync.el: New library for synchronization of marks.
8194
8195         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
8196         renamed from `gnus-registry-grep-in-list'.
8197
8198         * gnus-registry.el (gnus-registry-follow-group-p):
8199         Use `gnus-grep-in-list'.
8200
8201         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
8202
8203 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
8206         determining charset of text fails.
8207
8208 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8209
8210         * nnmail.el (nnmail-get-new-mail-1): Revert.
8211
8212         * nnml.el (nnml-active-number): Make sure names of newly created groups
8213         in nnml-group-alist are encoded.
8214
8215 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8216
8217         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
8218         containing non-ASCII characters in active file for nnml back end.
8219
8220 2010-07-24  David Engster  <dengste@eml.cc>
8221
8222         * mml-smime.el (mml-smime-epg-verify): Also accept the older
8223         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
8224
8225 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
8226
8227         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
8228         tag (Bug#6654).
8229
8230 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8231
8232         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
8233         the article buffer, not the summary buffer.
8234
8235 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8236
8237         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
8238         Emacs 23 as well.
8239
8240 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
8243         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
8244
8245 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8246
8247         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8248         Patch applied by Karl Fogel.
8249
8250         * gnus-sum.el (gnus-summary-bookmark-make-record):
8251         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
8252
8253 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8254
8255         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
8256         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
8257         C-w still not working correctly from Article buffers; Thierry's
8258         patch to fix that will be applied after this.
8259
8260         * gnus-art.el (bookmark-make-record-function): New local variable.
8261
8262         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
8263         article buffer.
8264         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
8265
8266 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
8267
8268         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
8269         on changes in bookmark.el.
8270
8271 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
8274         `no-log' instead of message not to log prompt string.
8275
8276 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
8277
8278         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
8279         the *other* type of HTML form submission.
8280
8281 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
8282
8283         * auth-source.el (auth-source-pick): If choice does not contain a
8284         questioned keyword, set the check to t.
8285
8286 2010-06-12  Romain Francoise  <romain@orebokech.com>
8287
8288         * gnus-util.el (gnus-date-get-time): Move up before first use.
8289
8290 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
8293         (gnus-article-edit-part): Bind it to make last part that is substituted
8294         or deleted visible.
8295         (gnus-mime-display-single): Buttonize part of which id equals to
8296         gnus-mime-buttonized-part-id.
8297
8298 2010-06-10  Dan Christensen  <jdc@uwo.ca>
8299
8300         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
8301         (gnus-dd-mmm): Use gnus-date-get-time.
8302         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
8303         simplify logic.
8304         (gnus-summary-limit-to-age): Use gnus-date-get-time.
8305         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
8306
8307 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
8308
8309         * auth-source.el (top): Autoload `secrets-list-collections',
8310         `secrets-create-item', `secrets-delete-item'.
8311         (auth-sources): Fix tag string.
8312         (auth-get-source, auth-source-retrieve, auth-source-create)
8313         (auth-source-delete): New defuns.
8314         (auth-source-pick): Rewrite in order to avoid 2 passes.
8315         (auth-source-forget-user-or-password): New parameter USERNAME.
8316         (auth-source-user-or-password): New parameters CREATE-MISSING and
8317         DELETE-EXISTING.  Retrieve password interactively, if needed.
8318
8319 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8320
8321         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
8322         deleting unused directories when gnus-expert-user is t.
8323
8324 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8325
8326         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
8327         for each temp file when gnus-article-browse-delete-temp is ask.
8328
8329 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8330
8331         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
8332         Replace Lisp calls to delete-backward-char by calls to delete-char.
8333
8334 2010-05-20  Kevin Ryde  <user42@zip.com.au>
8335
8336         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
8337
8338 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
8339
8340         * password-cache.el (password-cache-remove): Fix docstring.
8341
8342 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8343
8344         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
8345         article unless decoding article to be saved.
8346
8347 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
8350         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
8351         generated within the mm-with-unibyte-current-buffer macro.
8352
8353 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8354
8355         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
8356         to nil when we're in a mml-preview buffer and no group is selected.
8357
8358 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
8359
8360         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
8361         when catching the `C-g'.  Reported by "Leo".
8362
8363 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * message.el (message-forward-make-body-plain)
8366         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
8367         multibyte-string-p.
8368
8369         * lpath.el: Revert.
8370
8371 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8372
8373         * message.el (message-forward-make-body-mml): Assume original message
8374         is multibyte string; error on unibyte.
8375         (message-forward-make-body-plain): Ditto; don't add excessive newline
8376         in body end.
8377
8378         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
8379
8380 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
8381
8382         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
8383         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
8384
8385 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8386
8387         * mm-extern.el (mm-extern-url): Don't use
8388         mm-with-unibyte-current-buffer.
8389         (mm-extern-cache-contents): Use with-current-buffer instead of
8390         save-excursion + set-buffer.
8391
8392 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * mm-util.el (mm-emacs-mule): Remove.
8395
8396 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
8397
8398         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
8399         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
8400         change.
8401
8402 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8403
8404         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
8405         bind the default value of enable-multibyte-characters to nil.
8406
8407 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8408
8409         * message.el (message-forward-make-body-plain)
8410         (message-forward-make-body-mml):
8411         Don't use mm-with-unibyte-current-buffer.
8412
8413 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8414
8415         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
8416
8417 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
8418
8419         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
8420         (Bug#5592).
8421
8422 2010-05-07  Julien Danjou  <julien@danjou.info>
8423
8424         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
8425         it to mm-pipe-part.
8426
8427         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
8428         it is given.
8429
8430 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * binhex.el (binhex-decode-region-internal):
8433         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
8434         (dns-query):
8435         * nnweb.el (nnweb-gmane-search):
8436         * pgg-parse.el (pgg-parse-armor):
8437         * pgg.el (pgg-verify-region):
8438         * sha1.el (sha1-string-external):
8439         * uudecode.el (uudecode-decode-region-internal):
8440         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
8441         XEmacs.
8442
8443         * gnus-art.el (gnus-article-browse-html-parts):
8444         * gnus-group.el (gnus-read-ephemeral-gmane-group):
8445         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
8446         make-temp-file.
8447
8448         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
8449         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
8450         compiling.
8451
8452         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
8453         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
8454         XEmacs when compiling.
8455
8456         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
8457         gnus-pick-mode-off-hook for XEmacs when compiling.
8458         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
8459         gnus-binary-mode-off-hook for XEmacs when compiling.
8460
8461         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
8462         Return nil if char-charset is not available.
8463
8464         * imap.el (imap-disable-multibyte)
8465         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
8466         macros.
8467
8468         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
8469         instead of encode-coding-string.
8470
8471         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
8472         'xemacs) instead of mm-emacs-mule to switch function definitions.
8473         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
8474
8475         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
8476         bind temporary-file-directory for XEmacs;
8477         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
8478         timer-set-function for XEmacs 21.4 and SXEmacs;
8479         bind timer-list for XEmacs 21.4 and SXEmacs;
8480         fbind char-charset and find-charset-region for non-Mule XEmacs;
8481         fbind decode-coding-region, decode-coding-string, detect-coding-region,
8482         encode-coding-region and encode-coding-string for XEmacs having no
8483         file-coding feature.
8484
8485 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
8486
8487         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
8488
8489 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8490
8491         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
8492         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
8493
8494 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
8495
8496         * mm-util.el (mm-decompress-buffer): Use `delete-file';
8497         alias `jka-compr-delete-temp-file' no longer exists.
8498
8499 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8500
8501         Use define-minor-mode in Gnus where applicable.
8502         * mml.el (mml-mode): Use define-minor-mode.
8503         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
8504         (gnus-undo-mode): Use define-minor-mode.
8505         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
8506         (gnus-dead-summary-mode): Use define-minor-mode.
8507         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
8508         Initialize in declaration.
8509         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
8510         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
8511         (gnus-mailing-list-mode): Use define-minor-mode.
8512         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
8513         (gnus-draft-mode): Use define-minor-mode.
8514         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
8515         (gnus-dired-mode): Use define-minor-mode.
8516
8517 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
8518
8519         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
8520         handles on recursive mml-to-mime translation and check them for
8521         boundary delimiter collisions.  Reported by Greg Troxel.
8522
8523 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
8526
8527 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8528
8529         * mm-util.el (mm-find-buffer-file-coding-system):
8530         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
8531
8532 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
8533
8534         * message.el (message-generate-headers): Record insertion of optional
8535         headers as well.  Otherwise the check to prevent repeated insertion of
8536         optional headers is a no-op.
8537
8538 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
8539
8540         * smime.el: Don't mention CVS.
8541
8542         * nnrss.el (nnrss-fetch): Don't mention CVS.
8543
8544         * nnir.el: Don't mention CVS.
8545
8546 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8547
8548         * gnus-sum.el (gnus-summary-bookmark-make-record):
8549         Add `location' field.
8550
8551 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8552
8553         * lpath.el: Fbind bookmark-default-handler,
8554         bookmark-get-bookmark-record, bookmark-make-record-default,
8555         bookmark-prop-get for Emacs <23 and XEmacs.
8556
8557 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8558
8559         * gnus-sum.el: Add bookmark declarations to silence the compiler.
8560         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
8561         Use with-current-buffer to silence the byte-compiler.
8562         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
8563         bother to require `gnus'.
8564         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
8565
8566 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8567
8568         * gnus-sum.el (gnus-summary-bookmark-make-record)
8569         (gnus-summary-bookmark-jump): New functions.
8570         (gnus-summary-mode): Setup bookmark support.
8571
8572 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
8573
8574         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
8575         if set.
8576
8577 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
8580         gnus-article-browse-html-save-cid-image; make it work recursively for
8581         forwarded messages as well.
8582         (gnus-article-browse-html-parts): Work when prefix arg is given.
8583         (gnus-article-browse-html-article): Doc fix.
8584
8585 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
8586
8587         * message.el (message-default-mail-headers):
8588         (message-default-headers): Carry the value mail-default-headers over
8589         into message-default-mail-headers, rather than message-default-headers.
8590
8591 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
8592
8593         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
8594         charset.
8595
8596         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
8597         charset into the <meta> tag when the article is encoded to utf-8.
8598
8599 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8600
8601         * gnus-art.el (gnus-article-browse-delete-temp-files):
8602         Delete directories as well.
8603         (gnus-article-browse-html-parts): Work for images that do not specify
8604         file names; delete temp directory when quitting; insert header at the
8605         right place; use file: scheme for image files.
8606
8607 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
8608
8609         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8610         (gnus-article-browse-html-parts): Use it to make temporary cid image
8611         files in addition to html file so that browser may display them.
8612
8613 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8614
8615         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8616
8617 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8618
8619         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8620
8621 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
8622
8623         * auth-source.el (auth-sources): Change default to be simpler.
8624         Explain about Secret Service API sources.  Improve Customize options.
8625         (auth-source-pick): Change to accept any number of search parameters.
8626         Implement fallbacks iteratively, not recursively.  Add scoring on the
8627         second pass and sort by score.  Call Secret Service API when needed.
8628         (auth-source-user-or-password): Use it.  Call Secret Service API
8629         directly when needed to get the user name and the password.
8630
8631 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8632
8633         * message.el (message-interactive): Doc fix.
8634         (message-qmail-inject-args): Reflow.
8635         (message-kill-to-signature): Fix typo in docstring.
8636
8637         * smiley.el (smiley-buffer): Fix typo in docstring.
8638
8639 2010-03-24  Glenn Morris  <rgm@gnu.org>
8640
8641         * mail-source.el (gnus-message): Declare.
8642         (mail-source-delete-old-incoming): Require gnus-util.
8643
8644 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8645
8646         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8647
8648         * message.el (ecomplete-setup): Autoload it for Emacs <23.
8649
8650         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8651         password-cache's default if it is not bound.
8652         (mml-secure-passphrase-cache-expiry): Default to 16 that is
8653         password-cache-expiry's default if it is not bound.
8654
8655         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8656         available in Emacs 21.
8657
8658         * lpath.el: Suppress compiler warnings for:
8659         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
8660         XEmacs;
8661         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
8662         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
8663         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
8664
8665 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
8666
8667         * auth-source.el (auth-sources): Fix up definition so extra parameters
8668         are always inline.
8669
8670 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
8671
8672         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8673         wasn't updated after mismatch.  Clear cached mailbox info correctly
8674         when uidvalidity changes.
8675         (nnimap-group-prefixed-name): New function to avoid some code
8676         duplication.
8677         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8678         (nnimap-request-group): Use it.
8679         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8680         (nnimap-update-unseen): Significantly improved speed of Gnus startup
8681         with many imap folders.  This is done by caching the group status from
8682         the imap server persistently in a group parameter `imap-status'.  (This
8683         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8684         but not persistently, so every Gnus startup was still very slow.)
8685
8686 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
8687
8688         * assistant.el (assistant-render-text): Run `widget-setup' and don't
8689         delete the extra newline.  Otherwise editing of :string and :number
8690         types don't work.
8691
8692 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8693
8694         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
8695         secrets.el dependency.
8696         (auth-sources): Add optional user name.  Add secrets.el configuration
8697         choice (unused right now).
8698
8699 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8700
8701         * gnus-sum.el (gnus-summary-make-menu-bar):
8702         Let `gnus-registry-install-shortcuts' fill in the functions.
8703
8704         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8705         warnings.
8706         (gnus-registry-misc-menus): Variable to hold registry mark menus.
8707         (gnus-registry-install-shortcuts): Populate and use it in a
8708         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8709
8710 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
8711
8712         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8713         In-place substitutions for the group name encoding/decoding.
8714         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8715         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8716         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8717         (nnimap-update-unseen, nnimap-request-list)
8718         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8719         (nnimap-request-set-mark, nnimap-split-to-groups)
8720         (nnimap-split-articles, nnimap-request-newgroups)
8721         (nnimap-request-create-group, nnimap-request-accept-article)
8722         (nnimap-request-delete-group, nnimap-request-rename-group)
8723         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
8724         `encoded-mbx' for consistency.
8725         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8726         variable `imap-current-mailbox'.
8727
8728         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8729         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8730
8731 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
8732
8733         * pop3.el (pop3-display-message-size-flag): Display message size byte
8734         counts during POP3 download.
8735         (pop3-movemail): Use it.
8736         (pop3-list): Implement listing of available messages.
8737
8738 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
8739
8740         * nnir.el (nnir-get-article-nov-override-function): New function to
8741         override the normal NOV retrieval.
8742         (nnir-retrieve-headers): Use it.
8743
8744 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
8745
8746         * auth-source.el (netrc-machine-user-or-password): Autoload.
8747
8748 2010-03-19  Glenn Morris  <rgm@gnu.org>
8749
8750         Stop message.el from loading about 40 libraries it doesn't always need.
8751         The general approach is to autoload rather than require, and to
8752         require in the specific functions rather than the file.  (Bug#5642)
8753
8754         * gmm-utils.el: Don't require wid-edit.
8755         (widget-create-child-value, widget-convert, widget-default-get):
8756         Autoload.
8757
8758         * gnus-util.el: Don't require time-date, netrc.
8759         (message-fetch-field, gnus-group-name-decode): Declare rather than
8760         autoloading.
8761         (gnus-fetch-field): Require message.
8762         (gnus-decode-newsgroups): Require gnus-group.
8763
8764         * ietf-drums.el: Don't require time-date.
8765
8766         * message.el: Don't require hashcash, canlock, ecomplete.
8767         Do require mail-utils.  Require nnheader only when compiling.
8768         (smtpmail-default-smtp-server): Remove declaration.
8769         (message-send-mail-function): Check smtpmail-default-smtp-server
8770         is bound rather than requiring smtpmail.
8771         (message-auto-save-directory, message-insert-signature):
8772         Use expand-file-name rather than nnheader-concat.
8773         (nnheader-insert-file-contents): Autoload.
8774         (hashcash-wait-async): Declare.
8775         (message-send-mail): Only call gnus-setup-posting-charset if
8776         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
8777         (message-send-mail-with-sendmail): Require sendmail.
8778         (canlock-password, canlock-password-for-verify): Declare.
8779         (message-canlock-password): Require canlock.
8780         (nnheader-get-report): Autoload.
8781         (gnus-setup-posting-charset): Declare.
8782         (message-send-news): Require gnus-msg.
8783         (message-make-references, message-make-in-reply-to): Use mail-header-id
8784         rather than the alias mail-header-message-id.
8785         (ecomplete-add-item, ecomplete-save): Declare.
8786         (message-put-addresses-in-ecomplete): Require ecomplete.
8787         (ecomplete-display-matches): Autoload.
8788
8789         * mm-decode.el: Don't require mailcap, gnus-util.
8790         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8791         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8792         Autoload.
8793         (mailcap-mime-extensions): Declare.
8794
8795         * mm-encode.el: Don't require mailcap.
8796         (mailcap-extension-to-mime): Autoload.
8797
8798         * mml-sec.el: Don't require password-cache.
8799
8800         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8801         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8802         (mml-minibuffer-read-type): Require mailcap.
8803         (mml-preview): Require gnus-msg.
8804
8805         * mml1991.el: Require password-cache.
8806         (password-cache-expiry): Remove declaration.
8807
8808         * mml2015.el: Require password-cache.
8809         (password-cache-expiry): Remove declaration.
8810
8811         * nneething.el (mailcap): Require mailcap.
8812
8813         * nnheader.el (declare-function): Add compatibility stub.
8814         (message-remove-header): Declare rather than autoload.
8815         (nnheader-replace-header): Require message.
8816
8817         * nnimap.el (declare-function): Add compatibility stub.
8818         (netrc-parse, netrc-machine-user-or-password): Declare.
8819         (nnimap-open-connection): Require netrc.
8820
8821         * nntp.el (declare-function): Add compatibility stub.
8822         (netrc-parse, netrc-machine, netrc-get): Declare.
8823         (nntp-send-authinfo): Require netrc.
8824
8825         * rfc2047.el: Don't require qp.
8826         (quoted-printable-encode-region, quoted-printable-decode-string):
8827         Autoload.
8828
8829         * sieve-mode.el: Don't require easymenu.
8830         (easy-menu-add-item): Autoload it.
8831
8832         * spam-stat.el (time-to-number-of-days): Autoload it.
8833
8834 2010-03-19  Glenn Morris  <rgm@gnu.org>
8835
8836         * password-cache.el (password-cache, password-cache-expiry): Autoload.
8837
8838 2010-03-18  Glenn Morris  <rgm@gnu.org>
8839
8840         * hashcash.el (declare-function): Remove duplicate definition.
8841
8842 2010-03-17  Kevin Ryde  <user42@zip.com.au>
8843
8844         * mml.el (mml-read-tag): Unquote values with `read' to reverse
8845         prin1 in mml-insert-tag (just stripping the quotes gave wrong
8846         value if any backslash escapes).
8847
8848 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8851         if it is available.  (bug#5647)
8852
8853         * lpath.el: Suppress compiler warning for coding-system-from-name for
8854         Emacs 21 and XEmacs.
8855
8856 2010-03-14  Juri Linkov  <juri@jurta.org>
8857
8858         * hmac-def.el:
8859         * hmac-md5.el:
8860         * netrc.el: Fix keywords.
8861
8862 2010-02-26  Glenn Morris  <rgm@gnu.org>
8863
8864         * message.el (message-send-mail-function): Change the default, so that
8865         it inherits from a customized send-mail-function.  (Bug#5643)
8866
8867 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8868
8869         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8870         shell-command-to-string signals an error (bug#5299).
8871
8872 2010-02-24  Glenn Morris  <rgm@gnu.org>
8873
8874         * message.el (message-smtpmail-send-it)
8875         (message-send-mail-with-mailclient): Doc fixes.
8876
8877 2010-02-16  Glenn Morris  <rgm@gnu.org>
8878
8879         * message.el (message-default-mail-headers): Change the default value
8880         to ease the transition from mail-mode to message-mode.  (Bug#5555)
8881
8882 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
8885         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
8886
8887 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
8888
8889         * time-date.el (date-to-time): Doc fix (Bug#5408).
8890
8891 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8892
8893         * message.el (message-mail): Just pass yank-action on to message-setup.
8894         (message-setup): Handle (FUN . ARGS) form of yank-action.
8895         (message-with-reply-buffer, message-widen-reply)
8896         (message-yank-original): Handle non-buffer values of
8897         message-reply-buffer (Bug#4080).
8898         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8899
8900 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8901
8902         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8903         Fix typo in docstring.
8904
8905 2010-01-08  Jason Rumney  <jasonr@gnu.org>
8906
8907         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8908         response.
8909
8910 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8911
8912         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8913
8914         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8915
8916         * message.el (message-check-news-header-syntax): Protect against a
8917         string that `rfc822-addresses' returns when parsing fails.
8918
8919 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8922         (gnus-previous-char-property-change): New functions.
8923
8924         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8925
8926 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
8927
8928         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8929         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
8930
8931 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8932
8933         * message.el (message-exchange-point-and-mark): Rework last change to
8934         avoid using optional arg of exchange-point-and-mark, for backward
8935         compatibility.
8936
8937 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8938
8939         * message.el (message-exchange-point-and-mark):
8940         Call exchange-point-and-mark with an argument rather than setting
8941         mark-active by hand (Bug#5175).
8942
8943 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8944
8945         * nntp.el (nntp-service-to-port): Work for service expressed with
8946         numeric string; replace [:digit:] with [0-9] for XEmacs.
8947
8948 2009-12-17  Glenn Morris  <rgm@gnu.org>
8949
8950         * gnus-group.el (gnus-bug-group-download-format-alist):
8951         Change emacs entry to debbugs.gnu.org.  Bump :version.
8952
8953 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8954
8955         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8956
8957 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8958
8959         * message.el (message-info): Explain why we use `Info-goto-node'.
8960
8961 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
8964
8965 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8966
8967         * message.el (message-completion-in-region): New compatibility function.
8968         (message-expand-group): Use it.
8969
8970 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8971
8972         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8973         with no unread article should be listed if the 2nd arg `predicate' is
8974         given.
8975
8976 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8977
8978         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
8979
8980 2009-11-29  Juri Linkov  <juri@jurta.org>
8981
8982         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8983         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
8984         on `gnus-recenter'.  (Bug#4698, Bug#4981)
8985
8986 2009-11-26  Kevin Ryde  <user42@zip.com.au>
8987
8988         * sha1.el (sha1-string-external): default-directory "/" in case
8989         otherwise non-existent.  process-connection-type pipe for touch of
8990         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
8991
8992 2009-11-25  Kevin Ryde  <user42@zip.com.au>
8993
8994         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
8995         it's comms related and sgml-mode.el has "comm" on that basis too.
8996
8997 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
9000         containing tspecial characters if they have been already quoted.
9001
9002 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
9003
9004         * dns-mode.el (auto-mode-alist): Purecopy string.
9005
9006 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9007
9008         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
9009
9010 2009-10-24  Glenn Morris  <rgm@gnu.org>
9011
9012         * gnus-art.el (help-xref-stack-item): Define for compiler.
9013
9014 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9015
9016         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
9017
9018 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9019
9020         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
9021
9022 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
9025         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
9026
9027 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * gnus.el (gnus-overlay-get): New alias to overlay-get.
9030         (gnus-overlays-in): New alias to overlays-in.
9031
9032         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
9033         gnus-overlay-get, and gnus-delete-overlay.
9034         (gnus-summary-show-thread): Make it work as well for systems in which
9035         next-single-char-property-change is not available.
9036         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
9037
9038         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
9039         (gnus-overlay-get): New alias to extent-property.
9040         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
9041
9042         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
9043         SXEmacs.
9044
9045         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
9046         SXEmacs.
9047
9048 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
9049
9050         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
9051
9052 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
9053
9054         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
9055         and XEmacs that don't have `remove-overlays'.
9056
9057 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9058
9059         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
9060         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
9061         selective display.  Use overlays instead.
9062
9063 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
9064
9065         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
9066
9067 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
9068
9069         * spam-stat.el (spam-stat-load): Fix typo in message.
9070
9071 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9072
9073         * dig.el (dig-invoke): Fix typo in docstring.
9074         (query-dig): Reflow docstring.
9075
9076 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
9077
9078         * gnus-art.el (gnus-article-encrypt-body):
9079         * message.el (message-check-recipients):
9080         * mm-util.el (mm-codepage-setup):
9081         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
9082         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
9083
9084 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
9085
9086         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
9087         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
9088         keys from the menu if mm-{sign,encrypt}-option is 'guided.
9089         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
9090         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
9091
9092 2009-09-21  Kevin Ryde  <user42@zip.com.au>
9093
9094         * dig.el: Add "Keywords: comm", as per net-utils.el.
9095
9096 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9097
9098         * dig.el (dig-mode): Use define-derived-mode.
9099
9100 2009-09-19  Glenn Morris  <rgm@gnu.org>
9101
9102         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9103
9104 2009-09-18  Glenn Morris  <rgm@gnu.org>
9105
9106         * gnus-diary.el (gnus-diary-check-message):
9107         * message.el (message-insert-formatted-citation-line):
9108         * nnbabyl.el (top-level):
9109         * nndiary.el (nndiary-schedule):
9110         Fix typos in condition-case handlers.
9111
9112 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9113
9114         * gnus-art.el (gnus-article-edit-part): Work for the buffer
9115         configuration that provides the sole article window in a frame;
9116         position point correctly after deleting a part.
9117
9118 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
9119
9120         * spam.el (spam-unregister-on-reregister): Add boolean variable.
9121         (spam-resolve-registrations-routine): Use it to unregister articles
9122         that change status.
9123
9124 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
9127         with XEmacs.
9128         (parse-time-string-chars): Use it.
9129
9130 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9131
9132         * imap.el (imap-interactive-login): Better messages.
9133         (imap-open): Fix bug with renamed buffer on reconnect.
9134         (imap-authenticate): Add buffer-local imap-last-authenticator variable
9135         for easier debugging and cleaner code.  On successful (guessed based on
9136         server capabilities) secondary authentication, set imap-state
9137         correctly.
9138         (imap-last-authenticator): Define imap-last-authenticator as a variable
9139         to avoid warnings.
9140
9141 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9142
9143         * nnrss.el (nnrss-request-article): Remove binding of
9144         default-enable-multibyte-characters that has gotten needless by
9145         the 2007-07-13 change in rfc2047-encode-message-header.
9146
9147         * mml.el (mml-insert-multipart): Error on the message header.
9148         (mml-insert-part): Error on the message header; position point at
9149         the end of a MIME tag.
9150
9151 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9152
9153         * time-date.el (autoload): Expand define-obsolete-function-alias into
9154         defalias and make-obsolete for old Emacsen that Gnus supports.
9155         (with-no-warnings): Define it for old Emacsen.
9156         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9157         is available.
9158         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9159         float-time is available; suppress compile warning for time-to-seconds.
9160
9161         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
9162         (gnus-float-time): Alias to float-time if it exists.
9163
9164         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
9165         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
9166         float-time is available; suppress compile warning for time-to-seconds.
9167
9168         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
9169         XEmacs.
9170
9171 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
9172
9173         * imap.el (imap-message-map): Docstring fix.
9174
9175 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9176
9177         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
9178         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
9179         Add the optional argument `encoding' that overrides the default.
9180
9181         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
9182         mm-encode-buffer.
9183
9184 2009-09-04  Glenn Morris  <rgm@gnu.org>
9185
9186         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
9187         mm-disable-multibyte, rather than default-enable-multibyte-characters.
9188         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
9189         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
9190         * mm-util.el (mm-with-unibyte-current-buffer)
9191         (mm-find-buffer-file-coding-system):
9192         * yenc.el (yenc-decode-region): Use default-value rather than
9193         default-enable-multibyte-characters.
9194
9195 2009-09-03  Glenn Morris  <rgm@gnu.org>
9196
9197         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
9198         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
9199         than default-enable-multibyte-characters.
9200
9201 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
9202
9203         * gnus-art.el (gnus-article-read-summary-keys):
9204         Fix gnus-buffer-configuration's value temporarily used.
9205
9206 2009-09-02  Glenn Morris  <rgm@gnu.org>
9207
9208         * gnus-util.el (gnus-float-time): New function.
9209         * gnus-delay.el (gnus-delay-article):
9210         * gnus-sum.el (gnus-thread-latest-date):
9211         * gnus-util.el (gnus-user-date): Use gnus-float-time.
9212         * nnspool.el (nnspool-request-newgroups):
9213         Use gnus-float-time rather than time-to-seconds.
9214         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
9215
9216         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
9217         (gnus-header-subject-face, gnus-header-newsgroups-face)
9218         (gnus-header-name-face, gnus-header-content-face):
9219         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
9220         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
9221         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
9222         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
9223         (gnus-cite-face-11):
9224         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
9225         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9226         (gnus-server-closed-face, gnus-server-denied-face)
9227         (gnus-server-offline-face):
9228         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9229         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9230         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9231         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9232         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9233         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9234         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9235         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9236         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9237         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9238         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9239         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9240         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9241         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
9242         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
9243         (gnus-summary-high-undownloaded-face)
9244         (gnus-summary-low-undownloaded-face)
9245         (gnus-summary-normal-undownloaded-face)
9246         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9247         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9248         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9249         (gnus-splash-face):
9250         * message.el (message-header-to-face, message-header-cc-face)
9251         (message-header-subject-face, message-header-newsgroups-face)
9252         (message-header-other-face, message-header-name-face)
9253         (message-header-xheader-face, message-separator-face)
9254         (message-cited-text-face, message-mml-face):
9255         * sieve-mode.el (sieve-control-commands-face)
9256         (sieve-action-commands-face, sieve-test-commands-face)
9257         (sieve-tagged-arguments-face):
9258         * spam.el (spam-face):
9259         Mark face aliases with "-face" in the name as obsolete.
9260
9261 2009-09-01  Glenn Morris  <rgm@gnu.org>
9262
9263         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
9264         than goto-line.
9265
9266 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
9269         Don't move point if the command is invoked inside the message header.
9270
9271 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9272
9273         * imap.el (imap-send-command): Simplify.
9274         (imap-wait-for-tag): point-max -> buffer-size.
9275
9276 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9277
9278         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
9279         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
9280         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
9281         * nnir.el (nnir-swish-e-index-file):
9282         * gnus-sum.el (gnus-summary-delete-marked-as-read)
9283         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
9284         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9285         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
9286         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
9287         (gnus-treat-display-xface): Add Emacs version of obsolescence.
9288
9289 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9290
9291         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
9292         Don't save excursion.
9293
9294 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9295
9296         * nnheader.el (nnheader-find-file-noselect):
9297         * mm-util.el (mm-insert-file-contents):
9298         Use (default-value 'major-mode) instead of default-major-mode.
9299
9300 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9301
9302         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
9303
9304 2009-08-26  Glenn Morris  <rgm@gnu.org>
9305
9306         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
9307         than placing in files.el.
9308
9309 2009-08-25  Glenn Morris  <rgm@gnu.org>
9310
9311         * nnir.el (top-level): Don't require cl at run-time.
9312         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
9313         Replace cl-function substitute with gnus-replace-in-string.
9314         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
9315         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
9316         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
9317         simplified expansions.
9318
9319 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9320
9321         * dig.el (dig): Add autoload cookie.
9322
9323 2009-08-22  Glenn Morris  <rgm@gnu.org>
9324
9325         * gnus-art.el (gnus-button-patch): Use forward-line rather than
9326         goto-line.
9327
9328 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9329
9330         * parse-time.el (parse-time-string-chars): Save match data.
9331
9332 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9333
9334         * parse-time.el (parse-time-string-chars): Compute using character
9335         classes, to handle non-ascii characters (Bug#3190).
9336
9337 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9338
9339         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
9340
9341         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
9342         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
9343         (gnus-mm-display-part, gnus-mime-display-single)
9344         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
9345         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
9346
9347         * gnus-sum.el
9348         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
9349         (gnus-summary-move-article): Add expirable mark to articles copied or
9350         moved to group that has auto-expire turned on if the option is non-nil.
9351
9352 2009-07-24  Glenn Morris  <rgm@gnu.org>
9353
9354         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
9355         Fix typo.  (Bug#3903)
9356
9357 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9358
9359         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
9360         gnus-article-read-summary-keys rather than gnus-summary-edit-article
9361         that should not be used for draft articles.
9362         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
9363         that has no concern in minor mode keys.
9364         (gnus-article-summary-command, gnus-article-summary-command-nosave):
9365         Abolish.
9366
9367 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
9370         article without making inquiry to a user for unknown encoding.
9371
9372         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
9373         (nnmaildir--scan): Assume i-node and device number that file-attributes
9374         returns might be cons-cell.
9375
9376         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
9377
9378         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
9379
9380 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
9381
9382         * auth-source.el: Remove docs now in auth.texi.  Don't use
9383         `gnus-message' for logging.  Add new variables `auth-source-debug' and
9384         `auth-source-hide-passwords' and use them.
9385
9386 2009-07-15  Glenn Morris  <rgm@gnu.org>
9387
9388         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
9389
9390 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9391
9392         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
9393         excessive whitespace from the default values of title and description.
9394
9395 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9396
9397         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
9398         mail-fetch-field to fetch Content-Description header in order to
9399         exclude newlines.
9400
9401 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
9402
9403         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
9404         format used by GnuPG 2.0.11.
9405
9406 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9407
9408         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
9409         to deleted part.
9410
9411 2009-05-30  David Engster  <dengste@eml.cc>
9412
9413         * nnmairix.el: Remove old documentation in the commentary block.
9414         (nnmairix-request-group): Do not update active file for nnml back ends.
9415         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
9416         end so that overview files are ignored.
9417         (nnmairix-update-groups): Make updating the groups more robust by using
9418         marks.
9419         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
9420         with dollar characters in message-id.
9421
9422 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
9423
9424         * spam.el: Use dns-query instead of query-dns.  Was renamed on
9425         2008-12-25 in dns.el.
9426
9427 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9428
9429         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
9430         could happen if the text is only composed of spaces and/or tabs.
9431
9432 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
9433
9434         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
9435         when sending a queued message to avoid extra mml tags.
9436
9437 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9438
9439         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
9440
9441 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
9444         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
9445         rmail-toggle-header for XEmacs;
9446         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
9447
9448 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9449
9450         * gnus-dired.el: Remove autoload for gnus-setup-message.
9451         (gnus-dired-attach): Fake this-command value to prevent Gnus from
9452         displaying Gnus logo; always use compose-mail.
9453
9454 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
9457
9458 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9459
9460         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
9461         (gnus-nocem-issuers): List currently active issuers; fix custom type.
9462         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
9463         available.
9464         (gnus-nocem-epg-verify): New function.
9465
9466 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
9467
9468         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
9469
9470 2009-02-15  Glenn Morris  <rgm@gnu.org>
9471
9472         * gnus-util.el (rmail-insert-rmail-file-header)
9473         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
9474         autoloads.
9475         (rmail-default-rmail-file): Remove unnecessary declaration.
9476         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
9477
9478 2009-02-14  Glenn Morris  <rgm@gnu.org>
9479
9480         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
9481         variable (only used in gnus-util, which declares it anyway).
9482         (rmail-output-to-rmail-file): Remove autoload of deleted function,
9483         which was only needed by gnus-art (changed to not use it any more).
9484         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
9485         only used in gnus-util, which autoloads it itself.
9486         (rmail-update-summary): Fix autoload.
9487
9488         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
9489         rather than rmail-output-to-rmail-file.
9490
9491 2009-02-07  Glenn Morris  <rgm@gnu.org>
9492
9493         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
9494         autoload of function that no longer exists.
9495         (rmail-toggle-header): Declare.
9496         (message-forward-rmail-make-body): Handle mbox Rmail.
9497
9498 2009-01-31  Glenn Morris  <rgm@gnu.org>
9499
9500         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
9501         2009-01-09 change.
9502
9503 2009-01-31  Dave Love  <fx@gnu.org>
9504
9505         * imap.el (imap-fetch-safe): Bind debug-on-error.
9506         (imap-debug): Add imap-fetch-safe.
9507
9508 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
9509
9510         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
9511         (auth-source-forget-all-cached): New convenience function.
9512         (auth-source-user-or-password): Accept list of modes or a single mode.
9513
9514         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
9515         auth-source modes.
9516
9517         * netrc.el (netrc-machine-user-or-password): Use list of
9518         auth-source modes.
9519
9520         * nnimap.el (nnimap-open-connection): Use list of
9521         auth-source modes.
9522
9523         * nntp.el (nntp-send-authinfo): Use list of
9524         auth-source modes.
9525
9526 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9527
9528         * auth-source.el: Update docs to reflect epa-file-enable is to be used
9529         now.
9530
9531 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9532
9533         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
9534         coding system in XEmacs; add a workaround for XEmacs.
9535
9536         * lpath.el: Fbind coding-system-aliasee.
9537
9538 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9539
9540         * mm-util.el (mm-coding-system-priorities): Protect against nil value
9541         of current-language-environment.
9542
9543 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9544
9545         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
9546         available at runtime.
9547
9548 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9549
9550         * gnus-art.el (article-date-ut): Fix end point of narrowing.
9551
9552 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
9553
9554         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
9555         the greatest positive fixnum value doesn't work under an XEmacs with
9556         bignum support; use the most-positive-fixnum constant instead,
9557         available since Emacs 21.1 with cl and XEmacs 21.1.
9558
9559 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9560
9561         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
9562         XEmacs gets not to work.
9563
9564 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9565
9566         * mm-util.el (mm-coding-system-priorities): Allow the value like
9567         "Japanese (UTF-8)" of current-language-environment.
9568
9569 2009-01-09  Glenn Morris  <rgm@gnu.org>
9570
9571         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
9572         with last-command-event.
9573
9574 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9575
9576         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
9577         in the doc string.
9578
9579         * message.el (message-fix-before-sending): Amend comment.
9580
9581 2009-01-08  Dave Love  <fx@gnu.org>
9582
9583         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
9584
9585 2009-01-07  David Engster  <dengste@eml.cc>
9586
9587         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
9588         simplified server definitions by converting it via
9589         gnus-server-to-method.
9590
9591 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9592
9593         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
9594         parameter's operands.
9595
9596 2009-01-06  David Engster  <dengste@eml.cc>
9597
9598         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
9599         primary select method (for gnus-group-mark-article-as-read).
9600
9601 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
9602
9603         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
9604         `(gnus)Face', not `(gnus)X-Face'.
9605
9606 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * mm-util.el (mm-ucs-to-char): New function.
9609
9610         * mm-url.el (mm-url-decode-entities): Use it.
9611
9612         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
9613         unicode-to-char.
9614
9615 2009-01-05  Dave Love  <fx@gnu.org>
9616
9617         * time-date.el: Require cl for `declare'.
9618
9619 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9620
9621         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
9622         Dave Love.
9623
9624 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9625
9626         * message.el (message-fix-before-sending): Add `eight-bit' to
9627         illegible-text check.
9628
9629 2009-01-03  Michael Olson  <mwolson@gnu.org>
9630
9631         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
9632         `headers' is nil.  This can occur if the IMAP server does not have
9633         permissions to read messages from a folder, but can write new messages
9634         to the folder.
9635         (nnimap-request-article-part): Do not insert `data' if it is nil.
9636
9637         * imap.el (imap-parse-fetch): Courier can insert spurious blank
9638         characters which will confuse `read', so skip past them.
9639
9640 2009-01-01  Dave Love  <fx@gnu.org>
9641
9642         * imap.el (imap-string-to-integer): Fix typo.
9643         (imap-fetch-safe): New function.
9644         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
9645
9646         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
9647
9648         * imap.el (imap-process-connection-type, imap-debug, imap-open):
9649         (imap-parse-greeting): Fix doc strings.
9650         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
9651         (imap-parse-flag-list): Make messages unique.
9652         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
9653
9654         * nnimap.el: Fix author email.
9655         (nnimap-split-rule): Add FIXME comment.
9656         (nnimap-debug): Fix doc string.
9657
9658 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9659
9660         * dns.el (dns-set-servers): Check "Address".  Fix typo.
9661
9662 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
9663
9664         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
9665         nslookup if resolv.conf isn't available.
9666         (dns-query): Rename from query-dns.
9667         (dns-query-cached): Rename from query-dns-cached.
9668
9669 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9670
9671         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
9672         overlay-arrow-position and overlay-arrow-string buffer-local; no need
9673         to check if those variables exist (first appeared in Emacs 18.50).
9674
9675 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * mm-util.el (mm-line-number-at-pos): New function.
9678
9679         * spam-report.el (spam-report-process-queue): Use it.
9680
9681 2008-12-24  David Engster  <dengste@eml.cc>
9682
9683         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
9684         parameters that haven't existed as variables as buffer-local variables.
9685
9686 2008-12-23  Dave Love  <fx@gnu.org>
9687
9688         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
9689         cadar.
9690
9691         * sieve-manage.el (sieve-manage-starttls-p): Rename from
9692         imap-starttls-p.
9693         (sieve-manage-starttls-open): Rename from imap-starttls-open.
9694
9695 2008-12-22  Dave Love  <fx@gnu.org>
9696
9697         * imap.el: Fix author email.  Doc fixes.
9698         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
9699         reply.
9700
9701 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
9702
9703         * spam-report.el (spam-report-gmane-max-requests): New constant.
9704         (spam-report-gmane-wait): New variable.
9705         (spam-report-gmane-ham, spam-report-gmane-spam)
9706         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
9707         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
9708         the server.
9709
9710         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
9711         Add explanations.
9712
9713         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
9714         nnheader-accept-process-output and nnheader-read-timeout if available.
9715         (pop3-movemail): Use it.
9716
9717         * message.el (message-check-news-body-syntax): Fix signature check if
9718         there's an attachment.
9719
9720 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9721
9722         * mm-util.el: Add comments to the mm- emulating functions.
9723
9724 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
9725
9726         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
9727         Reported by Stephen Berman <stephen.berman@gmx.net>.
9728
9729 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9730
9731         * mm-util.el (mm-substring-no-properties): New function.
9732         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
9733         (mm-special-display-p): Enable those lambda forms to be byte compiled.
9734         (mm-string-to-multibyte): Doc fix.
9735
9736         * mml.el (mml-attach-file): Use mm-substring-no-properties.
9737
9738 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9739
9740         * mml.el (mml-attach-file): Strip text properties from file name.
9741         (Bug#1574)
9742
9743 2008-12-16  Glenn Morris  <rgm@gnu.org>
9744
9745         * mm-util.el (mm-charset-override-alist): Declare for compiler.
9746
9747 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9748
9749         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
9750         knows since the charset specified might be a bogus alias that
9751         mm-charset-synonym-alist provides.
9752
9753 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9754
9755         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
9756         "ISO_8859-1".
9757
9758         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
9759
9760 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9761
9762         * mm-util.el (mm-charset-eval-alist):
9763         Define it before mm-charset-to-coding-system.
9764         (mm-charset-to-coding-system): Add optional argument `silent';
9765         define it before mm-charset-override-alist.
9766         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
9767         default value if it can be used in Emacs currently running;
9768         silence mm-charset-to-coding-system.
9769
9770 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9771
9772         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
9773         `allow-override' which says whether to use `mm-charset-override-alist'.
9774         (rfc2047-decode-encoded-words): Use it.
9775
9776         * mm-util.el (mm-charset-override-alist): Fix custom type;
9777         add `(gb2312 . gbk)' to choices.
9778
9779 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9780
9781         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
9782         fast.
9783
9784         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9785
9786         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
9787
9788 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
9789
9790         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9791         on links.
9792
9793         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9794
9795 2008-12-03  Lute Kamstra  <lute@gnu.org>
9796
9797         * sha1.el: Remove leading * from docstrings of defcustoms,
9798         deffaces, defconsts and defuns.
9799
9800 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * message.el (message-idna-to-ascii-rhs-1): Protect against local
9803         users' addresses that don't have domain parts.
9804         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9805         rather than message-narrow-to-head since there will be the message
9806         header separator.
9807
9808 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9809
9810         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9811         since the result is inserted in a unibyte buffer anyway.
9812         (nnimap-demule-use-string-to-multibyte): Remove.
9813         (nnimap-demule): Alias it to mm-string-to-multibyte.
9814
9815 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9816
9817         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9818         variable for debugging bug#464 and bug#1174.
9819         (nnimap-demule): Use it.
9820
9821 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9822
9823         * gnus-score.el (gnus-score-find-trace): Handle default score in total
9824         score calculation correctly.
9825
9826 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9827
9828         * message.el (message-send-mail): Just set the buffer to unibyte
9829         rather than use mm-with-unibyte-current-buffer which does a lot more.
9830         (message-send-mail-partially): Don't bother with
9831         mm-with-unibyte-current-buffer since it's already been made unibyte by
9832         message-send-mail.
9833
9834 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
9835
9836         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9837
9838 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
9839
9840         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9841
9842 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9843
9844         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
9845         require itself and to remove `with-no-warnings'.
9846
9847 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
9848
9849         * starttls.el (starttls-any-program-available): Get the name of the
9850         available TLS layer program.
9851         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9852         well as the host name in the "opening" message.
9853
9854         * auth-source.el (auth-source-cache, auth-source-do-cache)
9855         (auth-source-user-or-password): Cache passwords and logins by default,
9856         allow override with `auth-source-do-cache'.
9857         (auth-source-forget-user-or-password): Allow users to remove cache
9858         entries if needed.
9859
9860 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
9861
9862         * md4.el (md4-buffer): Fix typo in docstring.
9863         (md4, md4-64): Doc fixes.
9864         (md4-pack-int32): Reflow docstring.
9865
9866 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9867
9868         * ietf-drums.el (ietf-drums-remove-comments): Localize second
9869         condition-case to only the forward-sexp call.
9870
9871 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9872
9873         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9874         quotes contained.  Make it more robust regardless by an extra
9875         condition-case wrapper.
9876
9877 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9878
9879         * lpath.el: No need to fbind codepage-setup for Emacs 23.
9880
9881 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9882
9883         * nnml.el (nnml-request-expire-articles): Check if the function set to
9884         `nnmail-expiry-target' returns the symbol `delete'.
9885
9886         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9887
9888         * nnmail.el (nnmail-expiry-target): Fix custom type.
9889
9890 2008-10-02  Glenn Morris  <rgm@gnu.org>
9891
9892         * mm-util.el (mm-codepage-setup): Tweak codepage error.
9893         Silence compiler warning.
9894
9895 2008-10-01  Magnus Henoch  <mange@freemail.hu>
9896
9897         * tls.el (open-tls-stream): Show the actual command being
9898         executed, instead of the format string.
9899
9900 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * lpath.el: Fbind codepage-setup for Emacs 23.
9903
9904 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
9905
9906         * mml.el (mml-menu): Don't assume mml2015 is bound.
9907
9908 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9911         exists.
9912
9913 2008-09-27  Glenn Morris  <rgm@gnu.org>
9914
9915         * gnus-util.el (mail-header-remove-comments): Autoload it.
9916
9917 2008-09-27  Andreas Schwab  <schwab@suse.de>
9918
9919         * gnus-util.el (gnus-split-references): Strip comments.
9920         (gnus-parent-id): Likewise.
9921
9922 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
9923
9924         * message.el (message-confirm-send): Fix version.
9925
9926 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * message.el (message-idna-to-ascii-rhs-1): Use
9929         mail-extract-address-components rather than mail-header-parse-addresses
9930         that is an alias by default to ietf-drums-parse-addresses that does not
9931         support non-ASCII names in headers' contents.
9932
9933 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9934
9935         * message.el (message-confirm-send): Fix variable documentation to
9936         avoid the "y/n" wording.
9937
9938 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
9939
9940         * message.el (message-set-auto-save-file-name): Save to a different
9941         filename so multiple messages (especially drafts) can be recovered.
9942
9943 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
9944
9945         * message.el (message-confirm-send): Add appropriate version.
9946
9947 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9948
9949         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9950         defvar.
9951
9952 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
9953
9954         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9955         (mm-pkcs7-enveloped-magic): Ditto.
9956
9957 2008-09-17  Simon Josefsson  <simon@josefsson.org>
9958
9959         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9960         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9961
9962 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
9963
9964         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9965         default, it's better.
9966
9967 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
9968
9969         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9970         summary line gnus-number property and ignore them (with a warning
9971         message).
9972
9973 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9974
9975         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9976         macro caddr in the interactive form since it won't be expanded.
9977
9978 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9981         `charset'; fix name of function called recursively.
9982         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9983
9984 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9987         (gnus-mime-set-charset-parameters): New function.
9988         (gnus-mime-view-part-as-charset): Use it to correctly display part
9989         specifying wrong charset.
9990
9991 2008-09-08  David Engster  <dengste@eml.cc>
9992
9993         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9994         in completing-read for back end server.
9995
9996 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9997
9998         * message.el (message-confirm-send): New variable to confirm sending a
9999         message.
10000         (message-send): Use it.
10001
10002 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
10003
10004         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
10005
10006 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10007
10008         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
10009
10010 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
10011
10012         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
10013         prevent tracking too many groups.
10014         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
10015         Use it.
10016
10017 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
10018
10019         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
10020         moving point to the bottom of the window in order to avoid recentering.
10021
10022 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10023
10024         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
10025
10026         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
10027         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
10028         (gnus-article-beginning-of-window): Fix calculation.
10029
10030 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * gnus-msg.el (gnus-summary-supersede-article)
10033         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
10034         value of gnus-newsgroup-charset to decode non-MIME encoded text in
10035         message header.
10036
10037 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
10038
10039         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
10040         pending output coming after the status change.
10041
10042 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
10043
10044         * message.el:
10045         * gnus-start.el:
10046         * gnus-registry.el: Remove VMS support.
10047
10048 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10049
10050         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
10051         macro.
10052         (rfc2104-hash): Use it.
10053
10054 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
10055
10056         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
10057         (gnus-summary-sort-by-most-recent-date): New commands.
10058         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
10059         and menu entries.
10060
10061 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10062
10063         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
10064         don't redisplay article for raw contents; remove plural articles stuff.
10065
10066         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
10067         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
10068         on gnus-summary-save-article; display results properly.
10069
10070 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10071
10072         * lpath.el: No need to fbind ns-focus-frame.
10073
10074 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10075
10076         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
10077
10078 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10079
10080         * gnus-art.el (gnus-summary-save-in-pipe):
10081         Consider gnus-save-all-headers.
10082
10083 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
10084
10085         * gnus-util.el (ns-focus-frame): Remove declaration.
10086         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
10087         like x.
10088
10089 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
10090
10091         * rfc2104.el (rfc2104-zero): Delete defconst.
10092         (rfc2104-hex-alist): Likewise.
10093         (rfc2104-hex-to-int): Delete func.
10094         (rfc2104-hexstring-to-bitstring): Likewise.
10095         (rfc2104-nybbles): New defconst.
10096         (rfc2104-hash): Rewrite for speed.
10097
10098 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * tls.el (open-tls-stream): Make it work with the 2nd argument
10101         BUFFER that is a string but does not exist as a buffer object, as
10102         mentioned in the doc-string.
10103
10104 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10105
10106         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
10107         SXEmacs.
10108
10109 2008-07-16  Glenn Morris  <rgm@gnu.org>
10110
10111         * gnus-util.el (ns-focus-frame): Declare for compiler.
10112
10113 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10114
10115         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
10116         set as a group parameter.
10117         (gnus-summary-save-in-pipe): Work when it is called independently.
10118         (gnus-summary-pipe-to-muttprint): Don't modify
10119         gnus-summary-pipe-output-default-command.
10120
10121 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10122
10123         * message.el (message-send-mail-with-sendmail):
10124         Display the error message.
10125
10126 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * gnus-art.el (gnus-default-article-saver):
10129         Add gnus-summary-save-in-pipe to choices.
10130         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
10131         gnus-summary-pipe-output-default-command as the default command.
10132         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
10133         instead of gnus-last-shell-command.
10134
10135         * gnus-sum.el (gnus-summary-pipe-output-default-command):
10136         New user option.
10137         (gnus-summary-muttprint-program): Mention the value will be changed.
10138         (gnus-summary-save-article): Force showing of all headers.
10139         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
10140
10141 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
10142
10143         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
10144
10145 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
10146
10147         * nnimap.el (nnimap-id):
10148         * sieve-manage.el (sieve-manage-open): Doc fixes.
10149
10150 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
10151
10152         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
10153         if available.
10154
10155 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10156
10157         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
10158
10159         * nnkiboze.el (nnkiboze-generate-group):
10160         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
10161
10162         * nnmairix.el: Require CL.
10163
10164 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * dgnushack.el: Autoload get-display-table and put-display-table for
10167         XEmacs 21.5.
10168
10169         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
10170         21.4 and SXEmacs.
10171
10172 2008-06-15  David Engster  <dengste@eml.cc>
10173
10174         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
10175
10176 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
10177
10178         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
10179         New macros that expand to an `aset'/`aref' call under Emacs, and to a
10180         runtime choice under XEmacs.
10181
10182         * gnus-sum.el (gnus-summary-set-display-table):
10183         Use `gnus-put-display-table', `gnus-get-display-table',
10184         `gnus-set-display-table' for the display table, instead of `aset'.
10185
10186         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
10187         Use `gnus-put-display-table', `gnus-get-display-table',
10188         `gnus-set-display-table' for the display table.
10189
10190 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
10191
10192         * nnmairix.el: Add autoloads.
10193
10194 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
10195
10196         * nnmairix.el (nnmairix-delete-recreate-group)
10197         (nnmairix-update-and-clear-marks): Fix error messages.
10198
10199 2008-06-14  David Engster  <dengste@eml.cc>
10200
10201         * nnmairix.el: Upgrade to version 0.6.
10202         (nnmairix-group-toggle-propmarks-this-group)
10203         (nnmairix-group-toggle-readmarks-this-group)
10204         (nnmairix-group-delete-recreate-this-group)
10205         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
10206         (nnmairix-remove-tick-mark-original-article): New commands.
10207         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
10208         (nnmairix-propagate-marks-to-nnmairix-groups)
10209         (nnmairix-only-use-registry, nnmairix-allowfast-default)
10210         (nnmairix-marks-cache, nnmairix-version-output): New variables.
10211         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
10212         functions needed for marks propagation and manipulation of read marks.
10213         (nnmairix-update-groups): New function.
10214         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
10215         (nnmairix-determine-original-group-from-registry)
10216         (nnmairix-determine-original-group-from-path)
10217         (nnmairix-get-group-from-file-path, nnmairix-map-range)
10218         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
10219         New helper functions.
10220         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
10221         keystrokes for new commands.
10222         (nnmairix-delete-and-create-on-change): Doc string cleanup.
10223         (nnmairix-request-group): Check allow-fast group parameter.
10224         (nnmairix-request-create-group): Set allow-fast group parameter if
10225         nnmairix-allowfast-default is set.
10226         (nnmairix-close-group): Propagate marks upon closing if needed.
10227         (nnmairix-group-toggle-threads-this-group): Use new.
10228         nnmairix-group-toggle-parameter helper function.
10229         (nnmairix-search): Better check for empty search result.
10230         (nnmairix-goto-original-article): Use new helper functions for
10231         determining original article.
10232         (nnmairix-show-original-article): Make sure message-id is in brackets.
10233         (nnmairix-call-mairix-binary): Change variable name.
10234         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
10235         helper function.
10236         (nnmairix-widget-toggle-activate): Fix doc string.
10237
10238 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10239
10240         * nnir.el: Require edmacro when compiling with XEmacs.
10241         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
10242         available in Emacs 21.
10243
10244 2008-06-11  Glenn Morris  <rgm@gnu.org>
10245
10246         * gnus-util.el (x-focus-frame):
10247         * gnus.el (image-size):
10248         * mm-decode.el (image-size): Declare.
10249
10250         * gnus-picon.el (declare-function): Add compat definition.
10251         (image-size): Declare.
10252
10253         * gnus-group.el (tool-bar-map):
10254         * gnus-sum.el (tool-bar-map): Define for compiler.
10255
10256         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
10257
10258         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
10259
10260         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
10261         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
10262         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
10263         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
10264         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
10265         * sieve-manage.el, spam-report.el, spam.el:
10266         Remove unnecessary eval-and-compile of autoloads.
10267
10268 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
10269
10270         * auth-source.el: Precise Tramp doc.
10271
10272 2008-06-07  Glenn Morris  <rgm@gnu.org>
10273
10274         * nnmairix.el: Remove unnecessary eval-when-compile.
10275
10276 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10277
10278         * lpath.el: Fbind propertize for XEmacs 21.4.
10279
10280 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
10281
10282         * nnir.el: Move here from ../contrib.
10283
10284 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10285
10286         * gnus-util.el (gnus-read-shell-command): New function.
10287         * mm-decode.el (mm-pipe-part):
10288         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
10289
10290 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10291
10292         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
10293
10294 2008-06-03  Glenn Morris  <rgm@gnu.org>
10295
10296         * pop3.el (nnheader-accept-process-output): Autoload it.
10297
10298 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10299
10300         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
10301         are not 2-digit hexadecimal characters that follow `%'s.
10302
10303 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10304
10305         * message.el (message-bogus-recipient-p): Fix type in doc string.
10306         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
10307         (message-bogus-addresses): Rename from message-bogus-address-regexp.
10308         Improve custom options.
10309         (message-bogus-recipient-p): Adjust accordingly.
10310
10311 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
10312
10313         * parse-time.el (parse-time-months, parse-time-weekdays): Add
10314         long-form month and day names.
10315
10316 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10317
10318         * dgnushack.el: Autoload debug, eudc-expand-inline and
10319         pgg-snarf-keys-region for XEmacs.
10320
10321         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
10322
10323         * nnmairix.el: Require edmacro when compiling with XEmacs.
10324
10325 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
10326
10327         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
10328         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
10329
10330 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
10331
10332         * auth-source.el: Add more docs.
10333
10334         * netrc.el (netrc-machine): Always match if the port is not given.
10335
10336 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10337
10338         * nnheader.el (nnheader-read-timeout): Change the default timeout from
10339         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
10340         retrieval faster in some cases, but might make CPU usage larger.
10341         If this has any bad side effects, we might revert this change.
10342
10343         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
10344         seems to make mail retrieval much, much faster.
10345         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
10346         unconditionally.
10347
10348         * gnus-draft.el (gnus-group-send-queue):
10349         Bind message-send-mail-partially-limit to nil to avoid being prompted.
10350
10351 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
10352
10353         * mml.el (mml-attach-buffer): Prompt for `disposition'.
10354
10355         * message.el (message-bogus-address-regexp): Fix and improve custom
10356         type.
10357         (message-setup-hook): Add message-check-recipients as custom option.
10358
10359 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
10360
10361         * message.el (message-cite-function): Remove bogus autoload which crept
10362         in during merge from v5-10.
10363
10364 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
10365
10366         * nnimap.el (nnimap-open-connection): Fix login/password bug.
10367
10368         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
10369
10370         * auth-source.el: Preliminary Tramp docs.
10371         (auth-sources): Change the default auth-sources to use
10372         EPA .gpg files.
10373
10374 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
10375
10376         * nntp.el: Autoload `auth-source-user-or-password'.
10377         (nntp-send-authinfo): Use it.
10378
10379         * nnimap.el: Autoload `auth-source-user-or-password'.
10380         (nnimap-open-connection): Use it.
10381
10382         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
10383         for the gnus-message function.
10384         (auth-source-user-or-password): Use it.
10385
10386 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10387
10388         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
10389         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
10390         (rfc2104-hash): Use it.
10391
10392 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
10393
10394         * gnus-art.el (gnus-article-toggle-truncate-lines):
10395         Don't use `iff' in docstring.
10396
10397 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
10398
10399         * gnus-registry.el: Adjusted copyright dates and added a keyword.
10400
10401         * gnus-util.el (gnus-extract-address-component-name)
10402         (gnus-extract-address-component-email): Convenience functions around
10403         `gnus-extract-address-components'.
10404
10405         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10406         Use `gnus-extract-address-component-email' to fix bug of comparing full
10407         sender name to `user-mail-address'.
10408
10409 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
10410
10411         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
10412         catch/throw to optimize.
10413         (gnus-registry-find-keywords): Just use member to find a keyword.
10414
10415 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10416
10417         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
10418         is current before calling gnus-server-prepare.
10419         (gnus-server-setup-buffer, gnus-server-update-server)
10420         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
10421
10422 2008-05-04  Juri Linkov  <juri@jurta.org>
10423
10424         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
10425         (mailcap-file-default-commands): Use mailcap-replace-in-string
10426         instead of replace-regexp-in-string, and mailcap-delete-duplicates
10427         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
10428
10429 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
10430
10431         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
10432
10433 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10434
10435         * gnus.el: Bump version to 0.11.
10436
10437 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10438
10439         * gnus.el: No Gnus v0.10 is released.
10440
10441 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10442
10443         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
10444         hooks.
10445         (gnus-update-read-articles): Speed up non-marks-using users.
10446         (gnus-use-marks): Define gnus-use-marks.
10447         (gnus-propagate-marks): Rename variable to something more sensible.
10448
10449 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
10450
10451         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
10452         (gmm-image-load-path-for-library): Fix typos in docstrings.
10453         (gmm-message): Reflow docstring.
10454
10455 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
10456
10457         * mail-source.el (mail-source-set-1, mail-source-bind):
10458         Move auth-source code out of the macro to clean it up and fix bugs.
10459
10460 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
10461
10462         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
10463         by sender if it's equal to user-mail-address, it's likely to be
10464         useless.
10465
10466         * mail-source.el (mail-source-bind): Don't use user or password if they
10467         are not bound.  Unintern them if they are nil.  Don't use server unless
10468         it's bound, and default it to empty string otherwise.
10469
10470 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
10471
10472         * mail-source.el: Load auth-source.el.
10473         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
10474         get user name or password, if auth-sources is set up.
10475
10476         * gnus-registry.el (gnus-registry-split-strategy): New variable for
10477         strategy of splitting with parent.
10478         (gnus-registry-split-fancy-with-parent)
10479         (gnus-registry-post-process-groups): Use it and fix prior
10480         bug (returning a list as the split result).
10481
10482         * auth-source.el (auth-sources): Remove server parameter.
10483         (auth-source-pick, auth-source-user-or-password)
10484         (auth-source-user-or-password-imap)
10485         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10486         (auth-source-user-or-password-sftp)
10487         (auth-source-user-or-password-smtp): Remove server parameter.
10488
10489 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
10490
10491         * smime.el (smime-sign-region, smime-encrypt-region)
10492         (smime-decrypt-region):
10493         Remove redundant calls to `generate-new-buffer-name'.
10494
10495 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
10496
10497         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
10498         Don't use QP for message/rfc822.
10499         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
10500
10501 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10502
10503         * sieve-manage.el (sieve-string-bytes): Remove.
10504         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
10505         correct byte-length only if the process's coding-system is the same as
10506         the one used internally by Emacs to represent strings.
10507
10508 2008-04-22  Juri Linkov  <juri@jurta.org>
10509
10510         * mailcap.el (mailcap-file-default-commands): New function.
10511
10512 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10513
10514         * message.el (message-signature-separator, message-cite-function):
10515         Change custom version.
10516
10517 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
10518
10519         * tls.el (tls-program): Add -ign_eof argument to call the openssl
10520         commands.
10521         (tls-checktrust): Ditto.
10522
10523 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10524
10525         * mm-decode.el (mm-display-external): Make temp file read-only.
10526
10527 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10528
10529         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
10530         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
10531         `C-c C-f d'.
10532
10533 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
10534
10535         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
10536
10537 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10538
10539         * gnus.el: Bump version to 0.9.
10540
10541 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
10542
10543         * gnus.el: No Gnus v0.8 is released.
10544
10545 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10546
10547         * mail-source.el (mail-source-value):
10548         Prefer fboundp to functionp so it works with macros as well.
10549
10550 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10551
10552         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10553         Fix last change in case the element is not even a symbol.
10554
10555 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10556
10557         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10558         Prefer fboundp to functionp so it works with macros as well.
10559
10560 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
10561
10562         * auth-source.el: Add docs.
10563         (auth-sources): Modify format to support server.
10564         (auth-source-pick, auth-source-user-or-password)
10565         (auth-source-user-or-password-imap)
10566         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10567         (auth-source-user-or-password-sftp)
10568         (auth-source-user-or-password-smtp): Add server parameter.
10569
10570 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
10571
10572         * gnus-registry.el: Initialize the registry when gnus-registry-install
10573         is t.
10574
10575 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10576
10577         * compface.el (uncompface): Make buffer unibyte.
10578
10579 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10580
10581         * mail-source.el (mail-source-value):
10582         Prefer fboundp to functionp so it works with macros as well.
10583
10584 2008-04-05  Glenn Morris  <rgm@gnu.org>
10585
10586         * gnus-ems.el (mm-disable-multibyte): Autoload it.
10587
10588 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10589
10590         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
10591         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
10592
10593         * nnheader.el (nnheader-init-server-buffer): Change buffer's
10594         multibyteness after rather than before erasing it.
10595
10596         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
10597         mm-with-multibyte.
10598         (gnus-request-article-this-buffer): Make sure the proper decoding is
10599         used if gnus-original-article-buffer happens to be unibyte.
10600
10601         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
10602         default-enable-multibyte-characters.
10603
10604         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
10605         default-enable-multibyte-characters.
10606
10607         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
10608
10609         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
10610
10611 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10612
10613         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10614         Fix last change in case the element is not even a symbol.
10615
10616 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10617
10618         * imap.el (imap-enable-exchange-bug-workaround): New variable.
10619         (imap-message-copyuid-1): Use it.
10620         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
10621         J. Williams in
10622         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
10623
10624         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
10625         imap-enable-exchange-bug-workaround.
10626         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
10627
10628 2008-04-01  Simon Josefsson  <simon@josefsson.org>
10629
10630         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
10631         a 100 byte status-checks into a 2-3MB transfer for each group.
10632         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
10633         to enable bug workaround or not.
10634         (nnimap-find-minmax-uid): Only enable workaround conditionally.
10635
10636 2008-03-31  Glenn Morris  <rgm@gnu.org>
10637
10638         * message.el (mml2015-use): Declare for compiler.
10639         (message-info): Require mml2015 when appropriate.
10640
10641 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10642
10643         * Makefile.in (EMACS_COMP): Quote directory name that might contain
10644         whitespace.
10645
10646 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10647
10648         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
10649         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
10650         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
10651         (nntp-service-to-port): New function.
10652         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
10653         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
10654         (nntp-open-netcat-stream): New function.
10655         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
10656
10657 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
10658
10659         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
10660
10661 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10662
10663         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
10664
10665 2008-03-28  Magnus Henoch  <mange@freemail.hu>
10666
10667         * dns.el (dns-write): Use set-buffer-multibyte.
10668
10669 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
10670
10671         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
10672
10673 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10674
10675         * message.el (message-signature-separator): Change default.
10676         Improve custom type.
10677         (message-cite-function): Change default to
10678         message-cite-original-without-signature.
10679
10680         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
10681         toggle.
10682
10683         * message.el (message-check-news-body-syntax): Fix signature check.
10684         (message-setup-1): Mark buffer as unmodified _after_ running
10685         message-setup-hook and handling message-alternative-emails.
10686         (message-shorten-references): Be more strict when building list of
10687         valid references to comply with GNKSA.
10688
10689         * gnus-group.el (gnus-read-ephemeral-bug-group)
10690         (gnus-read-ephemeral-debian-bug-group)
10691         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
10692
10693         * message.el (message-info): Don't use booleanp which isn't supported
10694         in Emacs 21 and XEmacs.
10695
10696 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
10697
10698         * gnus-group.el (gnus-gmane-group-download-format): Rename from
10699         gnus-group-gmane-group-download-format.
10700         (gnus-group-read-ephemeral-gmane-group): Rename from
10701         gnus-group-read-ephemeral-gmane-group.
10702         (gnus-read-ephemeral-gmane-group-url): Rename from
10703         gnus-group-read-ephemeral-gmane-group-url.
10704         (gnus-bug-group-download-format-alist): New variable.
10705         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
10706         (gnus-read-ephemeral-emacs-bug-group): New commands.
10707
10708 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10709
10710         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
10711         (gnus-visible-headers): Improve custom type.
10712
10713 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10714
10715         * mml.el (mml-menu): Add workarounds for XEmacs.
10716
10717         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
10718         X-Boundary header.
10719
10720         * message.el (message-simplify-recipients): Fix previous commit.
10721
10722 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10723
10724         * mm-util.el (mm-set-buffer-multibyte): New function.
10725         * mm-decode.el (mm-copy-to-buffer): Use it.
10726
10727         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10728         Prefer fboundp to functionp so it works with macros as well.
10729
10730 2008-03-19  Glenn Morris  <rgm@gnu.org>
10731
10732         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
10733         Accidentally removed in the sync process with Emacs.
10734
10735 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
10736
10737         * message.el (message-alter-recipients-discard-bogus-full-name):
10738         New function.
10739         (message-alter-recipients-function): New variable.
10740         (message-get-reply-headers): Use it.
10741         (message-replace-header): New helper function.
10742         (message-recipients-without-full-name): New variable.
10743         (message-simplify-recipients): New command.
10744
10745         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
10746
10747         * message.el (message-info): Handle EasyPG manual.
10748
10749         * mml.el (mml-menu): Add entry for EasyPG.
10750
10751 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
10752
10753         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
10754         parameter.
10755
10756         * message.el (message-disassociate-draft): Specify drafts group name
10757         fully.
10758
10759 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
10760
10761         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10762         Eliminate unnecessary duplicates from the match list.
10763
10764 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10765
10766         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
10767
10768         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
10769
10770         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
10771         args of `how-many' of which the XEmacs version doesn't take; declare
10772         Info-index-next as function.
10773
10774 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10775
10776         * gnus-score.el (gnus-score-headers): Fix handling of
10777         gnus-inhibit-slow-scoring.
10778
10779         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
10780         string.
10781         (gnus-button-url-regexp): Improve handling of parenthesis.
10782         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
10783         (gnus-button-handle-info-keystrokes): Handle index entries.
10784
10785 2008-03-15  Glenn Morris  <rgm@gnu.org>
10786
10787         * parse-time.el (parse-time-string): Simplify.
10788
10789 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10790
10791         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
10792         Incoming* files.
10793
10794 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
10795
10796         * auth-source.el (auth-sources): Rename from auth-source-choices.
10797         (auth-source-pick): Use it.
10798
10799 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10800
10801         * binhex.el (binhex-decode-region-internal):
10802         * uudecode.el (uudecode-decode-region-internal):
10803         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
10804         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
10805         setting default-enable-multibyte-characters.
10806
10807 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10808
10809         * auth-source.el (auth-source-protocols)
10810         (auth-source-protocols-customize, auth-source-choices): Add and
10811         modified variable customizations and defaults.
10812         (auth-source-pick, auth-source-user-or-password)
10813         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
10814         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10815         (auth-source-user-or-password-sftp)
10816         (auth-source-user-or-password-smtp): Use new variables and provide an
10817         interface to netrc.el.
10818
10819 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10820
10821         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
10822         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
10823         Make sure the nntp port to specify is a string.
10824
10825 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10826
10827         * nntp.el: Use with-current-buffer.
10828         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
10829         dubious mm-with-unibyte-current-buffer.
10830         (nntp-with-open-group-function): New function extracted from
10831         nntp-with-open-group macro.
10832         (nntp-with-open-group): Use the function, so it's easier to debug.
10833         Add indentation and debugging info.
10834         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
10835         Recommend the use of the netcat alternatives.
10836
10837         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
10838         Avoid mm-string-as-multibyte as well.
10839
10840         * nnweb.el (nnweb-insert-html):
10841         Remove use of nnheader-string-as-multibyte.
10842
10843         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
10844         (nnheader-string-as-multibyte): Remove.
10845
10846         * mm-view.el: Use inhibit-read-only.
10847         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
10848         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
10849         or unibyte-string.
10850
10851         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
10852         (mm-uu-yenc-extract): Use with-current-buffer.
10853
10854         * gnus-soup.el (gnus-soup-send-packet): Don't use
10855         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
10856
10857         * nnmh.el: Use with-current-buffer.
10858         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
10859         mm-string-as-multibyte on the output of mm-encode-coding-string.
10860
10861         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
10862         (nnimap-request-move-article): Use with-current-buffer.
10863
10864         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
10865         inserting the handle-buffer's text, so the implicit multibyte->unibyte
10866         conversion uses string-make-unibyte rather than string-as-unibyte.
10867
10868         * gnus-msg.el: Use with-current-buffer.
10869
10870         * message.el (message-ignored-resent-headers): Add "Delivered-To".
10871
10872 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
10873
10874         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
10875         string for caching if it is 'PIN.
10876
10877 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10878
10879         * lpath.el: Consider the case without Emacs/W3.
10880
10881 2008-03-08  Glenn Morris  <rgm@gnu.org>
10882
10883         * time-date.el (date-to-time, time-subtract, time-add)
10884         (safe-date-to-time): Doc fixes.
10885
10886 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10887
10888         * mail-source.el (mail-source-delete-old-incoming-confirm):
10889         Change default to nil.
10890         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
10891
10892 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10893
10894         * lpath.el: Rearrange.
10895
10896         * gnus-art.el (gnus-narrow-to-page): Position point properly.
10897         (gnus-article-goto-prev-page): Work for articles having ^L's.
10898
10899         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
10900
10901         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
10902
10903 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
10904
10905         * gnus-bookmark.el: Adjust for renames in bookmark.el.
10906         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
10907         (gnus-bookmark-jump): Adjust some variable names.
10908
10909 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
10910
10911         * auth-source.el: New package.
10912         (auth-source-choices): Add customization entry point variable.
10913
10914         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
10915         bug.
10916
10917 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
10918
10919         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
10920         (gnus-registry-initialize, gnus-registry-install-p): Use it.
10921         (gnus-registry-install-shortcuts): Rename from
10922         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
10923         the `gnus-registry-mark-map' keymap dynamically from
10924         `gnus-registry-marks'.  The generated functions update the summary line
10925         when a registry mark is added or deleted, and will call
10926         `gnus-registry-install-p' (see the comments in the code).
10927         (gnus-registry-user-format-function-M): Use concat intelligently.
10928
10929         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
10930         the registry mark functions.
10931
10932 2008-03-05  Glenn Morris  <rgm@gnu.org>
10933
10934         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10935         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10936         gnus-art.
10937         (top-level): No need to load own source when compiling.
10938
10939 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10940
10941         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10942         Suggested by <chris.anderton@zetnet.co.uk>.
10943
10944 2008-03-04  Glenn Morris  <rgm@gnu.org>
10945
10946         * gnus-sum.el (top-level): No need to require gnus when compiling,
10947         since unconditionally required near start of file.
10948         (gnus-summary-display-while-building): Move definition before use.
10949
10950 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10951
10952         * gnus-registry.el (gnus-registry-user-format-function-M):
10953         Add formatting function.
10954
10955 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10956
10957         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10958         with plists.
10959         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10960         Use new format.
10961
10962 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10963
10964         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10965         `where-is-internal' that returns a range of key sequences.
10966
10967 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10968
10969         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10970
10971         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10972         (gnus-summary-jump-to-group): Consider windows on other displayed
10973         frames as well.  Similar changes might be needed elsewhere, but that's
10974         the one I've bumped into during my use.
10975
10976         * nndoc.el (nndoc-oe-dbx-type-p):
10977         * gnus-msg.el (gnus-debug):
10978         * gnus-group.el (gnus-update-group-mark-positions):
10979         Use mm-string-to-multibyte.
10980
10981 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10982
10983         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10984         doesn't handle NotDashEscaped.
10985
10986         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
10987         (mml-dnd-attach-options): Fix typo in custom choice.
10988
10989         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10990         Change nndoc-article-type to mbox.
10991         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10992
10993         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
10994         to nil, instead of html2text.
10995
10996         * imap.el (imap-debug): Add `imap-ping-server'.
10997
10998         * gnus-bookmark.el: Add FIXMEs.
10999
11000         * message.el (message-form-letter-separator)
11001         (message-send-form-letter-delay): New variables.
11002         (message-send-form-letter): Use them.  New command to send form
11003         letters.  Requested by Uwe Siart.
11004         (message-send-mail-function): Doc fix.  Add "Other" custom option.
11005
11006 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11007
11008         * Update copyright years.
11009
11010 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11011
11012         Sync from EMACS_22_BASE.
11013
11014         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
11015
11016 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
11017
11018         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
11019         empty author.
11020
11021 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
11022
11023         * gnus-registry.el (gnus-registry-marks): Add variable for
11024         customization of marks and their appearance.
11025         (gnus-registry-read-mark): Use it.
11026         (gnus-registry-do-marks): Add utility function to loop through
11027         `gnus-registry-marks'.
11028         (gnus-registry-install-shortcuts-and-menus): Add function to install
11029         shortcuts and menus.
11030         (gnus-registry-initialize): Use it.
11031         (gnus-registry-default-mark): Clarify documentation.
11032
11033 2008-02-29  Glenn Morris  <rgm@gnu.org>
11034
11035         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
11036         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
11037         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
11038         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
11039         Change defcustom :version from 23.0 to 23.1.
11040
11041 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
11042
11043         * gnus-registry.el (gnus-registry-follow-group-p)
11044         (gnus-registry-post-process-groups): Add functions to aid registry
11045         splitting and improve logging.  Clarify behavior in function
11046         documentation.
11047         (gnus-registry-split-fancy-with-parent): Use them.
11048
11049 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11050
11051         * gnus-art.el: Use with-current-buffer.
11052
11053 2008-02-27  David Engster  <dengste@eml.cc>
11054
11055         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
11056         Express real group name in the response.
11057
11058 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
11061         (nnmairix-last-server, nnmairix-current-server): Defvar them.
11062         (nnmairix-goto-original-article): Defvar gnus-registry-install and
11063         autoload gnus-registry-fetch-group when compiling.
11064         (nnmairix-request-group-with-article-number-correction):
11065         Remove unreferenced argument passed to nnmairix-call-backend.
11066
11067 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11068
11069         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
11070         (mm-uu-extract): Improve face for low color ttys.
11071         Reported by Sascha Wilde.
11072
11073 2008-02-27  Glenn Morris  <rgm@gnu.org>
11074
11075         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
11076         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
11077         variables to defconsts.  Convert comments to doc-strings.
11078         (nnmairix-last-server, nnmairix-current-server): Convert from free
11079         variables to defvars.  Convert comments to doc-strings.
11080         (gnus-registry-fetch-group): Autoload.
11081         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
11082         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
11083         (nnmairix-widget-build-editable-fields): Use car cddr rather than
11084         caddr.
11085         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
11086         nnmairix-request-group-with-article-number-correction call.
11087         (nnmairix-fast, nnmairix-group): New, less general names, for free
11088         variables passed from nnmairix-request-group to
11089         nnmairix-request-group-with-article-number-correction.  Declare.
11090         (nnmairix-request-group-with-article-number-correction):
11091         Use nnmairix-fast, nnmairix-group rather than fast, group.
11092
11093 2008-02-26  David Engster  <dengste@eml.cc>
11094
11095         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
11096         version 0.5.
11097
11098 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
11099
11100         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
11101         instead of making an extra function call.  Don't add the current group
11102         to articles only when they have the group.  Use
11103         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
11104         Reported by David <de_bb@arcor.de>.
11105
11106 2008-02-24  Miles Bader  <miles@gnu.org>
11107
11108         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
11109         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
11110         (mm-find-mime-charset-region):
11111         * mm-bodies.el (mm-encode-body):
11112         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
11113
11114 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11115
11116         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
11117         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
11118
11119 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
11120
11121         * mail-source.el (mail-source-delete-incoming): Change default.
11122         Supplement doc string.
11123
11124         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
11125
11126 2008-02-14  Glenn Morris  <rgm@gnu.org>
11127
11128         * time-date.el (format-seconds): New function.
11129
11130 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11131
11132         * nnmail.el (nnmail-message-id-cache-file): Derive from
11133         `gnus-home-directory'.
11134
11135 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
11136
11137         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
11138         Document negative prefix.
11139
11140         * gnus-group.el (gnus-group-read-group): Document negative prefix.
11141
11142 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11143
11144         * message.el (message-unsent-separator): Add the Exim bounce
11145         separator.
11146
11147 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
11148
11149         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
11150         list.
11151         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
11152         recipient/signer list.
11153
11154 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11155
11156         * Makefile.in (datarootdir): Define.
11157         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
11158         name that might contain whitespace.
11159
11160 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11161
11162         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
11163         fbound (Emacs 23 unicode), signal an error.
11164
11165 2008-02-08  Glenn Morris  <rgm@gnu.org>
11166
11167         * gnus-art.el (pgg-display-output-buffer): Declare as function.
11168
11169 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
11170
11171         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
11172         ports to the calls to `netrc-machine-user-or-password' in addition to
11173         "imap" and "imaps".
11174
11175 2008-02-01  Zhang Wei  <id.brep@gmail.com>
11176
11177         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
11178
11179         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
11180
11181 2008-02-01  Kenichi Handa  <handa@m17n.org>
11182
11183         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
11184         rfc2104-hexstring-to-bitstring and changed to return a byte list.
11185         (rfc2104-hash): Convert the result of concat to unibyte string.
11186
11187 2008-02-01  Dave Love  <fx@gnu.org>
11188
11189         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
11190         coding-system-for-read.
11191         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
11192
11193 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
11194
11195         * gnus.el (gnus-group-startup-message): Add `find-image' call before
11196         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
11197         <hanche@math.ntnu.no>.
11198
11199 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11200
11201         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
11202
11203         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11204
11205 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
11206
11207         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
11208         * message.el (message-beginning-of-line): Use featurep instead of bound
11209         tests in order to resolve conditionals at compile time.
11210
11211 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
11212
11213         * mail-source.el (mail-sources): Add `group' choice.
11214
11215         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
11216         parameter `in-group' to control into which group the articles go.
11217         Add treatment of `group' mail-source.
11218
11219 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
11222
11223         * mm-decode.el (mm-dissect-buffer): Decode description.
11224
11225         * mml.el (mml-to-mime): Encode message header first.
11226
11227 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11228
11229         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
11230         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
11231
11232         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
11233         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
11234
11235 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
11236
11237         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
11238
11239 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11240
11241         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
11242         prefix keys.
11243         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
11244         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
11245         gnus-xmas.el.
11246
11247         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
11248         (gnus-xmas-article-describe-bindings): New function.
11249         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
11250         gnus-xmas-article-describe-bindings.
11251
11252         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
11253
11254 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11255
11256         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
11257         Add new variables for article mark management.
11258         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
11259         list of extra data entries which, when present, will indicate that the
11260         article ID should not be trimmed from the registry.
11261         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
11262         functions.
11263         (gnus-registry-read-mark): New function to read a mark name from the
11264         user.
11265         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
11266         (gnus-registry-set-article-mark-internal): New functions to add and
11267         remove marks.
11268         (gnus-registry-get-article-marks): New function to show the marks for
11269         an article, or retrieve them for further use.
11270
11271 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11272
11273         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
11274         keys when no argument is given.
11275
11276 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11277
11278         * imap.el (imap-ping-server): New variable.
11279         (imap-opened): On add extra ping if imap-ping-server is non-nil.
11280         (imap-ping-server): Minor doc string fixes.
11281
11282 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11283
11284         * imap.el (imap-ping-server): New function.
11285         (imap-opened): Call imap-ping-server.
11286
11287 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11288
11289         * gnus-sum.el (gnus-article-sort-by-random)
11290         (gnus-thread-sort-by-random): Fix doc strings.
11291         Reported by jidanni@jidanni.org.
11292
11293 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11294
11295         * gnus-art.el (gnus-article-describe-bindings): New function.
11296         (gnus-article-read-summary-keys): Use it.
11297         (gnus-article-mode-map): Bind `C-h b' to it.
11298
11299 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11300
11301         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
11302         XEmacs.
11303         (gnus-article-describe-key, gnus-article-describe-key-briefly):
11304         Protect against non-character events.
11305
11306         * lpath.el: Fbind map-keymap for Emacs 21.
11307
11308 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
11309
11310         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
11311         New command.
11312         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
11313         instead of END.  Change name of the temp file.
11314         (gnus-group-gmane-group-download-format): Add doc string.  Make it
11315         customizable.
11316
11317 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11318
11319         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
11320         bind `S W' to gnus-article-wide-reply-with-original; set default
11321         binding to gnus-article-read-summary-send-keys.
11322         (gnus-article-read-summary-keys): Fix the order of keys; display
11323         continuation keys correctly in the echo area; describe bindings
11324         correctly when keys end with `C-h'.
11325         (gnus-article-read-summary-send-keys): New function.
11326         (gnus-article-describe-key, gnus-article-describe-key-briefly):
11327         Work for gnus-article-read-summary-send-keys; display continuation keys
11328         correctly in the echo area.
11329         (gnus-article-reply-with-original): Ignore prefix argument.
11330         (gnus-article-wide-reply-with-original): New function.
11331
11332         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
11333         Emacs 21.
11334
11335 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11336
11337         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
11338         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
11339
11340 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11341
11342         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
11343         (gnus-group-read-ephemeral-gmane-group): New command.
11344
11345 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11346
11347         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
11348
11349 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11350
11351         * message.el (message-send-mail-function): Increase custom version.
11352
11353         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
11354         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
11355
11356 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11357
11358         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
11359         for the cases where imap-authenticate is called with a nil buffer
11360         parameter.
11361
11362 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
11365         html parts correctly; support forwarded messages.
11366         (gnus-article-browse-html-article): Remove work buffers.
11367
11368         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
11369         compiling.
11370         (netrc-bound-and-true-p): New macro.
11371         (netrc-parse): Use it instead of bound-and-true-p that is not available
11372         in XEmacs 21.4.
11373
11374 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
11375
11376         * gnus-registry.el (gnus-registry-mark-article)
11377         (gnus-registry-article-marks): Add functionality to mark articles
11378         through the Gnus registry.
11379
11380         * encrypt.el: Clarify documentation for the new pgg method.
11381         (encrypt-file-alist): Add PGG option.
11382         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
11383         functionality.  Abstract password key and messaging to external
11384         functions.
11385         (encrypt-password-key, encrypt-get-passphrase-if-needed)
11386         (encrypt-message-method-and-cipher): Add new convenience external
11387         functions.
11388         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
11389         (encrypt-pgg-process-buffer): Add PGG functionality glue.
11390
11391         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
11392         (netrc-parse): Use encrypt-file-alist to determine if
11393         encrypt-find-model or encrypt-insert-file-contents should be used.
11394
11395         * encrypt.el: Clarify documentation.  Load password-cache or
11396         password, whichever one is found first, instead of autoloading.
11397
11398 2007-12-19  Glenn Morris  <rgm@gnu.org>
11399
11400         * mml.el (message-options-set, message-narrow-to-head)
11401         (message-in-body-p, message-mail-p, message-encode-message-body):
11402         Autoload.
11403         (message-remove-header, message-narrow-to-headers-or-head)
11404         (message-subscribed-p, message-make-mail-followup-to)
11405         (message-position-on-field, message-news-p)
11406         (message-options-set-recipient, message-generate-headers)
11407         (message-sort-headers): Declare as functions.
11408
11409 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11410
11411         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
11412         convention in doc string.
11413
11414 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11415
11416         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
11417         title to html parts.
11418         (gnus-article-browse-html-article): Pass message header to it.
11419
11420         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
11421
11422 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
11423
11424         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
11425         or password compatible with XEmacs.
11426
11427 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11428
11429         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
11430         format document.
11431         (gnus-mime-delete-part): Don't write description line if empty.
11432         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
11433
11434 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
11435
11436         * gnus-sum.el (gnus-summary-mark-unread-as-read)
11437         (gnus-summary-mark-read-and-unread-as-read)
11438         (gnus-summary-mark-current-read-and-unread-as-read)
11439         (gnus-summary-mark-unread-as-ticked): Doc fix.
11440         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
11441
11442 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11443
11444         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
11445         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11446
11447 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11448
11449         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
11450         yes-or-no-p.
11451
11452 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11453
11454         * mm-decode.el (mm-add-meta-html-tag): New function.
11455         (mm-save-part-to-file, mm-pipe-part): Use it.
11456
11457         * gnus-art.el (gnus-article-browse-delete-temp-files):
11458         Use gnus-y-or-n-p instead of y-or-n-p.
11459         (gnus-article-browse-html-parts): Work with message/external-body; use
11460         mm-add-meta-html-tag.
11461
11462 2007-12-11  Glenn Morris  <rgm@gnu.org>
11463
11464         * gnus-cache.el: Require gnus-sum not just when compiling.
11465
11466         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
11467
11468         * gnus-int.el (gnus-server-opened, gnus-status-message):
11469         Move definitions before use.
11470
11471         * mm-decode.el: Require gnus-util.
11472         (mm-remove-part): Only call delete-annotation on XEmacs.
11473
11474         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
11475
11476         * nnmail.el: Require gnus-int.
11477
11478         * spam.el: Move `require's before `eval-when-compile's.
11479
11480         * gnus-ems.el (gnus-alive-p):
11481         * gnus-fun.el (message-goto-eoh):
11482         * gnus-util.el (gnus-group-name-decode):
11483         * mail-source.el (gnus-compress-sequence):
11484         * message.el (Info-goto-node, format-spec):
11485         * mm-bodies.el (message-options-get):
11486         * mm-decode.el (mm-view-pkcs7):
11487         * mm-util.el (gmm-write-region):
11488         * mml-smime.el (mml-compute-boundary)
11489         (gnus-completing-read-with-default):
11490         * mml.el (widget-button-press, gnus-make-hashtable):
11491         * mml1991.el (mm-decode-content-transfer-encoding)
11492         (mm-encode-content-transfer-encoding)
11493         (message-options-get, message-options-set):
11494         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
11495         * nnfolder.el (gnus-request-group):
11496         * nnheader.el (ietf-drums-unfold-fws):
11497         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
11498         * smime.el (gnus-run-mode-hooks):
11499         * spam-stat.el (gnus-message): Autoload.
11500
11501         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
11502         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
11503         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
11504         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
11505         Add declare-function compatibility definition.
11506
11507         * gnus-cache.el (nnvirtual-find-group-art):
11508         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
11509         (gnus-add-image, gnus-add-wash-type):
11510         * gnus-group.el (nnkiboze-score-file):
11511         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
11512         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
11513         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
11514         (message-tokenize-header, gnus-get-buffer-create)
11515         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
11516         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
11517         * gnus.el (gnus-group-decoded-name):
11518         * mail-source.el (imap-capability):
11519         * mm-bodies.el (message-options-set):
11520         * mm-decode.el (gnus-configure-windows):
11521         * mm-extern.el (message-goto-body):
11522         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
11523         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
11524         (epg-sub-key-validity, message-options-set):
11525         * mml.el (widget-event-point, gnus-configure-windows):
11526         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
11527         * mml2015.el (epg-check-configuration, epg-configuration)
11528         (message-options-set):
11529         * nndb.el (nndb-request-article):
11530         * nnfolder.el (gnus-request-create-group):
11531         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
11532         * nnmaildir.el (gnus-group-mark-article-read):
11533         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
11534         * rfc1843.el (message-fetch-field):
11535         * spam.el (gnus-extract-address-components):
11536         Declare as functions.
11537
11538 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
11541
11542         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11543
11544         * lpath.el: Fbind run-mode-hooks for Emacs 21;
11545         bind show-trailing-whitespace for XEmacs.
11546
11547 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11548
11549         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
11550         new no-op macro for backward compatibility.
11551
11552         * imap.el (imap-string-to-integer): New function.
11553
11554 2007-12-09  Glenn Morris  <rgm@gnu.org>
11555
11556         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
11557
11558         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
11559         * message.el, mm-view.el, sieve-manage.el, smime.el:
11560         Add declare-function compatibility definition.
11561
11562         * gnus-art.el (w3-region, w3m-region, Info-menu):
11563         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
11564         * gnus-sum.el (gnus-get-predicate):
11565         * gnus-util.el (mm-append-to-file, w32-focus-frame):
11566         * message.el (mail-abbrev-in-expansion-header-p):
11567         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
11568         (w3m-detect-meta-charset, w3m-region):
11569         * sieve-manage.el (password-read, password-cache-add)
11570         (password-cache-remove):
11571         * smime.el (password-read-and-add): Declare as functions.
11572
11573 2007-12-08  David Kastrup  <dak@gnu.org>
11574
11575         * gnus-sum.el (gnus-summary-simplify-subject-query):
11576         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
11577         `message'.
11578
11579 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11580
11581         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
11582         it to bind idna-program, installation-directory, defined-colors, and
11583         face-attribute for XEmacs of the version that compiles defcustom forms.
11584
11585 2007-12-07  Glenn Morris  <rgm@gnu.org>
11586
11587         * gnus-art.el (article-make-date-line): Revert previous change.
11588
11589 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11590
11591         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
11592
11593 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
11594
11595         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
11596         Call gnus-add-to-range ranges only once with a prepared article-list.
11597
11598 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
11599
11600         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
11601         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
11602         group names with backslashes.
11603         Reported by Tassilo Horn <tassilo@member.fsf.org>.
11604
11605 2007-12-06  Deepak Goel  <deego3@gmail.com>
11606
11607         * gnus-art.el (article-make-date-line):
11608         * gnus-start.el (gnus-load):
11609         * pop3.el (pop3-read-response): Fix buggy call to `error'.
11610
11611 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11612
11613         * gnus-art.el (gnus-use-idna):
11614         * gnus-start.el (gnus-site-init-file):
11615         * message.el (message-use-idna):
11616         * mm-uu.el (mm-uu-hide-markers):
11617         * smiley.el (smiley-style): Revert changes that suppress warnings.
11618
11619 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11620
11621         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
11622         specify charset to html source.
11623         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11624
11625 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11626
11627         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
11628         idna-program in order to suppress byte compile warning issued by XEmacs
11629         that came to byte compile the default value section of defcustom forms
11630         recently.
11631
11632         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
11633         value of installation-directory.
11634
11635         * message.el (message-use-idna): Don't directly refer to the value of
11636         idna-program.
11637
11638         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
11639
11640         * smiley.el (smiley-style): Don't directly call face-attribute.
11641
11642 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
11643
11644         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
11645
11646         * gnus-dired.el: Reduce Gnus dependencies.
11647         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
11648         Don't require.  Use autoloads instead.
11649         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
11650         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
11651         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
11652         (gnus-dired-mode): Adjust doc string.
11653         (gnus-dired-mail-mode): New variable.
11654         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
11655         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
11656         (gnus-dired-mail-buffers): New function.  Return mail or message
11657         composition buffers.
11658         (gnus-dired-attach): Use it.
11659         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
11660         NO-DECODE.
11661         (gnus-dired-print): Use `gnus-print-buffer' depending on
11662         `gnus-dired-mail-mode'.
11663
11664 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11665
11666         * rfc2047.el (rfc2047-encoded-word-regexp)
11667         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
11668         explaining what regexp patterns are for.
11669
11670 2007-12-04  Glenn Morris  <rgm@gnu.org>
11671
11672         * password.el: Move to password-cache.el.
11673
11674         * mml1991.el (password-read, password-cache-add, password-cache-remove):
11675         * mml2015.el (password-read, password-cache-add, password-cache-remove):
11676         * mml-smime.el (password-read, password-cache-add)
11677         (password-cache-remove):
11678         No need to autoload, since mml-sec requires password.
11679
11680         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
11681         * message.el (gnus-extract-address-components):
11682         * mml-smime.el (gnus-extract-address-components): Define for compiler.
11683
11684         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
11685         password.
11686
11687 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11688
11689         * mailcap.el: Reduce dependencies.
11690         (mail-header-parse-content-type): Autoload.
11691         (mailcap-delete-duplicates): New alias.
11692         (mailcap-mime-info): Add optional argument NO-DECODE.
11693         (mailcap-mime-types): Use mailcap-delete-duplicates.
11694
11695         * message.el (message-ignored-supersedes-headers): Add "X-ID".
11696
11697 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
11698
11699         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11700         (imap-parse-status): Upcase status-att for servers that sends them
11701         lower-case (e.g., MS Exchange 2007).
11702
11703 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11704
11705         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
11706         function.
11707
11708         * gnus-uu.el (gnus-uu-decode-yenc): New command.
11709         (gnus-uu-yenc-article): New function.
11710
11711         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
11712
11713         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
11714
11715 2007-12-02  Glenn Morris  <rgm@gnu.org>
11716
11717         * binhex.el (binhex): New custom group.
11718         (binhex-decoder-program, binhex-decoder-switches)
11719         (binhex-use-external): Move to the binhex custom group.
11720
11721         * uudecode.el (uudecode): New custom group.
11722         (uudecode-decoder-program, uudecode-decoder-switches)
11723         (uudecode-use-external): Move to the uudecode custom group.
11724
11725         * netrc.el (top-level): Don't load `encrypt' features.
11726         (netrc-parse): Don't use encrypt.
11727         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11728
11729         * encrypt.el: Remove file.
11730
11731 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
11732
11733         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
11734         matches on patches.
11735
11736         * gnus-art.el (gnus-article-browse-html-article):
11737         Mention `mm-text-html-renderer' in the doc string.
11738
11739         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
11740         string.  Add comments.
11741
11742         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
11743         if rhs is ASCII.
11744
11745 2007-12-01  Glenn Morris  <rgm@gnu.org>
11746
11747         * mail-source.el (top-level): Require format-spec before
11748         eval-when-compile.
11749
11750 2007-11-30  Glenn Morris  <rgm@gnu.org>
11751
11752         * encrypt.el: Require password, rather than autoloading password-read.
11753
11754 2007-11-29  Glenn Morris  <rgm@gnu.org>
11755
11756         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
11757         (sasl-make-client, sasl-next-step, sasl-step-data)
11758         (sasl-step-set-data): Declare as functions.
11759
11760 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
11761
11762         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11763
11764 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
11765
11766         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
11767         certs should be verified and what is to be done in the event of a
11768         verification failure.
11769
11770         * gnus.el (gnus-method-to-server): Add an optional parameter so the
11771         caller can indicate whether the cache should be disregarded for this
11772         call.  This way the result of the call is reproducible at all times and
11773         can be considered a canonical server name for the supplied method.
11774         (gnus-agent-method-p): Canonicalize server names by pushing their
11775         method through `gnus-method-to-server' using the no-cache argument.
11776
11777         * gnus-srvr.el (gnus-server-insert-server-line):
11778         Call `gnus-method-to-server' with `no-cache' argument.
11779
11780         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
11781         gnus-agent-possibly-synchronize-flags as this should be called when the
11782         server is actually being opened.
11783         (gnus-agent-possibly-synchronize-flags)
11784         (gnus-agent-possibly-synchronize-flags-server): Move check for the
11785         flags file of an agentized server to the latter function.
11786
11787         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
11788         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
11789         after a connection has been established successfully.
11790
11791 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11792
11793         * gnus-art.el (article-display-face): Force to display face if called
11794         interactively; check if gnus-article-x-face-too-ugly matches author.
11795         (article-display-x-face): Display face even if From header is missing
11796         as article-display-face does.
11797
11798 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
11799
11800         * hashcash.el (message-narrow-to-headers-or-head)
11801         (message-fetch-field, message-goto-eoh)
11802         (message-narrow-to-headers): Declare as functions.
11803
11804 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
11805
11806         * mail-source.el (mail-sources): Default to fetch from file for
11807         compatibility with default of nnmail-spool-file.
11808
11809 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11810
11811         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
11812         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
11813         to look for encoded word that should be encoded again.
11814         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
11815         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
11816         encoding pattern.
11817         (rfc2047-decode-region): Switch strict regexp and loose one according
11818         to rfc2047-allow-irregular-q-encoded-words.
11819
11820 2007-11-25  Romain Francoise  <romain@orebokech.com>
11821
11822         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
11823
11824 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11825
11826         * tls.el (tls-program): Provide more custom choices from
11827         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
11828         (tls-process-connection-type, tls-success): Remove "*" in doc string.
11829
11830 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11831
11832         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
11833         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
11834
11835         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
11836         `nnmail-spool-file'.
11837
11838         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
11839         `nnmail-spool-file'.
11840
11841         * gnus-move.el (gnus-change-server): Ditto.
11842
11843         * gnus-kill.el (gnus-batch-score): Ditto.
11844
11845         * gnus-cache.el (gnus-jog-cache): Ditto.
11846
11847         * gnus-msg.el (gnus-summary-reply):
11848         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
11849
11850 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11851
11852         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11853         version.  Minor improvement to doc strings.
11854         (tls-program): Add comment.
11855
11856 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
11857
11858         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11859         (tls-checktrust): New variable.  Check if GNU TLS complained about a
11860         mismatch between the hostname provided in the certificate and the name
11861         of the host connnecting to.
11862         (open-tls-stream): Use them.  Check certificates against trusted root
11863         certificates.
11864
11865 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11866
11867         * gnus-cache.el (gnus-cache-generate-nov-databases):
11868         Use nnml-generate-nov-databases-directory instead of
11869         nnml-generate-nov-databases-1.
11870
11871 2007-11-24  Glenn Morris  <rgm@gnu.org>
11872
11873         * message.el (message-tool-bar-retro): Update for rename
11874         mail_send.xpm->mail-send.xpm.
11875
11876 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
11877
11878         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
11879         `smime-ldap-search' for Emacs 22 and up.
11880
11881 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11882
11883         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
11884
11885         * message.el (message-send-mail-function): Fix error convention.
11886         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
11887         (message-widen-reply, message-send-mail, message-talkative-question)
11888         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
11889         (message-clone-locals, message-send-news): Use with-current-buffer.
11890         (message-insert-or-toggle-importance): Remove unused var `valid'.
11891         (message-make-references): Remove unused var `new-references'.
11892         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
11893
11894 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
11895
11896         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
11897         (spam-split-symbolic-return-positive): Reflow docstring.
11898         (spam-backends, spam-summary-exit-behavior)
11899         (spam-mark-ham-unread-before-move-from-spam-group)
11900         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
11901         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11902         (spam-clear-cache, spam-backend-check, spam-install-backend)
11903         (spam-install-statistical-backend, spam-list-of-processors)
11904         (spam-group-processor-p, spam-split, spam-bogofilter-score)
11905         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
11906         (spam-check-crm114, spam-initialize, spam-unload-hook):
11907         Fix typos in docstrings.
11908
11909 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11910
11911         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
11912         been checked if they have never been read and those group levels are
11913         higher than the one that a user specified.
11914
11915 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
11918         foreign groups unless a group level is specified by a user.
11919         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
11920
11921 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
11922
11923         * message.el (message-send-mail-function): Require sendmail.
11924
11925 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
11926
11927         * message.el (message-send-mail-function): Check for smtpmail too.
11928
11929         * utf7.el (utf7-encode, utf7-decode): Use coding system
11930         `utf-7'/`utf-7-imap' from utf-7.el' if available.
11931
11932         * message.el (message-send-mail-function): New function.
11933         (message-send-mail-function): Set default using
11934         message-send-mail-function.  Adjust doc string.
11935         (message-send-mail-with-mailclient): New function.
11936
11937 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11938
11939         * smime.el (from):
11940         * rfc2047.el (message-posting-charset):
11941         * qp.el (mm-use-ultra-safe-encoding):
11942         * pop3.el (parse-time-months):
11943         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
11944         * nnml.el (files):
11945         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
11946         (jka-compr-compression-info-list, ange-ftp-path-format)
11947         (efs-path-regexp):
11948         * nndiary.el (files):
11949         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
11950         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
11951         (epg-digest-algorithm-alist, inhibit-redisplay)
11952         (password-cache-expiry):
11953         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
11954         (pgg-output-buffer, password-cache-expiry):
11955         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
11956         (efs-path-regexp):
11957         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
11958         (inhibit-redisplay):
11959         * mm-uu.el (file-name, start-point, end-point, entry)
11960         (gnus-newsgroup-name, gnus-newsgroup-charset):
11961         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
11962         (latin-unity-ucs-list):
11963         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
11964         (mm-uu-binhex-decode-function):
11965         * message.el (gnus-message-group-art, gnus-list-identifiers)
11966         (rmail-enable-mime-composing, gnus-local-organization)
11967         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
11968         (gnus-read-active-file, facemenu-add-face-function)
11969         (facemenu-remove-face-function, gnus-article-decoded-p)
11970         (tool-bar-mode):
11971         * mail-source.el (display-time-mail-function):
11972         * gnus-util.el (nnmail-pathname-coding-system)
11973         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
11974         (gnus-original-article-buffer, gnus-user-agent)
11975         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
11976         (xemacs-codename, sxemacs-codename, emacs-program-version):
11977         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
11978         * gnus-start.el (gnus-agent-covered-methods)
11979         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
11980         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
11981         (gnus-newsgroup-headers, gnus-group-list-mode)
11982         (gnus-group-mark-positions, gnus-newsgroup-data)
11983         (gnus-newsgroup-unreads, nnoo-state-alist)
11984         (gnus-current-select-method, mail-sources)
11985         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
11986         (nnmail-spool-file, gnus-cache-active-hashtb):
11987         * gnus-mh.el (mh-lib-progs):
11988         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
11989         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
11990         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
11991         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
11992         (gnus-group-buffer):
11993         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
11994         (font-lock-set-defaults):
11995         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11996         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11997         (gnus-summary-post-menu, total-parts, type, condition, length):
11998         * gnus-agent.el (gnus-agent-read-agentview):
11999         * flow-fill.el (show-trailing-whitespace):
12000         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
12001         eval-and-compile wrappers for byte compiler pacifiers.
12002
12003         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
12004         (mm-display-inline-fontify): Check for featurep 'xemacs not
12005         extent-list.
12006
12007         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
12008         itimer-list.
12009         (mm-create-image-xemacs): Only do something for XEmacs.
12010         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
12011
12012         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
12013
12014         * gnus-registry.el (gnus-adaptive-word-syntax-table):
12015         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
12016
12017 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
12018
12019         * nnimap.el (nnimap-split-download-body):
12020         * gnus-demon.el (gnus-demon):
12021         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
12022
12023 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12024
12025         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
12026         New macros.
12027         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
12028         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
12029         copy data from unibyte buffer to multibyte current buffer.
12030         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
12031         to copy data from unibyte current buffer to multibyte buffer.
12032         (nntp-make-process-buffer): Make process buffer unibyte.
12033
12034         * pop3.el (pop3-open-server): Fix typo in Lisp code.
12035
12036 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
12037
12038         * pop3.el (pop3-open-server): Accept and process data more robustly at
12039         connection start to avoid spurious "POP SSL connection failed" errors.
12040
12041 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
12044         read group names.
12045
12046 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
12047
12048         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
12049
12050 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12051
12052         * nnmail.el (nnmail-parse-active): Make group names unibyte.
12053         (nnmail-save-active): Use a unibyte buffer when saving active file,
12054         which may contain non-ASCII group names.
12055
12056         * nnml.el (nnml-request-group): Decode group names in messages.
12057
12058 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
12059
12060         * message.el (message-citation-line-function)
12061         (message-insert-formatted-citation-line): Fix spelling of
12062         `message-insert-formated-citation-line'.
12063
12064 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
12065
12066         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
12067
12068 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12069
12070         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
12071         nnmail-pathname-coding-system.
12072
12073         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
12074         that a user enters; decode group names in messages.
12075
12076         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
12077
12078 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12079
12080         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
12081
12082         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
12083
12084         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
12085         risky local variable.
12086
12087         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
12088
12089 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
12090
12091         * encrypt.el: Improve documentation to fix function name typo.
12092         Reported by Daiki Ueno <ueno@unixuser.org>.
12093
12094 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
12097         even if the point is not in the last page of an article.
12098         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
12099         back to the previous page.
12100
12101 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
12102
12103         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
12104
12105 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12106
12107         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
12108
12109 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12110
12111         * message.el (message-check-news-body-syntax):
12112         Avoid mm-string-as-multibyte.
12113         (message-hide-headers): Don't assume (point-min)==1.
12114
12115 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12116
12117         * message.el (message-remove-blank-cited-lines): Fix if remove is
12118         given.
12119         (message-bogus-address-regexp): New variable.
12120         (message-bogus-recipient-p): New function.
12121         (message-check-recipients): New command.
12122         (message-syntax-checks): Add `bogus-recipient'.
12123         (message-fix-before-sending): Add `bogus-recipient'.
12124
12125         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
12126         (gnus-treat-body-boundary): Don't test window-system.
12127
12128 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
12129
12130         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
12131
12132 2007-10-28  Miles Bader  <miles@gnu.org>
12133
12134         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
12135         at compile-time too.
12136
12137 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12138
12139         * gnus-msg.el (gnus-message-setup-hook):
12140         Add `message-remove-blank-cited-lines' to options.
12141
12142 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12143
12144         * message.el (message-remove-blank-cited-lines): New function.
12145         Suggested by Karl Plästerer.
12146
12147 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12148
12149         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
12150         mapc.
12151
12152         * imap.el (imap-open): Replace mapcar called for effect with mapc.
12153         (top-level): Use mapc to set functions to be traced for debugging.
12154
12155         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
12156         called for effect with while loop.
12157
12158         * message.el (message-talkative-question): Replace mapcar called for
12159         effect with mapc.
12160
12161         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
12162         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
12163         called for effect with dolist.
12164
12165         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
12166
12167         * nndiary.el: Use dolist instead of mapcar to add diary headers to
12168         gnus-extra-headers and nnmail-extra-headers.
12169
12170         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
12171         called for effect with dolist.
12172         (top-level): Use mapc to set functions to be traced for debugging.
12173
12174         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
12175         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
12176         dolist.
12177
12178         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
12179         Replace mapcar called for effect with mapc.
12180         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
12181         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
12182         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
12183         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
12184
12185         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
12186         remove-if that's a cl function.
12187
12188         * webmail.el (webmail-debug): Replace mapcar called for effect with
12189         dolist.
12190
12191         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
12192         with mapc.
12193
12194 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12195
12196         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
12197         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
12198         with while loop.
12199
12200         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
12201         functions from article-* functions.
12202         (gnus-multi-decode-header): Replace mapcar called for effect with
12203         dolist.
12204
12205         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
12206         (gnus-bookmark-show-details): Replace mapcar called for effect with
12207         while loop.
12208
12209         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
12210         called for effect with while loop.
12211
12212         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
12213         with dolist.
12214
12215         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12216         Replace mapcar called for effect with dolist.
12217
12218         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
12219
12220         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
12221         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
12222         Replace mapcar called for effect with dolist.
12223         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
12224         mapc.
12225
12226         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
12227         Replace mapcar called for effect with dolist.
12228         (gnus-topic-list): Replace mapcar called for effect with mapc.
12229
12230         * gnus.el: Use mapc instead of mapcar to add autoloads.
12231
12232 2007-10-23  Richard Stallman  <rms@gnu.org>
12233
12234         * gnus-group.el (gnus-group-highlight): Mark as risky.
12235
12236 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * gnus.el (gnus-server-to-method): Return method found first in
12239         gnus-newsrc-alist.
12240
12241         * gnus-art.el (gnus-article-highlight-signature)
12242         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
12243         button overlay without the front stickiness.
12244
12245 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
12246
12247         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
12248         overview buffer needed a catch to receive its throw.
12249         (gnus-agent-flush-cache): Declare as interactive to make this function
12250         easier to use.
12251
12252 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
12253
12254         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
12255         `next-line'.
12256
12257 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12258
12259         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
12260         exclude address matching message-dont-reply-to-names.
12261
12262 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * gnus-util.el (gnus-string<): New function.
12265
12266         * gnus-sum.el (gnus-article-sort-by-author)
12267         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
12268
12269 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12270
12271         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
12272         the frame-focus tag is set in gnus-buffer-configuration.
12273
12274 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12275
12276         * gnus-art.el (gnus-article-add-button): Make a button overlay without
12277         the front stickiness.
12278
12279 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12280
12281         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
12282         url pattern; remove duplicate one.
12283         (gnus-article-extend-url-button): New function.
12284         (gnus-article-add-buttons): Use it.
12285         (gnus-button-push): Use concatenated url that it makes.
12286
12287 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
12288
12289         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
12290
12291 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12292
12293         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
12294         Don't hardcode point-min==1.
12295
12296 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
12297
12298         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
12299         Fix comment about "iso8859-1".
12300
12301 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
12302
12303         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
12304         ones returned from the verify-function.
12305
12306         * mm-uu.el (mm-uu-pgp-signed-extract-1):
12307         Call mml2015-extract-cleartext-signature if extraction failed.
12308
12309 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
12310
12311         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
12312         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
12313         failed.
12314
12315 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12316
12317         * Relicense "GPLv2 or later" files to "GPLv3 or later".
12318
12319 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
12320
12321         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
12322         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
12323         recommends to use EasyPG instead of PGG.
12324
12325         * pgg.el: Revert to revision 6.23.2.16.
12326
12327         * pgg-def.el: Revert to revision 6.6.2.14.
12328
12329         * pgg-gpg.el: Revert to revision 6.23.2.34.
12330
12331 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
12332
12333         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
12334         to mark a thread as expirable.  Add variable `hide' to handle hiding of
12335         thread for both the null and zero (kill/expire thread) universal prefix
12336         cases.
12337         (gnus-summary-expire-thread): Add new function to expire a thread,
12338         using gnus-summary-kill-thread.
12339         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
12340         shortcuts for gnus-summary-expire-thread.
12341         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
12342         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
12343
12344 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12345
12346         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
12347         extras value, so an extras entry can be deleted.
12348         (gnus-registry-delete-extra-entry): Use it.
12349         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
12350         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
12351         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
12352         storage through the gnus-registry, and provide an appropriate API for
12353         it.
12354
12355 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12356
12357         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
12358         Suggested by Leo <sdl.web@gmail.com>.
12359
12360         * gnus.el: Do.
12361
12362 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
12365         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
12366
12367         * gnus-agent.el (gnus-agent-fetch-headers): Do.
12368
12369         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12370         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
12371
12372 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12373
12374         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
12375         newline.
12376         (nnmbox-request-accept-article): Don't change article in source buffer;
12377         narrow to header to use message-fetch-field rather than
12378         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
12379         (nnmbox-request-replace-article): Quote lines that'll be misidentified
12380         as delimiters; make sure article ends with newline.
12381         (nnmbox-delete-mail): Correct last position of article to be deleted;
12382         ignore X-Gnus-Newsgroup header in article body.
12383         (nnmbox-save-mail): Quote lines looking like delimiters at the right
12384         positions; make sure article ends with newline.
12385
12386         * message.el (message-display-abbrev): Don't infloop when a user
12387         inserts SPC in the beginning of header.
12388
12389         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
12390         coding-system-for-read and coding-system-for-write for XEmacs having no
12391         file-coding feature.
12392
12393         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
12394
12395 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
12396
12397         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
12398         list of groups not followed by default.  Fix type to be regexp.
12399         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
12400
12401 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
12402
12403         * hmac-def.el (define-hmac-function): Switch from old-style to
12404         new-style backquotes.
12405
12406         * md4.el (md4-make-step): Likewise.
12407
12408 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12409
12410         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
12411         raw-text coding system when saving .newsrc file, which may contain
12412         non-ASCII group names.
12413
12414 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12415
12416         * gnus-cus.el (gnus-score-extra): New widget.
12417         (gnus-score-extra-convert): New function.
12418         (gnus-score-customize): Use it for Extra.
12419
12420 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
12421
12422         * mml2015.el (mml2015-extract-cleartext-signature): New function.
12423         (mml2015-mailcrypt-clear-verify): Use it.
12424         (mml2015-gpg-clear-verify): Use it.
12425         (mml2015-pgg-clear-verify): Use it.
12426         (mml2015-epg-clear-verify): Replace the current part with the output
12427         from GnuPG; don't extract the plaintext by itself.
12428
12429         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
12430         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
12431         mml2015-clear-verify-function; don't touch the armor headers or
12432         dash-escaped text here.
12433
12434 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
12437         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
12438         parts, or application/octet-stream as a last resort.
12439         (gnus-mime-view-part-as-type): Don't toggle display.
12440         (gnus-mime-view-part-as-charset): Don't turn off display before
12441         querying charset.
12442
12443         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
12444         stuff to undisplayer function in Emacs.
12445         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
12446
12447         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
12448         text/calendar parts.
12449
12450 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12451
12452         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
12453         decoding text/calendar parts.
12454
12455         * message.el (message-forward-make-body-mime): Always mark body as
12456         having no illegible text; remove signed-or-encrypted argument.
12457         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
12458
12459         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
12460         (mml-generate-mime-1): Don't encode body if it is specified to be in
12461         raw form; don't make buffer be unibyte when inserting multibyte string.
12462
12463 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12464
12465         * sha1.el: Fix up comment style.
12466         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
12467         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
12468
12469         * hex-util.el: Fix up comment style.
12470         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
12471
12472         * gnus-salt.el: Use with-current-buffer.
12473         (gnus-pick-setup-message): Fix long-standing typo.
12474
12475 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12476
12477         * imap.el (imap-logout-timeout): New variable.
12478         (imap-logout, imap-logout-wait): New functions.
12479         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
12480
12481         * nnimap.el (nnimap-logout-timeout): New server variable.
12482         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
12483         nnimap-logout-timeout.
12484
12485         * gnus-art.el (gnus-article-summary-command-nosave)
12486         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
12487
12488 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12489
12490         * gnus.el (gnus-maximum-newsgroup): New variable.
12491
12492         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
12493         according to gnus-maximum-newsgroup.
12494
12495         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12496         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
12497         Limit the range of articles according to gnus-maximum-newsgroup.
12498
12499 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
12500
12501         * gnus-art.el (gnus-sticky-article): Fix problems described in
12502         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
12503         Don't perform gnus-configure-windows here; reuse existing sticky
12504         article buffer.
12505
12506         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
12507         it doesn't exist in gnus-article-mode.
12508
12509 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12510
12511         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
12512         (gnus-agent-decoded-group-name): New function.
12513         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
12514         (gnus-agent-expire-group-1): Use it; decode group name in messages.
12515
12516 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
12517
12518         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
12519         Add binding for gnus-sticky-article.
12520         (gnus-summary-exit): Don't kill sticky article buffers.
12521
12522         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
12523         article buffer.
12524         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
12525         (gnus-kill-sticky-article-buffers): New commands.
12526
12527 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12528
12529         * nntp.el (nntp-xref-number-is-evil): New server variable.
12530         (nntp-find-group-and-number): If it is non-nil, don't trust article
12531         numbers in the Xref header.
12532
12533 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12534
12535         * gnus-agent.el (gnus-agent-read-group): New function.
12536         (gnus-agent-flush-group, gnus-agent-expire-group)
12537         (gnus-agent-regenerate-group): Use it.
12538         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
12539         nnmail-pathname-coding-system.
12540
12541 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12542
12543         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
12544
12545         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
12546         that are unread as unread, and also as selected so that information of
12547         marks having been changed by a user may be updated when exiting group.
12548
12549 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12550
12551         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
12552
12553 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12554
12555         * gnus-art.el (gnus-mime-display-single): Pass part number that is
12556         calculated ignoring signature parts to gnus-treat-article.
12557
12558 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12559
12560         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
12561         a point here in order to keep the window start.
12562         (gnus-insert-mime-security-button): Make a button overlay without the
12563         front stickiness.
12564         (gnus-mime-display-security): Goto the end of a button.
12565
12566         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
12567
12568 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12569
12570         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
12571         group-name-at-point.
12572         (gnus-group-completing-read): New function that offers decoded
12573         non-ASCII group names for completion.
12574         (gnus-fetch-group, gnus-group-read-ephemeral-group)
12575         (gnus-group-jump-to-group, gnus-group-make-group-simple)
12576         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
12577         (gnus-group-fetch-control): Use it.
12578         (gnus-fetch-group): Use group-name-at-point for the initial value
12579         rather than the default value; use gnus-alive-p.
12580
12581         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
12582         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
12583         (gnus-summary-post-news): Use gnus-group-completing-read.
12584
12585         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
12586         (gnus-read-move-group-name): Decode group name for completion.
12587
12588 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
12589
12590         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
12591         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
12592         Yamaoka slightly modified the code).
12593
12594 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12595
12596         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
12597         (nnmail-split-incoming): Bind it.
12598
12599         * nnml.el (nnml-group-name-charset): New function.
12600         (nnml-decoded-group-name): Use it; don't decode group name if
12601         nnmail-group-names-not-encoded-p is non-nil.
12602         (nnml-encoded-group-name): New function.
12603         (nnml-group-pathname): Inline nnml-decoded-group-name.
12604         (nnml-request-expire-articles): Decode group name in message.
12605         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
12606         nnmail-pathname-coding-system.
12607         (nnml-save-mail, nnml-active-number): Work with decoded group names and
12608         not decoded ones according to nnmail-group-names-not-encoded-p.
12609         (nnml-generate-active-info): Use nnml-encoded-group-name.
12610
12611 2007-08-08  Glenn Morris  <rgm@gnu.org>
12612
12613         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
12614         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
12615         doc-strings and comments.
12616
12617 2007-07-25  Glenn Morris  <rgm@gnu.org>
12618
12619         * Relicense all FSF files to GPLv3 or later.
12620
12621 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12622
12623         * gnus-sum.el (gnus-summary-move-article):
12624         Make gnus-summary-respool-article work.
12625
12626 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
12627
12628         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
12629         string.
12630
12631 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
12632
12633         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
12634         that should be ignored when comparing distant RSS articles with local
12635         ones.
12636         (nnrss-make-hash-index): New function.  Create a hash index according
12637         to the ignored fields.
12638         (nnrss-check-group): Use it.
12639
12640 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12641
12642         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
12643
12644         * gnus-art.el (article-decode-group-name): Decode Xref header too.
12645
12646         * gnus-group.el (gnus-group-make-group): Encode group name here unless
12647         the new optional argument ENCODED is non-nil.
12648         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
12649         coding system for encoding group name.
12650         (gnus-group-make-rss-group): Pass un-encoded group name to
12651         gnus-group-make-group.
12652         (gnus-group-set-info): Tell gnus-group-make-group that group name is
12653         encoded.
12654
12655         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
12656         Encode group name to which articles are moved or copied.
12657         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
12658         coding system for encoding Newsgroup, Followup-To and Xref headers.
12659
12660         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
12661         marks; use nnheader-file-coding-system to write a file.
12662         (nnagent-retrieve-headers): Bind file-name-coding-system to
12663         nnmail-pathname-coding-system.
12664
12665         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
12666
12667         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
12668         (nnml-request-article, nnml-request-create-group)
12669         (nnml-request-rename-group, nnml-find-id)
12670         (nnml-possibly-change-directory, nnml-possibly-create-directory)
12671         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
12672         (nnml-save-marks): Use nnml-group-pathname instead of
12673         nnmail-group-pathname.
12674
12675         (nnml-request-create-group, nnml-request-expire-articles)
12676         (nnml-request-move-article, nnml-request-delete-group)
12677         (nnml-deletable-article-p, nnml-possibly-create-directory)
12678         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
12679         (nnml-open-marks): Bind file-name-coding-system to
12680         nnmail-pathname-coding-system.
12681
12682         (nnml-request-article): Pass server argument to nnml-find-group-number.
12683         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
12684         Pass server argument to nnml-possibly-create-directory.
12685         (nnml-request-accept-article): Pass server argument to
12686         nnml-active-number and nnml-save-mail.
12687         (nnml-find-group-number): Pass server argument to nnml-find-id.
12688         (nnml-request-update-info): Pass server argument to
12689         nnml-marks-changed-p.
12690
12691         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
12692         (nnml-save-mail, nnml-active-number): Add server argument.
12693
12694         (nnml-request-delete-group): Warn if group is missing.
12695         (nnml-get-nov-buffer): Decode group name.
12696         (nnml-generate-active-info): Encode group name.
12697         (nnml-open-marks): Decode group name in messages.
12698
12699 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12700
12701         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
12702         if it is not specified.
12703         (gnus-article-pipe-part, gnus-article-save-part)
12704         (gnus-article-interactively-view-part, gnus-article-copy-part)
12705         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
12706         (gnus-article-inline-part, gnus-article-save-part-and-strip)
12707         (gnus-article-replace-part, gnus-article-delete-part)
12708         (gnus-article-view-part-as-type): Pass raw prefix argument to
12709         gnus-article-part-wrapper.
12710
12711 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12712
12713         * gnus-agent.el (gnus-agent-save-active):
12714         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
12715
12716         * gnus-cache.el (gnus-cache-save-buffers)
12717         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
12718         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
12719         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
12720         (gnus-cache-braid-nov, gnus-cache-braid-heads)
12721         (gnus-cache-generate-active, gnus-cache-rename-group)
12722         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
12723         (gnus-cache-update-overview-total-fetched-for):
12724         Bind file-name-coding-system to nnmail-pathname-coding-system.
12725         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
12726         New variables.
12727         (gnus-cache-decoded-group-name): New function.
12728         (gnus-cache-file-name): Use it.
12729         (gnus-cache-generate-active): Use non-decoded group name for active.
12730
12731         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
12732         right place.
12733         (gnus-write-active-file): Don't break non-ASCII group names.
12734
12735         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
12736         nnmail-pathname-coding-system.
12737
12738         * lpath.el: Bind default-file-name-coding-system,
12739         file-name-coding-system and language-info-alist for XEmacs.
12740
12741         * gnus-uu.el (gnus-uu-decode-save): Typo.
12742
12743 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12744
12745         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
12746
12747 2007-07-14  David Kastrup  <dak@gnu.org>
12748
12749         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
12750         finishing actions if we did not edit the article.
12751
12752 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12753
12754         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
12755         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
12756         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
12757         (gnus-agent-flush-group, gnus-agent-flush-cache)
12758         (gnus-agent-fetch-headers, gnus-agent-load-alist)
12759         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
12760         (gnus-agent-retrieve-headers, gnus-agent-request-article)
12761         (gnus-agent-regenerate-group)
12762         (gnus-agent-update-files-total-fetched-for)
12763         (gnus-agent-update-view-total-fetched-for):
12764         Bind file-name-coding-system to nnmail-pathname-coding-system.
12765         (gnus-agent-group-pathname): Don't encode file names by
12766         nnmail-pathname-coding-system.
12767         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
12768         coding-system-for-write instead of buffer-file-coding-system to
12769         gnus-agent-file-coding-system.
12770
12771         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
12772         Decode group name.
12773
12774         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
12775
12776         * gnus-start.el (gnus-update-active-hashtb-from-killed)
12777         (gnus-read-newsrc-el-file): Make group names unibyte.
12778
12779         * nnmail.el (nnmail-group-pathname): Don't encode file names by
12780         nnmail-pathname-coding-system.
12781
12782         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
12783         (nnrss-request-delete-group): Bind file-name-coding-system to
12784         nnmail-pathname-coding-system.
12785         (nnrss-read-server-data, nnrss-read-group-data):
12786         Bind file-name-coding-system correctly.
12787         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
12788
12789         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
12790         (nntp-server-to-method-cache): New variable.
12791         (nntp-group-pathname): New function that decodes non-ASCII group names.
12792         (nntp-possibly-create-directory, nntp-marks-changed-p)
12793         (nntp-save-marks, nntp-open-marks): Use it.
12794         (nntp-possibly-create-directory, nntp-open-marks):
12795         Bind file-name-coding-system to nnmail-pathname-coding-system.
12796         (nntp-open-marks): Decode group names when bootstrapping marks.
12797
12798         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
12799         Newsgroups and Followup-To headers.
12800
12801 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12802
12803         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12804         (gnus-server-closed-face, gnus-server-denied-face)
12805         (gnus-server-offline-face): Remove variable.
12806         (gnus-server-font-lock-keywords): Use faces that are not aliases.
12807
12808         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
12809         of modifying message-stack directly for XEmacs.
12810
12811         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
12812         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
12813         if the coding-system argument is nil for XEmacs.
12814
12815         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
12816         mm-charset-override-alist.
12817
12818         * rfc2047.el: Don't require base64; require rfc2045 for the function
12819         rfc2045-encode-string.
12820         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
12821         to quote the parameter value.
12822
12823 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12824
12825         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
12826         form in gnus-group-name-charset-method-alist.
12827
12828         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
12829         overrides the default layout edit-form.
12830
12831         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
12832
12833         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
12834
12835 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12836
12837         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
12838         as unfetched articles.
12839
12840 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
12841
12842         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
12843
12844 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12845
12846         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
12847         original back end that keeps marks in the local system.
12848
12849 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12850
12851         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
12852         arg of pop-to-buffer for XEmacs.
12853         (gnus-article-read-summary-keys): Ditto; don't restore window
12854         configuration if summary command ends up with neither article buffer
12855         nor summary buffer; describe bindings if summary keys end with C-h.
12856
12857 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * message.el (message-fix-before-sending): Skip raw message part to be
12860         forwarded while checking illegible text.
12861         (message-forward-make-body-mime, message-forward-make-body):
12862         Mark signed or encrypted raw message as having no illegible text.
12863
12864 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
12867         (gnus-message-with-timestamp-1): New macro.
12868         (gnus-message-with-timestamp): New function.
12869         (gnus-message): Use them.
12870
12871         * nnheader.el (nnheader-message): Use them.
12872
12873 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
12874
12875         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
12876         .newsrc.eld file.
12877
12878 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12879
12880         * gnus-agent.el (gnus-agent-fetch-headers)
12881         (gnus-agent-retrieve-headers):
12882         Bind gnus-decode-encoded-address-function to identity.
12883
12884         * nntp.el (nntp-send-xover-command): Recognize an xover command is
12885         available also when the server returns simply a dot.
12886
12887         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
12888
12889 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12890
12891         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
12892
12893 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12894
12895         * gnus-ems.el (gnus-x-splash): Make it work.
12896
12897         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
12898         from being used.
12899
12900         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
12901
12902 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12903
12904         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
12905         4th and the 5th arguments.
12906
12907         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
12908         the front stickiness.
12909         (gnus-article-summary-command-nosave): Correct the order of the
12910         arguments passed to pop-to-buffer.
12911         (gnus-article-read-summary-keys): Ditto; make it work properly when the
12912         summary command ends up with the article buffer.
12913
12914         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
12915         the same faces.
12916
12917 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12918
12919         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
12920
12921 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12922
12923         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
12924         * gnus-sum.el (gnus-summary-highlight):
12925         * pgg.el (pgg-sign-region, pgg-sign):
12926         * mail-source.el (mail-source-delete-old-incoming-confirm):
12927         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
12928
12929 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12930
12931         * gnus-art.el (gnus-mime-view-part-externally)
12932         (gnus-mime-view-part-internally): Fix predicate function passed to
12933         completing-read.
12934
12935         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
12936
12937         * gnus.el (gnus-update-message-archive-method): Add :version.
12938
12939 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12940
12941         * gnus.el (gnus-update-message-archive-method): New variable.
12942
12943         * gnus-start.el (gnus-setup-news): Update saved "archive" method
12944         according to gnus-message-archive-method if
12945         gnus-update-message-archive-method is non-nil.
12946
12947 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12948
12949         * gnus-sum.el (gnus-summary-limit-to-address): New function.
12950         Suggested by Loic Dachary <loic@dachary.org>.
12951         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12952
12953 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12954
12955         * message.el (message-pop-to-buffer): Add switch-function argument.
12956         (message-mail): Pass switch-function argument to it.
12957
12958 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
12959
12960         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
12961         Improve doc string.
12962
12963 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12964
12965         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
12966         (gnus-header-content):
12967         * gnus-cite.el (gnus-cite-10):
12968         * gnus-srvr.el (gnus-server-closed):
12969         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
12970         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
12971         (gnus-group-mail-3-empty, gnus-group-mail-low)
12972         (gnus-group-mail-low-empty, gnus-splash):
12973         * message.el (message-header-to, message-header-cc)
12974         (message-header-subject, message-header-other, message-header-name)
12975         (message-header-xheader, message-separator, message-cited-text)
12976         (message-mml): Lighten colors of faces used for dark background.
12977
12978 2007-05-24  Simon Josefsson  <simon@josefsson.org>
12979
12980         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
12981         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
12982
12983 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * message.el (message-narrow-to-headers-or-head):
12986         Ignore mail-header-separator in the body.
12987
12988 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12989
12990         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
12991         same as window size.
12992
12993 2007-05-22  Kevin Ryde  <user42@zip.com.au>
12994
12995         * message.el (message-font-lock-keywords): Use message-header-xheader
12996         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
12997         ahead of the anything pattern, to get it recognized.
12998
12999 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13000
13001         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
13002         spam.el loads uses it in the compiled defadvice form.
13003
13004 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
13005
13006         * gnus-sum.el (gnus-articles-to-read)
13007         (gnus-summary-insert-old-articles): Don't truncate group name for
13008         `read-string'.
13009
13010         * gnus-util.el (gnus-limit-string): Delete this function.
13011
13012         * gnus-sum.el (gnus-simplify-subject-fully):
13013         Use `truncate-string-to-width' instead.
13014
13015 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
13016
13017         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
13018         Tell if, on summary exit, the next group has to be selected.
13019         (gnus-summary-exit): Use it.
13020
13021 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
13022
13023         * gnus-art.el (gnus-article-mode): Fix comment about displaying
13024         non-break space.
13025
13026 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13027
13028         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
13029         Check if group is not a directory.
13030         (nnfolder-request-expire-articles): Don't delete articles if the target
13031         group is not available.
13032
13033         * nnml.el (nnml-request-create-group): Properly check if group is not a
13034         file.
13035         (nnml-request-expire-articles): Don't delete articles if the target
13036         group is not available.
13037
13038         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13039         Don't quote characters that are within parentheses.
13040
13041 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13042
13043         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
13044         (gnus-handle-ephemeral-exit): Select article according to it.
13045
13046 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13047
13048         * message.el (message-insert-formated-citation-line): Remove newline.
13049         (message-citation-line-format): Add final \n here so that the user can
13050         avoid a blank line.
13051
13052 2007-05-03  Dan Christensen  <jdc@uwo.ca>
13053
13054         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
13055         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
13056         Update lanl/arXiv support.
13057
13058 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13059
13060         * gnus.el: Bump version number.
13061
13062 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13063
13064         * gnus.el (gnus-version-number): Bump version.
13065
13066 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13067
13068         * gnus.el: No Gnus v0.6 is released.
13069
13070 2007-04-27  Didier Verna  <didier@xemacs.org>
13071
13072         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
13073         * gmm-utils.el (gmm-regexp-concat): ... here.
13074         * message.el: Don't require 'gnus-util.
13075         (message-dont-reply-to-names): Handle name change above.
13076         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
13077
13078 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
13081         since the initial value varies according to the system.
13082
13083 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13084
13085         * mm-util.el (mm-charset-synonym-alist): Defcustom.
13086
13087 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
13088
13089         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
13090
13091 2007-04-24  Didier Verna  <didier@xemacs.org>
13092
13093         Improve the type of gnus-ignored-from-addresses.
13094         * gnus-util.el (gnus-orify-regexp): New function.
13095         * message.el (gnus-util): Require it.
13096         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
13097         * gnus-sum.el (gnus-ignored-from-addresses): New function.
13098         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
13099
13100 2007-04-24  Didier Verna  <didier@xemacs.org>
13101
13102         * gnus-sum.el:
13103         * gnus-utils.el: Fix some trailing whitespaces.
13104
13105 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
13108         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
13109         article's Message-ID; refer parent article in summary buffer.
13110
13111         * message.el (message-bounce): Call mime-to-mml.
13112
13113         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
13114         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
13115         optimize and/or forms properly.
13116
13117 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
13118
13119         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
13120         URL.
13121
13122 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13123
13124         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
13125
13126 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13127
13128         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
13129         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
13130         displayed of multipart/alternative part if it is invoked from summary
13131         buffer.
13132
13133         * mm-view.el (mm-inline-text-html-render-with-w3m)
13134         (mm-inline-text-html-render-with-w3m-standalone)
13135         (mm-inline-render-with-function): Use mail-parse-charset by default.
13136
13137 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
13138
13139         * parse-time.el (parse-time-string-chars): Check if CHAR
13140         is less than the length of parse-time-syntax.
13141
13142 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13143
13144         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
13145         from gnus-newsgroup-processable.
13146
13147 2007-04-16  Didier Verna  <didier@xemacs.org>
13148
13149         * gnus-msg.el (gnus-configure-posting-styles):
13150         Handle message-signature-directory properly with :file syntax.
13151         Reported by "Leo".
13152
13153 2007-04-11  Didier Verna  <didier@xemacs.org>
13154
13155         New user option: message-signature-directory.
13156         * gnus-msg.el (gnus-configure-posting-styles): Support it.
13157         * message.el (message-insert-signature): Ditto.
13158         * message.el (message-signature-file): Doc update.
13159         * message.el (message-signature-directory): New.
13160
13161 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13162
13163         * gnus-msg.el (gnus-inews-yank-articles):
13164         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
13165
13166 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13167
13168         * message.el (message-yank-original): Make sure cited text ends with
13169         newline; don't exchange point and mark.
13170
13171 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
13172
13173         * tls.el (open-tls-stream): Properly handle case where there
13174         is no associated buffer.
13175
13176 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
13177
13178         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
13179         message-yank-original, make sure (< mark TEXT point).
13180
13181 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13182
13183         * message.el (message-fill-column): New variable.
13184         (message-mode): Use it.  Add comment on a possible new hook.
13185
13186         * nnmail.el (nnmail-spool-file): Mark as obsolete.
13187         (nnmail-get-new-mail): Reformat.
13188
13189         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
13190
13191         * gmm-utils.el: Fix Commentary.
13192         (gmm-tool-bar-from-list): Fix typo in doc string.
13193
13194 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
13195
13196         * message.el (message-yank-original): Don't switch point and mark
13197         unnecessarily to put point and mark as documented.
13198
13199 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13200
13201         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
13202         from the message heads.
13203
13204 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
13205
13206         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
13207         article buffer does not have a window.  This may not be the best
13208         solution but is certainly better than setting the start of the null,
13209         that is the current, window.
13210
13211 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * gnus-draft.el (gnus-draft-setup-hook): New hook.
13214         (gnus-draft-setup): Run it.
13215
13216         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
13217         gnus-score-fast-scoring.  Allow regexp.
13218         (gnus-score-headers): Use it.
13219
13220         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
13221         XEmacs.
13222
13223         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
13224         string.
13225         (gnus-button-alist): Also catch `<f1> k ...'.
13226         (gnus-treat-display-x-face): Fix doc string.
13227
13228 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13229
13230         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
13231         evaluation of gnus-extended-version to ensure correct generation of the
13232         User-Agent header when message-generate-headers-first is used.
13233
13234 2007-03-24  Simon Josefsson  <simon@josefsson.org>
13235
13236         * hashcash.el (hashcash-generate-payment-async): Don't crash if
13237         hashcash-path is nil.  Don't call callback with incorrect number of
13238         parameters if val is 0.
13239
13240 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13241
13242         * message.el (message-required-news-headers):
13243         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
13244
13245 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
13246
13247         * tls.el (open-tls-stream): In handshake-waiting loop,
13248         don't wait more if there is output available to process.
13249
13250 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
13251
13252         * tls.el (tls-program): Doc fix.
13253
13254 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13255
13256         * message.el (message-generate-new-buffers): Change the meaning of the
13257         nil value; add `standard' to the choices; treat t as `unique'; improve
13258         doc string.
13259         (gnus-select-frame-set-input-focus): Autoload.
13260         (message-buffer-name): Search for the existing message buffer if
13261         message-generate-new-buffers is nil or `standard'; treat the value t of
13262         message-generate-new-buffers as `unique'.
13263         (message-pop-to-buffer): Raise the frame already displaying the message
13264         buffer; clear the echo area after querying.
13265         (message-setup): Pass the `continue' argument to compose-mail.
13266         (message-mail): Prefer `switch-function' if it is given; search for the
13267         existing message buffer if the `continue' argument is non-nil; pass
13268         continue and switch-function arguments to compose-mail by way of
13269         message-setup.
13270         (message-mail-other-window): Adjust argument of message-setup.
13271         (message-mail-other-frame): Ditto.
13272
13273 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13274
13275         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
13276         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
13277         to turn font-lock on when turning gnus-message-citation-mode on.
13278
13279 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
13280
13281         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
13282         (mml-smime-function-alist): New variable; add epg as the backend.
13283         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
13284         mml-smime- functions instead.
13285         * mm-view.el: Require smime.
13286
13287 2007-03-05  Didier Verna  <didier@xemacs.org>
13288
13289         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
13290         instead of just inheritance for posting styles.
13291         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
13292
13293 2007-02-24  Chris Moore  <dooglus@gmail.com>
13294
13295         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
13296         * pgg-pgp.el (pgg-pgp-encrypt-region):
13297         * pgg-gpg.el (pgg-gpg-encrypt-region):
13298         Check pgg-encrypt-for-me if no other recipients.
13299
13300 2007-02-24  John Paul Wallington  <jpw@pobox.com>
13301
13302         * tls.el (tls-certtool-program): Fix custom type.
13303
13304 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
13307         and point-at-eol instead of line-(beginning|end)-position.
13308
13309         * assistant.el (assistant-parse-buffer): Ditto.
13310
13311         * netrc.el (netrc-parse-services): Ditto.
13312
13313 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
13314
13315         * mml2015.el (mml2015-epg-find-usable-key): New function.
13316         (mml2015-epg-sign): Use it.
13317         (mml2015-epg-encrypt): Use it.
13318
13319 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13320
13321         * message.el (message-make-in-reply-to): Quote name containing
13322         non-ASCII characters.  It will make the RFC2047 encoder cause an error
13323         if there are special characters.  Reported by NAKAJI Hiroyuki
13324         <nakaji@jp.freebsd.org>.
13325
13326 2007-02-27  Didier Verna  <didier@xemacs.org>
13327
13328         Include the group parameters as well as the topic ones in the
13329         inheritance filter process.
13330         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
13331         argument GROUP-PARAMS-LIST.
13332         * gnus-topic.el (gnus-group-topic-parameters): Use it.
13333
13334 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * nntp.el (nntp-never-echoes-commands)
13337         (nntp-open-connection-functions-never-echo-commands): New variables.
13338         (nntp-send-command): Use them.
13339
13340 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
13341
13342         * mml2015.el (mml2015-epg-verify): Simplify.
13343
13344 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13345
13346         * mml.el (mml-content-disposition-alist): New user option.
13347         (mml-content-disposition): New function.
13348         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
13349         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
13350
13351 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
13352
13353         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
13354         verification.
13355
13356 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13357
13358         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
13359         articles posted in the last 24 hours.
13360
13361 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
13362
13363         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
13364
13365 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
13366
13367         * nntp.el (nntp-send-command): Don't wait for echoes when
13368         nntp-open-ssl-stream is used.
13369
13370 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13371
13372         * gnus-cite.el (gnus-test-font-lock-add-keywords)
13373         (gnus-message-add-citation-keywords)
13374         (gnus-message-remove-citation-keywords): Remove.
13375         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
13376         directly, make the variables in font-lock-defaults buffer-local, add
13377         gnus-message-citation-keywords to them and then update the value of
13378         font-lock-keywords.
13379
13380 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13381
13382         * message.el (message-cite-original-1): Don't call
13383         gnus-article-highlight-citation.
13384
13385         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
13386         citations; fix line count.
13387
13388 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13389
13390         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
13391         (gnus-message-add-citation-keywords)
13392         (gnus-message-remove-citation-keywords): Use it; fix the emulating
13393         versions of font-lock-add-keywords and font-lock-remove-keywords to
13394         work with XEmacs correctly.
13395
13396 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13397
13398         * gnus-cite.el (gnus-cite-face-list): Set the values of
13399         gnus-message-max-citation-depth and gnus-message-citation-keywords.
13400         (gnus-message-max-citation-depth): Use defvar rather than defconst.
13401         (gnus-message-cite-prefix-regexp): New variable.
13402         (gnus-message-search-citation-line): Use it; protect against long
13403         citation prefix; fill match data with nil rather than 0 for XEmacs; set
13404         the 0th match data for Emacs.
13405         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
13406         (gnus-message-add-citation-keywords): Append keywords rather than
13407         prepending; emulate font-lock-add-keywords if it is not available.
13408         (gnus-message-remove-citation-keywords):
13409         Emulate font-lock-remove-keywords if it is not available.
13410
13411         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
13412
13413         * message.el (message-cite-prefix-regexp): Set the value of
13414         gnus-message-cite-prefix-regexp.
13415
13416 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13417
13418         * nnweb.el (nnweb-google-parse-1): Update parser.
13419
13420 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
13421
13422         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
13423
13424 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13425
13426         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13427         regexp.
13428
13429 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13430
13431         * uudecode.el (uudecode-string-to-multibyte): New function emulating
13432         string-to-multibyte.
13433         (uudecode-decode-region-internal): Use it.
13434
13435         * lpath.el: Fbind string-as-multibyte for XEmacs.
13436
13437 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13438
13439         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
13440         Fix custom choice.
13441
13442         * gnus-art.el (gnus-signature-limit): Fix custom choice.
13443
13444 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
13445
13446         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
13447
13448         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
13449         `write-region' to respect `mm-inhibit-file-name-handlers'.
13450
13451 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
13452
13453         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
13454         Use gnus-home-directory instead of "~/" or "$HOME".
13455
13456 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
13457
13458         * encrypt.el (encrypt-insert-file-contents): Add better prompt
13459         to mention filename.
13460         Add comments at beginning regarding usage.
13461         (encrypt-write-file-contents): Change interactive so a string is
13462         acceptable.  If the file has no associated model, show an error instead
13463         of a nonsense prompt.
13464
13465 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13466
13467         * spam.el (spam-bsfilter-ham-switch): Fix typo.
13468         Thanks to Yoshihiko Yamada for kind notification of this typo.
13469
13470 2007-01-12  Kenichi Handa  <handa@m17n.org>
13471
13472         * uudecode.el (uudecode-decode-region-internal): Make it work in a
13473         multibyte buffer.
13474
13475 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13476
13477         * gnus-score.el (gnus-score-fast-scoring): New variable.
13478         (gnus-score-headers): Use it.
13479
13480         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
13481
13482         * message.el (message-cite-original-1):
13483         Call gnus-article-highlight-citation if requested.
13484         (message-make-from): Allow name and address as optional arguments.
13485
13486         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
13487
13488         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
13489         bugs to doc string.
13490         (gnus-button-alist): Add mid\\|message-id.
13491         (gnus-button-fetch-group): Extend for use in
13492         `browse-url-browser-function'.
13493         (gnus-button-url-regexp): Try to catch paired parentheses like in
13494         Wikipedia URLs.
13495
13496         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
13497         Suggested by Simon Krahnke <overlord@gmx.li>.
13498
13499 2007-01-13  Romain Francoise  <romain@orebokech.com>
13500
13501         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
13502         Update copyright.
13503
13504 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
13505
13506         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
13507
13508 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13509
13510         * gnus-registry.el (gnus-registry-unfollowed-groups)
13511         (gnus-registry-split-fancy-with-parent): Fix documentation.
13512
13513 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13514
13515         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
13516         from nnweb groups.
13517
13518 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13519
13520         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
13521         Xref urls.  Erase buffer before requesting head.
13522
13523         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13524
13525 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13526
13527         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
13528         customizable.
13529
13530 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
13531
13532         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
13533         no signing key is found.
13534         (mml2015-epg-encrypt): Ask user whether to skip or abort if
13535         no encrypting and/or signing key is found.
13536
13537 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13538
13539         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
13540
13541 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13542
13543         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
13544         headers read from disk with the ones newly found in the current search.
13545         This should no longer cause problems, because the article numbers in
13546         Gmane's `nov.php' output are ignored since the previous change.
13547
13548 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13549
13550         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
13551
13552 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13553
13554         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
13555         replace-regexp-in-string; bind url-version; fbind display-images-p and
13556         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
13557         find-face and set-itimer-function for Emacs; bind itimer-list for
13558         Emacs.
13559
13560         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13561
13562 2007-01-01  Romain Francoise  <romain@orebokech.com>
13563
13564         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
13565
13566 2006-12-31  Steve Youngs  <steve@sxemacs.org>
13567
13568         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
13569         `define-minor-mode' macro definition expanded properly.
13570         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
13571         exclude it there.
13572
13573         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
13574         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
13575         `fboundp' test.
13576         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
13577         This is OK to autoload in (S)XEmacs now.
13578
13579 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13580
13581         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
13582         keystroke.
13583         (gnus-summary-limit-to-singletons): Fix typo.
13584
13585         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
13586         else fails.
13587
13588 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13589
13590         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
13591         docstring.
13592
13593         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
13594         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
13595         (gnus-summary-insert-dormant-articles): Fix typo in message.
13596
13597 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
13598
13599         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
13600         nil for XEmacs.
13601         (gnus-message-citation-mode): Don't autoload in XEmacs.
13602
13603         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
13604
13605 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
13606
13607         * nnimap.el (nnimap-expunge-search-string):
13608         Mention nnimap-search-uids-not-since-is-evil in docstring.
13609
13610 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13611
13612         * spam.el: Revert to make-obsolete-variable because
13613         define-obsolete-variable-alias is not supported in Emacs 21.
13614
13615         * spam.el (spam-ifile-path, spam-ifile-database-path)
13616         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
13617         make-obsolete-variable.
13618         (spam-bsfilter-path, spam-bsfilter-program)
13619         (spam-spamassassin-path, spam-spamassassin-program)
13620         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
13621         Don't use "path" inappropriately.
13622         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
13623         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
13624         variable names.
13625
13626 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
13627
13628         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
13629         summary buffer.
13630
13631         * password.el (password-cache-remove): Use clear-string to burn
13632         password, if available.
13633
13634 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13635
13636         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
13637
13638         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
13639
13640         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
13641         (gnus-message-highlight-citation): Move defcustom here from
13642         gnus-cite.el.
13643         (gnus-message-citation-mode): Autoload.
13644
13645         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
13646         checks to make it compile with XEmacs.
13647         (gnus-message-citation-mode): New minor mode.
13648         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
13649         (gnus-message-highlight-citation): New variables.
13650         (gnus-message-search-citation-line)
13651         (gnus-message-add-citation-keywords)
13652         (gnus-message-remove-citation-keywords)
13653         (turn-on-gnus-message-citation-mode)
13654         (turn-off-gnus-message-citation-mode): New functions.
13655
13656 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
13657
13658         * gnus-cite.el: Enable highlighting of different citation levels in
13659         message-mode.
13660
13661 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13662
13663         * message.el (message-make-fqdn): Fix comment.
13664         (message-bogus-system-names): Add ".local".
13665
13666         * spam.el (spam-ifile-path, spam-ifile-program)
13667         (spam-ifile-database-path, spam-ifile-database)
13668         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
13669         Don't use "path" inappropriately.
13670         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
13671         strings.
13672         (spam-check-ifile, spam-ifile-register-with-ifile)
13673         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
13674         Use new variable names.
13675
13676         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
13677         (gnus-treat-display-smileys): Simplify using
13678         gnus-image-type-available-p.
13679
13680         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
13681         available.
13682
13683         * gnus-xmas.el (gnus-xmas-image-type-available-p):
13684         Use `display-images-p' if available.
13685
13686 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13687
13688         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
13689         one after turning on the buffer's multibyteness instead of decoding
13690         them directly in the unibyte buffer that causes unexpected conversion
13691         in Emacs 23 (unicode).
13692
13693 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13694
13695         * message.el (message-generate-hashcash): Fix custom type.
13696
13697 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13698
13699         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
13700
13701 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13702
13703         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
13704         disconnect icons.  Add help text.
13705
13706 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
13707
13708         * spam.el (spam-extra-header-to-number): CRM114 spam score is
13709         negated to be consistent with the others we handle.
13710
13711 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13712
13713         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
13714         version of gnus-summary-buffer to something, so that we can use two
13715         article buffers at the same time.
13716
13717 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
13718
13719         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
13720         trigger all the extra headers.
13721         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
13722         sorting.
13723
13724 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13725
13726         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
13727         solid groups.
13728
13729 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
13730
13731         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
13732
13733 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13734
13735         * legacy-gnus-agent.el: Add Copyright notice.
13736
13737 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
13738
13739         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
13740
13741 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13742
13743         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
13744
13745         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
13746         to make it work reliably in CVS Emacs.
13747         (gnus-summary-limit-strange-charsets-predicate)
13748         (gnus-summary-limit-to-predicate): New functions.
13749
13750 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
13751
13752         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
13753         specifying array size.
13754         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
13755         array if it is too small.
13756         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
13757         (gnus-sort-threads-loop): New function.
13758
13759 2006-12-06  Chris Moore  <dooglus@gmail.com>
13760
13761         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
13762         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
13763
13764 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
13765
13766         * mm-url.el (mm-url-predefined-programs): Call curl with correct
13767         options.
13768
13769 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13770
13771         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
13772         DOS-ing the recipient.
13773
13774         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
13775         the headers when creating the mapping to avoid mismappings.
13776         (nnweb-gmane-create-mapping): Always nix out old mapping.
13777
13778 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
13781         and mm-verify-option to never.
13782
13783 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13784
13785         * message.el (message-signed-or-encrypted-p): New function.
13786         (message-forward-make-body): Use it.
13787
13788         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
13789         Replace encode-coding-string with mm-encode-coding-string.
13790
13791 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13792
13793         * nneething.el (nneething-decode-file-name):
13794         Replace decode-coding-string with mm-decode-coding-string.
13795
13796         * gnus-int.el (gnus-open-server): Say failed server's name.
13797
13798 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13799
13800         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
13801         strings to a single string.  Quote `errors-file-name'.
13802         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
13803         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
13804         Adjust calls.  Use `shell-quote-argument'.
13805
13806 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
13807
13808         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
13809         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
13810
13811         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
13812         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
13813         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
13814         (gnus-group-make-directory-group, gnus-group-transpose-groups):
13815         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
13816         (gnus-subscribe-newsgroup, gnus-1):
13817         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
13818         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
13819         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
13820         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
13821
13822 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13823
13824         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
13825         keystroke.
13826         (gnus-summary-limit-to-bodies): Implement headersp.
13827
13828 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13829
13830         * dns.el (query-dns): Protect against "Process dns deleted" strings.
13831
13832 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
13835
13836 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13837
13838         * message.el (message-generate-hashcash): Expand range of values to
13839         include `opportunistic'.
13840         (message-send-mail): Use it.
13841
13842 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13843
13844         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
13845         and comment it.
13846
13847         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
13848
13849 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
13850
13851         * gnus-util.el (gnus-extract-address-components): Improve comment.
13852
13853 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13854
13855         * gnus-util.el (gnus-extract-address-components): Work with address in
13856         which the name portion contains @.
13857
13858         * lpath.el: Fbind custom-autoload.
13859
13860 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13861
13862         * gnus.el (gnus-start): Move custom group up.
13863         (gnus-select-method): Don't autoload, but make it available for
13864         `customize-variable'.
13865         (gnus-getenv-nntpserver): Don't autoload.
13866
13867 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
13868
13869         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
13870
13871 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13872
13873         * message.el (message-sendmail-extra-arguments): New variable.
13874         (message-send-mail-with-sendmail): Use it.
13875
13876 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13877
13878         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
13879         mm-with-unibyte-current-buffer to make string unibyte.
13880
13881         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
13882         mm-string-as-multibyte.
13883
13884 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
13885
13886         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
13887         Reported by Werner Koch <wk@gnupg.org>.
13888
13889 2006-11-14  Daiki Ueno  <ueno@p360>
13890
13891         * mml2015.el: Autoload epa-select-keys when compiling.
13892
13893 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13894
13895         * mml2015.el (mml2015-epg-sign): Save the signing keys in
13896         message-options.
13897         (mml2015-epg-encrypt): Save the recipient keys in message-options.
13898
13899 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13900
13901         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
13902         EasyPG (< 0.0.6).
13903         (mml2015-always-trust): New user option.
13904         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
13905         prompt.
13906
13907 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13908
13909         * nntp.el (nntp-authinfo-force): New variable.
13910         (nntp-send-authinfo): Use it.
13911
13912 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
13913
13914         * message.el (message-strip-subject-encoded-words): Allow _not_ to
13915         decode encoded words.  Improve prompt.  Add comment about forwarding.
13916         (message-replacement-char): Move up.
13917
13918 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13919
13920         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
13921         instead of gnus-intersection because arguments of gnus-sorted-nunion
13922         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
13923
13924 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
13925
13926         * message.el (message-strip-subject-encoded-words): Reformat prompt.
13927         (message-simplify-subject-functions):
13928         Enable message-strip-subject-encoded-words by default.
13929
13930 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
13931
13932         * message.el (message-strip-subject-encoded-words): New function.
13933         (message-simplify-subject-functions): New variable.
13934         (message-simplify-subject): Use it.  Fix typo in doc string.
13935         Support message-strip-subject-encoded-words.
13936
13937 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
13938
13939         * gnus-diary.el (gnus-diary-delay-format-function):
13940         * nndiary.el (nndiary-reminders):
13941         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
13942
13943 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13944
13945         * gnus-art.el (article-hide-boring-headers): Fetch date from
13946         gnus-original-article-buffer to avoid problems with localized date
13947         strings.
13948
13949 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13950
13951         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
13952
13953 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
13954
13955         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13956         New variables.
13957         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13958         (mm-charset-synonym-alist): Move some entries to
13959         mm-codepage-iso-8859-list.
13960         (mm-charset-synonym-alist, mm-charset-override-alist):
13961         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13962
13963 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13964
13965         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
13966
13967 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13968
13969         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
13970         with Emacs 21 and XEmacs.
13971
13972 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
13973
13974         * spam.el (spam-parse-address): New function for better parsing,
13975         catching errors, etc.
13976         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
13977
13978 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13979
13980         * mm-view.el: Add interactive arg to html2text autoload.
13981
13982 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13983
13984         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
13985
13986 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
13987
13988         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13989         New variables.
13990         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13991         (mm-charset-synonym-alist): Move some entries to
13992         mm-codepage-iso-8859-list.
13993
13994         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13995
13996 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
13997
13998         * message.el (message-citation-line-format)
13999         (message-insert-formated-citation-line): Fix implementation of %E, %N
14000         and %n according to the doc string.
14001
14002 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
14003
14004         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14005         Use car-safe to avoid bad parses.
14006
14007 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
14010         names.
14011
14012         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
14013
14014 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14015
14016         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
14017         header.
14018
14019         * message.el (message-draft-headers): Add Date.
14020         (message-headers-to-generate): Fix typo in docstring.
14021
14022         * nndraft.el (nndraft-required-headers): New variable.
14023         (nndraft-generate-headers): Use it.
14024
14025         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
14026
14027 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14028
14029         * gnus-registry.el (gnus-registry-wash-for-keywords)
14030         (gnus-registry-find-keywords): New functions to allow easy searching of
14031         articles that are in the registry.
14032
14033 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14034
14035         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14036         Use ietf-drums-parse-address instead of gnus-extract-address-components.
14037         Reported by Damien Elmes <damien@repose.cx>.
14038
14039 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14040
14041         * gnus.el (gnus-mime): Remove unused custom group.
14042
14043 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14044
14045         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
14046         "blank line" when searching for end of armor headers.
14047
14048 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14049
14050         * gmm-utils.el (gmm-write-region): Fix variable name.
14051
14052 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14053
14054         * gmm-utils.el (gmm-write-region): New function based on compatibility
14055         code from `mm-make-temp-file'.
14056
14057         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
14058
14059         * nnmaildir.el (nnmaildir--update-nov)
14060         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
14061         Use `gmm-write-region'.
14062
14063 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14064
14065         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
14066         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14067
14068         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
14069
14070         * message.el (message-replacement-char): New variable.
14071         (message-fix-before-sending): Use it.
14072         (message-simplify-subject): New function to remove duplicate code.
14073         (message-reply, message-followup): Use it.
14074
14075         * gnus-sum.el (gnus-summary-make-menu-bar):
14076         Clarify gnus-summary-limit-to-articles.
14077
14078 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14079
14080         * gnus-util.el (gnus-with-local-quit): New macro.
14081
14082         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
14083
14084 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
14085
14086         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
14087         ignore non-string data.
14088
14089 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14090
14091         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
14092         non-string data (needs to be done in the registry too).
14093
14094 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14095
14096         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
14097         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
14098         (gnus-registry-split-fancy-with-parent)
14099         (gnus-registry-fetch-simplified-message-subject-fast)
14100         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
14101         Remove text properties on ingress into the registry and when it's saved.
14102         (gnus-registry-clean-empty-function): Fix bug with cleaning the
14103         registry from entries with no groups.
14104
14105 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14106
14107         * gnus-util.el (gnus-string-remove-all-properties): Add utility
14108         function to remove string properties.
14109
14110 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14111
14112         * gmm-utils.el (gmm): Adjust custom version.
14113
14114         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
14115         Adjust custom version.
14116
14117         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
14118
14119 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14120
14121         * gnus-art.el (gnus-insert-prev-page-button)
14122         (gnus-insert-next-page-button): Simplify.  Reformat.
14123
14124 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
14125
14126         * gnus-art.el (gnus-insert-prev-page-button)
14127         (gnus-insert-next-page-button): Apply gnus-article-button-face.
14128
14129 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
14130
14131         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
14132
14133 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
14134
14135         * gnus-art.el (gnus-insert-mime-button)
14136         (gnus-insert-mime-security-button):
14137         Apply gnus-article-button-face to MIME and security buttons.
14138
14139 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
14140
14141         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
14142         readable.
14143
14144 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14145
14146         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
14147
14148 2006-09-20  Steve Youngs  <steve@sxemacs.org>
14149
14150         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
14151         `browse-url-of-file' instead of `browse-url'.
14152
14153 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14154
14155         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14156         regexp.  Articles containing quotation were cut prematurely.
14157
14158 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14159
14160         * message.el (message-cite-original-1): Use nobody by default for the
14161         value of From header.
14162         (message-reply): Ditto.
14163
14164 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
14165
14166         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
14167         to the gnus-info.  This fixes a bug of inline-PGP message verification.
14168         Reported by Michael Piotrowski <mxp@dynalabs.de>.
14169
14170 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
14171
14172         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
14173         mails in the doc string.  Add some URLs in comment.
14174         (pop3-movemail): Warn about pop3-leave-mail-on-server.
14175
14176 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14177
14178         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
14179         backslashes handling and the way to find boundaries of quoted strings.
14180
14181 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
14182
14183         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
14184         mml1991-encrypt-to-self is set and mml1991-signers is not set.
14185         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
14186         mml2015-encrypt-to-self is set and mml2015-signers is not set.
14187
14188 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14189
14190         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
14191         doc string.
14192         (gnus-button-regexp, gnus-button-last): Remove unused variables.
14193
14194 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14195
14196         * lpath.el: Fbind epg-check-configuration.
14197
14198 2006-09-06  Simon Josefsson  <jas@extundo.com>
14199
14200         * mml2015.el (mml2015-use): Doc fix, mention epg.
14201
14202 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14203
14204         * mml2015.el (mml2015-use): Default to epg, if available.
14205
14206 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14207
14208         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
14209         message-sender.
14210         (mml1991-epg-encrypt): Ditto.
14211         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
14212         message-sender.
14213         (mml2015-epg-encrypt): Ditto.
14214
14215 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
14216
14217         * message.el (message-send-mail-with-sendmail): Look for sendmail in
14218         several common directories.
14219
14220 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
14221
14222         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
14223         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
14224
14225 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14226
14227         * gnus-art.el (article-decode-encoded-words): Make it fast.
14228
14229 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14230
14231         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
14232
14233         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
14234         in quoted string into `\'.
14235
14236 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14237
14238         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14239         Use standard-syntax-table.
14240
14241 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14242
14243         * gnus-art.el (gnus-decode-address-function): New variable.
14244         (article-decode-encoded-words): Use it to decode headers which are
14245         assumed to contain addresses.
14246         (gnus-mime-delete-part): Remove useless `or'.
14247
14248         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
14249         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
14250         (gnus-nov-parse-line): Use it to decode From header.
14251         (gnus-get-newsgroup-headers): Ditto.
14252         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
14253
14254         * mail-parse.el (mail-decode-encoded-address-region): New alias.
14255         (mail-decode-encoded-address-string): New alias.
14256
14257         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14258         New function.
14259         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
14260         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
14261         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
14262         (rfc2047-decode-string): Ditto.
14263         (rfc2047-decode-address-region): New function.
14264         (rfc2047-decode-address-string): New function.
14265
14266 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
14267
14268         * message.el (message-caesar-buffer-body): Allow rotating headers.
14269
14270         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
14271
14272         * message.el (message-insert-formated-citation-line): Fix %f.
14273         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
14274
14275 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14276
14277         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
14278         (gnus-bookmark-mouse-available-p): New macro.
14279         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
14280         (gnus-bookmark-bmenu-show-infos): Use it.
14281         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
14282         (gnus-bookmark-bmenu-hide-infos): Ditto.
14283         (gnus-bookmark-remove-properties): New function.
14284         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
14285         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
14286         (gnus-bookmark-write-file): Bind coding-system-for-write.
14287         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
14288         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
14289         group before selecting it.
14290         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
14291         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
14292         quit-window if it is not available; use gnus-mouse-2 and bind it to
14293         gnus-bookmark-bmenu-select-by-mouse.
14294         (gnus-bookmark-show-details): Remove unused variable `details-list'.
14295         (gnus-bookmark-bmenu-select-by-mouse): New function.
14296
14297 2006-08-13  Romain Francoise  <romain@orebokech.com>
14298
14299         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
14300         space.
14301
14302 2006-08-10  Romain Francoise  <romain@orebokech.com>
14303
14304         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
14305         (dns-mode-soa-auto-increment-serial): New user option.
14306         (dns-mode-soa-maybe-increment-serial): New function.
14307         (dns-mode): Add the latter to `write-contents-functions'.
14308
14309 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14310
14311         * compface.el (uncompface): Use binary rather than raw-text-unix.
14312
14313 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * compface.el (uncompface): Make sure the eol conversion doesn't take
14316         place when communicating with the external programs.
14317         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14318
14319 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14320
14321         * nnheader.el (nnheader-insert-head): Fix typo in comment.
14322
14323 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14324
14325         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14326         Make it more robust by parsing author and date independently.
14327
14328 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
14331
14332 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
14333
14334         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
14335         first matching secret key.
14336         (mml2015-epg-encrypt): Ditto.
14337
14338         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
14339         first matching secret key.
14340         (mml1991-epg-encrypt): Ditto.
14341
14342         * mml2015.el (mml2015-encrypt-to-self): New user option.
14343         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
14344         mml2015-epg-encrypt-to-self is set.
14345
14346         * mml1991.el (mml1991-encrypt-to-self): New variable.
14347         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
14348         mml1991-epg-encrypt-to-self is set.
14349
14350         * mml2015.el (mml2015-signers): New user option.
14351         (mml2015-epg-sign): Reflect the value of mml2015-signers.
14352         (mml2015-epg-encrypt): Allow to select signing keys.
14353
14354         * mml1991.el (mml1991-signers): New variable.
14355         (mml1991-epg-sign): Reflect the value of mml1991-signers.
14356         (mml1991-epg-encrypt): Allow to select signing keys.
14357
14358 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14359
14360         * nnheader.el (nnheader-insert-head): Make it work even if the file
14361         uses CRLF for the line-break code.
14362
14363 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
14364
14365         * mml2015.el: Require mml-sec instead of password.
14366         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
14367         (mml2015-cache-passphrase): Inherit the default value from
14368         mml-secure-cache-passphrase.
14369         (mml2015-passphrase-cache-expiry): Inherit the default value from
14370         mml-secure-passphrase-cache-expiry.
14371
14372         * mml1991.el: Require mml-sec instead of password.
14373         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
14374         (mml1991-cache-passphrase): Inherit the default value from
14375         mml-secure-cache-passphrase.
14376         (mml1991-passphrase-cache-expiry): Inherit the default value from
14377         mml-secure-passphrase-cache-expiry.
14378
14379         * mml-sec.el: Require password.
14380         (mml-secure-verbose): New user option.
14381         (mml-secure-cache-passphrase): New user option.
14382         (mml-secure-passphrase-cache-expiry): New user option.
14383
14384 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
14385             Andreas Vögele  <andreas@altroot.de>   (tiny change)
14386
14387         * pgg-def.el (pgg-truncate-key-identifier):
14388         Truncate the key ID to 8 letters from the end.
14389
14390 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14391
14392         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
14393         workaround for the url package included with Emacs.
14394
14395         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14396
14397 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14398
14399         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
14400         correctly.  This fixes a bug caused by the 2006-05-12 change.
14401
14402 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
14403
14404         * nnmail.el (nnmail-article-group): If splitting raises an error, give
14405         some information about the error when saying that the `bogus' mail
14406         group will be used.
14407
14408 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
14409
14410         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
14411         string.
14412
14413 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
14414
14415         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
14416
14417 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14418
14419         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
14420
14421 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14422
14423         * mml1991.el (mml1991-function-alist): Add epg.
14424         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
14425         (mml1991-epg-encrypt): New functions.
14426
14427 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14428
14429         * mml2015.el (mml2015-verbose): New variable.
14430         (mml2015-cache-passphrase): Ditto.
14431         (mml2015-passphrase-cache-expiry): Ditto.
14432         (mml2015-function-alist): Add epg.
14433         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
14434         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
14435         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
14436         New functions.
14437
14438 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14439
14440         * message.el (message-cite-original-1): Preserve region when removing
14441         quoted text due to X-No-Archive in order to avoid bogus attribution
14442         when citing multiple messages.
14443
14444 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14445
14446         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
14447         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
14448
14449 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
14450
14451         * gnus-diary.el (gnus-user-format-function-d)
14452         (gnus-user-format-function-D): Autoload.
14453
14454         * imap.el (Commentary): Fix typo.
14455
14456         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
14457         2006-04-22 contribution.
14458
14459 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14460
14461         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
14462         It didn't really fix the bogosity I'm seeing with solid web groups.
14463
14464 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14465
14466         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
14467         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
14468         created using server names.  If we use the feature without declaring
14469         it, Gnus does not properly manage server and group state.
14470
14471         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
14472         bound.
14473
14474 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14475
14476         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
14477         looking up the method using GROUP's prefix before inventing a new one.
14478         It is used on killed/unknown groups in various places where returning
14479         an all-new method isn't expected by the caller.
14480
14481         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
14482         and match semantics of gnus-group-real-prefix.
14483
14484 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
14485
14486         * nnmail.el (nnmail-broken-references-mailers): New variable.
14487         (nnmail-ignore-broken-references): New function generalizing
14488         nnmail-fix-eudora-headers.
14489         (nnmail-fix-eudora-headers): Now obsolete.
14490
14491         * gnus-art.el (gnus-button-handle-custom):
14492         Support `customize-apropos*'.
14493
14494 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14495
14496         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
14497
14498         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
14499         articles.
14500
14501 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
14502
14503         * message.el (message-cite-reply-above): New variable.
14504         (message-yank-original): Use it.
14505
14506 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14507
14508         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
14509
14510 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
14511
14512         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
14513         as read.
14514
14515         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
14516
14517 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
14518
14519         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
14520         (gnus-bookmark-default-file): Use gnus-directory.
14521         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
14522         Remove "*" in doc string.
14523         (gnus-bookmark-write-file): Simplify.
14524         (gnus-bookmark-maybe-sort-alist): Use `when'.
14525         (gnus-bookmark-get-bookmark): Fix typo in doc string.
14526         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
14527         Add FIXME about Emacs 21 and XEmacs compatibility.
14528         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
14529         compatibility.
14530         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
14531         compatibility.
14532         (gnus-bookmark-menu-heading): Fix version.
14533
14534 2006-06-19  Bastien Guerry  <bzg@altern.org>
14535
14536         * gnus-bookmark.el: New file.
14537
14538 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * message.el (message-syntax-checks): Doc fix.
14541
14542 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14543
14544         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
14545         unsubscribed groups as if they were killed ones.  It causes duplicate
14546         entries in gnus-newsrc-alist.
14547
14548 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14549
14550         * message.el (message-syntax-checks): Doc fix.
14551         (message-send-mail): Add check for continuation headers.
14552         (message-check-news-header-syntax): Fix regexp used to check for
14553         continuation headers.
14554
14555 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14556
14557         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
14558
14559 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
14560
14561         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
14562
14563 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14564
14565         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
14566         default-truncate-lines.
14567
14568 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14569
14570         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
14571         to fill the utf-8 entry.
14572
14573         * lpath.el: Fbind unicode-precedence-list.
14574
14575 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14576
14577         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14578
14579 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
14580
14581         * gnus-agent.el (directory-files-and-attributes): Move all the way
14582         forward (the third and final move).
14583         (gnus-agent-read-agentview): Trap reconstruction errors due to
14584         nonexistent directory.  Handle by returning nil.
14585
14586 2006-05-30  Didier Verna  <didier@xemacs.org>
14587
14588         * message.el (message-dont-reply-to-names): Update the custom type.
14589         * message.el (message-dont-reply-to-names): New defsubst: potentially
14590         convert a list of regexps into a single one.
14591         * message.el (message-get-reply-headers): Use it.
14592         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
14593
14594 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14595
14596         * gnus-agent.el (directory-files-and-attributes): Move forward.
14597
14598 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14599
14600         * gnus-ml.el (gnus-mailing-list-subscribe)
14601         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
14602         (gnus-mailing-list-message): Fix doc strings.
14603
14604 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14605
14606         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14607         of doing it manually.
14608
14609 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14610
14611         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14612         comment.
14613
14614 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
14615
14616         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14617         (gnus-agent-read-agentview): Fix handling of end-of-file error.
14618         (gnus-agent-read-local): All symbols allocated in my-obarray.
14619         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14620         (gnus-agent-regenerate-group): Check numeric names to see if they are
14621         messages or groups.
14622         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14623         better way of do this...)
14624
14625         * gnus-cache.el (gnus-agent-total-fetched-for):
14626         Ignore 'dummy.group' (there should be a better way of do this...)
14627
14628 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14629
14630         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
14631         (gnus-saved-headers): Ditto.
14632         (gnus-default-article-saver): Mention functions may have properties.
14633         (gnus-article-save): Override gnus-save-all-headers and
14634         gnus-saved-headers by :headers property which saver function may have.
14635         (gnus-summary-save-in-file): Add :headers property.
14636         (gnus-summary-write-to-file): Ditto.
14637
14638         * gnus-sum.el (gnus-summary-save-article): Bind
14639         gnus-prompt-before-saving to t when saving many articles in a file;
14640         always show all headers.
14641
14642         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
14643
14644 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14645
14646         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
14647         marks.
14648
14649         * message.el (message-indent-citation): Add optional arguments to allow
14650         using it outside of message buffers.
14651
14652         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
14653         (gnus-article-treat-unfold-headers): Use it.
14654         (gnus-article-truncate-lines): New variable.
14655         (gnus-article-mode): Use it.
14656         (gnus-article-toggle-truncate-lines): New function.
14657
14658         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14659         Add gnus-article-toggle-truncate-lines.
14660
14661         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
14662         coding system in XEmacs, use binary.
14663
14664 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14665
14666         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
14667         after-load-alist.
14668
14669         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
14670         this function should save decoded articles.
14671         (gnus-summary-write-to-file): Use property to specify this function
14672         should save decoded articles and specify gnus-summary-save-in-file
14673         should be used to save articles other than the first one when saving
14674         many articles.
14675         (gnus-summary-save-body-in-file): Use property to specify this
14676         function should save decoded articles.
14677         (gnus-summary-write-body-to-file): Use property to specify this
14678         function should save decoded articles and specify
14679         gnus-summary-save-body-in-file should be used to save articles other
14680         than the first one when saving many articles.
14681
14682         * gnus-sum.el (gnus-summary-save-article): Simplify.
14683
14684 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14685
14686         * gnus-art.el (gnus-default-article-saver):
14687         Add gnus-summary-write-body-to-file.
14688         (gnus-article-save-coding-system): Don't use coding system object
14689         in XEmacs.
14690         (gnus-read-save-file-name): Add optional `dir-var' argument which
14691         specifies directory in which files are saved; work even if optional
14692         `variable' argument is not specified.
14693         (gnus-summary-write-to-file): Read file name.
14694         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
14695         (gnus-summary-write-body-to-file): New function.
14696
14697         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
14698         (gnus-summary-local-variables): Add it.
14699         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
14700         (gnus-summary-save-article): Remove optional `decode' argument;
14701         determine whether to decode articles by the value of
14702         gnus-default-article-saver; when saving many files using
14703         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
14704         it first and use gnus-summary-save-in-file or
14705         gnus-summary-save-body-in-file thereafter unless
14706         gnus-prompt-before-saving is always; move point to article which
14707         will be saved.
14708         (gnus-summary-save-article-file): Revert.
14709         (gnus-summary-write-article-file): Revert.
14710         (gnus-summary-save-article-body-file): Revert.
14711         (gnus-summary-write-article-body-file): New function.
14712
14713 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14714
14715         * gnus-art.el (gnus-default-article-saver): Doc fix.
14716         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
14717         from gnus-summary-save-article-coding-system, and default to a
14718         certain coding system.
14719         (gnus-output-to-file): Add coding cookie and encode text according
14720         to gnus-article-save-coding-system; don't use mm-append-to-file.
14721
14722         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
14723         gnus-art.el and rename to gnus-article-save-coding-system.
14724         (gnus-summary-save-article): Require gnus-art; don't show all
14725         headers if it decodes articles; don't add coding cookie here;
14726         don't bind mm-text-coding-system-for-write.
14727         (gnus-summary-save-article-file): Save decoded articles.
14728         (gnus-summary-write-article-file): When saving many files, use
14729         gnus-summary-write-to-file first and gnus-summary-save-in-file
14730         thereafter unless gnus-prompt-before-saving is always.
14731         (gnus-summary-save-article-body-file): Save decoded articles.
14732
14733         * lpath.el: Fbind select-safe-coding-system for XEmacs.
14734
14735 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14736
14737         * nnrss.el (nnrss-check-group): Bind hash-index.
14738
14739 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
14740
14741         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
14742         its hash index.  Store this hash in `nnrss-group-data'.
14743         (nnrss-read-group-data): Update accordingly.
14744
14745 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14746
14747         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
14748         entry.
14749
14750         * gnus-sum.el (gnus-summary-make-menu-bar):
14751         Add gnus-article-browse-html-article.
14752
14753 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
14754
14755         * gnus-sum.el (gnus-summary-mime-map):
14756         Add gnus-article-browse-html-article.
14757
14758         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
14759
14760 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14761
14762         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
14763         suitable coding systems in customize.
14764
14765 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
14766
14767         * mail-source.el (mail-sources): Fix custom type.
14768
14769 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14770
14771         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
14772         (gnus-summary-expire-articles-now): Shorten prompt.
14773
14774         * gmm-utils.el (wid-edit): Require.
14775         (defun-gmm): Rename from `gmm-defun-compat'.
14776         (gmm-image-search-load-path): Use it.
14777         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
14778
14779 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14780
14781         * gnus-sum.el (gnus-summary-save-article-coding-system):
14782         New variable.
14783         (gnus-summary-save-article): Add optional `decode' argument.
14784         If it is set and gnus-summary-save-article-coding-system is non-nil,
14785         save decoded article.
14786         (gnus-summary-write-article-file): Save decoded article if
14787         gnus-summary-save-article-coding-system is non-nil.
14788
14789         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
14790         type.
14791
14792 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14793
14794         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
14795
14796 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14797
14798         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
14799         first to test gnus-single-article-buffer which may be buffer-local.
14800
14801         * gnus-sum.el (gnus-summary-setup-buffer):
14802         Make gnus-single-article-buffer buffer-local and nil in ephemeral
14803         group; make gnus-article-buffer, gnus-article-current, and
14804         gnus-original-article-buffer always buffer-local.
14805         (gnus-summary-exit): Kill article buffer belonging to ephemeral
14806         group.
14807         (gnus-handle-ephemeral-exit): Don't move to next summary line.
14808
14809 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14810
14811         * nnml.el (nnml-request-compact-group): Compressed files might not
14812         have .gz extension.
14813
14814 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14815
14816         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
14817         (mm-copy-to-buffer): Use with-current-buffer.
14818         (mm-display-part): Simplify.
14819         (mm-inlinable-p): Add optional arg `type'.
14820
14821 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14822
14823         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
14824         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
14825         Try harder to show the attachment internally or externally using
14826         gnus-mime-view-part-as-type.
14827
14828 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14829
14830         * message.el (message-from-style, message-signature-separator)
14831         (message-user-organization-file, message-send-mail-function)
14832         (message-citation-line-function, message-yank-prefix)
14833         (message-indent-citation-function, message-signature)
14834         (message-signature-file, message-signature-insert-empty-line):
14835         Remove autoloads.
14836
14837         * gnus-art.el (gnus-buttonized-mime-types):
14838         Remove "multipart/signed".  Revert 2006-04-26 change.
14839
14840 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14841
14842         * gnus.el (gnus-version-number): Bump version.
14843
14844 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14845
14846         * gnus.el: No Gnus v0.5 is released.
14847
14848 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14849
14850         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
14851         fetching articles by message-id.
14852
14853 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14854
14855         * message.el (hashcash): Require hashcash as normal.
14856
14857         * ecomplete.el (ecomplete-highlight-match-line):
14858         Use point-at-eol.
14859         (ecomplete-highlight-match-line): Use `highlight', because that
14860         face exists in both Emacs and XEmacs.
14861
14862         * message.el (message-display-abbrev): Use point-at-bol.
14863
14864         * mail-source.el: Don't require timer/timer-funcs.
14865
14866         * gnus-async.el: Ditto.
14867
14868         * password.el: Ditto.
14869
14870         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
14871
14872         * mm-url.el: Ditto.
14873
14874         * gnus-xmas.el: Don't require timer-funcs.
14875
14876         * mm-util.el: Require timer/timer-funcs.
14877
14878 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14879
14880         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
14881         Close.
14882
14883 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14884
14885         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
14886         unibyte after clear-decrypt function runs.
14887
14888         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
14889         returns as a unibyte string.
14890
14891 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14892
14893         * lpath.el: Revert.
14894
14895         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
14896         (pgg-gpg-process-sentinel): Revert.
14897
14898         * pgg-pgp.el (pgg-pgp-process-region): Revert.
14899         (pgg-pgp-lookup-key): Revert.
14900
14901         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
14902         (pgg-pgp5-lookup-key): Revert.
14903
14904         * pgg.el (pgg-fetch-key): Revert.
14905
14906 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14907
14908         * lpath.el: Fbind string-as-multibyte for XEmacs.
14909
14910         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
14911         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
14912         (mml1991-pgg-encrypt): Ditto.
14913
14914         * pgg-gpg.el (pgg-string-to-multibyte): New function.
14915         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
14916         a multibyte buffer.
14917
14918         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
14919         (pgg-pgp-lookup-key): Ditto.
14920
14921         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
14922         (pgg-pgp5-lookup-key): Ditto.
14923
14924         * pgg.el (pgg-fetch-key): Ditto.
14925
14926 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
14927
14928         * message.el (message-user-organization-file): Check several
14929         locations of the organization file.
14930
14931         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
14932         Add gnus-article-view-part-as-type.
14933
14934         * gnus-art.el (gnus-article-view-part-as-type): New function.
14935
14936         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
14937         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
14938
14939         * mml.el: Simplify autoload.
14940         (mml-mode): defvar dnd-protocol-alist instead of using
14941         symbol-value.
14942         (mml-default-directory): New variable.
14943         (mml-minibuffer-read-file): Use it.
14944         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
14945
14946         * message.el (message-citation-line-format): New variable.
14947         (message-insert-formated-citation-line): New function.
14948         (message-citation-line-function):
14949         Add `message-insert-formated-citation-line' to custom type.
14950
14951         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
14952         to doc string.
14953
14954         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
14955         depending on mm-verify-option.
14956
14957 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14958
14959         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
14960         binding pgg-* variables; reimplement the section which prevents
14961         MIME header from being signed.
14962         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
14963         pgg-text-mode; remove a blank line at the top of body.
14964
14965         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
14966         lines at the top of body; use gnus-newsgroup-charset if there's no
14967         Charset header.
14968
14969 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14970
14971         * message.el (message-self-insert-commands): Doc fix.
14972
14973         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
14974         (mm-uu-pgp-encrypted-test): Ditto.
14975         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
14976         between header and body; return application/pgp-encrypted handle
14977         if decryption failed; decode decrypted body by charset.
14978
14979         * mm-decode.el (mm-automatic-display): Don't make application/pgp
14980         element match to application/pgp-*.
14981
14982 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14983
14984         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
14985         HTML.
14986
14987 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14988
14989         * mail-source.el (mail-source-call-script): Message the error
14990         string.
14991
14992 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14993
14994         * gnus-util.el (gnus-byte-compile): Use it.
14995
14996 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
14997
14998         * gnus-util.el (kill-empty-logs): New function.
14999
15000 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15001
15002         * message.el (message-mail-alias-type): Doc fix.
15003         (message-mail-alias-type-p): New function.
15004         (message-send): Use it.
15005         (message-mode): Ditto.
15006         (message-strip-forbidden-properties): Ditto.
15007
15008         * ecomplete.el (ecomplete-database-file-coding-system):
15009         New variable.
15010         (ecomplete-save): Use it.
15011         (ecomplete-setup): Use it.
15012
15013 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15014
15015         * message.el (message-self-insert-commands): New variable.
15016         (message-strip-forbidden-properties): Use it.
15017
15018 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15019
15020         * message.el (message-put-addresses-in-ecomplete): Use a regexp
15021         that doesn't make XEmacs choke.
15022
15023 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
15024
15025         * gnus-util.el (gnus-replace-in-string):
15026         Prefer replace-regexp-in-string over of replace-in-string.
15027
15028 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15029
15030         * gnus-util.el (gnus-select-frame-set-input-focus):
15031         Use select-frame-set-input-focus if it is available in XEmacs; use
15032         definition defined in Emacs 22 for old Emacsen.
15033
15034         * dgnushack.el: Autoload unmorse-region for XEmacs.
15035
15036         * lpath.el: Bind cursor-in-non-selected-windows and
15037         select-frame-set-input-focus for XEmacs.
15038
15039 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15040
15041         * mm-view.el (mm-inline-text): Use equal instead of equalp.
15042
15043 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
15044
15045         * gnus-registry.el (gnus-registry-cache-save): Remove text
15046         properties when saving via the temp buffer.
15047
15048 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15049
15050         * message.el (message-generate-hashcash): Honor custom type.
15051
15052 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15053
15054         * message.el (message-generate-hashcash): Default to non-nil when
15055         hashcash is found.
15056
15057         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
15058         (gnus-refer-thread-limit): Increase default to 500.
15059
15060         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
15061
15062         * flow-fill.el (fill-flowed): Allow delete-space.
15063
15064 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15065
15066         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15067         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
15068         Remove autoloads.
15069
15070 2006-04-18  Simon Josefsson  <jas@extundo.com>
15071
15072         * message.el (message-generate-hashcash): Default to.
15073
15074 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15075
15076         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15077         concatenating segments rather than before concatenating them.
15078
15079 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15080
15081         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
15082
15083 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15084
15085         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
15086
15087         * message.el (message-forward-make-body-plain):
15088         Allow message-forward-ignored-headers to be a list.
15089         (message-remove-ignored-headers): Factor out into function.
15090         (message-forward-make-body-mml): Use it.
15091
15092         * imap.el (imap-quote-specials): New function.
15093         (imap-login-auth): Quote specials.
15094
15095         * rfc2231.el (rfc2231-parse-string): Remove dead code.
15096         (rfc2231-parse-string): Allow concatanation of parameters that
15097         aren't contiguous.  The test case is
15098           (mail-header-parse-content-type "message/external-body;
15099             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
15100             access-type=LOCAL-FILE;
15101             name*1*=plugh%2fhello-sailor%2fbing.pdf")
15102
15103 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15104
15105         * nntp.el (nntp-accept-process-output): Return the value of
15106         `nnheader-accept-process-output'.
15107
15108 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15109
15110         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
15111         (gnus-button-alist): Recognize more diff formats.
15112         (gnus-button-patch): Strip directory.
15113
15114 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15115
15116         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
15117         Emacs 22 when setting focus.
15118
15119 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15120
15121         * gnus-art.el (gnus-article-treat-types): Do treatment of
15122         text/x-verbatim parts.
15123         (gnus-button-patch): New command.
15124
15125         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
15126         addresses that contain invalid characters.
15127
15128 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15129
15130         * message.el (message-put-addresses-in-ecomplete):
15131         Use gnus-replace-in-string.
15132         (message-is-yours-p): Use the more correct
15133         mail-header-parse-address instead of
15134         mail-extract-address-components.
15135         (message-put-addresses-in-ecomplete): Fix typo.
15136
15137         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
15138         keystroke.
15139
15140         * gnus-art.el (gnus-treatment-function-alist): Change order of
15141         newsgroups/generic header folding to avoid double-folding.
15142
15143         * message.el (message-hidden-headers): Add X-Draft-From.
15144
15145         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
15146         New command.
15147         (gnus-summary-repeat-search-article-backward): New command.
15148
15149         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
15150         groups in the parent topic.
15151
15152 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
15153
15154         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
15155         (spam-extra-header-to-number): Return the CRM114 number as a
15156         number instead of a string.
15157
15158 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15159
15160         * gnus-art.el (gnus-face-properties-alist): Move here from
15161         gnus-fun.
15162
15163         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
15164
15165 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15166
15167         * message.el (message-strip-forbidden-properties): Only display on
15168         self-insert-command.
15169
15170         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
15171         reindent.
15172         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
15173
15174 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
15175
15176         * smiley.el (smiley-style): Fix typo.
15177
15178 2006-03-23  Kenichi Handa  <handa@m17n.org>
15179
15180         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
15181         instead of set-buffer-multibyte.
15182
15183 2006-03-23  Kenichi Handa  <handa@m17n.org>
15184
15185         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15186         buffer and then decode the buffer text if necessary.
15187         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15188         first, and after mm-encode-body, change the buffer to unibyte.
15189
15190 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15191
15192         * hashcash.el (hashcash-insert-payment-async-2):
15193         Use message-goto-eoh instead of doing it manually.
15194         (mail-add-payment): Use message-narrow-to-header instead of trying
15195         to do the same itself.
15196
15197         * message.el (message-hidden-headers): Add Face.
15198
15199         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
15200         reparenting code.
15201         (gnus-summary-reparent-children): Refactored out code.
15202         (gnus-summary-thread-map): New keystroke.
15203         (gnus-summary-reparent-children): Make into command.
15204
15205         * smiley.el (smiley-style): Default to `medium' if using a large
15206         font.
15207
15208         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
15209         does it itself.
15210
15211         * message.el (message-point-in-header-p): Simplify definition.
15212
15213 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15214
15215         * nnagent.el (nnagent-request-set-mark): Silence log file
15216         writing.
15217         (nnagent-request-set-mark): Use write-region instead of
15218         append-to-file.
15219
15220         * gnus-sum.el (gnus-read-header): Fudge article number if using a
15221         strange select method.
15222
15223         * ecomplete.el (ecomplete-display-matches): Get highlightling
15224         right.
15225         (ecomplete-display-matches): Use literals.
15226         (ecomplete-display-matches): Disable message logging.
15227
15228         * message.el (message-display-abbrev): Small optimization.
15229
15230         * ecomplete.el (ecomplete-display-matches): Allow automatic
15231         display.
15232
15233         * message.el (message-strip-forbidden-properties):
15234         Display abbrevs.
15235         (message-display-abbrev): Get automatic display right.
15236
15237         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
15238         keystrokes.
15239
15240 2006-04-13  Romain Francoise  <romain@orebokech.com>
15241
15242         TODO: Backport to v5-10!
15243
15244         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
15245         Move here (and rename) from gnus-registry.el.
15246
15247         * gnus-registry.el: Require gnus-util.
15248         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
15249
15250 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15251
15252         * gnus-group.el (gnus-group-catchup-current):
15253         Change if-then-else-if-then-else into cond.
15254         (gnus-group-catchup): Indent.
15255         (group-name-at-point): New function.
15256         (gnus-fetch-group): Provide default from thing at point.
15257
15258 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15259
15260         * message.el (message-display-abbrev): Fix regexp.
15261
15262         * ecomplete.el (ecomplete-highlight-match-line):
15263         Reimplement choosing.
15264         (ecomplete-highlight-match-line): Fix up code rewrite, remove
15265         dead variables.
15266
15267         * message.el (message-newline-and-indent): Remove debugging.
15268         (message-display-abbrev): Use new implementation.
15269
15270 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15271
15272         * gnus-art.el (gnus-article-mode):
15273         Set cursor-in-non-selected-windows to nil.
15274
15275         * smiley.el: Revert previous change.
15276         (smiley-data-directory): defvar it before using it in the
15277         defcustom of `smiley-style'.
15278
15279 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15280
15281         * message.el (message-newline-and-indent): New function.
15282
15283         * ecomplete.el: Implement more bits.
15284
15285         * message.el (message-put-addresses-in-ecomplete): Clean up the
15286         string.
15287
15288         * ecomplete.el (ecomplete-add-item): Chop off decimals.
15289
15290         * gnus-sum.el (gnus-summary-save-parts):
15291         Bind gnus-summary-save-parts-counter and use it to make unique file
15292         names.
15293
15294         * gnus-art.el (gnus-ignored-headers): Add some more headers.
15295
15296         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
15297         parameter to say whether to actually parse the individual
15298         addresses.
15299
15300         * message.el (message-put-addresses-in-ecomplete): New function.
15301         (ecomplete): Require.
15302         (message-mail-alias-type): Add ecomplete as an option.
15303
15304 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
15305
15306         * flow-fill.el (fill-flowed): Remove trailing space from blank
15307         quoted lines.
15308
15309 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15310
15311         * smiley.el (smiley-style): Move definition later to avoid a
15312         compilation warning.
15313
15314 2006-04-12  Kenichi Handa  <handa@m17n.org>
15315
15316         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15317         buffer and then decode the buffer text if necessary.
15318         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15319         first, and after mm-encode-body, change the buffer to unibyte.
15320         Use mm-disable-multibyte instead of set-buffer-multibyte.
15321
15322 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15323
15324         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
15325         Content-Type header instead of Content-Disposition header.
15326         (gnus-mime-inline-part): Ditto.
15327         (gnus-mime-view-part-as-charset): Ignore charset that the part
15328         specifies.
15329
15330         * mm-decode.el (mm-display-part): Work with external parts and
15331         usual parts similarly.
15332
15333         * mm-extern.el (mm-inline-external-body): Use mm-display-part
15334         instead of gnus-display-mime.
15335
15336         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
15337         instead of with-temp-buffer.
15338
15339         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
15340         tag to summarized topics part in order to encode non-ASCII text.
15341
15342 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15343
15344         * smiley.el (smiley-style): New variable.
15345         (smiley-directory): New function.
15346         (smiley-data-directory): Derive from `smiley-style' using
15347         `smiley-directory'.
15348         (smiley-regexp-alist): Add new entries.
15349
15350         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
15351         (gnus-article-browse-delete-temp): Add :version.
15352
15353 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
15354
15355         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
15356         the sieve region.
15357
15358 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15359
15360         * gnus.el (gnus-version-number): Bump version.
15361
15362 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15363
15364         * gnus.el: No Gnus v0.4 is released.
15365
15366 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15367
15368         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
15369         layout.
15370
15371         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
15372         unknown charset.
15373
15374         * message.el (message-header-synonyms): Add Original-To to the
15375         default.
15376
15377         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
15378         optional parameter.
15379
15380 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
15381
15382         * gnus-fun.el (gnus): Require it for gnus-directory.
15383
15384 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15385
15386         * gnus-fun.el (gnus-face-properties-alist): Add :version.
15387
15388 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15389
15390         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
15391
15392 2006-04-05  Simon Josefsson  <jas@extundo.com>
15393
15394         * password.el (password-reset): New function.
15395
15396 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15397
15398         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
15399         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
15400
15401 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15402
15403         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15404         Some whitespace was matched into the url, which broke browsing hits
15405         > 100 when mm-url-use-external was nil.
15406
15407 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15408
15409         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15410         Check gnus-extra-headers for 'Newsgroups.
15411
15412         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
15413         bound.
15414
15415 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
15416
15417         * pgg-gpg.el: Clean up process buffers every time gpg processes
15418         complete.
15419
15420 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
15421
15422         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15423         doc string.
15424
15425 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
15426
15427         * pgg-gpg.el (pgg-gpg-process-filter)
15428         (pgg-gpg-wait-for-completion): Check if buffer is alive.
15429
15430         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
15431         lines, temporary fix.
15432
15433 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15434
15435         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
15436
15437 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
15438
15439         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15440         default-enable-multibyte-characters.  This reverts the change from
15441         revision 6.17 which is no longer necessary because the passphrase
15442         is sent separately now.  GnuPG messages are unreadable under
15443         multibyte locales with default-enable-multibyte-characters set to
15444         nil.
15445
15446 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
15447
15448         * message.el (message-tool-bar-gnome): Move "spell".
15449
15450 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
15451
15452         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
15453         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
15454         instead.
15455
15456 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
15457
15458         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15459         Improve newsgroups handling for NNTP overviews which don't include
15460         Newsgroups.
15461
15462 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15463
15464         * message.el (message-resend): Bind message-generate-hashcash to nil.
15465
15466 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15467
15468         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
15469         when searching for already-paid recipients.
15470
15471 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
15472
15473         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15474         passphrases when it is not needed.
15475         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15476         passphrase stuff from gpg, should only be necessary when you use
15477         gpg with a smartcard.
15478
15479 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15480
15481         * mml.el (mml-insert-mime): Ignore cached contents of
15482         message/external-body part.
15483
15484         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
15485         (mm-insert-part): Ditto.
15486
15487 2006-03-23  Simon Josefsson  <jas@extundo.com>
15488
15489         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
15490         Reiner.
15491         (pgg-gpg-use-agent-p): Use it again.
15492
15493 2006-03-23  Simon Josefsson  <jas@extundo.com>
15494
15495         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
15496         older emacsen.
15497         (pgg-gpg-use-agent-p): Don't use it.
15498
15499 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
15500
15501         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
15502         if we can.
15503
15504 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
15505
15506         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15507         (pgg-gpg-update-agent): New function.
15508         (pgg-gpg-use-agent-p): New function.
15509         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15510         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15511         (pgg-gpg-sign-region): Use it.
15512
15513 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15514
15515         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
15516         Reported by Ralf Wachinger <rwachinger@gmx.de>.
15517
15518 2006-03-21  Simon Josefsson  <jas@extundo.com>
15519
15520         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15521         <wilde@sha-bang.de>.
15522         (pgg-gpg-use-agent): New variable.
15523         (pgg-gpg-process-region): Use it.
15524         (pgg-gpg-encrypt-region): Likewise.
15525         (pgg-gpg-encrypt-symmetric-region): Likewise.
15526         (pgg-gpg-decrypt-region): Likewise.
15527         (pgg-gpg-sign-region): Likewise.
15528         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15529
15530 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15531
15532         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
15533
15534         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
15535         Add comment on version.
15536
15537 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15538
15539         * smiley.el: Add missing test smiley.
15540
15541 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15542
15543         * mm-decode.el (mm-with-part): New macro.
15544         (mm-get-part): Use it; work with message/external-body as well.
15545         (mm-save-part): Treat name and filename equally.
15546
15547         * mm-extern.el (mm-extern-cache-contents): New function.
15548         (mm-inline-external-body): Use it; force the part to be displayed;
15549         move undisplayer added to the cached handle to the parent.
15550
15551         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
15552         (gnus-mime-view-part-as-type): Work with message/external-body.
15553
15554         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
15555
15556 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15557
15558         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
15559         images in image-load-path.  [Sync with image.el, revision 1.60, in
15560         Emacs.]
15561
15562 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15563
15564         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
15565         path rather than symbol.  Always return list of directories.
15566         Guarantee that image directory comes first.  [Sync with image.el,
15567         revision 1.59, in Emacs.]
15568
15569         * message.el (message-make-tool-bar): Adjust to new API of
15570         `gmm-image-load-path-for-library'.
15571
15572         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15573
15574         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15575
15576 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15577
15578         * gnus-art.el (gnus-article-only-boring-p):
15579         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
15580         intangible text.
15581         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
15582
15583 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
15584
15585         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
15586         Use `defun' instead of `gmm-defun-compat'.
15587
15588 2006-03-14  Simon Josefsson  <jas@extundo.com>
15589
15590         * message.el (message-unique-id): Don't use message-number-base36
15591         if (user-uid) is a float.
15592         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
15593
15594 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15595
15596         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
15597
15598         * gnus-art.el (gnus-mime-display-single): Make sure there is an
15599         empty line between a part and a message part.
15600
15601 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
15602
15603         * smiley.el: Add more test smileys.
15604         (smiley-data-directory, smiley-regexp-alist)
15605         (gnus-smiley-file-types): Fix doc strings.
15606         (smiley-update-cache): Clear smiley-cached-regexp-alist before
15607         adding new elements.
15608         (smiley-mouse-map): Unused code.  Make it a comment.
15609
15610 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15611
15612         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
15613         scan latest NoCeM messages instead of old ones.
15614         (gnus-nocem-check-article): Fix regexps so as to match to PGP
15615         delimiters that are recently used.
15616         (gnus-nocem-load-cache): Add autoload cookie.
15617
15618         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
15619
15620         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
15621         level which is larger than gnus-use-nocem is specified.
15622
15623         * gnus-group.el (gnus-group-get-new-news): Ditto.
15624
15625 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15626
15627         * gnus-util.el (gnus-tool-bar-update): New function.
15628
15629         * gnus-group.el (gnus-group-update-tool-bar): New variable.
15630         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
15631
15632         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
15633
15634         * gnus-group.el (gnus-group-redraw-when-idle)
15635         (gnus-group-redraw-check): Remove.
15636         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
15637
15638 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15639
15640         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
15641         if optional last element is specified in splits (FIELD VALUE...).
15642
15643 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
15644
15645         * message.el (message-make-tool-bar): Rename gmm-image-load-path
15646         to gmm-image-load-path-for-library.  Call with no-error argument.
15647         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15648
15649         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15650
15651         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15652
15653         * gmm-utils.el (gmm-image-load-path): Remove alias.
15654
15655 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
15656
15657         * gmm-utils.el (gmm-image-load-path): Add alias.
15658
15659         * nnml.el (nnml-generate-nov-databases-directory): Rename from
15660         nnml-generate-nov-databases-1.
15661         (nnml-generate-nov-databases): Use it.
15662         (nnml-generate-nov-databases-directory): Document no-active
15663         argument.
15664
15665         * gmm-utils.el (gmm-image-load-path-for-library): Return single
15666         directory if path is t.  Add no-error.
15667
15668         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
15669         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15670
15671         * gnus-art.el (gnus-article-browse-delete-temp-files):
15672         Simplify resetting gnus-article-browse-html-temp-list.
15673
15674         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
15675         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
15676         Add example to docstring.  Rename local variables.  Move error
15677         checks to default case in cond and simplify.
15678
15679 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
15682         handle is multipart when calling it recursively.
15683         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
15684
15685 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
15686
15687         * nnimap.el (nnimap-request-update-info-internal): Optimize.
15688         Don't `gnus-uncompress-range' to avoid excessive memory usage.
15689
15690 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15691
15692         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
15693         is loaded.
15694
15695         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
15696         loaded.
15697
15698 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15699
15700         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
15701         to "Emacs 23 (unicode)" in doc string.
15702
15703         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
15704         "Emacs 23 (unicode)" in comment.
15705
15706 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15707
15708         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
15709
15710         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
15711         characters 160 through 255 in Emacs 23.
15712
15713 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15714
15715         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
15716         gnus-article-browse-html-temp.
15717         (gnus-article-browse-delete-temp): Make it customizable.
15718         Add `file'.  Adjust doc string.
15719         (gnus-article-browse-delete-temp-files): Add argument.
15720         Allow query for each file.  Adjust doc string.
15721         (gnus-article-browse-html-parts):
15722         Add `gnus-article-browse-delete-temp-files' to
15723         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
15724
15725 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
15726
15727         * gnus-art.el (gnus-article-browse-html-temp)
15728         (gnus-article-browse-delete-temp): New variables.
15729         (gnus-article-browse-delete-temp-files): New function.
15730         (gnus-article-browse-html-parts): Use it.
15731
15732 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15733
15734         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
15735
15736         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
15737         string.
15738
15739         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
15740         gnus-summary-insert-new-articles when unplugged.
15741         Remove gnus-summary-search-article-forward.
15742
15743         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
15744         display-visual-class instead of display-color-cells.
15745
15746 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15747
15748         * dgnushack.el: Autoload customize-group for XEmacs.
15749
15750         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
15751         message/* containing non-ASCII text properly.
15752
15753 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15754
15755         * message.el: Require gmm-utils, remove autoloads.
15756         (message-tool-bar): Set default based on
15757         gmm-tool-bar-style.
15758         (message-tool-bar-gnome): Add gmm-customize-mode.
15759
15760         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
15761         gmm-tool-bar-style.
15762         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
15763
15764         * gnus-group.el (gnus-group-tool-bar): Set default based on
15765         gmm-tool-bar-style.
15766         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
15767
15768         * gmm-utils.el (gmm-image-directory): Rename variable from
15769         gmm-image-load-path.
15770         (gmm-image-load-path): Use gmm-image-directory.
15771         (gmm-customize-mode): New function.
15772         (gmm-tool-bar-style): New variable.
15773
15774         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
15775         gnus-group-redraw-line-number.
15776         (gnus-group-redraw-check): Simplify.
15777         (gnus-group-tool-bar-update): Remove redraw check.
15778         (gnus-group-make-tool-bar): Add redraw check.
15779
15780 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
15781
15782         * gnus-art.el (gnus-button): Add missing parentheses.
15783
15784 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15785
15786         * lpath.el: Fbind line-number-at-pos.
15787
15788 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15789
15790         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
15791
15792 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15793
15794         * gnus-art.el (gnus-button): New face.
15795         (gnus-article-button-face): Use it.
15796
15797         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15798         Add gnus-summary-next-page.  Re-order.
15799
15800         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
15801         next-node are now included.
15802         (gnus-group-redraw-line-number): New internal variable.
15803         (gnus-group-redraw-check): Helper function for updating the tool
15804         bar.
15805         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
15806
15807         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
15808
15809         * spam.el (spam-spamassassin-score-regexp): New internal variable.
15810         (spam-extra-header-to-number, spam-check-spamassassin-headers):
15811         Use it to match format of Spamassassin 3.0 and later.
15812         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
15813         (spam-check-bogofilter)
15814         (spam-bogofilter-register-with-bogofilter): Fix args of
15815         `gnus-error' calls.
15816
15817 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15818
15819         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
15820         unnecessary interaction when sending queued mails.
15821         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
15822
15823 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15824
15825         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
15826         first or last are nil.
15827
15828 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15829
15830         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
15831
15832 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15833
15834         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
15835
15836 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15837
15838         * dns.el (query-dns): Protect more against buggy tcp output.
15839
15840 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15841
15842         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
15843         nov.php.
15844
15845 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15846
15847         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
15848         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
15849         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
15850         output on the server side.
15851         (nnweb-google-create-mapping): Update regexps and add some
15852         progress indication.
15853
15854 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
15855
15856         * gnus-group.el (gnus-group-tool-bar-gnome):
15857         Fix gnus-agent-toggle-plugged.  Re-order icons.
15858         (gnus-group-tool-bar-gnome):
15859         Add gnus-group-{prev,next}-unread-group.
15860         (gnus-group-tool-bar-gnome): Re-order icons.
15861
15862         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15863         Move gnus-summary-insert-new-articles.
15864
15865         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
15866         Fix comments.
15867
15868         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
15869         also available in Emacs 21.3.
15870
15871         * message.el (message-fix-before-sending): Change "Emacs 22" to
15872         "Emacs 23 (unicode)" in comment.
15873
15874         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
15875         "Emacs 23 (unicode)" in comment.
15876
15877         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
15878         comment.
15879         (mm-coding-system-p): Add comment about no-MULE XEmacs.
15880
15881         * mm-view.el (mm-fill-flowed): Add :version.
15882
15883 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15884
15885         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
15886         and load-path.
15887
15888 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
15889
15890         * message.el: Autoload gmm-image-load-path.
15891         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
15892         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
15893         consitency.
15894
15895         * gmm-utils.el (gmm-image-load-path): Also search in
15896         "../etc/images".  Don't set gmm-image-load-path if we don't find
15897         the image.
15898
15899 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15900
15901         * gmm-utils.el (gmm-image-load-path): Don't make
15902         `gmm-image-load-path' include subdirectories which the second arg
15903         `image' might specify.
15904
15905         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
15906         subdirectory to icon file names.
15907
15908         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
15909
15910 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15911
15912         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
15913         gmm-image-load-path calls.
15914
15915         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15916
15917         * message.el (message-make-tool-bar): Ditto.
15918
15919         * mml.el (mml-preview): Add comment concerning tool bar icons.
15920
15921         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
15922         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
15923
15924         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
15925         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
15926
15927         * message.el (message-tool-bar-gnome): Use new icon names.
15928         (message-make-tool-bar): Use `gmm-image-load-path'.
15929
15930         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
15931         New functions from MH-E.
15932         (gmm-image-load-path): New variable from MH-E.
15933         (gmm-image-load-path): New function from MH-E.  Add arguments
15934         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
15935         *-image-load-path-called-flag.
15936
15937 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
15938
15939         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
15940
15941 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
15942
15943         * nnimap.el (nnimap-request-move-article): Change folder back to
15944         source group before deleting.
15945
15946 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
15947
15948         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
15949
15950         * gnus-art.el (mm-url-insert-file-contents-external):
15951         Autoload mm-url.
15952
15953         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
15954
15955 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15956
15957         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
15958         coding system which mm-charset-to-coding-system returns for a
15959         given charset is valid.
15960
15961 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15962
15963         * html2text.el (html2text-remove-tag-list):
15964         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
15965
15966 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15967
15968         * gnus-cus.el: Revert 2005-10-17 change.
15969
15970 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15971
15972         * gnus-art.el (article-strip-banner):
15973         Call article-really-strip-banner only when the regexp match is made.
15974
15975 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15976
15977         * gnus-art.el (article-strip-banner):
15978         Use gnus-extract-address-components instead of
15979         mail-header-parse-addresses to make it work with non-ASCII text;
15980         remove mail-encode-encoded-word-string.
15981
15982         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
15983         values which are surrounded with \"...\"; make it never cause a
15984         Lisp error; give up parsing of parameters if it failed in
15985         extracting type.
15986
15987 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
15988
15989         * smime.el (smime-cert-by-ldap-1): Fix bug where
15990         `smime-ldap-search' returns results without userCertificates.
15991
15992 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15993
15994         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
15995
15996 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15997
15998         * spam.el (spam-check-spamassassin-headers): Adapt format for
15999         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
16000         <ari@mbf.ocn.ne.jp>.
16001         (spam-list-of-processors): Add spam-use-gmane.
16002
16003 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16004
16005         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
16006         make-temp-file; make it work with XEmacs as well.
16007
16008         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
16009         mm-make-temp-file.
16010
16011         * mm-decode.el (mm-display-external): Use the 3rd arg of
16012         mm-make-temp-file.
16013         (mm-create-image-xemacs): Ditto.
16014
16015 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16016
16017         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
16018         with message-narrow-to-headers.
16019         (gnus-draft-setup): Narrow to header to run message-fetch-field.
16020         (gnus-draft-check-draft-articles): New function.
16021         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
16022
16023 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16024
16025         * gnus-art.el (gnus-article-browse-html-parts):
16026         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
16027         Don't use suffix argument for mm-make-temp-file for Emacs 21
16028         compatibility.  Remove useless `format'.
16029
16030 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16031
16032         * nnweb.el (nnweb-google-wash-article): Update regexps.
16033         (nnweb-group-alist): Use defvoo instead of defvar.
16034
16035 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16036
16037         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
16038         re-loading nn* modules.
16039
16040 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16041
16042         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
16043         for `tool-bar-mode' and don't check it's default-value.
16044
16045         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16046
16047         * message.el (message-make-tool-bar): Ditto.
16048
16049         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
16050         `substring'.  Shorten tmp-file name.
16051
16052         * gnus.el: Remove bogus comment.
16053
16054 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
16055
16056         * gnus-art.el (gnus-article-browse-html-parts): New function.
16057         (gnus-article-browse-html-article): New function for viewing html
16058         articles with a browser.
16059
16060 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
16061
16062         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
16063         in elisp.
16064         (pgg-gpg-encrypt-symmetric-region): Ditto.
16065         (pgg-gpg-sign-region): Ditto.
16066
16067         * pgg-def.el (pgg-text-mode): New variable.
16068
16069         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
16070         (mml2015-pgg-encrypt): Ditto.
16071
16072         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
16073         (mml1991-pgg-encrypt): Ditto.
16074
16075 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16076
16077         * nnfolder.el (nnfolder-insert-newsgroup-line):
16078         Use message-make-date instead of current-time-string.
16079
16080         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
16081         to gnus-decoded which mm-uu might set.
16082
16083 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16084
16085         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
16086         don't decode quoted parameters; remove misimported Emacs code.
16087         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16088         (rfc2231-decode-encoded-string): Don't use split-string which
16089         behaves differently according to Emacs version; use
16090         mm-decode-coding-region to convert charset to coding-system.
16091         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16092         (rfc2231-encode-string): Remove misimported Emacs code.
16093
16094 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16095
16096         * gnus-art.el (article-decode-charset): Don't use ignore-errors
16097         when calling mail-header-parse-content-type.
16098         (article-de-quoted-unreadable): Ditto.
16099         (article-de-base64-unreadable): Ditto.
16100         (article-wash-html): Ditto.
16101
16102         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
16103         calling mail-header-parse-content-type and
16104         mail-header-parse-content-disposition.
16105         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
16106         mail-header-parse-content-type.
16107
16108         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
16109         insert charset and format parameters; encode description after
16110         inserting it to buffer.
16111         (mml-insert-parameter): Fold lines properly even if a parameter is
16112         segmented into two or more lines; change the max column to 76.
16113
16114         * rfc1843.el (rfc1843-decode-article-body): Don't use
16115         ignore-errors when calling mail-header-parse-content-type.
16116
16117         * rfc2231.el (rfc2231-parse-string): Return at least type if
16118         possible; don't cause an error even if it fails in parsing of
16119         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16120         (rfc2231-encode-string): Don't break lines at the beginning, leave
16121         it to mml-insert-parameter.
16122
16123         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
16124         calling mail-header-parse-content-type.
16125
16126 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
16127
16128         * spam-report.el (spam-report-gmane-use-article-number):
16129         Improve doc string.
16130         (spam-report-gmane-internal): Check if a suitable header was found
16131         in the article.
16132
16133 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16134
16135         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
16136         (rfc2231-encode-string): Make param*=value always begin with LWSP.
16137
16138 2006-02-05  Romain Francoise  <romain@orebokech.com>
16139
16140         Update copyright notices of all files in the gnus directory.
16141
16142 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16143
16144         * nnweb.el (nnweb-request-group): Avoid growing overview files.
16145
16146 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16147
16148         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
16149         segmented lines of parameter value to cope with Thunderbird 1.5
16150         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
16151         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16152         (rfc2231-encode-string): Don't make lines exceeding 76 column.
16153
16154 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
16155
16156         * mml.el (mml-generate-mime-1): Correct the order of inline signed
16157         parts.
16158
16159 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16160
16161         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
16162         there's only one active file for all servers.
16163         (nnweb-request-scan): Make sure nnweb-articles is initialized on
16164         solid groups.  Gnus might have used a FAST request to select the group.
16165         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
16166         and nnweb-search redundantly in the active file.
16167         (nnweb-request-list): Don't list bogus groups.  There can only be one.
16168         (nnweb-request-create-group): Don't use ARGS.
16169         (nnweb-possibly-change-server, nnweb-request-group): Remove some
16170         initializations.  Let nnoo do the work.
16171
16172 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
16175         Say the part has been decoded.
16176
16177         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
16178
16179 2006-01-31  Kevin Ryde  <user42@zip.com.au>
16180
16181         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
16182         mailcap-viewer-test-cache when there's no 'test clause, since that
16183         will invert the meaning of a "nil" test previously determined by
16184         mailcap-mailcap-entry-passes-test.
16185
16186 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16187
16188         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
16189         compiling.
16190
16191         * gnus-sum.el: Ditto.
16192
16193         * message.el: Don't bind tool-bar-map when compiling.
16194
16195 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
16196
16197         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
16198
16199 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16200
16201         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
16202         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
16203         current Google Groups.
16204
16205 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
16206
16207         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
16208         and tool-bar-mode.
16209
16210         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
16211         and tool-bar-mode.
16212
16213         * message.el (message-tool-bar-update): Simplify.
16214         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
16215
16216         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
16217         gnus-summary-buffer.
16218         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
16219         gnus-summary-reply.
16220
16221         * gmm-utils.el (gmm): Add :version.
16222
16223 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16224
16225         * Makefile.in (clean): New rule.
16226         (distclean): Use it.
16227
16228 2006-01-26  Steve Youngs  <steve@sxemacs.org>
16229
16230         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
16231         Don't autoload.
16232
16233 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16234
16235         * gmm-utils.el (gmm-verbose): Add :group.
16236
16237 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
16238
16239         * message.el: Change some comments WRT tool-bars.
16240
16241         * gnus-sum.el (gnus-summary-tool-bar)
16242         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
16243         (gnus-summary-tool-bar-zap-list): New variables.
16244         (gnus-summary-make-tool-bar): Complete rewrite using
16245         `gmm-tool-bar-from-list'.
16246
16247         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
16248         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
16249         New variables.
16250         (gnus-group-make-tool-bar): Complete rewrite using
16251         `gmm-tool-bar-from-list'.
16252         (gnus-group-tool-bar-update): New function.
16253
16254         * message.el (message-mode-field-menu): Add "Show hidden Headers".
16255
16256 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16257
16258         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
16259         is dissected into a single part of which the type is the same as
16260         the given one; decode charset.
16261
16262 2006-01-21  Kevin Ryde  <user42@zip.com.au>
16263
16264         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
16265         into alists as symbol not string, since that's what
16266         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
16267         look for.
16268
16269 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
16270
16271         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
16272         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
16273
16274         * message.el (message-tool-bar-gnome): Use gmm-ignore.
16275
16276 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16277
16278         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
16279         (gnus-xmas-mime-security-button-menu): New function.
16280
16281         * gnus-art.el (gnus-mime-security-button-commands): New variable.
16282         (gnus-mime-security-button-menu): New definition.
16283         (gnus-mime-security-button-map): Use them.
16284         (gnus-mime-security-button-menu): New function.
16285         (gnus-insert-mime-security-button): Addition to help echo.
16286         (gnus-mime-security-run-function, gnus-mime-security-save-part)
16287         (gnus-mime-security-pipe-part): New functions.
16288
16289         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
16290         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
16291
16292         * mm-decode.el (mm-handle-set-disposition): Remove.
16293         (mm-handle-set-description): Remove.
16294
16295 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16296
16297         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
16298         (mm-w3m-standalone-supports-m17n-p): New function.
16299         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
16300         w3m usage.
16301
16302         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
16303         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
16304
16305 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16306
16307         * message.el (message-tool-bar-zap-list):
16308         Use gmm-tool-bar-zap-list as custom type.
16309         (message-tool-bar-update): New function.
16310         (message-tool-bar, message-tool-bar-gnome)
16311         (message-tool-bar-retro): Add message-tool-bar-update.
16312         (message-tool-bar-gnome): Add flyspell-buffer.
16313
16314         * gnus-util.el (gnus-error): Describe `args'.
16315
16316         * gmm-utils.el (gmm-error): Describe `args'.
16317         (gmm-tool-bar-zap-list): New widget.
16318         (gmm-tool-bar-from-list): Improve description of `zap-list'.
16319
16320 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16321
16322         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
16323         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
16324         the number of recursive calls.
16325
16326         * mm-decode.el (mm-handle-set-disposition): New macro.
16327         (mm-handle-set-description): New macro.
16328
16329 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16330
16331         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
16332         encoding.
16333
16334 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16335
16336         * message.el (message-tool-bar-zap-list, message-tool-bar)
16337         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
16338         (message-tool-bar-local-item-from-menu): Remove.
16339         (message-tool-bar-map): Replace by `message-make-tool-bar'.
16340         (message-make-tool-bar): New function.
16341         (message-mode): Use `message-make-tool-bar'.
16342
16343         * gmm-utils.el: New file.
16344         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
16345         (gmm-lazy): New widget copied from `nnmail.el'.
16346         (gmm-tool-bar-from-list): New function for creating customizable
16347         tool bars.
16348         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
16349         output.
16350         (gmm): Add :prefix to defgroup.
16351
16352 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
16353
16354         * gmm-utils.el (gmm-widget-p): New function.
16355
16356 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16357
16358         * mml.el (mml-attach-file): Describe `description' in doc string.
16359         (mml-menu): Add Emacs MIME manual and PGG manual.
16360
16361 2006-01-20  Richard M. Stallman  <rms@gnu.org>
16362
16363         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
16364
16365 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
16366
16367         * nntp.el (nntp-end-of-line): Doc fix.
16368
16369 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
16370
16371         * imap.el (imap-open): Handle case where buffer is a buffer
16372         object.
16373
16374 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16375
16376         * gnus-delay.el (gnus-delay): Don't autoload.
16377         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16378         to be re-loaded when customizing the `gnus-delay' group.
16379
16380 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
16381
16382         * message.el (message-insert-citation-line): Use newlines.
16383
16384 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
16385
16386         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16387         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
16388         these routines, so the passphrase can be managed externally and
16389         passed in to the system.
16390         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16391         pgg-add-passphrase-to-cache function.
16392
16393         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16394         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
16395         these routines, so the passphrase can be managed externally and
16396         passed in to the system.
16397         (pgg-pgp5-sign-region): Use new name of
16398         pgg-add-passphrase-to-cache function.
16399
16400 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
16401
16402         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16403         part of the decoded armor to find the key-identifier.
16404         (pgg-gpg-lookup-key-owner): New function to return the
16405         human-readable identifier of a key owner.
16406         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
16407         itself.
16408         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16409         the key value) if we have a key and can match it against a secret
16410         key.  Also, added a note pointing out fact that the prompt only
16411         indicates the first matching key.
16412
16413         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
16414         pgg-decrypt-region.
16415         (pgg-add-passphrase-to-cache): Rename from
16416         `pgg-add-passphrase-cache' to reduce confusion (all callers
16417         changed).
16418         (pgg-remove-passphrase-from-cache): Rename from
16419         `pgg-remove-passphrase-cache' to reduce confusion (all callers
16420         changed).
16421         (pgg-read-passphrase, pgg-add-passphrase-cache)
16422         (pgg-remove-passphrase-cache): Add informative docstrings.
16423         (pgg-decrypt): Convey provided passphrase in subordinate call to
16424         pgg-decrypt-region.
16425
16426 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
16427
16428         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16429         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16430         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16431         'passphrase' argument, so the passphrase can be managed externally
16432         and then passed in to the system.
16433
16434         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16435         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
16436         so the passphrase cache can be used reliably with identifiers
16437         besides a pgp packet's key id.
16438
16439         * pgg-gpg.el (pgg-gpg-encrypt-region)
16440         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16441         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
16442         these routines, so the passphrase can be managed externally and
16443         passed in to the system.
16444
16445         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16446         'notruncate' argument, so the passphrase cache can be used
16447         reliably with identifiers besides a pgp packet's key id.
16448
16449 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
16450
16451         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16452         symmetric encryption.
16453         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16454         encrypted session key.
16455         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16456         message ask for the passphrase in a proper way.
16457
16458         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16459         New user commands for symmetric encryption.
16460
16461 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16462
16463         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
16464
16465         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
16466
16467 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
16468
16469         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
16470
16471 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16472
16473         * mm-decode.el (mm-inlined-types): Add application/pgp.
16474         (mm-automatic-display): Ditto.
16475
16476         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
16477         part as text.
16478
16479 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16480
16481         * nnrss.el: Update copyright.
16482         (nnrss-opml-import): Query whether to subscribe to each entry.
16483
16484         * gnus-art.el:
16485         * gnus-sum.el:
16486         * gnus-xmas.el:
16487         * messagexmas.el:
16488         * mm-uu.el:
16489         * mm-view.el: Update copyright.
16490
16491 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
16492
16493         * message.el (message-info): New function.
16494         (message-mode-menu): Add it.
16495         Update copyright.
16496
16497         * ChangeLog: Fix and update copyright.
16498
16499 2006-01-13  Romain Francoise  <romain@orebokech.com>
16500
16501         * message.el (message-forward-subject-name-subject): Prefer the
16502         address to 'nowhere' if the sender has no name.
16503         Fix typo.  Update copyright year.
16504
16505 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16506
16507         * gnus-art.el (article-wash-html):
16508         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
16509         (gnus-article-wash-html-with-w3m-standalone): New function.
16510
16511         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
16512         mm-inline-text-html-render-with-w3m-standalone.
16513         (mm-text-html-washer-alist): Map w3m-standalone to
16514         gnus-article-wash-html-with-w3m-standalone.
16515         (mm-inline-text-html-render-with-w3m-standalone): New function.
16516
16517 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16518
16519         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
16520         Improve LaTeX.
16521
16522 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16523
16524         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
16525         (nnrss-request-article): Render text/plain parts as HTML.
16526
16527         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
16528         the buffer.
16529
16530 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
16531
16532         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
16533         custom definition of `gnus-posting-styles'.
16534
16535         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
16536         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
16537
16538 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16539
16540         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
16541         Use nntp for bug archive.
16542
16543 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16544
16545         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
16546         parts.
16547         (nnrss-normalize-date): New function converts ISO 8601 date into
16548         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16549         (nnrss-check-group): Use it.
16550
16551 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16552
16553         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
16554
16555         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
16556         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16557         (nnrss-insert-w3): Ditto.
16558
16559 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16560
16561         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
16562         the articles to be forwarded including the case where neither a
16563         number of articles nor a region is specified.
16564
16565 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16566
16567         * nnrss.el (nnrss-request-article): Fix last change; fill
16568         text/plain parts.
16569
16570 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16571
16572         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
16573         in text/plain part.
16574         (nnrss-check-group): Don't add excessive newline to dc:subject.
16575
16576 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
16577
16578         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
16579         article.
16580
16581 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16582
16583         * nnml.el: Don't require gnus-bcklg.  Autoload it.
16584         (nnml-use-compressed-files, nnml-save-mail): Support other
16585         comression programs such as bzip2.
16586
16587 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16588
16589         * dns.el (query-dns): Make sure we check the buffer size before
16590         removing tcp headers.
16591
16592 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16593
16594         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
16595         remove MIME buttons associated with multipart/alternative parts.
16596         (gnus-mime-display-alternative): Tag buttons using `article-type'
16597         text property.
16598
16599         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
16600         associated with multipart/alternative parts.
16601
16602         * gnus-art.el (gnus-signature-separator): Fix custom type.
16603
16604         * mm-decode.el (mm-inlined-types): Fix custom type.
16605         (mm-keep-viewer-alive-types): Ditto.
16606         (mm-automatic-display): Ditto.
16607         (mm-attachment-override-types): Ditto.
16608         (mm-inline-override-types): Ditto.
16609         (mm-automatic-external-display): Ditto.
16610
16611 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16612
16613         * spam-report.el (spam-report-user-mail-address)
16614         (spam-report-user-agent): New variables.
16615         (spam-report-url-ping-plain): Use spam-report-user-agent.
16616
16617 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
16618
16619         * gnus-art.el (gnus-button-handle-custom): Do not just use
16620         `customize-apropos' for any "M-x customize-*" button but the
16621         function called for.  Accept both the function name and its
16622         argument in order to achieve this.
16623         (gnus-button-alist): Remove support for "custom:" URL's.
16624         Pass function name to `gnus-button-handle-custom' in case of "M-x
16625         customize-*" buttons.
16626
16627 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16628
16629         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
16630         multipart/alternative and add xref to mm-discouraged-alternatives
16631         in doc string.
16632
16633         * mm-decode.el (mm-discouraged-alternatives): Add xref to
16634         gnus-buttonized-mime-types in doc string.
16635
16636 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
16637
16638         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16639         Suggest image/.* in the doc string.
16640
16641 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
16642
16643         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16644         message-marks (Debian bug #342521).
16645
16646 2005-12-12  Simon Josefsson  <jas@extundo.com>
16647
16648         * password.el (password-read-from-cache): Add.
16649         (password-read): Use it.
16650
16651 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16652
16653         * rfc2047.el (rfc2047-charset-to-coding-system):
16654         Recognize us-ascii as a MIME charset.
16655
16656         * mm-bodies.el (mm-decode-content-transfer-encoding):
16657         Protect against the case where the 2nd arg TYPE is nil.
16658
16659 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16660
16661         * pop3.el (pop3-stream-type): Fix custom version.
16662
16663         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
16664
16665 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16666
16667         * mm-decode.el (mm-display-external): Add missing cdr.
16668
16669 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16670
16671         * mm-decode.el (mm-display-external): Use nametemplate (defined in
16672         RFC1524) if it is in mailcap or add a suffix according to
16673         mailcap-mime-extensions when generating a temp filename; postpone
16674         deleting a temp file for 2 seconds for some wrappers, shell
16675         scripts, and so on, which might exit right after having started a
16676         viewer command as a background job.
16677
16678 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16679
16680         * nntp.el (nntp-marks-directory): Fix custom group.
16681
16682         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
16683         steps when < 10.
16684
16685         * gnus-start.el (gnus-no-server-1):
16686         Mention `gnus-level-default-subscribed' in doc string.
16687
16688 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16689
16690         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
16691         parens.
16692
16693 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16694
16695         * gnus-xmas.el (gnus-use-toolbar): Revert.
16696         (gnus-xmas-setup-toolbar): Use global default-toolbar if
16697         gnus-use-toolbar is default.
16698
16699         * messagexmas.el (message-use-toolbar): Revert.
16700         (message-setup-toolbar): Use global default-toolbar if
16701         message-use-toolbar is default.
16702
16703 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16704
16705         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
16706         according to default-toolbar-visible-p.
16707
16708         * messagexmas.el (message-use-toolbar): Ditto.
16709
16710 2005-11-26  Dave Love  <fx@gnu.org>
16711
16712         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
16713         (tls-program, tls-success): Provide openssl alternative.
16714
16715         * starttls.el: Doc fixes.
16716         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
16717         SERVICE to PORT.
16718
16719         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
16720         port null or service name.
16721         (starttls-negotiate): Autoload.
16722
16723 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16724
16725         * message.el (message-kill-to-signature): Fix interactive spec.
16726
16727 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16728
16729         * pop3.el (pop3-open-server): Recognize a string as a service name.
16730
16731 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
16732
16733         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
16734
16735 2005-11-23  Dave Love  <fx@gnu.org>
16736
16737         Add pop3s, pop3/starttls.
16738
16739         * pop3.el (pop3-authentication-scheme): Clarify doc.
16740         (open-tls-stream, starttls-open-stream): Autoload.
16741         (pop3-stream-type): New.
16742         (pop3-open-server): Use it.
16743
16744         * mail-source.el (mail-sources): Fix some :types.  Add stream type
16745         for POP.
16746         (mail-source-keyword-map): Add :stream for POP.
16747         (mail-source-fetch-pop): Use pop3-stream-type.
16748
16749 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16750
16751         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
16752         of current-time-string.
16753
16754 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
16755
16756         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
16757         date header.
16758
16759 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16760
16761         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
16762         it can seriously impact performance as it bypasses the agent's
16763         local caches.
16764
16765 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16766
16767         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
16768         must be explicitly online rather than "not explicitly offline" for
16769         its flags to be synchronized.
16770
16771         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
16772         that gnus-uu-unmark-thread will function correctly.
16773
16774         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
16775         1024K is instead displayed as 1M.
16776
16777 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16778
16779         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
16780
16781 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
16782
16783         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
16784
16785 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
16786
16787         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
16788         error message to display actual error condition.
16789         (gnus-agent-save-local): Avoid saving symbols that are bound to
16790         nil as they simply result in a warning message in
16791         gnus-agent-read-local.
16792
16793 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16794
16795         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
16796         rather than make-variable-buffer-local for file-precious-flag.
16797
16798 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16799
16800         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
16801         for duplicates which are removed.  The invalid sort check then
16802         triggers a rescan after the sort as sorting may have moved
16803         duplicate entries such that they can be cheaply detected.
16804
16805 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16806
16807         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
16808
16809 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16810
16811         * gnus-agent.el (gnus-agent-article-alist-save-format):
16812         Change internal variable to a custom variable.  Change default value
16813         from compressed(2) to uncompressed(1).
16814         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
16815         support for uncompressed agentview files.  Taken together, reading
16816         the agentview file should now be 6-7 times faster.
16817
16818 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16819
16820         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
16821         as a buffer-local variable.  This avoids creating truncated
16822         dribble files as a result of a hang up, eg.
16823
16824 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
16825
16826         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
16827         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
16828         XEmacs.
16829
16830 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16831
16832         * gnus-start.el (gnus-start-draft-setup):
16833         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
16834
16835         * gnus.el (gnus-splash): Change custom group.
16836         (gnus-group-get-parameter, gnus-group-parameter-value):
16837         Describe allow-list argument.
16838
16839         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
16840         string.
16841
16842 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16843
16844         * gnus-art.el (gnus-default-article-saver): Add user-defined
16845         `function' to custom type.
16846
16847 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16848
16849         * imap.el (imap-open): Handle case where buffer is a buffer
16850         object.
16851
16852 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16853
16854         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
16855         long lines.
16856         (gnus-cache-delete-group): Wrap doc strings.
16857
16858         * gnus-agent.el (gnus-agent-rename-group)
16859         (gnus-agent-delete-group): Wrap doc strings.
16860
16861 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16862
16863         * messagexmas.el (message-use-toolbar): Change the valid values
16864         into default, top, bottom, left, and right.
16865         (message-toolbar-thickness): New variable.
16866         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
16867         well.
16868         (message-setup-toolbar): Make it work.
16869
16870         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
16871         (gnus-use-toolbar): Change the valid values into default, top,
16872         bottom, left, and right.
16873         (gnus-toolbar-thickness): New variable.
16874         (gnus-xmas-setup-toolbar): New function.
16875         (gnus-xmas-setup-group-toolbar): Use it.
16876         (gnus-xmas-setup-summary-toolbar): Use it.
16877
16878 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16879
16880         * gnus-start.el (gnus-1): Add "native" to
16881         gnus-predefined-server-alist.
16882
16883         * gnus.el (gnus-method-to-server): Don't add "native" to the
16884         lists here, because that leads to problems when
16885         gnus-select-method is bound.
16886
16887 2005-11-09  Simon Josefsson  <jas@extundo.com>
16888
16889         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
16890         use (not sort-by-date) instead.
16891
16892 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16893
16894         * gnus-delay.el (gnus-delay-group): Don't autoload.
16895         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16896         to be re-loaded when customizing the `gnus-delay' group.
16897
16898 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16899
16900         * message.el: Revert last changes.
16901         (message-insert-citation-line): Use newlines.
16902
16903 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16904
16905         * message.el (message-courtesy-message)
16906         (message-mark-insert-begin, message-mark-insert-end)
16907         (message-elide-ellipsis, message-cancel-message)
16908         (message-add-header, message-change-subject)
16909         (message-cross-post-followup-to-header)
16910         (message-cross-post-insert-note, message-reduce-to-to-cc)
16911         (message-widen-reply, message-delete-not-region)
16912         (message-kill-to-signature, message-insert-signature)
16913         (message-insert-importance-high, message-insert-importance-low)
16914         (message-insert-or-toggle-importance)
16915         (message-insert-disposition-notification-to)
16916         (message-indent-citation, message-yank-original)
16917         (message-cite-original-without-signature, message-cite-original)
16918         (message-insert-citation-line, message-position-on-field)
16919         (message-fix-before-sending, message-send-mail-partially)
16920         (message-send-mail, message-send-mail-with-sendmail)
16921         (message-send-mail-with-qmail, message-send-news)
16922         (message-check-news-header-syntax, message-generate-headers)
16923         (message-insert-courtesy-copy, message-fill-address)
16924         (message-fill-header, message-shorten-references)
16925         (message-setup-1, message-cancel-news)
16926         (message-forward-make-body-plain, message-forward-make-body-mime)
16927         (message-forward-make-body-mml, message-encode-message-body)
16928         (message-forward-make-body-digest-plain)
16929         (message-forward-make-body-digest-mime)
16930         (message-use-alternative-email-as-from): Insert `hard-newline'
16931         instead of ordinary newlines.
16932
16933 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16934
16935         * message.el (message-generate-headers): Downcase the argument
16936         given to message-check-element.
16937
16938 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
16939
16940         * nntp.el (nntp-authinfo-rejected): New error condition.
16941         (nntp-wait-for): Use new error condition to signal authentication
16942         error.
16943         (nntp-retrieve-data): Rethrow new error condition to break out of
16944         recursive call to nntp-send-authinfo.
16945
16946 2005-11-08  Romain Francoise  <romain@orebokech.com>
16947
16948         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
16949         (gnus-summary-exit-map): Bind to `Z p'.
16950         (gnus-summary-make-menu-bar): Add menu item.
16951
16952 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
16953
16954         * gnus-art.el (gnus-article-treat-custom): Add `first'.
16955         (gnus-treat-*): Add `first' in all doc strings.
16956
16957         * gnus-group.el (gnus-group-compact-group): Fix typo.
16958
16959 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16960
16961         * gnus.el (gnus-parameters-case-fold-search): New variable.
16962         (gnus-parameters-get-parameter): Use it.
16963
16964         * gnus-score.el (gnus-home-score-file): Doc fix.
16965
16966 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
16967
16968         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
16969
16970 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16971
16972         * mm-util.el (mm-special-display-p): New function.
16973
16974         * mml.el (mml-preview): Use it; doc fix.
16975
16976 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16977
16978         * imap.el (imap-open): Handle case where buffer is a buffer object.
16979
16980 2005-10-29  Romain Francoise  <romain@orebokech.com>
16981
16982         * message.el (message-fix-before-sending): Fix comment.
16983
16984 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16985
16986         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
16987
16988 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16989
16990         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
16991         Used in gnus-score.el.
16992
16993 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16994
16995         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
16996
16997 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16998
16999         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17000         whitespace removed in revision 7.8.  Use concatenated string to
17001         protect trailing whitespace.
17002
17003 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
17004
17005         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17006         (nnimap-request-expire-articles): Use it to avoid sending 'UID
17007         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17008         Courier IMAP ("some version from 2004").  Mostly based on similar
17009         code in the same function.
17010
17011 2005-10-26  Didier Verna  <didier@xemacs.org>
17012
17013         * gnus-group.el (gnus-group-compact-group): Invalidate original
17014         article buffer.
17015         * gnus-srvr.el (gnus-server-compact-server): Ditto.
17016         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17017         NOV database and in article itself.
17018         Invalidate article backlog.
17019
17020 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17021
17022         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17023
17024 2005-10-26  Simon Josefsson  <jas@extundo.com>
17025
17026         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17027         part of 2004-07-25 change.
17028
17029 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17030
17031         * message.el (message-display-completion-list): New function.
17032         (message-expand-group): Use it; make sure the Completions buffer
17033         is modifiable.
17034 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
17035
17036         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
17037         user-mail-name is an empty string.
17038
17039 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17040
17041         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
17042         depending on gnus-score-decay-constant.
17043
17044         * encrypt.el (encrypt-insert-file-contents)
17045         (encrypt-write-file-contents): Don't use `gnus-message'.
17046
17047         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
17048         arguments.
17049         (mm-uu-type-alist): Add message-marks and insert-marks.
17050         Pass arguments to mm-uu-verbatim-marks-extract.
17051         (mm-uu-hide-markers): New variable.
17052         (mm-uu-extract): Use face similar to `gnus-cite-3'.
17053
17054         * gnus-fun.el (gnus-convert-image-to-x-face-command)
17055         (gnus-convert-image-to-face-command): Use "convert" by default to
17056         allow other input image formats.
17057         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
17058         accordingly.
17059
17060 2005-10-23  Simon Josefsson  <jas@extundo.com>
17061
17062         * imap.el (imap-gssapi-program): Align command line parameters
17063         with latest GNU SASL.
17064         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
17065
17066 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17067
17068         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
17069         HTML.
17070         (nnslashdot-request-article): Ditto.
17071
17072         * lpath.el (featurep): Add nobreak-char-display.
17073
17074 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17075
17076         * mail-source.el (mail-source-fetch-pop): Require pop3.
17077         (mail-source-check-pop): Ditto.
17078
17079 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17080
17081         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
17082         errors.
17083
17084 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17085
17086         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
17087         (gnus-treat-strip-leading-blank-lines): Improve doc string.
17088
17089         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
17090
17091         * mm-bodies.el (mm-decode-string):
17092         Call `mm-charset-to-coding-system' with allow-override argument.
17093
17094 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17095
17096         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
17097         (rfc2047-charset-to-coding-system): New function.
17098         (rfc2047-decode-encoded-words): New function.
17099         (rfc2047-decode-region): Use them.
17100         (rfc2047-decode-cte): Remove.
17101         (rfc2047-parse-and-decode): Remove.
17102         (rfc2047-decode): Remove.
17103
17104 2005-10-15  Kenichi Handa  <handa@m17n.org>
17105
17106         * rfc2047.el (rfc2047-decode-cte): New function.
17107         (rfc2047-decode-region): Change the way to decode successive
17108         encoded-words: decode B- or Q-encoding in each encoded-word,
17109         concatenate them, and decode it as charset.
17110
17111 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17112
17113         * lpath.el: Fbind codepage-setup for XEmacs.
17114
17115 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
17116
17117         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
17118         widget-move-and-invoke.
17119         (gnus-custom-mode): Use gnus-custom-map.
17120
17121 2005-10-15  Bill Wohler  <wohler@newt.com>
17122
17123         * message.el (message-tool-bar-map): Rename image file from
17124         mail_send to mail/send.
17125
17126 2005-10-16  Masatake YAMATO  <jet@gyve.org>
17127
17128         * message.el (message-expand-group): Pass the common
17129         prefix substring of completion to `display-completion-list'.
17130
17131 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
17132
17133         * mml-sec.el (mml-secure-method): New internal variable.
17134         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
17135         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
17136         New functions using mml-secure-method.
17137
17138         * mml.el (mml-mode-map): Add key bindings for those functions.
17139         (mml-menu): Simplify security menu entries.  Suggested by Jesper
17140         Harder <harder@myrealbox.com>.
17141         (mml-attach-file, mml-attach-buffer, mml-attach-external):
17142         Goto end of message if point is the headers of the message.
17143
17144         * message.el (message-in-body-p): New function.
17145
17146         * assistant.el: Autoload gnus-util and netrc.
17147
17148         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
17149         Use `mm-charset-override-alist' only when decoding.
17150
17151         * mm-bodies.el (mm-decode-body):
17152         Call `mm-charset-to-coding-system' with allow-override argument.
17153
17154         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
17155         `filename' from Content-Disposition if Content-Type doesn't
17156         provide `name'.
17157         (gnus-mime-view-part-as-type): Set default instead of
17158         initial-input.
17159
17160 2005-10-09  Daniel Brockman  <daniel@brockman.se>
17161
17162         * format-spec.el (format-spec): Propagate text properties of % spec.
17163
17164 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17165
17166         * gnus-art.el (gnus-treat-predicate): Add `first'.
17167
17168 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17169
17170         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
17171         (mm-charset-override-alist): New variable.
17172         (mm-charset-to-coding-system): Use it.
17173         (mm-codepage-setup): New helper function.
17174         (mm-charset-eval-alist): New variable.
17175         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
17176         Warn about unknown charsets.
17177
17178         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
17179
17180 2005-10-04  David Hansen  <david.hansen@gmx.net>
17181
17182         * nnrss.el (nnrss-request-article): Add support for the comments tag.
17183         (nnrss-check-group): Ditto.
17184
17185 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17186
17187         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
17188         Rename x-gnus-verbatim to x-verbatim.
17189         (mm-uu-type-alist): Fix regexp for verbatim-marks.
17190
17191         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
17192         x-verbatim.
17193
17194         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
17195
17196         * gnus-util.el (gnus-remove-duplicates): Remove.
17197
17198         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
17199         instead of gnus-remove-duplicates.
17200
17201         * message.el (message-remove-duplicates): Remove.
17202         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
17203         message-remove-duplicates.
17204
17205         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
17206         available, else use implementation from `delete-dups'.
17207
17208         * message.el (message-insert-expires): New function.
17209         (message-mode-map): Add key binding.
17210         (message-mode-field-menu): Add menu entry.
17211         (message-mode): Document it.
17212         (message-make-expires-date): Use `message-make-date'.
17213
17214 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
17215
17216         * message.el (message-make-expires-date): New function.
17217
17218 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17219
17220         * Makefile.in (list-installed-shadows): New entry.
17221         (install): Use it.
17222         (remove-installed-shadows): New entry.
17223
17224         * dgnushack.el (dgnushack-default-load-path): New variable.
17225         (dgnushack-find-lisp-shadows): New function.
17226         (dgnushack-remove-lisp-shadows): New function.
17227
17228 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17229
17230         * Makefile.in (install-el-elc): New entry.
17231         (install): Use it so that .el files are necessarily installed.
17232
17233 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17234
17235         * time-date.el: Autoload parse-time-string, XEmacs needs it.
17236
17237 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17238
17239         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
17240         function rather than the diff-mode.el package.
17241         (mm-display-external): Use with-current-buffer.
17242         (mm-viewer-completion-map, mm-viewer-completion-map):
17243         Move initialization inside declaration.
17244
17245 2005-09-29  Simon Josefsson  <jas@extundo.com>
17246
17247         * spam.el: Load hashcash when compiling, to avoid warnings.
17248         Don't autoload mail-check-payment.
17249         (spam-check-hashcash): Define unconditionally, since hashcash.el
17250         is part of Gnus now.  Ignore errors from payment checking.
17251
17252 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17253
17254         * message.el (message-bold-region, message-unbold-region):
17255         Rename from `bold-region' and `unbold-region'.
17256
17257         * message.el: Remove useless autoloads.
17258
17259 2005-09-28  Simon Josefsson  <jas@extundo.com>
17260
17261         * message.el (message-use-idna): Default to t.
17262         (message-use-idna): Test whether encoding works too.  Doc fix.
17263
17264 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17265
17266         * nntp.el (nntp-warn-about-losing-connection): Remove.
17267
17268 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17269
17270         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
17271         customizable.  Change default value.
17272         (mm-uu-diff-groups-regexp): Change default value.
17273         (mm-uu-type-alist): Add doc string.
17274         (mm-uu-configure): Add doc string.  Make it interactive.
17275         (mm-uu-tex-groups-regexp): New variable.
17276         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
17277         (mm-uu-type-alist): Add LaTeX documents.
17278         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
17279         of "text/verbatim".
17280         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
17281
17282         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
17283         instead of "text/verbatim".
17284
17285         * message.el (message-mark-inserted-region)
17286         (message-mark-insert-file): Use slrn style marks when called with
17287         prefix argument.
17288
17289 2005-09-27  Simon Josefsson  <jas@extundo.com>
17290
17291         * message.el (message-idna-to-ascii-rhs-1): Reformat.
17292
17293 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
17294
17295         * message.el (message-remove-duplicates): New function.
17296         Implementation borrowed from `gnus-remove-duplicates'.
17297         (message-idna-to-ascii-rhs): Also encode idna addresses in
17298         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17299         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
17300         only ask about the same idna domain once per header and also tell
17301         in what header to replace the idna domain.
17302
17303         * gnus-art.el (article-decode-idna-rhs): Also decode idna
17304         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17305         (article-decode-idna-rhs): Fix regexp so that all idna-address in
17306         a header is decoded and not just the last one.
17307
17308 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17309
17310         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
17311         has been decoded.
17312
17313         * mm-decode.el (mm-automatic-display): Add text/verbatim.
17314         (mm-insert-part): Don't modify text if it has been decoded.
17315
17316         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
17317         decoded.
17318
17319         * mm-view.el (mm-inline-text): Don't strip text props unless
17320         decoding enriched or richtext parts.
17321
17322 2005-09-25  Romain Francoise  <romain@orebokech.com>
17323
17324         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
17325         * gnus-start.el (gnus-subscribe-interactively):
17326         * gnus-uu.el (gnus-uu-grab-articles):
17327         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
17328         space.
17329
17330 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
17331
17332         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
17333         * mm-view.el (mm-view-pkcs7-decrypt):
17334         * gnus-sum.el (gnus-summary-limit-to-extra)
17335         (gnus-summary-respool-article, gnus-read-move-group-name):
17336         * gnus-score.el (gnus-summary-increase-score):
17337         * gnus-util.el (gnus-completing-read-with-default):
17338         * gnus-art.el (gnus-read-save-file-name)
17339         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
17340         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
17341         * message.el (message-check-news-header-syntax):
17342         Follow convention for reading with the minibuffer.
17343
17344 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
17345
17346         * spam-report.el (spam-report-url-ping-plain):
17347         Use gnus-extended-version as User-Agent.
17348
17349         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
17350         default value is nil.
17351
17352         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
17353         (mm-uu-verbatim-marks-extract): New function.
17354         (mm-uu-extract): New face.
17355         (mm-uu-copy-to-buffer): Use it.
17356
17357         * spam-report.el (spam-report-gmane-ham): Rename from
17358         `spam-report-gmane-unspam'.
17359         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
17360         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
17361
17362         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
17363         Autoload.
17364         (spam-report-gmane-unregister-routine):
17365         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
17366
17367 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
17368
17369         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
17370         (spam-report-gmane-unregister-routine): Add support for gmane
17371         unregistration.
17372
17373         * spam-report.el (spam-report-gmane-unspam)
17374         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
17375         (spam-report-gmane): Change to take a single article and do unspam
17376         registration.
17377
17378 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17379
17380         * mm-url.el (mm-url-decode-entities): Fix regexp.
17381
17382 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17383
17384         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
17385         default to nil, to be able to use Gnus at all.  If the default
17386         switches to something else, then the function should be fixed not
17387         be exceedingly slow.
17388
17389 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
17390
17391         * gnus-start.el (gnus-activate-group): If the server is nil, don't
17392         fail hard.
17393
17394         * spam-report.el: Add better Keywords line.
17395
17396         * spam.el: Add Maintainer and better Keywords line.
17397
17398 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17399
17400         * gnus-art.el (gnus-article-replace-part)
17401         (gnus-mime-replace-part): New functions.
17402         (gnus-mime-action-alist, gnus-mime-button-commands)
17403         (gnus-mime-save-part-and-strip): Add file argument.
17404         (gnus-article-part-wrapper): Add interactive argument.
17405
17406         * gnus-sum.el (gnus-summary-mime-map):
17407         Add `gnus-article-replace-part'.
17408
17409 2005-09-19  Didier Verna  <didier@xemacs.org>
17410
17411         The nnml compaction feature:
17412         * nnml.el (nnml-request-compact-group): New function.
17413         * nnml.el (nnml-request-compact): New function.
17414         * gnus-int.el (gnus-request-compact-group): New function.
17415         * gnus-int.el (gnus-request-compact): New function.
17416         * gnus-group.el (gnus-group-compact-group): New function.
17417         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
17418         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
17419         * gnus-srvr.el (gnus-server-compact-server): New function.
17420         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
17421         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
17422
17423 2005-09-18  Deepak Goel  <deego@gnufans.org>
17424
17425         * sieve.el (sieve-help): Fix `message' call: first arg should be a
17426         format spec.
17427
17428 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17429
17430         * gnus.el (gnus-group-startup-message): Bind image-load-path.
17431
17432 2005-09-15  Romain Francoise  <romain@orebokech.com>
17433
17434         * message.el (message-fill-paragraph): Clarify docstring.
17435
17436 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17437
17438         * gnus-art.el (gnus-mime-display-part): Protect against broken
17439         MIME messages.
17440
17441 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17442
17443         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
17444         before parsing header.
17445
17446 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
17447
17448         * html2text.el (html2text-replace-list): Add new entities.
17449
17450 2005-09-11  Romain Francoise  <romain@orebokech.com>
17451
17452         * message.el (message-alternative-emails): Improve docstring.
17453         (message-setup-1): Call `message-use-alternative-email-as-from'
17454         after `message-setup-hook' to give it precedence over posting
17455         styles, etc.
17456         (message-use-alternative-email-as-from): Add docstring.
17457         Remove the original From header if present.
17458
17459         * nnml.el (nnml-compressed-files-size-threshold): New variable.
17460         (nnml-save-mail): Use it.
17461
17462         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
17463         articles.  Add new argument `silent'.
17464         (gnus-uu-mark-all): Report the total number of marked articles.
17465
17466 2005-09-10  Romain Francoise  <romain@orebokech.com>
17467
17468         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
17469         (gnus-uu-mark-series): Likewise.
17470
17471 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
17472
17473         * spam-report.el (spam-report-gmane): Fix generation of spam
17474         report URL.
17475
17476 2005-09-10  Simon Josefsson  <jas@extundo.com>
17477
17478         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
17479         t, based on discussion on the ding list with Robert Epprecht
17480         <epprecht@solnet.ch>.
17481
17482 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
17483
17484         * spam-report.el (spam-report-gmane): Make it work without
17485         X-Report-Spam header.  Gmane now only provides Archived-At.
17486         This is only used if `spam-report-gmane-use-article-number' is nil.
17487         (spam-report-gmane-spam-header): Remove.  Not used anymore.
17488
17489         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
17490         make `gnus-summary-sort-by-recipient' work with threading.
17491
17492         * nnweb.el (nnweb-google-wash-article): Print a message if article
17493         is not available.
17494
17495 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17496
17497         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
17498         change.  Decode text/* parts content before displaying.
17499
17500 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17501
17502         * mml-smime.el: Remove defvar of gnus-extract-address-components.
17503
17504 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17505
17506         * mm-view.el (mm-display-inline-fontify): Disable support modes.
17507
17508         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
17509         url-package-name, url-package-version,
17510         w3m-cid-retrieve-function-alist, w3m-current-buffer,
17511         w3m-display-inline-images, and w3m-minor-mode-map.
17512
17513 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
17514
17515         * message.el (message-tab-body-function): Fix mismatched custom type.
17516
17517         * gnus.el (gnus-group-change-level-function): Ditto.
17518
17519         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
17520
17521         * gnus-art.el (gnus-signature-limit)
17522         (gnus-article-mime-part-function): Ditto.
17523
17524 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17525
17526         * mml.el (mml-mode): Silence the byte compiler.
17527
17528         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
17529         using `(sit-for 0)' before moving the point to the specified part;
17530         skip unbuttonized parts.
17531         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
17532         return to the summary window if gnus-auto-select-part is non-nil.
17533
17534 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
17535
17536         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
17537         New variables.
17538         (mml-dnd-attach-file, mml-mode): Use them.
17539
17540         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
17541         Make fetching article by MID work again for Google Groups.
17542         Add FIXME concerning gnus-group-make-web-group.
17543
17544         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
17545         Don't depend on Gnus by using mail-extract-address-components if
17546         gnus-extract-address-components is not bound.
17547
17548 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17549
17550         * gnus-art.el (gnus-mime-display-security): Don't display the
17551         signature, but only the signed part.
17552
17553 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17554
17555         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
17556
17557         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
17558         list, not listp.
17559
17560 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
17561
17562         * mm-encode.el (mm-encode-content-transfer-encoding):
17563         Likewise when encoding.
17564
17565         * mm-bodies.el (mm-decode-content-transfer-encoding):
17566         De-canonicalize CRLF for all text content types, not just
17567         text/plain.
17568
17569 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17570
17571         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
17572         valid article; point arrow and cursor at the MIME button.
17573
17574 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17575
17576         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
17577         Suggested by Dan Christensen <jdc@uwo.ca>.
17578
17579         * mm-decode.el (mm-save-part): Enable change of prompt.
17580
17581 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
17582
17583         * gnus-msg.el (gnus-inews-add-send-actions):
17584         Make `message-post-method' lambda parameter ARG `&optional'.
17585
17586 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17587
17588         * gnus-sum.el (gnus-summary-mime-map):
17589         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
17590         gnus-article-jump-to-part.
17591
17592         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
17593         (gnus-article-edit-part): Use it.
17594         (gnus-article-part-wrapper): Add no-handle argument.
17595         (gnus-article-save-part-and-strip, gnus-article-delete-part):
17596         New functions.
17597
17598 2005-08-29  Romain Francoise  <romain@orebokech.com>
17599
17600         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17601         docstring.
17602         (gnus-face-from-file): Likewise.
17603
17604 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17605
17606         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17607         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17608         non-nil.
17609         (gnus-auto-select-part): New variable.
17610         (gnus-article-jump-to-part): New function.
17611         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17612         (gnus-mime-delete-part): Allow selecting specified part after
17613         deleting or stripping parts.
17614         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
17615         part if argument is bogus.
17616
17617 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
17618
17619         * gnus-art.el (w3m-minor-mode-map):
17620         * gnus-spec.el (gnus-newsrc-file-version):
17621         * gnus-util.el (nnmail-active-file-coding-system)
17622         (gnus-original-article-buffer, gnus-user-agent):
17623         * gnus.el (gnus-ham-process-destinations)
17624         (gnus-parameter-ham-marks-alist)
17625         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
17626         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
17627         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
17628         * mm-decode.el (gnus-current-window-configuration):
17629         * mm-extern.el (gnus-article-mime-handles):
17630         * mm-url.el (url-current-object, url-package-name)
17631         (url-package-version):
17632         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
17633         (smime-keys, w3m-cid-retrieve-function-alist)
17634         (w3m-current-buffer, w3m-display-inline-images)
17635         (w3m-minor-mode-map):
17636         * mml-smime.el (gnus-extract-address-components):
17637         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17638         (gnus-newsrc-hashtb, message-default-charset)
17639         (message-deletable-headers, message-options)
17640         (message-posting-charset, message-required-mail-headers)
17641         (message-required-news-headers):
17642         * mml1991.el (mc-pgp-always-sign):
17643         * mml2015.el (mc-pgp-always-sign):
17644         * nnheader.el (nnmail-extra-headers):
17645         * rfc1843.el (gnus-decode-encoded-word-function)
17646         (gnus-decode-header-function, gnus-newsgroup-name):
17647         * spam-stat.el (gnus-original-article-buffer): Add defvars.
17648
17649 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
17650
17651         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17652         the end of the date treatments.
17653
17654 2005-08-15  Simon Josefsson  <jas@extundo.com>
17655
17656         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
17657         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
17658         Capello and Romain Francoise.
17659         (pgg-fetch-key-function): Remove, not used?
17660         (pgg-insert-url-with-w3): Require url, to get
17661         url-insert-file-contents regardless of where it is defined.
17662
17663 2005-08-13  Romain Francoise  <romain@orebokech.com>
17664
17665         * message.el (message-cite-original-1): New function.
17666         (message-cite-original): Use it.
17667         (message-cite-original-without-signature): Ditto.
17668
17669 2005-08-08  Romain Francoise  <romain@orebokech.com>
17670
17671         * message.el (message-yank-empty-prefix): New variable.
17672         (message-indent-citation): Use it.
17673         (message-cite-original-without-signature): Respect X-No-Archive.
17674
17675 2005-08-08  Simon Josefsson  <jas@extundo.com>
17676
17677         * pgg.el: Autoload url-insert-file-contents instead of loading
17678         w3/url.
17679         (pgg-insert-url-with-w3): Don't load url here.
17680
17681 2005-08-07  Jesper Harder  <harder@phys.au.dk>
17682
17683         * message.el (message-kill-to-signature): Don't insert newline at
17684         bol.
17685         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
17686
17687 2005-08-06  Romain Francoise  <romain@orebokech.com>
17688
17689         * message.el (message-user-fqdn): Fix typo in docstring.
17690
17691 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
17692
17693         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
17694
17695         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
17696
17697 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17698
17699         * mm-bodies.el (mm-encode-body): Use coding system rather than
17700         charset to encode text.
17701
17702         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
17703         number of charsets if utf-8 is available (XEmacs).
17704
17705 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17706
17707         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
17708         taken from `gnus-button-mid-or-mail-regexp'.
17709         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
17710         (gnus-button-alist): Improve regexp for domain part of the MIDs
17711         for news:localpart@domain buttons.
17712         (gnus-button-ctan-directory-regexp): Update.
17713
17714 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17715
17716         * sieve-manage.el (sieve-manage-interactive-login):
17717         Use make-local-variable rather than make-variable-buffer-local.
17718         (sieve-manage-open): Ditto.
17719         (sieve-manage-authenticate): Ditto.
17720
17721         * mml.el (mml-generate-mime-1): Make the content type default to
17722         text/plain if the filename is not specified.
17723
17724 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17725
17726         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
17727         instead of insert-buffer.
17728
17729         * message.el (message-yank-original): Ditto; set the mark at the
17730         end of the yanked message.
17731
17732 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17733
17734         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
17735         lines to scroll rather than to stop it.
17736
17737         * mml.el (mml-generate-default-type): Add doc string.
17738         (mml-generate-mime-1): Use mm-default-file-encoding or make it
17739         default to application/octet-stream when determining the content
17740         type if it is not specified for the part or the mml contents; add
17741         a comment about mml-generate-default-type.
17742
17743 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
17744
17745         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
17746         make it default to application/octet-stream when determining the
17747         content type if it is not specified for the external contents.
17748
17749 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17750
17751         * rfc2231.el (rfc2231-parse-string): Take care that not only a
17752         segmented parameter but also other parameters might be there.
17753
17754 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17755
17756         * mm-decode.el (mm-display-external): Delete temp file, directory
17757         and buffer immediately if the external process is exited.
17758
17759 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17760
17761         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
17762         fewer lines than that of scroll-margin.
17763         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
17764
17765 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17766
17767         * gnus-art.el (gnus-article-next-page): Revert.
17768         (gnus-article-beginning-of-window): New macro.
17769         (gnus-article-next-page-1): Use it.
17770         (gnus-article-prev-page): Ditto.
17771         (gnus-article-edit-part): Use insert-buffer-substring instead of
17772         insert-buffer.
17773         (gnus-article-edit-exit): Ditto.
17774
17775         * gnus-util.el (gnus-beginning-of-window): Remove.
17776         (gnus-end-of-window): Remove.
17777
17778         * lpath.el: Don't bind header-line-format and scroll-margin.
17779
17780 2005-07-25  Simon Josefsson  <jas@extundo.com>
17781
17782         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
17783         to have the url package without w3.  Reported by Daiki Ueno
17784         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
17785
17786 2005-07-20  Didier Verna  <didier@xemacs.org>
17787
17788         * gnus-diary.el: Remove the description comment (nndiary is now
17789         properly documented in the Gnus manual).
17790         Fix the spelling of "Back End".
17791         * nndiary.el: Ditto.
17792         Fix the copyright notice.
17793
17794 2005-07-18  Romain Francoise  <romain@orebokech.com>
17795
17796         * gnus-sum.el (gnus-summary-to-prefix)
17797         (gnus-summary-newsgroup-prefix): New variables.
17798         (gnus-summary-from-or-to-or-newsgroups): Use them.
17799
17800 2005-07-17  Romain Francoise  <romain@orebokech.com>
17801
17802         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
17803         space as it's generally not especially interesting to the user.
17804
17805 2005-07-16  Romain Francoise  <romain@orebokech.com>
17806
17807         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
17808         nil to avoid prompting and file modification if one of the
17809         messages at the top of the nnfolder file contains a copyright
17810         notice.
17811         Update copyright notice.
17812
17813         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
17814         instead of `current-time-string' as the latter creates a time
17815         string that is not RFC 2822 compliant (it lacks the zone).
17816         Update copyright notice.
17817
17818 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17819
17820         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17821         for text/rtf.  Display default in prompt.  Pass default for M-n.
17822
17823         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17824
17825 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17826
17827         * gnus-msg.el (gnus-button-mailto):
17828         Remove save-selected-window-window hackery because it relies on
17829         save-selected-window internals.
17830
17831 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17832
17833         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
17834         (gnus-article-next-page-1): Use gnus-beginning-of-window.
17835         (gnus-article-prev-page): Ditto.
17836
17837         * gnus-util.el (gnus-beginning-of-window): New function.
17838         (gnus-end-of-window): New function.
17839
17840         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
17841
17842 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17843
17844         * gnus-score.el (gnus-score-edit-all-score):
17845         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
17846         gnus-message.
17847
17848 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17849
17850         * gnus-msg.el (gnus-button-mailto):
17851         Remove save-selected-window-window hackery because it relies on
17852         save-selected-window internals.
17853
17854 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17855
17856         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
17857         add-minor-mode.
17858         (gnus-binary-mode): Ditto.
17859
17860         * gnus-topic.el (gnus-topic-mode): Ditto.
17861
17862 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
17863
17864         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
17865         (gnus-article-prev-page): Take scroll-margin into consideration.
17866
17867 2005-07-04  Lute Kamstra  <lute@gnu.org>
17868
17869         Update FSF's address in GPL notices.
17870
17871 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
17872
17873         * gnus.el (gnus-exit):
17874         * gnus-group.el (gnus-group-icons):
17875         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
17876
17877         * gnus-nocem.el (gnus-nocem):
17878         * message.el (message-various, message-buffers, message-sending)
17879         (message-interface, message-forwarding, message-insertion)
17880         (message-headers, message-news, message-mail):
17881         * pgg-gpg.el (pgg-gpg):
17882         * pgg-parse.el (pgg-parse):
17883         * pgg-pgp.el (pgg-pgp):
17884         * pgg-pgp5.el (pgg-pgp5):
17885         * pop3.el (pop3): Finish `defgroup' description with period.
17886
17887 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17888
17889         * gnus-art.el (article-display-face): Improve the efficiency.
17890         (article-display-x-face): Ditto; remove gray x-face stuff.
17891
17892 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17893
17894         * gnus-art.el (article-display-face): Correct the position in
17895         which Faces are inserted.
17896
17897 2005-06-29  Didier Verna  <didier@xemacs.org>
17898
17899         * gnus-art.el (article-display-face): Display faces in correct
17900         order.
17901
17902 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17903
17904         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
17905         (gnus-fill-real-hashtb): Use hash table instead of obarray.
17906         (gnus-nocem-check-article): Fetch the Type header.
17907         (gnus-nocem-message-wanted-p): Fix the way to examine types.
17908         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
17909         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
17910         make sure gnus-nocem-hashtb is initialized.
17911         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
17912         (gnus-nocem-unwanted-article-p): Ditto.
17913
17914         * pgg.el (pgg-verify): Return the verification result.
17915
17916 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17917
17918         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
17919         is ascii.
17920
17921 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
17922
17923         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
17924         `show-nonbreak-escape'.
17925
17926 2005-06-23  Lute Kamstra  <lute@gnu.org>
17927
17928         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
17929
17930         * dig.el (dig-mode):
17931         * smime.el (smime-mode): Use gnus-run-mode-hooks.
17932
17933 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17934
17935         * nnimap.el (nnimap-split-download-body): Fix spellings.
17936
17937 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
17938
17939         * gnus-art.el (gnus-article-encrypt-body):
17940         * gnus-cus.el (gnus-score-customize):
17941         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
17942         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
17943
17944 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
17945
17946         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
17947         header by looking for magic "MII" at the beginning.
17948
17949 2005-06-16  Miles Bader  <miles@gnu.org>
17950
17951         * gnus-xmas.el (gnus-xmas-group-startup-message):
17952         Use renamed gnus-splash face.
17953
17954         * assistant.el (assistant-field): Remove "-face" suffix from face name.
17955         (assistant-field-face): New backward-compatibility alias for renamed
17956         face.
17957         (assistant-render-text): Use renamed assistant-field face.
17958
17959         * spam.el (spam): Remove "-face" suffix from face name.
17960         (spam-face): New backward-compatibility alias for renamed face.
17961         (spam-face, spam-initialize): Use renamed spam face.
17962
17963         * message.el (message-header-to, message-header-cc)
17964         (message-header-subject, message-header-newsgroups)
17965         (message-header-other, message-header-name)
17966         (message-header-xheader, message-separator, message-cited-text)
17967         (message-mml): Remove "-face" suffix from face names.
17968         (message-header-to-face, message-header-cc-face)
17969         (message-header-subject-face, message-header-newsgroups-face)
17970         (message-header-other-face, message-header-name-face)
17971         (message-header-xheader-face, message-separator-face)
17972         (message-cited-text-face, message-mml-face):
17973         New backward-compatibility aliases for renamed faces.
17974         (message-font-lock-keywords): Use renamed message faces.
17975
17976         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
17977         (sieve-test-commands, sieve-tagged-arguments):
17978         Remove "-face" suffix from face names.
17979         (sieve-control-commands-face, sieve-action-commands-face)
17980         (sieve-test-commands-face, sieve-tagged-arguments-face):
17981         New backward-compatibility aliases for renamed faces.
17982         (sieve-control-commands-face, sieve-action-commands-face)
17983         (sieve-test-commands-face, sieve-tagged-arguments-face):
17984         Use renamed sieve faces.
17985
17986         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
17987         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
17988         (gnus-group-news-3-empty, gnus-group-news-4)
17989         (gnus-group-news-4-empty, gnus-group-news-5)
17990         (gnus-group-news-5-empty, gnus-group-news-6)
17991         (gnus-group-news-6-empty, gnus-group-news-low)
17992         (gnus-group-news-low-empty, gnus-group-mail-1)
17993         (gnus-group-mail-1-empty, gnus-group-mail-2)
17994         (gnus-group-mail-2-empty, gnus-group-mail-3)
17995         (gnus-group-mail-3-empty, gnus-group-mail-low)
17996         (gnus-group-mail-low-empty, gnus-summary-selected)
17997         (gnus-summary-cancelled, gnus-summary-high-ticked)
17998         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
17999         (gnus-summary-high-ancient, gnus-summary-low-ancient)
18000         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18001         (gnus-summary-low-undownloaded)
18002         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18003         (gnus-summary-low-unread, gnus-summary-normal-unread)
18004         (gnus-summary-high-read, gnus-summary-low-read)
18005         (gnus-summary-normal-read, gnus-splash):
18006         Remove "-face" suffix from face names.
18007         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18008         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18009         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18010         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18011         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18012         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18013         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18014         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18015         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18016         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18017         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18018         (gnus-summary-selected-face, gnus-summary-cancelled-face)
18019         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18020         (gnus-summary-normal-ticked-face)
18021         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18022         (gnus-summary-normal-ancient-face)
18023         (gnus-summary-high-undownloaded-face)
18024         (gnus-summary-low-undownloaded-face)
18025         (gnus-summary-normal-undownloaded-face)
18026         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18027         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18028         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18029         (gnus-splash-face):
18030         New backward-compatibility aliases for renamed faces.
18031         (gnus-group-startup-message): Use renamed gnus faces.
18032
18033         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18034         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18035         (gnus-server-agent): Remove "-face" suffix from face names.
18036         (gnus-server-agent-face, gnus-server-opened-face)
18037         (gnus-server-closed-face, gnus-server-denied-face)
18038         (gnus-server-offline-face):
18039         New backward-compatibility aliases for renamed faces.
18040         (gnus-server-agent-face, gnus-server-opened-face)
18041         (gnus-server-closed-face, gnus-server-denied-face)
18042         (gnus-server-offline-face): Use renamed gnus faces.
18043
18044         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18045         Remove "-face" suffix from face names.
18046         (gnus-picon-xbm-face, gnus-picon-face):
18047         New backward-compatibility aliases for renamed faces.
18048
18049         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18050         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18051         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18052         (gnus-cite-11): Remove "-face" suffix from face names.
18053         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18054         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18055         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18056         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18057         New backward-compatibility aliases for renamed faces.
18058         (gnus-cite-attribution-face, gnus-cite-face-list)
18059         (gnus-article-boring-faces): Use renamed gnus faces.
18060
18061         * gnus-art.el (gnus-signature, gnus-header-from)
18062         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18063         (gnus-header-content): Remove "-face" suffix from face names.
18064         (gnus-signature-face, gnus-header-from-face)
18065         (gnus-header-subject-face, gnus-header-newsgroups-face)
18066         (gnus-header-name-face, gnus-header-content-face):
18067         New backward-compatibility aliases for renamed faces.
18068         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
18069
18070         * gnus-sum.el (gnus-summary-selected-face)
18071         (gnus-summary-highlight): Use renamed gnus faces.
18072         * gnus-group.el (gnus-group-highlight): Likewise.
18073
18074 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
18075
18076         * gnus-sieve.el (gnus-sieve-article-add-rule):
18077         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
18078         * spam-stat.el (spam-stat-buffer-change-to-spam)
18079         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
18080
18081         * message.el (message-is-yours-p):
18082         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
18083
18084 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18085
18086         * mm-view.el (mm-inline-text): Withdraw the last change.
18087
18088 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18089
18090         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
18091         executing enriched-decode.
18092
18093 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18094
18095         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
18096         charset of tar files.
18097
18098 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
18099
18100         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
18101
18102 2005-06-04  Lute Kamstra  <lute@gnu.org>
18103
18104         * nnfolder.el (nnfolder-read-folder): Make sure that undo
18105         information is never recorded.
18106
18107 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18108
18109         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
18110
18111 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18112
18113         * pop3.el (pop3-apop): Run md5 in the binary mode.
18114
18115         * starttls.el (starttls-set-process-query-on-exit-flag):
18116         Use eval-and-compile.
18117
18118 2005-05-31  Simon Josefsson  <jas@extundo.com>
18119
18120         * smime.el (smime-replace-in-string): Define.
18121         (smime-cert-by-ldap-1): Use it.
18122
18123 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18124
18125         * gnus-art.el (article-display-x-face): Replace
18126         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18127
18128         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
18129         set-process-query-on-exit-flag or process-kill-without-query.
18130
18131         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
18132         loop instead of replace-regexp.
18133
18134         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
18135         instead of process-kill-without-query if it is available.
18136
18137         * lpath.el: Fbind ldap-search-entries.
18138
18139         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
18140         instead of find-file-hooks if it is available.
18141
18142         * mml1991.el: Bind pgg-default-user-id when compiling.
18143
18144         * mml2015.el: Bind pgg-default-user-id when compiling.
18145
18146         * nndraft.el (nndraft-request-associate-buffer):
18147         Use write-contents-functions instead of write-contents-hooks if it is
18148         available.
18149
18150         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
18151         instead of find-file-hooks if it is available.
18152
18153         * nntp.el (nntp-open-connection): Replace
18154         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18155         (nntp-open-ssl-stream): Ditto.
18156         (nntp-open-tls-stream): Ditto.
18157
18158         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
18159         set-process-query-on-exit-flag or process-kill-without-query.
18160         (starttls-open-stream-gnutls): Use it instead of
18161         process-kill-without-query.
18162         (starttls-open-stream): Ditto.
18163
18164 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
18165
18166         * smime.el (smime-cert-by-ldap-1): Don't use
18167         replace-regexp-in-string.
18168
18169 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
18170
18171         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
18172
18173         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
18174         in PEM format.  Adjust to the XEmacs compatibility.
18175
18176 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
18177
18178         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
18179         by `string-to-number'.
18180         * gnus-agent.el (gnus-agent-regenerate-group)
18181         (gnus-agent-fetch-articles): Ditto.
18182         * gnus-art.el (gnus-button-fetch-group): Ditto.
18183         * gnus-cache.el (gnus-cache-generate-active)
18184         (gnus-cache-articles-in-group): Ditto.
18185         * gnus-group.el (gnus-group-set-current-level)
18186         (gnus-group-insert-group-line): Ditto.
18187         * gnus-score.el (gnus-score-set-expunge-below)
18188         (gnus-score-set-mark-below, gnus-summary-score-effect)
18189         (gnus-summary-score-entry): Ditto.
18190         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
18191         (gnus-soup-pack): Ditto.
18192         * gnus-spec.el (gnus-xmas-format): Ditto.
18193         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
18194         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
18195         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
18196         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
18197         * nndb.el (nndb-get-remote-expire-response): Ditto.
18198         * nndiary.el (nndiary-parse-schedule-value)
18199         (nndiary-string-to-number, nndiary-request-replace-article)
18200         (nndiary-request-article): Ditto.
18201         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
18202         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
18203         * nneething.el (nneething-make-head): Ditto.
18204         * nnfolder.el (nnfolder-request-article)
18205         (nnfolder-retrieve-headers): Ditto.
18206         * nnheader.el (nnheader-file-to-number): Ditto.
18207         * nnkiboze.el (nnkiboze-request-article): Ditto.
18208         * nnmail.el (nnmail-process-unix-mail-format)
18209         (nnmail-process-babyl-mail-format): Ditto.
18210         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
18211         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
18212         (nnmh-request-create-group, nnmh-request-list-1)
18213         (nnmh-request-group, nnmh-request-article): Ditto.
18214         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
18215         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
18216         * nnsoup.el (nnsoup-make-active): Ditto.
18217         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
18218         * nntp.el (nntp-find-group-and-number)
18219         (nntp-retrieve-headers-with-xover): Ditto.
18220         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
18221         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
18222         (pgg-format-key-identifier): Ditto.
18223         * pop3.el (pop3-last, pop3-stat): Ditto.
18224         * qp.el (quoted-printable-decode-region): Ditto.
18225
18226         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
18227         of concat.
18228
18229 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18230
18231         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
18232
18233         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
18234
18235         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
18236
18237         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
18238
18239         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
18240
18241         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
18242
18243         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
18244         (gnus-carpal-mode): Ditto.
18245
18246         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
18247         (gnus-browse-mode): Ditto.
18248
18249         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
18250
18251         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
18252
18253 2005-05-29  Richard M. Stallman  <rms@gnu.org>
18254
18255         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
18256
18257 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18258
18259         * gnus-util.el (gnus-run-mode-hooks): New function.
18260
18261         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
18262
18263         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
18264         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
18265
18266 2005-05-27  Lute Kamstra  <lute@gnu.org>
18267
18268         * dns-mode.el (dns-mode): Specify customization group.
18269
18270 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
18271
18272         * gnus-agent.el (gnus-agent-make-mode-line-string):
18273         Use mode-line-highlight as mouse-face.
18274
18275 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18276
18277         * canlock.el (canlock): Change the parent group to news.
18278
18279         * deuglify.el (gnus-outlook-deuglify): Add :group.
18280
18281         * dig.el (dig): Add :group.
18282
18283         * dns-mode.el (dns-mode): Add :group.
18284
18285         * encrypt.el (encrypt): Add :group.
18286
18287         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
18288         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
18289         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
18290         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
18291         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
18292
18293         * gnus-diary.el (gnus-diary): Add :group.
18294
18295         * gnus.el (gnus-group-news-1-face): Add :group.
18296         (gnus-group-news-1-empty-face): Ditto.
18297         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
18298         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
18299         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
18300         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
18301         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
18302         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
18303         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
18304         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
18305         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
18306         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
18307         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
18308         (gnus-summary-high-ticked-face): Ditto.
18309         (gnus-summary-low-ticked-face): Ditto.
18310         (gnus-summary-normal-ticked-face): Ditto.
18311         (gnus-summary-high-ancient-face): Ditto.
18312         (gnus-summary-low-ancient-face): Ditto.
18313         (gnus-summary-normal-ancient-face): Ditto.
18314         (gnus-summary-high-undownloaded-face): Ditto.
18315         (gnus-summary-low-undownloaded-face): Ditto.
18316         (gnus-summary-normal-undownloaded-face): Ditto.
18317         (gnus-summary-high-unread-face): Ditto.
18318         (gnus-summary-low-unread-face): Ditto.
18319         (gnus-summary-normal-unread-face): Ditto.
18320         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
18321         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
18322
18323         * hashcash.el (hashcash): New custom group.
18324         (hashcash-default-payment): Add :group.
18325         (hashcash-payment-alist): Ditto.
18326         (hashcash-default-accept-payment): Ditto.
18327         (hashcash-accept-resources): Ditto.
18328         (hashcash-path): Ditto.
18329         (hashcash-extra-generate-parameters): Ditto.
18330         (hashcash-double-spend-database): Ditto.
18331         (hashcash-in-news): Ditto.
18332
18333         * message.el (message-minibuffer-local-map): Add :group.
18334
18335         * netrc.el (netrc): Add :group.
18336
18337         * sieve-manage.el (sieve-manage-log): Add :group.
18338         (sieve-manage-default-user): Diito.
18339         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
18340         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
18341         (sieve-manage-authenticators): Ditto.
18342         (sieve-manage-authenticator-alist): Ditto.
18343         (sieve-manage-default-port): Ditto.
18344
18345         * sieve-mode.el (sieve-control-commands-face): Add :group.
18346         (sieve-action-commands-face): Ditto.
18347         (sieve-test-commands-face): Ditto.
18348         (sieve-tagged-arguments-face): Ditto.
18349
18350         * smime.el (smime): Add :group.
18351
18352         * spam-report.el (spam-report): Add :group.
18353
18354         * spam.el (spam, spam-face): Add :group.
18355
18356 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18357
18358         * nntp.el (nntp-next-result-arrived-p): Some news servers may
18359         return \n.\n.\n at the end of articles.  Protect against that.
18360         (nntp-with-open-group): Allow debugging.
18361
18362         * nnheader.el (mail-header-set-extra): Make into a function
18363         because I just could't understand how to quote the list properly.
18364
18365         * dns.el (query-dns-cached): New function.
18366
18367 2005-05-26  Lute Kamstra  <lute@gnu.org>
18368
18369         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
18370
18371 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18372
18373         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
18374
18375         * gnus-art.el: Don't autoload mail-extract-address-components.
18376
18377         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
18378         eval-and-compile to evaluate it.
18379
18380         * hashcash.el: Don't autoload executable-find.
18381
18382         * nndb.el: Don't declare the nndb back end two or more times; don't
18383         autoload news-reply-mode, news-setup, cancel-timer and telnet.
18384
18385         * nntp.el: Autoload format-spec instead of format; use
18386         eval-and-compile to evaluate autoload forms.
18387
18388 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
18389
18390         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
18391
18392 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18393
18394         * gnus.el (gnus-version-number): Bump version.
18395
18396 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18397
18398         * gnus.el: No Gnus v0.3 is released.
18399
18400 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18401
18402         * lpath.el (featurep): Bind show-nonbreak-escape.
18403
18404 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18405
18406         * gnus-art.el (gnus-article-edit-part): Disable undo.
18407
18408 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18409
18410         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
18411         gnus-article-date-lapsed-new-header is t if date timer is active;
18412         skip headers in which the original date value is empty.
18413         (gnus-article-save-original-date): Redefine it as a macro.
18414         (gnus-display-mime): Use it.
18415
18416 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18417
18418         * gnus-art.el (article-date-ut): Support converting date in
18419         forwarded parts as well.
18420         (gnus-article-save-original-date): New function.
18421         (gnus-display-mime): Use it.
18422
18423 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
18424
18425         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
18426         enclosure element of <item>.
18427
18428 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
18429
18430         * message.el (message-kill-buffer-query): Rename from
18431         `message-kill-buffer-query-if-modified'.  Add :version.
18432
18433 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18434
18435         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
18436         window layout.
18437
18438 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18439
18440         * mml.el: Autoload dnd when compiling.
18441
18442 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18443
18444         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
18445         x-dnd-*.
18446
18447 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18448
18449         * qp.el (quoted-printable-encode-region): Save excursion.
18450
18451 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
18452
18453         * message.el (message-kill-buffer-query-if-modified): Add new variable
18454         so the user can kill a modified message buffer quickly.
18455         (message-kill-buffer): Use it.
18456
18457 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18458
18459         * lpath.el: Fbind display-time-event-handler; don't fbind
18460         string-to-multibyte.
18461
18462         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18463
18464 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18465
18466         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18467         contained in text because xml.el decodes entities) with LFs.
18468
18469 2005-04-11  Lute Kamstra  <lute@gnu.org>
18470
18471         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18472         differently.
18473
18474 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18475
18476         * mm-util.el (mm-detect-coding-region): Typo.
18477
18478 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18479
18480         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
18481
18482 2005-04-06  Deepak Goel  <deego@gnufans.org>
18483
18484         * spam-stat.el (spam-stat-score-buffer): Add a call to a
18485         user-function allow user modifications of the scores.
18486         (spam-stat-score-buffer-user): New function, to allow
18487         user-computed modifications to the score.
18488         (spam-stat-score-buffer-user-functions): List of additional
18489         scoring functions.
18490         (spam-stat-error-holder): Global temporary error holder.
18491         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
18492         variable.
18493
18494 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
18495
18496         * gnus-registry.el (gnus-registry-clean-empty-function)
18497         (gnus-registry-trim, gnus-registry-fetch-groups)
18498         (gnus-registry-delete-group): Groups that match
18499         `gnus-registry-ignored-groups' are removed from the registry
18500         entries, not just ignored for splitting.  This helps clean up the
18501         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
18502         to get all the groups a message ID is in.
18503
18504         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
18505         (spam-stat-split-fancy): Change "threshhold" to "threshold".
18506         (spam-stat-score-buffer-user-functions): Add :number custom type.
18507
18508 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18509
18510         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
18511         argument in XEmacs.
18512
18513         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
18514         (nnrss-request-group): Decode group name first.
18515         (nnrss-request-article): Make a text/plain article if mml-to-mime
18516         failed.
18517         (nnrss-get-encoding): Return a compatible encoding according to
18518         nnrss-compatible-encoding-alist.
18519         (nnrss-find-el): Use consp instead of listp.
18520         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
18521
18522 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18523
18524         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
18525         which Emacs 20 doesn't support.
18526         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
18527
18528 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18529
18530         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
18531         silence the byte compiler inside the defun.
18532
18533         * gnus-demon.el (parse-time-string): Add autoload.
18534
18535         * gnus-delay.el (parse-time-string): Add autoload.
18536
18537         * gnus-art.el (parse-time-string): Add autoload.
18538
18539         * nnultimate.el (parse-time): Require for `parse-time-string'.
18540
18541 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18542
18543         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
18544
18545         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
18546
18547         * smime.el (smime-ldap-host-list): Add :version.
18548
18549 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18550
18551         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
18552         pass it to `gnus-browse-read-group'.
18553         (gnus-browse-read-group): Add NUMBER argument and pass it to
18554         `gnus-group-read-ephemeral-group'.
18555
18556         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
18557         argument and pass it to `gnus-group-read-group'.
18558
18559 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
18560
18561         * mm-util.el (mm-xemacs-find-mime-charset): Only call
18562         mm-xemacs-find-mime-charset-1 if we have the mule feature
18563         available at runtime.
18564
18565 2005-03-25  Werner Lemberg  <wl@gnu.org>
18566
18567         * nnmaildir.el: Replace `illegal' with `invalid'.
18568
18569 2005-03-23  Lute Kamstra  <lute@gnu.org>
18570
18571         * time-date.el: Add comment on time value formats.
18572         Don't require parse-time.
18573         (with-decoded-time-value): New macro.
18574         (encode-time-value): New function.
18575         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18576         (days-to-time): Return a valid time value when arg is huge.
18577         (time-since): Use time-subtract.
18578         (time-to-number-of-days): Use time-to-seconds.
18579
18580 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18581
18582         * gnus-start.el (gnus-display-time-event-handler):
18583         Check display-time-timer at runtime rather than only at load time
18584         in case display-time-mode is turned off in the mean time.
18585
18586 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18587
18588         * nnimap.el (nnimap-open-connection): Print which authinfo file is
18589         used.
18590
18591         * nneething.el (nneething-map-file-directory): Derive from
18592         `gnus-directory'.
18593
18594         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
18595         the To/Cc button.
18596
18597 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18598
18599         * nnmaildir.el (nnmaildir-request-accept-article):
18600         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
18601
18602 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18603
18604         * gnus-async.el: Require timer-funcs at compile time when in
18605         XEmacs for `run-with-idle-timer'.
18606
18607 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18608
18609         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18610         autoloaded function.
18611
18612 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18613
18614         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
18615
18616 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
18617
18618         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
18619
18620 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18621
18622         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
18623         Add gnus-expert-user to default.
18624
18625 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
18626
18627         * nnimap.el (nnimap-open-server): Ditto.
18628
18629         * imap.el (imap-authenticate): Fix typo.
18630
18631 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
18632
18633         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
18634         buffer (since IMAP server might return FETCH response out of
18635         order, and the nntp buffer must be sorted).
18636
18637 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
18638
18639         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
18640         comparison on string.
18641
18642         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
18643         (gnus-agent-score): Rename category keywords to match gnus-cus.
18644         (gnus-agent-summary-fetch-series): Modify to protect against
18645         gnus-agent-summary-fetch-group clearing processable flags.
18646         (gnus-agent-synchronize-group-flags): Update live group buffer as
18647         synchronization may occur due to the user toggle the plugged
18648         status.
18649         (gnus-agent-fetch-group-1): Clear downloadable flag when article
18650         successfully downloaded.
18651         (gnus-agent-expire-group-1): Avoid using markers when the overview
18652         is in ascending order; greatly improves performance.
18653         (gnus-agent-regenerate-group):
18654         Use gnus-agent-synchronize-group-flags to reset read status in both
18655         gnus and server.
18656         (gnus-agent-update-files-total-fetched-for): Fix initial size.
18657
18658 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
18659
18660         * message.el: Don't autoload former message-utils variables.
18661         (message-strip-subject-trailing-was): Change doc string.
18662
18663         * nnweb.el: Fixes for `gnus-group-make-web-group'.
18664         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
18665         (nnweb-google-search): Add "hl=en" here.
18666         (nnweb-google-parse-1, nnweb-google-create-mapping):
18667         Don't hardcode URL.
18668
18669 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18670
18671         * message.el (message-get-reply-headers, message-followup):
18672         Mention related variables `message-use-followup-to' and
18673         `message-use-mail-followup-to', in the information buffer.
18674
18675         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
18676         of broken groups(-beta).google.com.
18677
18678 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
18679
18680         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
18681         parameter to invoked gnus-request-move-article; remove the
18682         redundant gnus-sum-hint-move-is-internal variable; apply the marks
18683         all at once instead of once per article.
18684         (gnus-summary-remove-process-mark): Accept a list of articles as
18685         well as a single article for processing.
18686
18687         * gnus-int.el (gnus-request-move-article): Add move-is-internal
18688         parameter.
18689
18690         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
18691
18692         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
18693
18694         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
18695         parameter.
18696
18697         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
18698         parameter.
18699
18700         * nnimap.el (nnimap-request-move-article): Add move-is-internal
18701         parameter and remove the gnus-sum-hint-move-is-internal variable.
18702
18703         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
18704         parameter.
18705
18706         * nndraft.el (nndraft-request-move-article): Add move-is-internal
18707         parameter.
18708
18709         * nndiary.el (nndiary-request-move-article): Add move-is-internal
18710         parameter.
18711
18712         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
18713
18714         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
18715         parameter.
18716
18717         * nnagent.el (nnagent-request-move-article): Add move-is-internal
18718         parameter.
18719
18720 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18721
18722         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
18723         a more conservative way.
18724
18725 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18726
18727         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
18728         buffer, so it moves the window's cursor.
18729
18730 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
18731
18732         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
18733         `mm-dissect-multipart' and receive the from field as an (optional)
18734         argument from `mm-dissect-multipart'.
18735         (mm-dissect-multipart): Receive the from field as an argument and
18736         pass it on when we call `mm-dissect-buffer' on MIME parts.
18737         Fixes verification/decryption of signed/encrypted MIME parts.
18738
18739 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
18740
18741         * gnus-sum.el (gnus-summary-move-article):
18742         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
18743         whatever it calls (right now, only nnimap-request-move article
18744         respects it).
18745
18746         * nnimap.el (nnimap-request-move-article):
18747         When gnus-sum-hint-move-is-internal is set, don't do the extra
18748         nnimap-request-article.
18749
18750 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18751
18752         * nnheader.el (nnheader-find-file-noselect): Add doc string.
18753
18754         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
18755         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
18756
18757         * gnus-sum.el (gnus-summary-caesar-message):
18758         Apply `gnus-treat-article' after rotation.
18759
18760         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
18761         doc string.
18762
18763 2005-02-22  Simon Josefsson  <jas@extundo.com>
18764
18765         * encrypt.el (encrypt-password-cache-expiry): Remove (use
18766         `password-cache-expiry' instead).  Reported by Arne Jørgensen
18767         <arne@arnested.dk>.
18768         (encrypt): Add password-cache and password-cache-expiry as group
18769         members.
18770
18771 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
18772
18773         * smime.el (smime-ldap-host-list): Doc fix.
18774         (smime-ask-passphrase): Use `password-read-and-add' to read (and
18775         cache) password.
18776         (smime-sign-region): Use it.
18777         (smime-decrypt-region): Use it.
18778         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
18779         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
18780         fails.
18781         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
18782         certificate from DER to PEM format rather than calling openssl.
18783
18784         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
18785
18786         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
18787         for signing/encryption.
18788
18789         * mml.el (mml-parse-1): Use them.
18790
18791 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
18792
18793         * nnrss.el (nnrss-verbose): Remove.
18794         (nnrss-request-group): Use `nnheader-message' instead.
18795
18796 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
18797
18798         * nnrss.el (nnrss-verbose): New variable.
18799         (nnrss-request-group): Make it say nnrss is requesting a group.
18800
18801 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18802
18803         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
18804         Handle news URL with given port correctly.
18805
18806 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18807
18808         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
18809         containing special characters.
18810
18811         * gnus-sum.el (gnus-summary-edit-article): Ditto.
18812
18813         * mml.el (mime-to-mml): Ditto.
18814
18815         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
18816         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
18817         (rfc2047-decode-region): Quote decoded words containing special
18818         characters when rfc2047-quote-decoded-words-containing-tspecials
18819         is non-nil.
18820
18821 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
18822
18823         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
18824
18825         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
18826
18827 2005-02-15  Simon Josefsson  <jas@extundo.com>
18828
18829         * nnimap.el (nnimap-debug): Doc fix.
18830
18831         * imap.el (imap-debug): Doc fix.
18832
18833 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18834
18835         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
18836
18837 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
18838
18839         * gnus.el (spam-contents): Improve docs for spam-contents
18840         parameter in its variable incarnation.
18841
18842 2005-02-14  Simon Josefsson  <jas@extundo.com>
18843
18844         * smime-ldap.el: Use require instead of load-library for ldap.
18845         (smime-ldap-search): Indent.
18846         (smime-ldap-search-internal): Shorten line.
18847
18848         * smime.el (smime-cert-by-dns): Add doc-string.
18849         (smime-cert-by-ldap-1): Indent.
18850
18851         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
18852         mml-smime-get-dns-ldap.
18853         (mml-smime-encrypt-query): Use new function.  Default to ldap.
18854
18855 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
18856
18857         * smime.el: Require smime-ldap.
18858         (smime-ldap-host-list): New variable.
18859         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
18860
18861         * mml-smime.el (mml-smime-encrypt-query): New function.
18862         (mml-smime-encrypt-query): Use it.
18863
18864         * smime-ldap.el: New file.
18865
18866 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18867
18868         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
18869
18870 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18871
18872         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
18873         argument in doc string.  Make query for type more clear.
18874
18875 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18876
18877         * gnus.el (gnus-group-startup-message): Search for gnus images in
18878         etc/images/gnus.
18879         * mm-util.el (mm-image-load-path): Likewise.
18880         * smiley.el (smiley-data-directory): Search for smilies in
18881         etc/images/smilies.
18882
18883 2005-02-09  Kim F. Storm  <storm@cua.dk>
18884
18885         Change Emacs release version from 21.4 to 22.1 throughout.
18886         Change Emacs development version from 21.3.50 to 22.0.50.
18887
18888 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18889
18890         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
18891
18892         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
18893         non-Mule XEmacs as well.
18894         (mm-decompress-buffer): Signal an error intentionally if it does
18895         not decompress compressed data because auto-compression-mode is
18896         disabled.
18897
18898 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
18899
18900         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
18901         an ID in the registry even if it has no groups.
18902
18903 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18904
18905         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
18906         merge it into mm-decompress-buffer.
18907         (gnus-mime-copy-part): Use the MIME part charset, the value which
18908         a user specified or gnus-newsgroup-charset for decoding, like
18909         gnus-mime-inline-part does; set buffer-file-coding-system to tell
18910         save-buffer what was used.  Suggested by Kevin Ryde
18911         <user42@zip.com.au>.
18912         (gnus-mime-inline-part): Allow the name parameter as well as the
18913         filename parameter; force decompressing of compressed data; always
18914         display contents being not decoded as unibyte.
18915
18916         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
18917         as well as the filename parameter.
18918
18919         * mm-util.el (mm-decompress-buffer):
18920         Merge gnus-mime-jka-compr-maybe-uncompress.
18921         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
18922         of compressed data.
18923
18924 2005-02-08  Simon Josefsson  <jas@extundo.com>
18925
18926         * imap.el (imap-log): Doc fix.
18927
18928 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18929
18930         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
18931         the coding cookies; decompress compressed parts.
18932
18933         * mml.el (mml-generate-mime-1): Add the charset parameter according
18934         to the value which a user specified manually or the coding cookie.
18935
18936         * mm-util.el (mm-string-to-multibyte): New function.
18937         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
18938         (mm-coding-system-to-mime-charset): New function.
18939         (mm-decompress-buffer): New function.
18940         (mm-find-buffer-file-coding-system): New function.
18941
18942         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
18943         (mm-display-inline-fontify): Rewrite for decoding and decompressing
18944         parts.
18945
18946 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18947
18948         * mm-view.el (mm-display-inline-fontify): Decode a part according
18949         to the charset parameter.
18950
18951 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18952
18953         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
18954         prefix arg is neither nil nor a number, as info specifies.
18955
18956 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18957
18958         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
18959         timestamps.
18960
18961 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
18962
18963         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
18964         groups error checking and notify user.
18965
18966 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
18967
18968         * message.el (message-send-mail-function): Check existence of
18969         sendmail-program first before using default value
18970         `message-send-mail-with-sendmail'.  Otherwise use more generic
18971         `smtpmail-send-it'.
18972
18973 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18974
18975         * nntp.el (nntp-request-update-info): Always return nil.
18976
18977 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18978
18979         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
18980
18981 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18982
18983         * message.el (message-beginning-of-line): Change the behavior when
18984         invoked between BOL and : so that it first moves backward.
18985
18986 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18987
18988         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
18989         article buffer when editing of the article is discarded.
18990         (gnus-article-prepare): Revert.
18991
18992 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18993
18994         * gnus-art.el (gnus-article-prepare):
18995         Remove message-strip-forbidden-properties from the local hook.
18996
18997 2005-01-27  Simon Josefsson  <jas@extundo.com>
18998
18999         * password.el (password-cache-add): Only start one timer per key.
19000         Reported by Derek Atkins <warlord@MIT.EDU>.
19001
19002 2005-01-26  Steve Youngs  <steve@sxemacs.org>
19003
19004         * run-at-time.el: Remove.  It is no longer needed as
19005         timer-funcs.el in the xemacs-base package has a working version of
19006         `run-at-time'.
19007
19008         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
19009
19010         * password.el: Require timer-funcs instead of run-at-time in
19011         XEmacs.
19012         Remove `password-run-at-time' macro.
19013         (password-cache-add): Use `run-at-time' instead of
19014         `password-run-at-time'.
19015
19016         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
19017         Remove `nnheader-cancel-function-timers' alias,
19018         `cancel-function-timers' exists in XEmacs in timer-funcs.
19019
19020         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19021         for `run-with-idle-timer'.
19022
19023         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19024         for `run-at-time'.
19025
19026         * mm-url.el: Require timer-funcs at compile time when in XEmacs
19027         for `with-timeout'.
19028
19029         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
19030         the same as for XEmacs 21.4.
19031         No need to ignore `run-with-idle-timer', this function exists in
19032         XEmacs now in timer-funcs.el in the xemacs-base package.
19033         (dgnushack-compile): No need to delete
19034         run-at-time.el from the list of files to compile because it
19035         doesn't exist anymore.
19036
19037 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19038
19039         * mml.el (mml-generate-mime-1): Convert string into unibyte when
19040         inserting " *mml*" buffer's contents into a unibyte temp buffer.
19041
19042 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
19043
19044         * mail-source.el (mail-source-fetch-imap): Search for ^From case
19045         sensitively.
19046
19047 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
19048
19049         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19050
19051 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19052
19053         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19054         which will be inserted according to the multibyteness of a buffer
19055         rather than the type of contents.  Suggested by ARISAWA Akihiro
19056         <ari@mbf.ocn.ne.jp>.
19057
19058         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19059         of string which old xml.el may return rather than a string.
19060
19061 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19062
19063         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19064
19065 2005-01-16  Simon Josefsson  <jas@extundo.com>
19066
19067         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19068         idn/idna.el isn't available.
19069         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
19070         <michael@waxrat.com>.
19071
19072         * hashcash.el: Remove non-FSF copyright header.
19073
19074         * hashcash.el (hashcash-extra-generate-parameters): New variable.
19075         (hashcash-generate-payment): Use it.
19076         (hashcash-generate-payment-async): Use it.
19077
19078 2005-01-15  Simon Josefsson  <jas@extundo.com>
19079
19080         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19081         Suggested by Raymond Scholz <ray-2005@zonix.de>.
19082
19083         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19084         gnus-summary-idna-message.
19085         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19086         (gnus-summary-idna-message): New function.
19087
19088 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
19089
19090         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19091         gnus-novice-user.
19092
19093 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19094
19095         * nnrss.el (nnrss-request-delete-group): Delete entries in
19096         nnrss-group-alist as well.
19097         (nnrss-save-server-data): Insert newline.
19098
19099 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
19100
19101         * gnus.el (gnus-user-agent): Use list of symbols instead of
19102         symbols.  Display full version number for (S)XEmacs.
19103         Optionally display (S)XEmacs codename.
19104
19105         * gnus-util.el (gnus-emacs-version): Update for new
19106         `gnus-user-agent'.
19107
19108         * gnus-msg.el (gnus-extended-version): Make it possible to omit
19109         Gnus version.
19110
19111 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19112
19113         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
19114         which is unreadable in some setups.
19115
19116 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19117
19118         * gnus-spec.el (gnus-update-format-specifications): Flush the
19119         group format spec cache if it doesn't support decoded group names.
19120
19121 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
19122
19123         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
19124         Allow to apply decay on score files matching a regexp.
19125
19126 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19127
19128         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
19129         compatibility in %g and %c.
19130
19131 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19132
19133         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
19134         name for only %g and %c.
19135         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
19136         of gnus-tmp-group to decoded group name.
19137         (gnus-group-make-rss-group): Exclude `/'s from group names.
19138
19139 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19140
19141         * nnrss.el (nnrss-get-encoding): Fix regexp.
19142
19143 2004-12-27  Simon Josefsson  <jas@extundo.com>
19144
19145         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
19146         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
19147         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
19148
19149 2004-12-17  Kim F. Storm  <storm@cua.dk>
19150
19151         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
19152
19153         * gnus-sum.el (gnus-summary-mode-map): Likewise.
19154
19155 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19156
19157         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
19158
19159 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19160
19161         * nnrss.el: Require rfc2047 and mml.
19162         (nnrss-file-coding-system): New variable.
19163         (nnrss-format-string): Redefine it as an inline function.
19164         (nnrss-decode-group-name): New function.
19165         (nnrss-string-as-multibyte): Remove.
19166         (nnrss-retrieve-headers): Decode group name; don't use
19167         nnrss-format-string.
19168         (nnrss-request-group): Decode group name.
19169         (nnrss-request-article): Decode group name; allow a Message-ID as
19170         well as an article number; don't use nnrss-format-string; encode a
19171         Message-ID string which may contain non-ASCII characters; use
19172         mml-to-mime to compose a MIME article.
19173         (nnrss-request-expire-articles): Decode group name.
19174         (nnrss-request-delete-group): Decode group name.
19175         (nnrss-fetch): Clarify error message.
19176         (nnrss-read-server-data): Use insert-file-contents instead of load;
19177         bind file-name-coding-system; use multibyte buffer.
19178         (nnrss-save-server-data): Bind coding-system-for-write to the
19179         value of nnrss-file-coding-system; bind file-name-coding-system;
19180         add coding cookie.
19181         (nnrss-read-group-data): Use insert-file-contents instead of load;
19182         bind file-name-coding-system; use multibyte buffer.
19183         (nnrss-save-group-data): Bind coding-system-for-write to the
19184         value of nnrss-file-coding-system; bind file-name-coding-system.
19185         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
19186         make it work with non-ASCII text.
19187         (nnrss-find-el): Make it work with old xml.el as well.
19188
19189 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19190
19191         * nnrss.el (nnrss-get-encoding): New function.
19192         (nnrss-fetch): Use unibyte buffer initially; bind
19193         coding-system-for-read while performing mm-url-insert; remove ^Ms;
19194         decode contents according to the encoding attribute.
19195         (nnrss-save-group-data): Add coding cookie.
19196         (nnrss-mime-encode-string): New function.
19197         (nnrss-check-group): Use it to encode subject and author.
19198
19199 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
19200
19201         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
19202         imaginary variable.
19203
19204 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19205
19206         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
19207         correctly even if there are wide characters.
19208
19209 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
19210
19211         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
19212         downcased symbol names; make a new cache instead of reusing
19213         bbdb-hashtable.
19214
19215 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19216
19217         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19218         concatenating segments rather than before concatenating them.
19219         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19220
19221         * message.el (message-get-reply-headers): Bind `extra'.
19222
19223 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19224
19225         * message.el (message-extra-wide-headers): New variable.
19226         (message-get-reply-headers): Use it.
19227
19228 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19229
19230         * gnus-agent.el (gnus-agent-group-path): Decode group name.
19231         (gnus-agent-group-pathname): Ditto.
19232
19233         * gnus-cache.el (gnus-cache-file-name): Decode group name.
19234
19235         * gnus-group.el (gnus-group-make-group): Decode group name.
19236         (gnus-group-make-rss-group): Register the group data after opening
19237         the nnrss group.
19238
19239 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
19240
19241         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
19242         by expiry now get marked as read.
19243
19244 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19245
19246         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
19247
19248 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
19249
19250         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
19251         unify Latin characters in XEmacs.
19252         (mm-find-mime-charset-region): Use it.
19253
19254 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19255
19256         * gnus-util.el (gnus-delete-directory): New function.
19257
19258         * gnus-agent.el (gnus-agent-delete-group): Use it.
19259
19260         * gnus-cache.el (gnus-cache-delete-group): Use it.
19261
19262 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19263
19264         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
19265         names.
19266
19267 2004-12-16  Simon Josefsson  <jas@extundo.com>
19268
19269         * hashcash.el (hashcash-payment-alist): Fix custom :type.
19270
19271 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19272
19273         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
19274
19275         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
19276         (gnus-group-set-current-level): Decode group name.
19277
19278 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
19279
19280         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
19281         failed.
19282
19283 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19284
19285         * gnus-group.el (gnus-group-delete-group): Decode group name.
19286         (gnus-group-make-rss-group): Encode group name.
19287         (gnus-group-catchup-current): Decode group name.
19288         (gnus-group-kill-group): Decode group name.
19289
19290 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19291
19292         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
19293
19294 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19295
19296         * gnus-group.el (gnus-group-make-rss-group):
19297         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
19298
19299         * gnus-start.el (gnus-setup-news): Honor user's setting to
19300         gnus-message-archive-method.  Suggested by Lute Kamstra
19301         <lute@gnu.org>.
19302
19303 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
19304
19305         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
19306         global counterparts of the buffer-local variables.
19307
19308 2004-11-16  Romain Francoise  <romain@orebokech.com>
19309
19310         * gnus-sum.el (gnus-summary-exit): Don't clear the global
19311         counterparts of the buffer-local variables.
19312
19313 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19314
19315         * message.el (message-forbidden-properties): Fix typo in doc
19316         string.
19317
19318 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19319
19320         * gnus-util.el (gnus-replace-in-string): Add doc string.
19321
19322         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
19323         to avoid problems when splitting mails with many recipients.
19324
19325 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19326
19327         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
19328         pop-to-buffer, covered by the subsequent gnus-configure-windows.
19329
19330 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
19331
19332         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
19333         if there is no hashtable in memory or file modification time is
19334         newer than cached timestamp.
19335
19336 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
19337
19338         * gnus-sum.el (gnus-summary-limit-to-recipient):
19339         Implement not-matching option.
19340
19341 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
19342
19343         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
19344         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
19345         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
19346         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
19347         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
19348         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
19349
19350 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19351
19352         * message.el (message-forward-make-body-mml): Remove headers
19353         according to message-forward-ignored-headers if a message is decoded.
19354
19355 2004-12-02  Romain Francoise  <romain@orebokech.com>
19356
19357         * message.el (message-forward-make-body-plain): Always remove
19358         headers according to message-forward-ignored-headers.
19359
19360 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
19361
19362         * spam.el (spam-summary-prepare-exit): Remove the
19363         gnus-summary-limit pop for now, it has problems with ham marks for
19364         me.
19365
19366 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
19367
19368         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
19369         correctly.
19370
19371 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
19372
19373         * format-spec.el (format-spec): Message the char.
19374
19375 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
19376
19377         * gnus-art.el (gnus-split-methods): Reformat comments.
19378
19379         * spam.el (spam-summary-prepare-exit): Remove article limits
19380         before exiting the summary buffer.
19381
19382 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19383
19384         * lpath.el: Remove bbdb-create-internal, bbdb-records,
19385         spam-BBDB-register-routine and spam-enter-ham-BBDB.
19386
19387         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
19388         order to silence the byte compiler.
19389
19390         * spam.el: Fix the way to silence the byte compiler, which
19391         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
19392         bbdb-search-simple, spam-BBDB-register-routine,
19393         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
19394         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
19395         spam-stat-buffer-is-spam, spam-stat-load,
19396         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
19397         spam-stat-save and spam-stat-split-fancy.
19398
19399 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19400
19401         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
19402         which may confuse users.
19403         (canlock-password-for-verify): Ditto.
19404
19405         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
19406
19407         * gnus-art.el (gnus-emphasis-alist): Ditto.
19408
19409         * gnus-registry.el (gnus-registry-max-entries): Ditto.
19410
19411         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
19412
19413         * gnus-start.el (gnus-save-killed-list): Ditto.
19414
19415         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
19416         (gnus-sum-thread-tree-root): Ditto.
19417         (gnus-sum-thread-tree-false-root): Ditto.
19418         (gnus-sum-thread-tree-single-indent): Ditto.
19419
19420         * message.el (message-courtesy-message): Ditto.
19421         (message-archive-note): Ditto.
19422         (message-subscribed-address-file): Ditto.
19423         (message-user-fqdn): Ditto.
19424
19425         * spam-report.el (spam-report-gmane-regex): Ditto.
19426
19427         * spam.el (spam-blackhole-good-server-regex): Ditto.
19428
19429 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19430
19431         * mml.el (mml-preview): Widen the message buffer before copying
19432         the contents to the preview buffer; sort headers before previewing.
19433
19434         * message.el (message-hidden-headers): Fix the way to avoid a bug
19435         in the `repeat' widget in Emacs 21.3 or earlier.
19436
19437 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19438
19439         * message.el (message-hidden-headers): Default to "^References:".
19440         Improve customization type.  Suggested by Reiner Steib
19441         <Reiner.Steib@gmx.de>.
19442
19443 2004-11-25  Romain Francoise  <romain@orebokech.com>
19444
19445         * message.el (message-strip-forbidden-properties): Remove check for
19446         obsolete `message-hidden' text property, hidden headers are not
19447         accessible in the buffer anymore.
19448
19449 2004-11-22  Romain Francoise  <romain@orebokech.com>
19450
19451         * message.el (message-header-format-alist): Add `From' in list
19452         so that it can be sorted.
19453         (message-fix-before-sending): Widen and sort headers before
19454         sending.
19455         (message-hide-headers): Use narrowing to hide headers by moving
19456         them to the top of the buffer and narrowing to the region
19457         underneath.
19458
19459 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19460
19461         * message.el (message-strip-forbidden-properties):
19462         Bind buffer-read-only (etc) to nil.
19463
19464 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19465
19466         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19467         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19468
19469 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
19470
19471         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19472
19473 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19474
19475         * dns.el (query-dns): Use sit-for to time instead of
19476         accept-process-output, since that doesn't seem to work on udp
19477         sockets.
19478
19479 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19480
19481         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19482
19483 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
19484
19485         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19486         doc string.  Improve doc string.
19487
19488 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19489
19490         * nntp.el (nntp-request-update-info): Return nil if
19491         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19492         may not call gnus-activate-group which uselessly issues the GROUP
19493         commands for all nntp groups and wastes time.  Reported by Romain
19494         Francoise <romain@orebokech.com>.
19495
19496         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19497
19498 2004-11-15  Simon Josefsson  <jas@extundo.com>
19499
19500         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19501         headers separately.
19502         (gnus-button-openpgp): New function, inspired by Jochen Küpper
19503         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19504
19505 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19506
19507         * gnus-start.el (gnus-convert-old-newsrc):
19508         Assign legacy-gnus-agent to 5.10.7.
19509
19510 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19511
19512         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
19513         start of the lines.
19514
19515 2004-11-14  Magnus Henoch  <mange@freemail.hu>
19516
19517         * hashcash.el (hashcash-default-payment): Change default to 20.
19518         (hashcash-default-accept-payment): Change default to 20.
19519         (hashcash-process-alist): New variable.
19520         (hashcash-generate-payment-async): Add.
19521         (hashcash-already-paid-p): Add.
19522         (hashcash-insert-payment): Don't generate payments twice.
19523         (hashcash-insert-payment-async): Add.
19524         (hashcash-insert-payment-async-2): Add.
19525         (hashcash-cancel-async): Add.
19526         (hashcash-wait-async): Add.
19527         (hashcash-processes-running-p): Add.
19528         (hashcash-wait-or-cancel): Add.
19529         (mail-add-payment): New optional argument.  Conditionally start
19530         asynchronous calculation.
19531         (mail-add-payment-async): Add.
19532
19533         * message.el (message-send-mail): Wait for asynchronous hashcash
19534         results.  Don't clobber existing X-Hashcash headers.
19535         (message-setup-1): Call mail-add-payment-async when
19536         message-generate-hashcash is non-nil.
19537
19538 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19539
19540         * message.el (message-use-alternative-email-as-from): Examine the
19541         From header as well; use message-make-from in order to include a
19542         user's full name.
19543
19544 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19545
19546         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
19547         default; improve customization type.
19548         (gnus-emphasis-custom-with-format): New macro.
19549         (gnus-emphasis-custom-value-to-external): New function.
19550         (gnus-emphasis-custom-value-to-internal): New function.
19551
19552 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19553
19554         * dns.el (query-dns): Resolve reverse addresses.
19555
19556 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19557
19558         * gnus-group.el (gnus-group-get-new-news): Use it.
19559
19560         * gnus-start.el (gnus-check-reasonable-setup): New function.
19561
19562 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19563
19564         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
19565         "Args out of range" error.  Reported by Arnaud Giersch
19566         <arnaud.giersch@free.fr>.
19567
19568 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19569
19570         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
19571
19572 2004-11-04  Richard M. Stallman  <rms@gnu.org>
19573
19574         * spam.el (spam group): Add :version.
19575
19576         * pgg-def.el (pgg group): Add :version.
19577
19578 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19579
19580         * gnus-art.el (gnus-article-edit-article): Don't associate the
19581         article buffer with a draft file.  This is a temporary measure
19582         against the 2004-08-22 change to gnus-article-edit-mode.
19583
19584 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19585
19586         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
19587         (html2text-format-tags): Remove unused variable `attr'.
19588
19589 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19590
19591         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
19592
19593         * tls.el (tls-process-connection-type, tls-success)
19594         (tls-certtool-program): Add :version.
19595
19596         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
19597         (starttls-extra-arguments, starttls-process-connection-type)
19598         (starttls-connect, starttls-failure, starttls-success): Add :version.
19599
19600         * spam-stat.el (spam-stat): Add :version.
19601
19602         * sieve.el (sieve): Add :version.
19603
19604         * sha1.el (sha1): Add :version.
19605         (sha1-use-external): Remove redundant version.
19606
19607         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19608         (nnmail-cache-ignore-groups, nnmail-spool-hook)
19609         (nnmail-split-fancy-match-partial-words)
19610         (nnmail-split-lowercase-expanded): Add :version.
19611
19612         * nndiary.el (nndiary): Add :version.
19613
19614         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
19615
19616         * mml-sec.el (mml-default-sign-method)
19617         (mml-default-encrypt-method, mml-signencrypt-style-alist):
19618         Add :version.
19619
19620         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
19621
19622         * mm-url.el (mm-url-use-external, mm-url-program)
19623         (mm-url-arguments): Add :version.
19624
19625         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
19626         (mm-attachment-file-modes, mm-decrypt-option)
19627         (mm-w3m-safe-url-regexp): Add :version.
19628
19629         * message.el (message-cite-prefix-regexp)
19630         (message-sendmail-envelope-from, message-minibuffer-local-map)
19631         (message-user-fqdn, message-completion-alist): Add :version.
19632
19633         * gnus-win.el (gnus-configure-windows-hook)
19634         (gnus-use-frames-on-any-display): Add :version.
19635
19636         * gnus-art.el (gnus-article-address-banner-alist)
19637         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19638         (gnus-treat-from-picon, gnus-treat-mail-picon)
19639         (gnus-treat-x-pgp-sig): Add :version.
19640
19641         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19642         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19643         (gnus-summary-article-delete-hook)
19644         (gnus-summary-display-while-building): Add :version.
19645
19646         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
19647         (gnus-get-top-new-news-hook): Add :version.
19648
19649         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19650         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19651
19652         * gnus-registry.el (gnus-registry): Add :version.
19653
19654         * gnus-spec.el (gnus-use-correct-string-widths)
19655         (gnus-make-format-preserve-properties): Add :version.
19656
19657         * gnus.el (gnus-group-charter-alist)
19658         (gnus-group-fetch-control-use-browse-url)
19659         (gnus-install-group-spam-parameters): Add :version.
19660
19661         * gnus-diary.el (gnus-diary): Add :version.
19662
19663         * gnus-delay.el (gnus-delay): Add :version.
19664
19665         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
19666         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
19667         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
19668         Add :version.
19669
19670         * gnus-agent.el (gnus-agent-max-fetch-size)
19671         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
19672         (gnus-agent-prompt-send-queue): Add :version.
19673
19674         * deuglify.el (gnus-outlook-deuglify): Add :version.
19675
19676         * html2text.el: Beautify code.  Improve doc strings.
19677         Some checkdoc cleanup.
19678         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
19679
19680 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
19681
19682         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
19683
19684 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
19685
19686         * gnus-registry.el (gnus-registry-hashtb): Create the registry
19687         when package is loaded.
19688
19689         * spam.el (spam-summary-score-preferred-header): Add global preference
19690         for people who want to override the default SpamAssassin over
19691         Bogofilter preference (when both are set).
19692         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
19693         (spam-user-format-function-S):
19694         Check spam-summary-score-preferred-header.
19695         (spam-extra-header-to-number): Add X-Bogosity header parsing.
19696         (spam-user-format-function-S): Format the score correctly.
19697
19698 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19699
19700         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
19701         signature file.  Suggested by Manoj Srivastava
19702         <srivasta@golden-gryphon.com>.
19703
19704         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
19705         iso-2022-jp even in the Japanese language environment.
19706         Suggested by Jason Rumney <jasonr@gnu.org>.
19707
19708 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19709
19710         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
19711         use the same characters as the dummy marks; make it free from
19712         getting affected by the language environment.
19713         (gnus-summary-read-group-1): Update mark positions only when the
19714         format spec is updated.
19715
19716         * gnus-spec.el (gnus-update-format-specifications): Return a list
19717         of updated types.
19718
19719 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19720
19721         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
19722         of boundp to check if display-warning is available.
19723
19724 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
19725
19726         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
19727
19728 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19729
19730         * nnspool.el (nnspool-spool-directory): Use news-path if the
19731         news-directory variable is not bound.
19732
19733         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
19734         function instead of display-warning if it is not available.
19735
19736 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19737
19738         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
19739         v5-10: Use `point-at-bol'.
19740
19741 2004-10-26  Simon Josefsson  <jas@extundo.com>
19742
19743         * hashcash.el: Fix URL in comment, reported by Cheng Gao
19744         <chenggao@gmail.com>.
19745
19746 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19747
19748         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
19749         instead.
19750
19751 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
19752
19753         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
19754         to remove a server from the nnimap-server-buffer-alist.
19755         (nnimap-open-connection, nnimap-close-server): Use it.
19756
19757         * gnus-encrypt.el: Remove file in favor of encrypt.el.
19758
19759 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19760
19761         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
19762         running the major-mode function.
19763
19764 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19765
19766         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
19767         dummy marks in the right way.
19768
19769 2004-10-18  David Edmondson  <dme@dme.org>
19770
19771         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
19772         excessively.
19773
19774 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
19775
19776         * gnus-util.el (gnus-split-references): Accept a nil references
19777         string and go on blissfully.
19778
19779         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
19780         cases where the references string is non-nil but has no references.
19781
19782         * encrypt.el: Add autoload tags.
19783
19784         * spam.el (spam-resolve-registrations-routine): Remove article
19785         from unregistration list too.  Reported by David Hanak
19786         <dhanak@isis.vanderbilt.edu>
19787
19788 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
19789
19790         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
19791         nil.  Change custom type.
19792
19793 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
19794
19795         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
19796
19797         * gnus-sum.el (gnus-summary-move-article): Use it.
19798
19799 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
19800
19801         * encrypt.el: Add autoload cookies.
19802
19803         * spam.el (spam-backend-article-list-property)
19804         (spam-backend-get-article-todo-list)
19805         (spam-backend-put-article-todo-list)
19806         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
19807         Resolve registrations separately.
19808         (spam-register-routine): Format comments.
19809         (spam-unregister-routine, spam-register-routine): Always call with
19810         specific-articles, no default list.
19811         (spam-summary-prepare-exit): Use the spam-classifications function.
19812
19813         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
19814         gnus-encrypt.el.
19815
19816         * encrypt.el: Copied from gnus-encrypt.el.
19817
19818         * gnus-encrypt.el: Commented that it's obsolete.
19819
19820 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19821
19822         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
19823         (gnus-score-save): Use it.
19824
19825         * message.el (message-bury): Use `window-dedicated-p'.
19826
19827 2004-10-15  Simon Josefsson  <jas@extundo.com>
19828
19829         * pop3.el (top-level): Don't require nnheader.
19830         (pop3-read-timeout): Add.
19831         (pop3-accept-process-output): Add.
19832         (pop3-read-response, pop3-retr): Use it.
19833
19834 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
19835
19836         * spam.el (spam-register-routine): Move comment.
19837         (spam-verify-bogofilter): Use 'unknown for the initial
19838         spam-bogofilter-valid state, not 'never.
19839
19840         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
19841         for netrc-machine.
19842
19843         * nnimap.el (nnimap-open-connection):
19844         Use netrc-machine-user-or-password.
19845
19846 2004-10-17  Richard M. Stallman  <rms@gnu.org>
19847
19848         * gnus-registry.el (gnus-registry-unload-hook):
19849         Set as a variable with add-hook.
19850
19851         * nnspool.el (nnspool-spool-directory): Use news-directory instead
19852         of news-path.
19853
19854         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
19855
19856         * spam.el: Delete duplicate `provide'.
19857         (spam-unload-hook): Set as a variable with add-hook.
19858
19859 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19860
19861         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
19862         in the doc string.
19863
19864         * message.el (message-ignored-news-headers)
19865         (message-ignored-supersedes-headers)
19866         (message-ignored-resent-headers)
19867         (message-forward-ignored-headers): Improve custom type.
19868
19869 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19870
19871         * message.el (message-tokenize-header): Fix 2004-09-06 change
19872         which used point-min in the wrong place.
19873
19874 2004-10-12  Simon Josefsson  <jas@extundo.com>
19875
19876         * tls.el (tls-certtool-program): New variable.
19877         (tls-certificate-information): New function, based on
19878         ssl-certificate-information.
19879
19880 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19881
19882         * compface.el: Move the version of ELisp-based uncompface program
19883         to the contrib directory because of the copyright problem.
19884
19885 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19886
19887         * message.el (message-kill-buffer): Raise the current frame.
19888
19889 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19890
19891         * gnus-sum.el: Mention that multibyte characters don't work as marks.
19892
19893         * gnus.el (message-y-or-n-p): Autoload.
19894
19895         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
19896         (pop3-password-required, pop3-authentication-scheme)
19897         (pop3-leave-mail-on-server): Make customizable.
19898         (pop3): New custom group.
19899         (pop3-retr): Remove `sleep-for' statements.
19900         Suggested by Dave Love <fx@gnu.org>.
19901
19902         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
19903         Windows/DOS.
19904
19905         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19906         (imap-parse-body): Fix incorrect use of `assert'.
19907         Suggested by Dave Love <fx@gnu.org>.
19908
19909         * mml.el (mml-minibuffer-read-disposition): Require match.
19910         Suggested by Dave Love <fx@gnu.org>.
19911
19912 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19913
19914         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
19915         doc string.
19916
19917 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19918
19919         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
19920
19921 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19922
19923         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
19924         instead of calling `mm-insert-inline', to decode text/* parts
19925         before displaying them.
19926
19927 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19928
19929         * mm-uu.el (mm-uu-text-plain-type): New variable.
19930         (mm-uu-pgp-signed-extract-1): Use it.
19931         (mm-uu-pgp-encrypted-extract-1): Use it.
19932         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
19933         bind mm-uu-text-plain-type with that value.
19934         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
19935         mm-uu-dissect.
19936
19937 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19938
19939         * gnus-group.el (gnus-update-group-mark-positions):
19940         * gnus-sum.el (gnus-update-summary-mark-positions):
19941         * message.el (message-check-news-body-syntax):
19942         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
19943         of string-as-multibyte.
19944
19945 2004-10-05  Juri Linkov  <juri@jurta.org>
19946
19947         * gnus-group.el (gnus-update-group-mark-positions):
19948         * gnus-sum.el (gnus-update-summary-mark-positions):
19949         * message.el (message-check-news-body-syntax):
19950         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
19951         8-bit unibyte values to a multibyte string for search functions.
19952
19953 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19954
19955         * mm-uu.el (mm-uu-dissect): Allow optional arg.
19956         (mm-uu-dissect-text-parts): New function.
19957
19958         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
19959         dissect text parts.
19960
19961         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
19962         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
19963
19964         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
19965
19966         * gnus-topic.el (gnus-topic-hierarchical-parameters):
19967         Use gnus-current-topics instead of gnus-current-topic.
19968
19969 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
19970
19971         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
19972
19973 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
19974
19975         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
19976         where appropriate.
19977
19978         * nnml.el (nnml-generate-active-info): do.
19979
19980         * nndiary.el (nndiary-generate-active-info): do.
19981
19982         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
19983         (gnus-topic-move): do.
19984
19985         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
19986         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
19987
19988         * gnus-srvr.el (gnus-server-prepare)
19989         (gnus-server-open-all-servers): do.
19990
19991         * gnus-msg.el (gnus-summary-cancel-article)
19992         (gnus-summary-resend-message)
19993         (gnus-summary-mail-crosspost-complaint): do.
19994
19995         * gnus-move.el (gnus-change-server): do.
19996
19997         * gnus-group.el (gnus-group-unmark-all-groups)
19998         (gnus-group-set-current-level): do.
19999
20000 2004-10-04  Simon Josefsson  <jas@extundo.com>
20001
20002         * message.el (message-generate-hashcash): Doc fix.
20003
20004 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
20005
20006         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20007         avoid infinite recursion via gnus-get-function.
20008
20009 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
20010
20011         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20012
20013         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20014
20015         * nnmail.el (nnmail-split-history): do.
20016
20017         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20018         (nnml-request-delete-group): do.
20019
20020         * nnslashdot.el (nnslashdot-read-groups): do.
20021
20022         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20023         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20024
20025         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20026         (nnspool-sift-nov-with-sed): Use last.
20027         (nnspool-retrieve-headers-with-nov): Use mapc.
20028         (nnspool-request-newgroups): Use dolist.
20029         (nnspool-request-group): Use last.
20030
20031         * nntp.el (nntp-read-server-type): Use dolist.
20032
20033         * nnvirtual.el (nnvirtual-create-mapping)
20034         (nnvirtual-update-read-and-marked): Use dolist.
20035         (nnvirtual-convert-headers): Simplify.
20036
20037 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20038
20039         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20040         Add support for sync'ing tick marks.
20041
20042 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20043
20044         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20045         there's no visible header.
20046
20047 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20048
20049         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20050         When necessary, pass full group name to gnus-request-set-marks.
20051
20052 2004-10-01  Simon Josefsson  <jas@extundo.com>
20053
20054         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
20055         acroread.
20056
20057 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20058
20059         * spam-report.el (spam-report-gmane): Fix interactive.
20060
20061         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20062
20063         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20064         when writing file.
20065         (gnus-agent-synchronize-flags): Don't default to being
20066         interactive.
20067
20068 2004-09-30  Simon Josefsson  <jas@extundo.com>
20069
20070         * message.el (message-generate-hashcash): Add.
20071         (message-send-mail): Use it, call mail-add-payment.
20072
20073 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
20074
20075         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20076
20077 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
20078
20079         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
20080         gnus-requst-update-info with explicit code to sync the in-memory
20081         info read flags with the marks being sync'd to the backend.
20082
20083         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
20084
20085 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20086
20087         * spam.el (spam-verify-bogofilter): Add new function.
20088         (spam-check-bogofilter)
20089         (spam-bogofilter-register-with-bogofilter): Use it.
20090         (spam-verify-bogofilter): Add small fixes.
20091
20092 2004-09-28  Simon Josefsson  <jas@extundo.com>
20093
20094         * hashcash.el (hashcash-generate-payment): Revert.
20095
20096 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20097
20098         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20099         Use gnus-extract-references instead of gnus-split-references.
20100
20101         * gnus-util.el (gnus-extract-references): Add new function, analogous
20102         to gnus-split-references but extracts only the message-ID without
20103         anything extra.
20104
20105         * hashcash.el (hashcash-generate-payment)
20106         (hashcash-check-payment): Do the right thing if hashcash-path is
20107         nil (because the hashcash program could not be found).
20108
20109         * spam.el (spam-use-hashcash): Remove comment.
20110
20111 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
20112
20113         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
20114         (gnus-cache-enter-article, gnus-cache-remove-article)
20115         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
20116
20117         * gnus-async.el (gnus-async-prefetch-remove-group): do.
20118
20119         * gnus-art.el (article-hide-boring-headers)
20120         (article-translate-strings, article-display-face)
20121         (gnus-article-mime-match-handle-first)
20122         (gnus-article-highlight-headers)
20123         (gnus-article-add-buttons-to-head): do.
20124
20125 2004-09-27  Simon Josefsson  <jas@extundo.com>
20126
20127         * hashcash.el: New version, from
20128         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
20129         ../contrib/.
20130
20131 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20132
20133         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
20134
20135 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
20136
20137         * gnus-dup.el (gnus-dup-open): Use mapc.
20138         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
20139
20140         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
20141         Reported by Stefan Wiens <s.wi@gmx.net>.
20142
20143         * gnus.el (gnus-shutdown): Use dolist.
20144
20145         * gnus-undo.el (gnus-undo): Use mapc.
20146
20147         * nnrss.el (nnrss-generate-active): do.
20148
20149         * message.el (message-cite-original-without-signature)
20150         (message-cite-original): Use mapc.
20151         (message-do-actions, message-make-forward-subject): Use dolist.
20152
20153 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20154
20155         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
20156         deletion to remove entire duplicate line.  Fixes merged article
20157         number bug.
20158
20159 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20160
20161         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
20162         servers that are offline.  Avoids having gnus-agent-toggle-plugged
20163         first ask if you want to open a server and then, even when you
20164         responded with no, asking if you want to synchronize the server's
20165         flags.
20166         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
20167         multi-line expressions.
20168         (gnus-agent-synchronize-group-flags): New internal function.
20169         Updates marks in memory (in the info structure) AND in the
20170         backend.
20171
20172         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
20173
20174         * nnagent.el (nnagent-request-set-mark):
20175         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
20176         method, to ensure that synchronization updates marks in the
20177         backend and in the info (in memory) structure.
20178
20179 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20180
20181         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
20182         convention fully; don't miss the root article of a thread; make
20183         the X-Draft-From header with correct article numbers.
20184
20185 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
20186
20187         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
20188         unless plugged.  Disable the agent so that an open failure causes
20189         an error.
20190
20191         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
20192         Revert 2004-09-21 change.  The backend must be opened while
20193         synchronizing flags even when the backend stores the flags
20194         locally.
20195
20196 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
20197
20198         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
20199         in `header' match.  Reported by Svend Tollak Munkejord.
20200
20201         * message.el (message-cite-original): Fix use of
20202         `message-cite-articles-with-x-no-archive'.
20203
20204 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20205
20206         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
20207         (gnus-window-to-buffer): Ditto.
20208
20209         * mml.el (mml-preview-buffer): New variable.
20210         (mml-preview): Manage window layout with gnus-buffer-configuration.
20211
20212         * gnus-msg.el (gnus-setup-message): Put article numbers into the
20213         X-Draft-From header even if those articles aren't quoted.
20214
20215 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
20216
20217         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
20218         (gnus-request-set-mark, gnus-request-update-mark): Use new
20219         g-s-t-u-l-m to decide to use backend even when unplugged.
20220
20221 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20222
20223         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
20224         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
20225
20226 2004-09-20  Simon Josefsson  <jas@extundo.com>
20227
20228         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
20229         "utf-16-le".
20230
20231 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20232
20233         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
20234
20235 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20236
20237         * uudecode.el (uudecode-use-external): Add :version.
20238
20239         * smime.el (smime-CA-file, smime-encrypt-cipher)
20240         (smime-dns-server): Add :version.
20241
20242         * smiley.el (gnus-smiley-file-types): Add :version.
20243
20244         * sha1.el (sha1-use-external): Add :version.
20245
20246         * pgg-def.el (pgg-query-keyserver): Add :version.
20247
20248         * nnmail.el (nnmail-fancy-expiry-targets)
20249         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
20250         Add :version.
20251
20252         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
20253         (nnimap-retrieve-groups-asynchronous): Add :version.
20254         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
20255
20256         * mml.el (mml-content-disposition-parameters)
20257         (mml-insert-mime-headers-always): Add :version.
20258
20259         * mm-util.el (mm-coding-system-priorities): Add :version.
20260
20261         * mm-decode.el (mm-inline-text-html-with-images)
20262         (mm-keep-viewer-alive-types, mm-external-terminal-program)
20263         (mm-verify-option): Add :version.
20264         (mm-text-html-renderer): Change :version.
20265
20266         * message.el (message-fcc-externalize-attachments)
20267         (message-required-headers, message-draft-headers)
20268         (message-subject-trailing-was-query)
20269         (message-subject-trailing-was-ask-regexp)
20270         (message-subject-trailing-was-regexp, message-mark-insert-begin)
20271         (message-mark-insert-end, message-archive-header)
20272         (message-archive-note, message-cross-post-default)
20273         (message-cross-post-note, message-followup-to-note)
20274         (message-cross-post-note-function, message-use-mail-followup-to)
20275         (message-subscribed-address-functions)
20276         (message-subscribed-address-file, message-subscribed-addresses)
20277         (message-subscribed-regexps, message-allow-no-recipients)
20278         (message-yank-cited-prefix, message-signature-insert-empty-line)
20279         (message-hidden-headers, message-hierarchical-addresses)
20280         (message-mail-user-agent, message-use-idna)
20281         (message-valid-fqdn-regexp)
20282         (message-strip-special-text-properties, message-header-synonyms)
20283         (message-beginning-of-line, message-tab-body-function): Add :version.
20284         (message-insert-canlock, message-wide-reply-confirm-recipients):
20285         Change :version.
20286
20287         * mail-source.el (mail-source-ignore-errors): Add :group, :type
20288         and :version.
20289         (mail-source-delete-old-incoming-confirm)
20290         (mail-source-movemail-program): Add :version.
20291
20292         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
20293         (gnus-agent-cache, gnus-agent): Change :version.
20294
20295         * gnus-util.el (gnus-use-byte-compile): Change :version.
20296
20297         * gnus-sum.el (gnus-summary-make-false-root-always)
20298         (gnus-summary-default-high-score)
20299         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
20300         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
20301         (gnus-read-all-available-headers, gnus-article-emulate-mime)
20302         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
20303         (gnus-sum-thread-tree-single-indent)
20304         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
20305         (gnus-sum-thread-tree-leaf-with-other)
20306         (gnus-sum-thread-tree-single-leaf): Add :version.
20307         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
20308         (gnus-article-loose-mime): Change :version.
20309
20310         * gnus-start.el (gnus-backup-startup-file)
20311         (gnus-save-startup-file-via-temp-buffer): Add :version.
20312
20313         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
20314         (gnus-server-offline-face): Add :version.
20315
20316         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
20317
20318         * gnus-msg.el (gnus-gcc-externalize-attachments)
20319         (gnus-debug-files, gnus-debug-exclude-variables)
20320         (gnus-discouraged-post-methods): Change :version.
20321         (gnus-confirm-mail-reply-to-news)
20322         (gnus-confirm-treat-mail-like-news): Add :version.
20323
20324         * gnus-int.el (gnus-server-unopen-status): Add :version.
20325
20326         * gnus-group.el (gnus-group-jump-to-group-prompt)
20327         (gnus-large-ephemeral-newsgroup)
20328         (gnus-fetch-old-ephemeral-headers): Add :version.
20329
20330         * gnus-fun.el (gnus-x-face-directory)
20331         (gnus-convert-pbm-to-x-face-command)
20332         (gnus-convert-image-to-x-face-command)
20333         (gnus-convert-image-to-face-command): Add :version.
20334
20335         * gnus-delay.el (gnus-delay-default-hour): Add :version.
20336
20337         * gnus-cite.el (gnus-cite-blank-line-after-header)
20338         (gnus-article-boring-faces): Add :version.
20339
20340         * gnus-art.el (gnus-buttonized-mime-types)
20341         (gnus-inhibit-mime-unbuttonizing)
20342         (gnus-treat-display-face)
20343         (gnus-treat-body-boundary): Change :version.
20344         (gnus-body-boundary-delimiter, gnus-picon-databases)
20345         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
20346         (gnus-treat-date-english, gnus-treat-fold-headers)
20347         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
20348         (gnus-treat-mail-picon, gnus-treat-wash-html)
20349         (gnus-article-encrypt-protocol)
20350         (gnus-use-idna, gnus-article-over-scroll)
20351         (gnus-mime-display-multipart-alternative-as-mixed)
20352         (gnus-mime-display-multipart-related-as-mixed)
20353         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
20354         (gnus-ctan-url, gnus-button-ctan-handler)
20355         (gnus-button-handle-ctan-bogus-regexp)
20356         (gnus-button-ctan-directory-regexp)
20357         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
20358         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
20359         (gnus-button-man-level, gnus-button-emacs-level)
20360         (gnus-button-message-level, gnus-button-browse-level): Add :version.
20361
20362         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
20363         (gnus-agent-go-online): Change :version.
20364         (gnus-agent-expire-unagentized-dirs)
20365         (gnus-agent-auto-agentize-methods): Add :version.
20366
20367         * flow-fill.el (fill-flowed-display-column)
20368         (fill-flowed-encode-column): Add :version.
20369
20370         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20371         (gnus-outlook-deuglify-unwrap-max)
20372         (gnus-outlook-deuglify-cite-marks)
20373         (gnus-outlook-deuglify-unwrap-stop-chars)
20374         (gnus-outlook-deuglify-no-wrap-chars)
20375         (gnus-outlook-deuglify-attrib-cut-regexp)
20376         (gnus-outlook-deuglify-attrib-verb-regexp)
20377         (gnus-outlook-deuglify-attrib-end-regexp)
20378         (gnus-outlook-display-hook): Add :version.
20379
20380         * binhex.el (binhex-use-external): Add :version.
20381
20382 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
20383
20384         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
20385         and `invisible'.
20386
20387 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
20388
20389         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
20390         in gnus-registry-trim.
20391
20392 2004-09-13  Simon Josefsson  <jas@extundo.com>
20393
20394         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
20395
20396         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
20397
20398         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
20399         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20400         <yamaoka@jpl.org>.
20401         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
20402         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20403         <yamaoka@jpl.org>.
20404
20405         * sieve.el (sieve-manage-mode): Ditto.
20406
20407 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
20408
20409         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
20410
20411 2004-09-11  Simon Josefsson  <jas@extundo.com>
20412
20413         * dns-mode.el: Add.
20414
20415         * mm-view.el (mm-display-dns-inline): Add.
20416
20417         * mm-decode.el (mm-inline-media-tests): Add text/dns.
20418         (mm-automatic-display): Ditto.
20419
20420         * mailcap.el (mailcap-mime-data): Add text/dns.
20421         (mailcap-mime-extensions): Map .soa to text/dns.
20422
20423 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
20424
20425         * gnus-art.el (article-decode-mime-words, article-babel)
20426         (gnus-article-highlight-signature, gnus-article-add-buttons)
20427         (gnus-signature-toggle): Remove unnecessary bindings of
20428         `inhibit-read-only' inherited from v5.10 merge.
20429
20430 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
20431
20432         * nntp.el (nntp): New customization group.
20433         (nntp-authinfo-file): Add customization group.
20434
20435         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
20436
20437         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
20438
20439         * gnus.el (to-address, to-list, subscribed)
20440         (large-newsgroup-initial): Ditto.
20441
20442         * flow-fill.el (fill-flowed-display-column)
20443         (fill-flowed-encode-column): Ditto.
20444
20445 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20446
20447         * message.el (message-tokenize-header, message-send-mail-with-qmail):
20448         Use point-min rather than 1.
20449         (message-send-mail): Use buffer-size rather than point-max.
20450
20451         * gnus-sum.el (gnus-summary-search-article-forward):
20452         Signal a specific `search-failed' rather than a generic `error'.
20453
20454         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20455         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20456         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20457
20458 2004-09-10  Simon Josefsson  <jas@extundo.com>
20459
20460         * nndb.el (require): Remove tcp and duplicate cl.
20461
20462 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20463
20464         * gnus-agent.el (directory-files-and-attributes): Move forward.
20465
20466 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20467
20468         * gnus-agent.el (directory-files-and-attributes):
20469         Optionally defined to support XEmacs.
20470
20471 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20472
20473         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
20474         to avoid run-time CL dependencies.
20475         (gnus-agent-unfetch-articles): New function.
20476         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20477         article numbers even when local .overview file is missing.
20478         (gnus-agent-read-article-number): New function.  Only accepts
20479         27-bit article numbers.
20480         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20481         Use gnus-agent-read-article-number.
20482         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20483         from backend while recognizing that article numbers in .overview
20484         must be valid.
20485         (gnus-agent-update-files-total-fetched-for):
20486         Use directory-files-and-attributes to improve performance.
20487         * gnus-int.el (gnus-request-move-article):
20488         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
20489         improve performance.
20490
20491         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
20492         some users confused by references to .newsrc when they only have a
20493         .newsrc.eld file.
20494         (gnus-convert-mark-converter-prompt)
20495         (gnus-convert-converter-needs-prompt): Fix use of property list.
20496         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
20497         New function.  Used internally to only display 'gnus converting
20498         files' message when actually necessary.
20499
20500         * gnus-sum.el (): Remove (require 'gnus-agent) as required
20501         methods now autoloaded.
20502
20503 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20504
20505         * gnus-sum.el (gnus-summary-insert-subject): Remove list
20506         identifiers.
20507
20508 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
20509
20510         * gnus-picon.el: Fix indentation and closing parenthesis.
20511
20512 2004-09-01  Simon Josefsson  <jas@extundo.com>
20513
20514         * message.el (message-canlock-generate): Require sha1, not
20515         sha1-el.  (Can we get rid of this require altogether?  It is ugly
20516         to require within a function.  Sadly, if sha1.el isn't loaded, the
20517         let binding in m-c-g will hide the defcustom definition, which is
20518         bad.)
20519
20520         * canlock.el: Require sha1, not sha1-el.
20521
20522         * message.el: Don't autoload sha1 (there is a autoload cookie in
20523         sha1.el).
20524
20525         * sha1-el.el: Rename to sha1.el.
20526
20527 2004-08-30  Juanma Barranquero  <lektu@terra.es>
20528
20529         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
20530
20531 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20532
20533         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
20534
20535 2004-08-30  Kim F. Storm  <storm@cua.dk>
20536
20537         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
20538
20539         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
20540         Add :group 'nnimap.
20541
20542 2004-08-30  Andreas Schwab  <schwab@suse.de>
20543
20544         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
20545         ?* and ?\;.
20546
20547         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
20548         and ?\' to symbol instead of whitespace.
20549
20550 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20551
20552         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
20553
20554         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
20555         instead of re-search-forward.
20556
20557         * gnus-uu.el (gnus-uu-save-article): Ditto.
20558         (gnus-uu-post-encode-uuencode): Ditto.
20559
20560         * html2text.el (html2text-clean-list-items): Ditto.
20561         (html2text-clean-dtdd): Ditto.
20562         (html2text-format-tags): Ditto.
20563
20564         * message.el (message-send-mail-with-sendmail): Fix regexp.
20565         (message-fill-field-general): Use search-forward instead of
20566         re-search-forward.
20567         (unbold-region): Ditto.
20568
20569         * nnrss.el (nnrss-request-article): Ditto.
20570
20571         * nnslashdot.el (nnslashdot-request-article): Ditto.
20572
20573         * nnweb.el (nnweb-gmane-wash-article): Ditto.
20574
20575         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
20576         "Unrecognized menu descriptor" error in XEmacs.
20577
20578 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20579
20580         * gnus-sum.el (gnus-read-header): Don't remove a header for the
20581         parent article of a sparse article in the thread hashtb.
20582
20583 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
20584
20585         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
20586         (nnmail-expand-newtext): Lowercase expanded entries if
20587         nnmail-split-lowercase-expanded is non-nil.
20588
20589 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20590
20591         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
20592
20593         * gnus-group.el (gnus-group-line-format-alist): Convert the value
20594         of gnus-tmp-news-method into string under XEmacs.  It will be
20595         passed to gnus-correct-length which takes only a string argument.
20596
20597 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20598
20599         * gnus-util.el (gnus-bind-print-variables): New macro.
20600         (gnus-prin1): Use it.
20601         (gnus-prin1-to-string): Use it.
20602         (gnus-pp): New function.
20603         (gnus-pp-to-string): New function.
20604
20605         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20606         Replace pp-to-string with gnus-pp-to-string.
20607         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20608         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20609         * gnus-msg.el (gnus-debug): Ditto.
20610         * gnus-score.el (gnus-score-save): Ditto.
20611         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20612         gnus-pp-to-string.
20613         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
20614         with gnus-pp.
20615         * score-mode.el (gnus-score-pretty-print): Ditto.
20616         * webmail.el (webmail-debug): Ditto.
20617
20618 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20619
20620         * gnus-art.el (article-display-face, article-display-x-face):
20621         Use buffer-read-only.
20622
20623 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20624
20625         * gnus-art.el (article-hide-list-identifiers):
20626         Bind inhibit-read-only as t.
20627
20628 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
20629
20630         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
20631
20632 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20633
20634         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
20635         (gnus-narrow-to-page): Don't assume point-min == 1.
20636         (gnus-article-edit-mode): Derive from message-mode.
20637
20638         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20639         point-min == 1.
20640
20641         * imap.el (imap-parse-address-list, imap-parse-body-ext):
20642         Disable incorrect use of `assert'.
20643
20644         * message.el (message-mode): Set comment-start-skip.
20645
20646
20647 2004-08-22  Sam Steingold  <sds@gnu.org>
20648
20649         * pop3.el (pop3-leave-mail-on-server): New user variable.
20650         (pop3-movemail): Delete mail only when it is nil.
20651
20652 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
20653
20654         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
20655
20656         * mml.el (mml-preview): Use `pop-to-buffer'.
20657
20658         * message.el (message-goto-mail-followup-to): Insert after "To".
20659         (message-carefully-insert-headers): Add comment.
20660
20661         * gnus.el: Remove unused variable `gnus-article-check-size'.
20662
20663         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
20664
20665         * gnus-art.el (gnus-button-alist):
20666         Improve `gnus-button-handle-library' entry.
20667
20668 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
20669
20670         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
20671         Use downcase, since XEmacs capitalizes error messages differently.
20672
20673 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
20674
20675         * nntp.el: Add (require 'gnus) due to reference to
20676         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
20677
20678 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
20679
20680         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
20681         Bind `mm-fill-flowed'.
20682
20683         * mm-decode.el (mm-dissect-singlepart): Check it.
20684
20685 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
20686
20687         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
20688         'imap' for netrc parsing.
20689
20690 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
20691
20692         * mailcap.el (mailcap-mime-data): Mark as risky.
20693
20694 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20695
20696         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
20697         may be included in the encoded word.
20698         (rfc2047-encode): Don't append a space if the encoded word
20699         includes close parenthesis.
20700
20701 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20702
20703         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
20704         of text within parentheses.
20705
20706 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
20707
20708         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
20709         (gnus-encrypt-write-file-contents): Make the password key the file
20710         name PLUS the cipher, not just the cipher.  Also remove failed
20711         passwords from the cache.
20712
20713 2004-08-06  Simon Josefsson  <jas@extundo.com>
20714
20715         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
20716         Doc fix.
20717
20718 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20719
20720         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
20721         LWSP.
20722
20723 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
20724
20725         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20726         Try to append in-reply-to: data to the references: header.
20727
20728         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
20729         (netrc-parse): Use gnus-encrypt.el functions.
20730
20731         * gnus-encrypt.el: Add new file for encryption support; currently
20732         does only a few GPG ciphers and an internal XOR cipher.
20733
20734         * password.el: Add comments on using password-read-and-add.
20735         (password-read-and-add): Add function to read and add the
20736         password to the cache at once.
20737
20738 2004-07-28  Simon Josefsson  <jas@extundo.com>
20739
20740         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
20741         parameter (but don't use it, for now).
20742
20743         * imap.el (imap-ssl-open): Use imap-process-connection-type,
20744         instead of hard coding to nil.
20745
20746 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20747
20748         * mm-view.el (mm-inline-image-emacs): Open lines under an image
20749         as mm-inline-image-xemacs does.
20750
20751 2004-07-26  Simon Josefsson  <jas@extundo.com>
20752
20753         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
20754         Revert part of 2004-07-17 change below.
20755
20756 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20757
20758         * rfc2047.el (rfc2047-encode-region): Don't infloop.
20759         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20760
20761 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20762
20763         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
20764         quotes that actually start with ">" at the beginning of the
20765         lines.
20766
20767 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20768
20769         * rfc2047.el (rfc2047-encode-region): Fix last change.
20770         (rfc2047-encode-parameter): Remove useless concat.
20771
20772 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20773
20774         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
20775         encode special characters; fix some kind of misconfigured headers;
20776         signal a real error if debug-on-quit or debug-on-error is non-nil.
20777         (rfc2047-encode-max-chars): New variable.
20778         (rfc2047-encode-1): Use it.
20779         (rfc2047-encode-parameter): New function.
20780
20781         * mml.el (mml-insert-parameter): Remove an excessive space.
20782
20783 2004-07-17  Simon Josefsson  <jas@extundo.com>
20784
20785         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
20786         Kai Grossjohann <kai@emptydomain.de>.
20787         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
20788         (gnus-group-make-menu-bar): Ditto.
20789
20790         * gnus-util.el (gnus-group-server): Add.
20791
20792 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
20793
20794         * message.el (message-clone-locals): Clone sendmail and smtp
20795         variables.
20796
20797 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20798
20799         * rfc2047.el (rfc2047-encode-region): Fix last change.
20800
20801 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20802
20803         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
20804         characters as non-special.
20805
20806 2004-07-09  Simon Josefsson  <jas@extundo.com>
20807
20808         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
20809         Users will lose all flag changes made while unplugged with
20810         e.g. nntp unless flag synchronization happens, thus `nil' is not a
20811         good default.  See numerous reports on ding mailing list.
20812
20813 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20814
20815         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
20816         add generate-head-function and generate-article-function to the
20817         rfc822-forward entry.
20818         (nndoc-rfc822-forward-generate-article): New function.
20819         (nndoc-rfc822-forward-generate-head): New function.
20820
20821         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
20822
20823 2004-07-06  Dan Christensen  <jdc@uwo.ca>
20824
20825         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
20826         respect display group parameter and gnus-summary-expunge-below.
20827         (gnus-articles-to-read): Remove unused reference to display group
20828         parameter.
20829
20830 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20831
20832         * nnheader.el (nnheader-uniquify-message-id): New experimental
20833         variable.
20834         (nnheader-nov-read-message-id): Use it.
20835
20836         * spam-report.el (spam-report-gmane): Add interactive.
20837
20838 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20839
20840         * mm-encode.el (mm-content-transfer-encoding-defaults):
20841         Use qp-or-base64 for the application/* types.
20842
20843 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
20844
20845         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
20846
20847 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
20848
20849         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
20850         trim value.
20851
20852 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20853
20854         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
20855         New macro and function.
20856         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
20857
20858 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20859
20860         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
20861         after-load-alist.
20862
20863 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20864
20865         * gnus-group.el (gnus-group-get-new-news-this-group):
20866         Don't update info that isn't there.
20867
20868 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
20869
20870         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
20871         entry.
20872
20873 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20874
20875         * mm-view.el (mm-inline-render-with-function): Use multibyte
20876         buffer; decode html source by charset.
20877
20878         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
20879
20880         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
20881         Mule-UCS is loaded under XEmacs.
20882         (mm-mime-mule-charset-alist): Avoid duplicated entries.
20883
20884 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
20885
20886         * nnheader.el (nnheader-max-head-length): Increase to 8192.
20887
20888 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20889
20890         * mm-util.el (mm-coding-system-p): Return a coding-system.
20891         (mm-mime-mule-charset-alist): Use shift_jis instead of
20892         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
20893         entries for the mime charsets iso-2022-jp-3 and shift_jis.
20894         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
20895         instead of japanese-shift-jis and iso-latin-1 respectively in
20896         order to share the default value with both Emacs and XEmacs-mule.
20897         (mm-mule-charset-to-mime-charset):
20898         Make mm-coding-system-priorities effective.
20899         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
20900         while predicating of candidates upon the priorities.
20901
20902 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
20903
20904         * gnus-sum.el (gnus-summary-make-menu-bar):
20905         Add gnus-uu-invert-processable.
20906
20907         * gnus.el: Autoload gnus-uu-invert-processable.
20908
20909 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20910
20911         * mm-util.el (mm-with-multibyte-buffer): New macro.
20912
20913         * rfc2047.el (rfc2047-encode-string): Use it.
20914         (rfc2047-encode-region): Move point to the end of the region after
20915         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
20916
20917 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20918
20919         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
20920         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
20921
20922 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20923
20924         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
20925         (gnus-cite-parse): Ignore quoted envelope From_.
20926         Suggested by Karl Chen <quarl@nospam.quarl.org>.
20927
20928 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
20929
20930         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
20931         invalid addresses.
20932
20933 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
20934
20935         * spam.el: Change section markers, revise TODO list.
20936         (spam-backends): Make new master list of all installed backends.
20937         (spam-summary-exit-behavior): Add new variable to determine how
20938         messages moves are done at summary exit.
20939         (spam-move-spam-nonspam-groups-only)
20940         (spam-process-ham-in-nonham-groups)
20941         (spam-process-ham-in-spam-groups): Remove variables, the
20942         spam-summary-exit-behavior variable should be used to manage this
20943         behavior.
20944         (spam-old-ham-articles, spam-old-spam-articles): Remove.
20945         (spam-old-articles): Add variable, replacing spam-old-ham-articles
20946         and spam-old-spam-articles.
20947         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
20948         Add empty variables, placeholders for the backends they represent.
20949         (spam-set-difference): Move, unchanged.
20950         (spam-list-of-processors): Declare OBSOLETE, not used anymore
20951         unless the user has a processor variable.
20952         (spam-classifications, spam-classification-valid-p)
20953         (spam-backend-properties, spam-backend-property-valid-p)
20954         (spam-backend-function-type-valid-p)
20955         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
20956         (spam-report-articles-gmane, spam-report-articles-resend):
20957         Remove functions, they are not needed.
20958         (spam-install-backend-super, spam-backend-list)
20959         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
20960         (spam-backend-function, spam-backend-ham-registration-function)
20961         (spam-backend-spam-registration-function)
20962         (spam-backend-ham-unregistration-function)
20963         (spam-backend-spam-unregistration-function)
20964         (spam-backend-statistical-p, spam-backend-mover-p)
20965         (spam-install-backend-alias, spam-install-checkonly-backend)
20966         (spam-install-mover-backend, spam-install-nocheck-backend)
20967         (spam-install-backend, spam-install-statistical-backend)
20968         (spam-install-statistical-checkonly-backend): Add backend installation
20969         support.
20970         (spam-summary-prepare-exit): Rewrite to use the new backend code.
20971         (spam-group-processor-p): Use the new backend code and respect the
20972         summary exit behavior.
20973         (spam-mark-spam-as-expired-and-move-routine): Remove.
20974         (spam-summary-prepare): Change to use the new spam-old-articles
20975         variable.
20976         (spam-copy-or-move-routine, spam-copy-spam-routine)
20977         (spam-move-spam-routine, spam-copy-ham-routine)
20978         (spam-move-ham-routine): Add code to copy/move ham or spam.
20979         (spam-fetch-field-fast): Improve doc and code, plus allow the
20980         'number request.
20981         (spam-list-of-checks, spam-list-of-statistical-checks):
20982         Remove variables.
20983         (spam-split, spam-find-spam): Use the new backend code.
20984         (spam-registration-functions): Remove variable.
20985         (spam-unregister-routine): Add convenience wrapper.
20986         (spam-log-undo-registration, spam-register-routine)
20987         (spam-log-processing-to-registry)
20988         (spam-log-unregistration-needed-p): Rename "check" to "backend"
20989         where possible.
20990         (spam-check-gmane-xref, spam-check-regex-headers)
20991         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
20992         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
20993         (spam-check-bogofilter-headers, spam-check-spamoracle)
20994         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
20995         (spam-check-crm114-headers): Use the spam-split-group that
20996         spam-split prepares, no need to determine it every time.
20997
20998         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
20999         to the nnheader-parse-naked-head call.
21000
21001         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21002
21003         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21004         the nnheader-nov-read-message-id call.
21005
21006 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21007
21008         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21009         gnus-activate-group twice.  Suggested by Markus Peter
21010         <warp@spin.de>.
21011
21012 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21013
21014         * gnus-art.el (gnus-article-time-format): Exchange the order of
21015         day and month in the default value; fix customization type.
21016         (article-date-ut): Use add-text-properties.
21017         (article-make-date-line): Use message-make-date instead of
21018         current-time-string.
21019
21020         * message.el (message-fetch-field): Don't use set-text-properties.
21021         (message-make-date): Simplify.
21022
21023         * messagexmas.el (message-xmas-make-date): New function.
21024         (message-xmas-redefine): Defalias message-make-date to it.
21025
21026 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21027
21028         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21029         (rfc2047-encode-region): Treat text within parentheses as special;
21030         show the original text when error has occurred.
21031
21032         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21033         already-computed method to gnus-activate-group.
21034
21035         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21036         same select-methods identical Lisp objects.
21037
21038         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21039         object when modifying the info.
21040
21041 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21042
21043         * gnus-srvr.el (gnus-server-set-info): Remove the server from
21044         gnus-opened-servers since it has never been opened with the new
21045         configuration yet.
21046
21047 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21048
21049         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21050         arg to nnheader-generate-fake-message-id.
21051
21052 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
21053
21054         * nnheader.el (nnheader-generate-fake-message-id): Accept a
21055         number and build a fake message ID localized to a group and
21056         article number (so it's repeatable from that point on).
21057         (nnheader-fake-message-id-p): Change regex to accomodate new fake
21058         ID format.
21059
21060         * gnus-sum.el (gnus-get-newsgroup-headers):
21061         Call nnheader-generate-fake-message-id with the article number.
21062
21063 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
21064
21065         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21066         end-of-buffer.
21067
21068 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21069
21070         * message.el (message-ignored-supersedes-headers): Add Approved.
21071
21072 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21073
21074         * rfc2047.el (rfc2047-encode-message-header): Remove useless
21075         goto-char.
21076         (rfc2047-encode): Fold the line before encoding.
21077
21078 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21079
21080         * rfc2047.el (rfc2047-encode-message-header): Disabled header
21081         folding -- not all headers can be folded, and this should be done
21082         by the message composition mode.  Probably.  I think.
21083
21084 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21085
21086         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21087         fast.
21088
21089         * gnus-ems.el (gnus-remove-image): Don't use
21090         message-text-with-property; remove only the image found first.
21091
21092         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
21093         found first.
21094
21095 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
21096
21097         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
21098
21099 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21100
21101         * message.el (message-text-with-property): Make it fast and accept
21102         optional arguments.
21103         (message-strip-forbidden-properties): Use it.
21104         (message-fix-before-sending): Follow the m-t-w-p change.
21105
21106         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
21107
21108 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21109
21110         * gnus-art.el (article-hide-headers): Don't change the buffer
21111         mistakenly when performing mml-preview even if
21112         gnus-single-article-buffer is nil.
21113
21114 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
21115
21116         * message.el (message-expand-name-databases): New user option.
21117         (message-expand-name): Use it.
21118
21119 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
21120
21121         * spam.el (spam-report-articles-resend)
21122         (spam-report-resend-register-routine): Allow ham reporting.
21123         (spam-report-resend-register-ham-routine): Add wrapper.
21124         (spam-registration-functions): Add ham resending functions.
21125         (spam-list-of-processors): Add ham resend processor.
21126
21127         * gnus.el (ham-resend-to): Add new group parameter.
21128         (spam-process): Add ham resend option.
21129
21130         * spam-report.el (spam-report-resend): Allow reporting ham.
21131         (spam-report-resend-ham): Add wrapper.
21132
21133 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21134
21135         * message.el (message-cite-articles-with-x-no-archive):
21136         New variable.
21137         (message-cite-original): Use it.
21138
21139 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21140
21141         * message.el (message-cite-original): Respect X-No-Archive.
21142
21143 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21144
21145         * gnus-art.el (article-hide-headers): Refer to the values for
21146         gnus-ignored-headers and gnus-visible-headers in the summary
21147         buffer since a user may have set them as group parameters.
21148
21149 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
21150
21151         * assistant.el (assistant-node-name): Add convenience function.
21152         (assistant-render-text, assistant-render-node): Add error handling,
21153         plus handle multiple next nodes.
21154         (assistant-find-next-node): Comment out for now.
21155         (assistant-find-next-nodes): Add function, returns list of next
21156         nodes.
21157
21158 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
21159
21160         * mail-source.el (mail-source-directory): Fix doc-string.
21161
21162 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
21163
21164         * assistant.el (assistant-render-text, assistant-eval): Add :set
21165         widget type, which is different because it takes and returns a
21166         list.  Much hilarity ensues.
21167
21168 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
21169
21170         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
21171
21172         * gnus-group.el (gnus-group-get-new-news-this-group):
21173         Add doc-string.
21174
21175         * gnus-start.el (gnus-activate-group): Add doc-string.
21176
21177 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21178
21179         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
21180
21181 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
21182
21183         * assistant.el (assistant-render-text): Try to add a :set
21184         widget, more to come.
21185
21186         * spam.el (spam-group-spam-contents-p): Handle empty groupname
21187         strings.
21188         (spam-report-articles-resend)
21189         (spam-register-routine): Do registration iff any articles warrant
21190         it.
21191         (spam-summary-prepare-exit): Change log message for nil group
21192         destinations.
21193
21194 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
21195
21196         * spam.el (spam-report-resend-register-routine):
21197         Allow spam-report-resend-to to be a group parameter or a global value.
21198
21199 2004-05-26  Simon Josefsson  <jas@extundo.com>
21200
21201         * starttls.el: Merge with my GNUTLS based starttls.el.
21202         (starttls-gnutls-program, starttls-use-gnutls)
21203         (starttls-extra-arguments, starttls-process-connection-type)
21204         (starttls-connect, starttls-failure, starttls-success):
21205         New variables.
21206         (starttls-program, starttls-extra-args): Doc fix.
21207         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
21208         New functions.
21209         (starttls-negotiate, starttls-open-stream):
21210         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
21211         function if it is set.
21212
21213 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21214
21215         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
21216         structured fields.
21217
21218 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21219
21220         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
21221
21222 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
21223
21224         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
21225         Add variable.
21226         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
21227         assigning the spam-mark to new messages.
21228
21229 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
21230
21231         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
21232
21233 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21234
21235         * dgnushack.el: Autoload customize-set-variable for XEmacs.
21236
21237         * rfc2047.el (rfc2047-encodable-p): Don't move point.
21238         (rfc2047-decode): Treat the ascii coding-system as raw-text by
21239         default.
21240
21241 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
21242
21243         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
21244         correct data.
21245
21246 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
21247
21248         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
21249         (spam-group-processor-p): Fix function.
21250         (spam-group-processor-multiple-p)
21251         (spam-group-spam-processor-report-gmane-p)
21252         (spam-group-spam-processor-report-resend-p)
21253         (spam-group-spam-processor-bogofilter-p)
21254         (spam-group-spam-processor-blacklist-p)
21255         (spam-group-spam-processor-ifile-p)
21256         (spam-group-ham-processor-ifile-p)
21257         (spam-group-spam-processor-spamoracle-p)
21258         (spam-group-spam-processor-crm114-p)
21259         (spam-group-ham-processor-bogofilter-p)
21260         (spam-group-spam-processor-stat-p)
21261         (spam-group-ham-processor-stat-p)
21262         (spam-group-ham-processor-whitelist-p)
21263         (spam-group-ham-processor-BBDB-p)
21264         (spam-group-ham-processor-spamoracle-p)
21265         (spam-group-ham-processor-copy-p): Remove functions with some
21266         prejudice against unneeded code.
21267         (spam-report-articles-resend)
21268         (spam-report-resend-register-routine): Allow the group/topic
21269         spam-resend-to value to override spam-report-resend-to.
21270         (spam-summary-prepare-exit): Invoke spam-group-processor-p
21271         properly now.
21272
21273         * gnus.el (spam-resend-to): Add group/topic parameter.
21274         (spam-process): Move the OBSOLETE processors to the end of the
21275         choices.
21276
21277 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
21278
21279         * spam-report.el (spam-report-resend-to, spam-report-resend):
21280         Start with resend-to set to nil, and then ask the user if necessary.
21281         (spam-report-resend): spam-report-resend takes a list of articles, not
21282         separate article numbers.
21283
21284 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21285
21286         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
21287         addition to emacs-w3m.
21288
21289 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21290
21291         * assistant.el (assistant-authinfo-data): New function.
21292         (assistant-eval): Eval for entire assistant.
21293
21294         * netrc.el (netrc-services-file): New variable.
21295         (netrc-parse-services): New function.
21296         (netrc-find-service-name): New function.
21297         (netrc-find-service-number): New function.
21298         (netrc-port-equal): New function.
21299         (netrc-machine): Use it.
21300
21301         * nnimap.el (nnimap-open-connection): Use netrc.
21302
21303         * gnus-util.el (gnus-netrc-get): Remove aliases.
21304
21305         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
21306
21307         * assistant.el (wid-edit): Fix compilation.
21308
21309         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
21310
21311 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
21312
21313         * gnus-util.el (gnus-set-file-modes): New function.  (small
21314         patch).
21315
21316 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21317
21318         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
21319
21320         * assistant.el (assistant-render-node): Fix up rendering and
21321         read-only text.
21322         (assistant-render-node): Reset.
21323         (assistant-make-read-only): Not sticky.
21324
21325 2004-05-20  Danny Siu  <dsiu@adobe.com>
21326
21327         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
21328         centered even when gnus-auto-center-summary is t.
21329
21330 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21331
21332         * dns.el (dns-get-txt-answer): New function.
21333         (dns-read-txt): Ditto.
21334         (query-dns): Use it.
21335
21336 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21337
21338         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
21339         active for foreign groups even if the group level is higher than
21340         the specified value.
21341
21342 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21343
21344         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
21345         non-active groups.
21346
21347         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
21348
21349 2004-05-20  Magnus Henoch  <mange@freemail.hu>
21350
21351         * dns.el (dns-read-type): Add support for SVR.  (small patch)
21352
21353 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
21354
21355         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
21356         (spam-crm114-header, spam-crm114-spam-switch)
21357         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
21358         (spam-crm114-positive-spam-header)
21359         (spam-crm114-database-directory, spam-list-of-processors)
21360         (spam-group-spam-processor-crm114-p)
21361         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
21362         (spam-generic-score, spam-list-of-checks)
21363         (spam-list-of-statistical-checks, spam-registration-functions)
21364         (spam-check-crm114-headers, spam-crm114-score)
21365         (spam-check-crm114, spam-crm114-register-with-crm114)
21366         (spam-crm114-register-spam-routine)
21367         (spam-crm114-unregister-spam-routine)
21368         (spam-crm114-register-ham-routine)
21369         (spam-crm114-unregister-ham-routine): Add CRM114 support.
21370
21371 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
21372
21373         * gnus.el: Add spam-use-crm114.
21374
21375         * spam.el (spam-list-of-processors, spam-registration-functions):
21376         Add spam-use-resend.
21377         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
21378         (spam-report-articles-gmane): Add doc fix.
21379         (spam-report-articles-resend, spam-report-resend-register-routine):
21380         Add wrappers around spam-report-resend-to.
21381
21382         * spam-report.el (spam-report-resend-to, spam-report-resend):
21383         Add support for resending spam.
21384         (spam-report-gmane): Fix line length >80.
21385
21386         * gnus.el (spam-process): Add spam-use-resend.
21387
21388 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21389
21390         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
21391         number of processed spam messages.
21392         (spam-ham-copy-or-move-routine): Return the number of processed
21393         ham messages.
21394         (spam-summary-prepare-exit): Use the above values to decide
21395         whether status messages shouled be displayed.
21396
21397 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21398
21399         * rfc2047.el (rfc2047-encode-function-alist): Rename from
21400         `rfc2047-encoding-function-alist' in order to avoid conflicting
21401         with the old version.
21402         (rfc2047-encode-region): Concatenate words containing non-ASCII
21403         characters in structured fields; don't encode space-delimited
21404         ASCII words even in unstructured fields; don't break words at
21405         char-category boundaries.
21406         (rfc2047-encode-1): New function.
21407         (rfc2047-encode): Use it; encode text so that it occupies the
21408         maximum width within 76-column; work correctly on Q encoding for
21409         iso-2022-* charsets.
21410         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
21411         sure not to break a line just after the header name.
21412         (rfc2047-b-encode-region): Remove.
21413         (rfc2047-b-encode-string): New function.
21414         (rfc2047-q-encode-region): Remove.
21415         (rfc2047-q-encode-string): New function.
21416
21417         * mm-util.el (mm-replace-in-string): New function.
21418
21419 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21420
21421         * gnus-msg.el (gnus-inews-make-draft-meta-information):
21422         Really get it right.
21423         (gnus-inews-make-draft): Really.
21424
21425 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
21426
21427         * nnmh.el (nnmh-request-list-1): Don't check the link count
21428         before descending.  (small patch)
21429
21430 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21431
21432         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
21433         stuff.
21434
21435         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
21436         Match on real group name.
21437
21438         * gnus-art.el (gnus-signature-limit): Doc fix.
21439
21440         * gnus-msg.el (gnus-inews-make-draft): Quote list.
21441
21442         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
21443
21444 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
21445
21446         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
21447         isn't a string.
21448
21449 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21450
21451         * gnus-draft.el (gnus-draft-send):
21452         Bind rfc2047-encode-encoded-words.
21453
21454         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21455         (rfc2047-encodable-p): Say that =? needs encoding.
21456         (rfc2047-encode-encoded-words): New variable.
21457
21458         * gnus-group.el (gnus-group-select-group): Doc fix.
21459
21460         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
21461
21462         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21463         to nil.
21464
21465         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
21466
21467         * nnheader.el (nnheader-get-lines-and-char): New function.
21468
21469 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
21470
21471         * gnus-msg.el (gnus-summary-followup-with-original):
21472         Document yanking of region when active.
21473
21474 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21475
21476         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21477         groups if the group level is higher than the specified value.
21478
21479 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21480
21481         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
21482         (gnus-group-jump-to-group): Add prefix argument using
21483         `gnus-group-jump-to-group-prompt'.  Query before jumping to
21484         non-active group.
21485
21486         * compface.el (uncompface): Be verbose when changing
21487         `uncompface-use-external'.
21488
21489         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21490         handle manual section.
21491
21492 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21493
21494         * gnus-art.el (gnus-button-alist): Revert previous change.
21495
21496 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21497
21498         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
21499
21500 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21501
21502         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21503         whether backend can accept message.
21504
21505         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
21506
21507 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
21508
21509         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21510         Avoid creating directory when nntp-marks-is-evil is true.
21511         Reported by Reiner Steib.
21512
21513 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21514
21515         * gnus-picon.el (gnus-picon-insert-glyph):
21516         Add optional `nostring' argument.
21517
21518 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21519
21520         * gnus-picon.el (gnus-picon-style): New variable.
21521         (gnus-picon-transform-address): Support `gnus-picon-style'.
21522
21523 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21524
21525         * message.el (message-fill-field): Return point.
21526         (message-generate-headers): Go to end of field.
21527
21528         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21529         stuff for non-living groups.
21530
21531 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21532
21533         * gnus-art.el (gnus-article-followup-with-original)
21534         (gnus-article-reply-with-original): gnus-mark-active-p ->
21535         gnus-region-active-p.
21536
21537 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
21538
21539         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
21540         only when there is spam or ham to be processed.
21541
21542 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21543
21544         * mail-source.el (mail-source-delete-crash-box): Refactor.
21545         (mail-source-fetch): Use it.
21546         (mail-source-fetch-file): Ditto.
21547         (mail-source-fetch-directory): Run postscript in loop.
21548         (mail-source-fetch-pop): Delete.
21549         (mail-source-fetch-maildir): Ditto.
21550         (mail-source-fetch-imap): Ditto.
21551
21552         * imap.el (imap-authenticators): Comment out sasl.
21553
21554         * message.el (message-skip-to-next-address): New function.
21555         (message-fill-header-address): Refactor.
21556         (message-fill-address): Use it.
21557         (message-delete-address): Use it.
21558         (message-fill-header-general): Refactor.
21559         (message-fill-field-address): Rename.
21560         (message-narrow-to-field): Find the start of the header.
21561         (message-header-format-alist): Don't pre-fill.
21562         (message-fill-header): Remove.
21563         (message-insert-header): New function.
21564         (message-shorten-references): Use it.
21565
21566         * rfc2047.el (rfc2047-field-value): Strip props.
21567
21568         * mail-parse.el (mail-header-make-address): New alias.
21569
21570         * ietf-drums.el (ietf-drums-make-address): New function.
21571
21572         * imap.el: Add compiler directives.
21573
21574         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
21575
21576         * gnus-art.el (article-decode-idna-rhs): Don't use
21577         message-idna-inside-rhs-p.
21578
21579 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21580
21581         * message.el (message-idna-inside-rhs-p): Remove.
21582         (message-idna-to-ascii-rhs-1): Use proper address parsing.
21583
21584         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
21585         false positives.
21586
21587 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
21588
21589         * imap.el (imap-sasl-make-mechanisms): Use sasl.
21590
21591 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21592
21593         * nneething.el (nneething-file-name): Don't create spurious
21594         files.
21595
21596         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
21597         (gnus-inews-do-gcc): Remove sleep.
21598
21599         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
21600         part under point.
21601
21602         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
21603         (gnus-agent-regenerate-group): Using nil messages aren't valid.
21604
21605 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
21606
21607         * spam.el (spam-summary-prepare-exit): Fix (length).
21608
21609 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
21610
21611         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21612         as expired without moving it" message when there are spam
21613         messages left.
21614
21615 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
21616
21617         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
21618         header is not nil.
21619
21620 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
21621
21622         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21623         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
21624         (nntp-marks-changed-p): New arg SERVER.
21625         (nntp-request-update-info): Adjust caller.
21626
21627 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
21628
21629         * nntp.el (nntp-save-marks): Pass missing arg.
21630
21631 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
21632
21633         * nntp.el: Support marks.
21634         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
21635         (nntp-marks-modtime, nntp-marks-directory): New variables.
21636         (nntp-request-set-mark, nntp-request-update-info)
21637         (nntp-possibly-create-directory, nntp-marks-changed-p)
21638         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
21639         New functions.
21640
21641 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
21642
21643         * gnus-xmas.el (gnus-xmas-select-lowest-window)
21644         (gnus-xmas-redefine): Rename.
21645
21646         * gnus-score.el (gnus-score-insert-help):
21647         Use gnus-select-lowest-window.
21648
21649         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21650         appt-select-lowest-window and rename to gnus-select-lowest-window.
21651
21652         * gnus.el: do.
21653
21654 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21655
21656         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
21657         encodings of MIME-encoded words, in order to improve
21658         interoperability with several broken MUAs.
21659
21660 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21661
21662         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
21663         tags, only when charsets are not specified in headers.
21664         (mm-inline-text-html-render-with-w3m): Ditto.
21665
21666         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
21667         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
21668
21669 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21670
21671         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
21672         instead of MIME-decoded from fields when checking
21673         `gnus-article-address-banner-alist'.
21674
21675 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
21676
21677         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
21678         description rather than subject.
21679
21680 2004-05-02  Steve Youngs  <steve@youngs.au.com>
21681
21682         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
21683
21684 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21685
21686         * gnus.el (gnus-version-number): Bump.
21687
21688 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21689
21690         * gnus.el: No Gnus v0.2 is released.
21691
21692 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21693
21694         * gnus-agent.el (gnus-agent-read-agentview):
21695         Inline gnus-uncompress-range.
21696
21697 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21698
21699         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
21700         `exec-installed-p'.
21701
21702 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21703
21704         * gnus.el (spam-process, spam-autodetect-methods):
21705         Add bsfilter and bsfilter-headers.
21706
21707         * spam.el (spam-bsfilter): New customize group.
21708         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
21709         (spam-bsfilter-header, spam-bsfilter-probability-header)
21710         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
21711         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
21712         (spam-bsfilter-database-directory): New options.
21713         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
21714         (spam-list-of-statistical-checks, spam-registration-functions):
21715         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
21716         (spam-bsfilter-score): New command.
21717         (spam-check-bsfilter-headers, spam-check-bsfilter)
21718         (spam-bsfilter-register-with-bsfilter)
21719         (spam-bsfilter-register-spam-routine)
21720         (spam-bsfilter-unregister-spam-routine)
21721         (spam-bsfilter-register-ham-routine)
21722         (spam-bsfilter-unregister-ham-routine): New functions.
21723         (spam-generic-score): Support bsfilter; Accept an optional argument
21724         to recalcurate spam score even if scoring header has already been
21725         added.
21726         (spam-bogofilter-score, spam-spamassassin-score): Accept an
21727         optional argument to recalcurate spam score even if scoring header
21728         has already been added.
21729
21730 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
21731
21732         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
21733         strings!  Reported by David D. Smith <davidsmith@acm.org>.
21734         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
21735         link is missing.
21736
21737 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
21738
21739         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
21740         (html2text-get-attr): Rewrite.
21741
21742         * message.el (message-setup-1): Remove redundant put-text-property
21743         on mail-header-separator.
21744
21745 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
21746
21747         * gnus-registry.el (gnus-registry-cache-whitespace)
21748         (gnus-registry-action, gnus-registry-spool-action)
21749         (gnus-registry-split-fancy-with-parent): Change message levels
21750         from 5 to 3 or 7, as needed.
21751
21752         * spam.el (spam-summary-prepare-exit)
21753         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
21754         (spam-split, spam-find-spam, spam-log-undo-registration)
21755         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
21756         level from 5 to 6.
21757
21758 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21759
21760         * gnus-ems.el: Autoload appt-select-lowest-window (revert
21761         2004-03-04 change).
21762
21763 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
21764
21765         * sieve-manage.el (sieve-manage-open):
21766         * nnweb.el (nnweb-insert-html):
21767         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
21768         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
21769         * nnspool.el (nnspool-request-group):
21770         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
21771         * nnml.el (nnml-request-update-info):
21772         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
21773         (nnmh-request-create-group, nnmh-update-gnus-unreads):
21774         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
21775         (nnimap-request-set-mark):
21776         * nnfolder.el (nnfolder-request-update-info):
21777         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
21778         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
21779         * gnus-uu.el (gnus-uu-find-articles-matching):
21780         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
21781         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
21782         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
21783         * gnus-nocem.el (gnus-nocem-scan-groups):
21784         * gnus-int.el (gnus-start-news-server):
21785         * gnus-group.el (gnus-group-make-kiboze-group)
21786         (gnus-group-browse-foreign-server):
21787         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
21788         Use mapc when appropriate.
21789
21790 2004-04-22  Dan Christensen  <jdc@uwo.ca>
21791             Adam Sjøgren  <asjo@koldfront.dk>
21792             Wes Hardaker  <wes@hardakers.net>
21793             Michael Shields  <shields@msrl.com>
21794
21795         * spam.el (spam-necessary-extra-headers): Get the extra headers we
21796         may need for spam sorting and scoring.
21797         (spam-user-format-function-S): Add user format function suitable for
21798         general use.
21799         (spam-article-sort-by-spam-status): Add sorting function for summary
21800         sorting.
21801         (spam-extra-header-to-number): Add function to get a score from a
21802         header.
21803         (spam-summary-score): Add function to get a numeric score from the
21804         headers.
21805         (spam-generic-score): Fix function doc, was in wrong place.
21806         (spam-initialize): Take symbols when it's run, and install the
21807         extra headers that spam-necessary-extra-headers thinks we need.
21808
21809 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
21810
21811         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
21812         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
21813
21814 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
21815
21816         * gnus-sum.el (gnus-set-global-variables)
21817         (gnus-build-all-threads, gnus-get-newsgroup-headers)
21818         (gnus-article-get-xrefs, gnus-summary-best-group)
21819         (gnus-summary-next-article, gnus-summary-enter-digest-group)
21820         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
21821         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
21822         Use with-current-buffer.
21823
21824 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
21825
21826         * spam.el (spam-summary-prepare-exit): Simplify logic.
21827         (spam-fetch-article-header): Read the article header if it's not
21828         available.
21829         (spam-list-articles): Simplify logic.
21830         (spam-filelist-register-routine): Fix bug with unregister-list.
21831
21832         * gnus-registry.el: Fix comments at beginning.
21833
21834 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
21835
21836         * message.el (message-cater-to-broken-inn): Remove.
21837         (message-shorten-references): Make sure the total folded length of
21838         References is shorter than 998 characters to cater to a bug in INN
21839         2.3.  Also, don't pretend that references aren't folded -- this
21840         hasn't worked for a while.
21841
21842 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21843
21844         * gnus-agent.el (gnus-agentize):
21845         gnus-agent-send-mail-real-function no longer set to current value
21846         of message-send-mail-function but rather a lambda that calls
21847         message-send-mail-function.  The change makes the agent real-time
21848         responsive to user changes to message-send-mail-function.
21849
21850 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21851
21852         * legacy-gnus-agent.el
21853         (gnus-agent-convert-to-compressed-agentview): Fix typos with
21854         help from Florian Weimer <fw@deneb.enyo.de>
21855
21856 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21857
21858         * nnmail.el (nnmail-cache-insert): Revert last change.
21859
21860 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21861
21862         * nnmail.el (nnmail-cache-insert): Always check whether
21863         nnmail-cache-ignore-groups matches a group name.
21864
21865 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
21866
21867         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
21868         (spam-find-spam, spam-log-processing-to-registry)
21869         (spam-log-registered-p, spam-log-unregistration-needed-p)
21870         (spam-log-undo-registration): Use gnus-message instead of
21871         gnus-error, none of these errors are fatal.
21872
21873         * gnus-registry.el (gnus-registry-clean-empty-function)
21874         (gnus-registry-clean-empty): Remove only empty entries without
21875         extra data.
21876
21877 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
21878
21879         * spam-stat.el (spam-stat-buffer-change-to-spam)
21880         (spam-stat-buffer-change-to-non-spam): Change (error) to
21881         (gnus-message 8) invocation.
21882
21883 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21884
21885         * nntp.el (nntp-via-netcat-command): New variable.
21886         (nntp-via-netcat-switches): New variable.
21887         (nntp-open-via-rlogin-and-netcat): New function.
21888         (nntp-open-connection-function): Doc fix.
21889         (nntp-telnet-command): Doc fix.
21890         (nntp-end-of-line): Doc fix.
21891         (nntp-via-rlogin-command): Doc fix.
21892         (nntp-via-user-name): Doc fix.
21893         (nntp-via-address): Doc fix.
21894
21895 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21896
21897         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
21898         error in Emacs 21.1.
21899
21900 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
21901
21902         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
21903
21904 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21905
21906         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
21907         (gnus-agent-with-refreshed-group): New macro.
21908         (gnus-agent-rename-group): New function.
21909         (gnus-agent-delete-group): New function.
21910         (gnus-agent-save-group-info): Use gnus-command-method when
21911         `method' parameter is nil.  Don't write nil entries into the
21912         active file.
21913         (gnus-agent-get-group-info): New function.
21914         (gnus-agent-fetch-articles):
21915         Use gnus-agent-update-files-total-fetched-for to increment disk space
21916         used.
21917         (gnus-agent-fetch-headers, gnus-agent-save-alist):
21918         Use gnus-agent-update-view-total-fetched-for to increment disk space
21919         used.
21920         (gnus-agent-get-local): Add optional parameters to avoid calling
21921         gnus-group-real-name and gnus-find-method-for-group.
21922         (gnus-agent-set-local): Delete stored entry if either min, or max,
21923         are nil.
21924         (gnus-agent-fetch-session): Reworded error/quit messages.
21925         On quit, use gnus-agent-regenerate-group to record existance of any
21926         articles fetched to disk before the quit occurred.
21927         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
21928         gnus-agent-update-view-total-fetched-for, and
21929         gnus-agent-update-files-total-fetched-for to decrement disk space
21930         used.
21931         (gnus-agent-retrieve-headers):
21932         Use gnus-agent-update-view-total-fetched-for to increment disk space
21933         used.
21934         (gnus-agent-regenerate-group): Replace gnus-group-update-group
21935         with gnus-agent-update-files-total-fetched-for to decrement disk
21936         space and fresh group buffer.
21937         (gnus-agent-inhibit-update-total-fetched-for): New variable.
21938         (gnus-agent-need-update-total-fetched-for): New variable.
21939         (gnus-agent-update-files-total-fetched-for): New function.
21940         (gnus-agent-update-view-total-fetched-for): New function.
21941         (gnus-agent-total-fetched-for): New function.
21942
21943         * gnus-cache.el (gnus-cache-save-buffers):
21944         Use gnus-cache-update-overview-total-fetched-for to change disk space
21945         used by this group.
21946         (gnus-cache-possibly-enter-article):
21947         Use gnus-cache-update-file-total-fetched-for to increment disk space
21948         used by this group.
21949         (gnus-cache-possibly-remove-article):
21950         Use gnus-cache-update-file-total-fetched-for to decrement disk space
21951         used by this group.
21952         (gnus-cache-generate-nov-databases): Purge total fetched cache.
21953         (gnus-cache-rename-group): New function.
21954         (gnus-cache-delete-group): New function.
21955         (gnus-cache-inhibit-update-total-fetched-for): New variable.
21956         (gnus-cache-need-update-total-fetched-for): New variable.
21957         (gnus-cache-with-refreshed-group): New macro.
21958         (gnus-cache-update-file-total-fetched-for): New function.
21959         (gnus-cache-update-overview-total-fetched-for): New function.
21960         (gnus-cache-rename-group-total-fetched-for): New function.
21961         (gnus-cache-delete-group-total-fetched-for): New function.
21962         (gnus-cache-total-fetched-for): New function.
21963
21964         * gnus-group.el: Require gnus-sum and autoload functions to
21965         resolve warnings when gnus-group.el compiled alone.
21966         (gnus-group-line-format): Documented new %F.
21967         (size of Fetched data) group line format; identifies disk space
21968         used by agent and cache.
21969         (gnus-group-line-format-alist): Defined new F format.
21970         (gnus-total-fetched-for): New function.
21971         (gnus-group-delete-group): No longer update
21972         gnus-cache-active-altered as gnus-request-delete-group now keeps
21973         the cache in sync.
21974         (gnus-group-list-active): Let the agent store a server's active
21975         list if currently plugged.
21976
21977         * gnus-int.el (gnus-request-delete-group):
21978         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
21979         local disk in sync with the server.
21980         (gnus-request-rename-group):
21981         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
21982         local disk in sync with the server.
21983
21984         * gnus-start.el (gnus-get-unread-articles):
21985         Cosmetic simplification to logic.
21986
21987         * gnus-util.el (gnus-rename-file): New function.
21988
21989 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
21990
21991         * mm-util.el (mm-image-load-path): Handle nil in load-path.
21992
21993 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
21994
21995         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
21996         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
21997
21998 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
21999
22000         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22001         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
22002
22003 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
22004
22005         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22006
22007 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
22008
22009         * spam.el (spam-set-difference): Add function to replace
22010         gnus-set-difference in spam.el.
22011         (spam-summary-prepare-exit): Use spam-set-difference.
22012
22013 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
22014
22015         * gnus-registry.el (gnus-registry-cache-file): Update to use
22016         gnus-dribble-directory OR gnus-home-directory OR ~.
22017         (gnus-registry-split-fancy-with-parent): Fix doc.
22018
22019 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22020
22021         * message.el (message-exchange-point-and-mark):
22022         Use message-mark-active-p.  Suggested by Jesper Harder
22023         <harder@ifa.au.dk>.
22024
22025 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22026
22027         * message.el (message-exchange-point-and-mark): Don't activate
22028         region if it was inactive.  Suggested by Hiroshi Fujishima
22029         <pooh@nature.tsukuba.ac.jp>.
22030
22031 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22032
22033         * gnus-art.el (article-display-face): Display Faces in the same
22034         order as X-Faces.
22035
22036 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22037
22038         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
22039
22040 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22041
22042         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22043         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22044         (gnus-article-mime-hierarchy): Remove.
22045         (gnus-article-mime-hierarchy-next): Remove.
22046         (gnus-article-mode): Revert 2004-03-19 change.
22047         (gnus-article-setup-buffer): Revert 2004-03-19 change.
22048         (gnus-insert-mime-button): Revert 2004-03-19 change.
22049         (gnus-mime-accumulate-hierarchy): Remove.
22050         (gnus-mime-enter-multipart): Remove.
22051         (gnus-mime-leave-multipart): Remove.
22052         (gnus-mime-display-part): Revert 2004-03-19 change.
22053         (gnus-mime-display-alternative): Revert 2004-03-19 change.
22054
22055         * mml.el (mml-preview): Revert 2004-03-19 change.
22056
22057 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
22058
22059         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
22060
22061 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22062
22063         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22064         t while entering a file name using the mm-with-multibyte macro.
22065         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22066
22067         * mm-util.el (mm-with-multibyte): New macro.
22068
22069 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22070
22071         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22072         New user option.
22073         (gnus-mime-multipart-functions): Doc and customization fix.
22074         (gnus-article-mime-hierarchy): New variable.
22075         (gnus-article-mime-hierarchy-next): New variable.
22076         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22077         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22078         gnus-article-mime-hierarchy-next to nil.
22079         (gnus-insert-mime-button): Show hierarchy numbers.
22080         (gnus-mime-accumulate-hierarchy): New function.
22081         (gnus-mime-enter-multipart): New function.
22082         (gnus-mime-leave-multipart): New function.
22083         (gnus-mime-display-part): Recompute hierarchical MIME structure.
22084         (gnus-mime-display-alternative): Show hierarchy numbers.
22085
22086         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22087         gnus-article-mime-hierarchy-next to nil.
22088
22089 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
22090
22091         * dns.el: Don't require gnus-xmas.
22092
22093 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
22094
22095         * mml.el (mml-generate-mime-1): Don't use format=flowed with
22096         inline PGP.
22097         (mml-menu): Disable mml-quote-region if mark is inactive.
22098
22099 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22100
22101         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22102         when the group's active is not available.
22103
22104 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22105
22106         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22107         error.
22108
22109 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
22110
22111         * imap.el (imap-store-password): New variable.
22112         (imap-interactive-login): Use it.
22113         Suggested by Mark Plaksin <happy@mcplaksin.org>.
22114
22115 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22116
22117         * gnus-art.el (gnus-article-read-summary-keys): Restore new
22118         window-start and hscroll to summary window.
22119
22120 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22121
22122         * gnus-start.el (gnus-convert-old-newsrc): Only write the
22123         conversion message to newsrc-dribble when an actual conversion is
22124         performed.
22125
22126 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
22127
22128         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
22129
22130 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22131
22132         * mm-decode.el (mm-complicated-handles): New function reviving
22133         former definition of mm-multiple-handles.
22134
22135         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
22136         (gnus-mime-delete-part): Use it.
22137
22138 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22139
22140         * gnus-agent.el (gnus-agent-read-local):
22141         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
22142         avoid the implicit assumption that they will always be equal.
22143         (gnus-agent-save-local): Bind buffer-file-coding-system, not
22144         coding-system-for-write, as the with-temp-file macro first prints
22145         to a buffer then saves the buffer.
22146
22147 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22148
22149         * gnus-art.el (gnus-article-edit-part): New function.
22150         (gnus-mime-save-part-and-strip): Use it; do query instead of
22151         signaling an error; don't use mm-multiple-handles.
22152         (gnus-mime-delete-part): Ditto.
22153
22154 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22155
22156         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
22157         old file versions.
22158         (gnus-group-prepare-hook): Remove function that converted list
22159         form of gnus-agent-expire-days to group properties.
22160
22161         * gnus-int.el: Autoload gnus-agent-regenerate-group.
22162         (gnus-request-accept-article): Re-indented.
22163
22164         * gnus-start.el (gnus-convert-old-newsrc): Registered new
22165         converters to handle old agent file formats.  Add logic for a
22166         "backup before upgrading warning".
22167         (gnus-convert-mark-converter-prompt): Developers can mark
22168         functions as needing (default), or not needing,
22169         gnus-convert-old-newsrc's "backup before upgrading warning".
22170         (gnus-convert-converter-needs-prompt): Tests whether the user
22171         should be protected from potentially irreversable changes by the
22172         function.
22173
22174         * legacy-gnus-agent.el: New.  Provides converters that are only
22175         loaded when gnus-convert-old-newsrc needs to call them.
22176
22177 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22178
22179         * mail-source.el (mail-source-touch-pop): Doc fix.
22180
22181         * message.el (message-smtpmail-send-it): Doc fix.
22182
22183 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
22184
22185         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
22186
22187         * nnmail.el (nnmail-split-fancy): do.
22188
22189         * gnus-kill.el (gnus-kill, gnus-execute): do.
22190
22191 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
22192
22193         * gnus-sum.el (gnus-widget-reversible-match)
22194         (gnus-widget-reversible-to-internal)
22195         (gnus-widget-reversible-to-external): New functions.
22196         (gnus-widget-reversible): New widget.
22197         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
22198
22199 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
22200
22201         * gnus-sum.el (gnus-thread-sort-functions)
22202         (gnus-article-sort-functions): Document `(not F)' items.
22203
22204 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
22205
22206         * spam.el (spam-use-gmane-xref): Add new backend.
22207         (spam-gmane-xref-spam-group): Add variable to control the name of the
22208         Gmane spam group.
22209         (spam-blackhole-servers, spam-blackhole-good-server-regex)
22210         (spam-regex-headers-spam, spam-regex-headers-ham)
22211         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
22212         (spam-list-of-checks): Add spam-use-gmane-xref to list of
22213         backends and checks.
22214         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
22215
22216         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
22217         an autodetect method.
22218
22219 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22220
22221         * gnus-int.el (gnus-request-accept-article): Inform the agent that
22222         articles are being added to a group.
22223         (gnus-request-replace-article): Inform the agent that articles
22224         need to be uncached as the cached contents are no longer valid.
22225
22226 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22227
22228         * binhex.el: Don't autoload executable-find.
22229
22230         * canlock.el: Don't autoload mail-fetch-field.
22231
22232         * dgnushack.el: Autoload c-mode for XEmacs.
22233
22234         * gnus-ems.el: Don't autoload appt-select-lowest-window.
22235
22236         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
22237         rmail-dont-reply-to and rmail-output.
22238
22239         * gnus-score.el: Don't autoload ffap-string-at-point.
22240
22241         * gnus-setup.el: Don't autoload sc-cite-original.
22242
22243         * imap.el: Don't autoload base64-decode-string,
22244         base64-encode-string and md5.
22245
22246         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
22247         and rmail-msg-restore-non-pruned-header.
22248
22249         * mm-decode.el: Don't autoload executable-find.
22250
22251         * mm-url.el: Don't autoload executable-find.
22252
22253         * mm-view.el: Don't autoload diff-mode.
22254
22255         * nndb.el: Don't autoload news-reply-mode, news-setup,
22256         cancel-timer and telnet.
22257
22258         * password.el: Don't autoload run-at-time for Emacs.
22259
22260         * sha1-el.el: Don't autoload executable-find.
22261
22262         * sieve-mode.el: Don't autoload c-mode.
22263
22264         * uudecode.el: Don't autoload executable-find.
22265
22266 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22267
22268         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
22269         (gnus-agent-possibly-alter-active): Avoid null in numeric
22270         comparison.
22271         (gnus-agent-set-local): Refuse to save null in local object table.
22272         (gnus-agent-regenerate-group): The REREAD parameter can now be a
22273         list of articles that will be marked as unread.
22274
22275 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22276
22277         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
22278
22279 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
22280
22281         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
22282         language tags.
22283
22284 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
22285
22286         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
22287         Don't bind "obarray".
22288
22289         * gnus-sum.el (gnus-thread-sort-functions):
22290         Add `gnus-thread-sort-by-most-recent-number' and
22291         `gnus-thread-sort-by-most-recent-date'.
22292         Reported by Kai Grossjohann <kai@emptydomain.de>.
22293
22294 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22295
22296         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
22297
22298 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22299
22300         * gnus-cus.el (gnus-agent-customize-category):
22301         Remove ignore-errors macro reference that required cl to be loaded at
22302         run-time.
22303
22304         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
22305         single-interval range of the form (min . max).  Previously the
22306         range had to look like ((min . max)).  Likewise, return
22307         (min . max) rather than ((min . max)).
22308         (gnus-range-map): Use gnus-range-normalize to accept
22309         single-interval range.
22310
22311         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
22312         the cache, but not the agent, now appear with their usual face.
22313
22314         * dgnushack.el (loaddir): New variable that is bound to the
22315         directory containing the dgnushack.el file. Use loaddir, rather
22316         than srcdir, to update load-path. Change lets dgnushack compile
22317         code in directories other than GNUS/lisp.
22318
22319 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22320
22321         * lpath.el: Don't bind w3m-safe-url-regexp.
22322
22323         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
22324         w3m-safe-url-regexp variable buffer-local.
22325
22326         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22327
22328 2004-02-27  Simon Josefsson  <jas@extundo.com>
22329
22330         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
22331         gnus-group-real-prefix.
22332         (gnus-summary-move-article): Use it, instead of
22333         gnus-group-real-prefix.
22334
22335 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22336
22337         * lpath.el: Bind w3m-safe-url-regexp.
22338
22339         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
22340         w3m-safe-url-regexp variable buffer-local and set it as the value
22341         of mm-w3m-safe-url-regexp.
22342
22343         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22344
22345         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
22346         parsing gnus-posting-styles when the message is not for replying.
22347
22348         * dgnushack.el: Autoload sgml-mode for XEmacs.
22349
22350         * nnrss.el (nnrss-opml-export):
22351         Use mm-set-buffer-file-coding-system instead of
22352         set-buffer-file-coding-system.
22353
22354 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
22355
22356         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
22357         of checkdoc.el).
22358         * nnrss.el: do.
22359         * gnus-mlspl.el: do.
22360         * gnus-ml.el: do.
22361         * gnus-srvr.el: do.
22362
22363         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
22364
22365 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
22366
22367         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
22368         Corrections to custom-manual links.
22369
22370         * gnus-art.el (gnus-article): Ditto.
22371
22372         * mm-decode.el (mime-display, mime-security): Ditto.
22373
22374 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22375
22376         * flow-fill.el: Typo.
22377
22378 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
22379
22380         * spam-wash.el: New file.
22381
22382 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
22383
22384         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
22385
22386 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
22387
22388         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
22389         to be run with new-articles as LIST1, not LIST2.
22390         (spam-registration-functions): Add spam-use-ham-copy as a nil
22391         registration backend.
22392
22393 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22394
22395         * spam-stat.el (spam-stat-washing-hook): New option.
22396         (spam-stat-buffer-words): Use it.
22397         (spam-stat-process-directory, spam-stat-test-directory):
22398         Use insert-file-contents-literally.
22399         (spam-stat-coding-system): New variable.
22400         (spam-stat-load, spam-stat-save): Use it.
22401
22402 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22403
22404         * spam-report.el (spam-report-plug-agent):
22405         Quote spam-report-url-to-file and spam-report-url-ping-plain.
22406
22407 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
22408
22409         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
22410         Allow / in mailto URLs.
22411
22412 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22413
22414         * spam-report.el (spam-report-process-queue): Fix interactive use.
22415         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
22416         (spam-report-unplug-agent): Doc fixes.
22417         (spam-report-url-ping-mm-url, spam-report-url-to-file)
22418         (spam-report-agentize, spam-report-deagentize): Autoload.
22419
22420 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22421
22422         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
22423
22424         * message.el (message-setup-fill-variables): Add mml tags to
22425         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
22426         <ajk@iu.edu>.
22427         (message-mode): Don't modify paragraph-separate there.
22428
22429 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22430
22431         * compface.el (uncompface-use-external): Default to undecided.
22432         (uncompface-use-external-threshold): New variable.
22433         (uncompface-float-time): New macro.
22434         (uncompface): Determine whether to use the external decoder if
22435         uncompface-use-external is undecided.
22436
22437 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22438
22439         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
22440         after images.
22441
22442         * gnus-art.el (gnus-mime-display-single): Remove dead code.
22443
22444 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
22445
22446         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
22447
22448         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
22449
22450         * gnus-sum.el (gnus-summary-limit-to-age)
22451         (gnus-summary-limit-children): do.
22452
22453         * gnus-int.el (gnus-request-scan): do.
22454
22455         * gnus-group.el (gnus-group-suspend): do.
22456
22457         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
22458
22459         * gnus-cite.el (gnus-cite-parse-attributions): do.
22460
22461         * gnus-agent.el (gnus-summary-set-agent-mark)
22462         (gnus-agent-regenerate-group): do.
22463
22464         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
22465
22466         * binhex.el (binhex-decode-region-internal): do.
22467
22468 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22469
22470         * gnus-fun.el (gnus-face-properties-alist): New user option.
22471         (gnus-display-x-face-in-from): Use it.
22472
22473         * gnus-art.el (article-display-face): Ditto.
22474
22475         * compface.el (uncompface-use-external): Default to nil.
22476
22477 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
22478
22479         * nntp.el (nntp-erase-buffer): New function.
22480         (nntp-retrieve-data, nntp-send-command)
22481         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22482         (nntp-possibly-change-group): Use it.
22483
22484         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22485         Use with-current-buffer.
22486
22487 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
22488
22489         * compface.el: Merge the ELisp-based uncompface program.
22490         (compface): New customization group.
22491         (uncompface-use-external): New user option.
22492         (uncompface): Call uncompface-internal if uncompface-use-external
22493         is nil.
22494         (uncompface-internal): New function.  Note that there are also
22495         some other functions and variables added for this function.
22496
22497 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
22498
22499         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22500         if necessary.
22501
22502 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
22503
22504         * spam-report.el (spam-report-unplug-agent)
22505         (spam-report-plug-agent, spam-report-deagentize)
22506         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22507         Add support for the Agent in spam-report: when unplugged, report to a
22508         file; when plugged, submit all the requests.
22509
22510         * spam.el (spam-register-routine): Fix message about
22511         registration.
22512
22513 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
22514
22515         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22516         dependencies.
22517         (rfc2047-encode): Use it.
22518
22519         * gnus-art.el (gnus-button-marker-list): Move before first
22520         reference.
22521
22522         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22523         (imap-parse-body): Fix format string mismatch.
22524
22525         * gnus-score.el (gnus-summary-increase-score): do.
22526
22527         * nnrss.el (nnrss-close): New function.
22528
22529 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
22530
22531         * nnrss.el (nnrss-make-filename): New function.
22532         (nnrss-request-delete-group, nnrss-read-server-data)
22533         (nnrss-save-server-data, nnrss-read-group-data)
22534         (nnrss-save-group-data): Use it.
22535         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22536         (nnrss-read-server-data, nnrss-read-group-data): Use load.
22537         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22538
22539 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
22540
22541         * mml.el (mml-compute-boundary-1): Don't uncompress files.
22542
22543 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
22544
22545         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22546         files.
22547
22548         * message.el (message-generate-headers-first): Don't quote nil
22549         and t in docstrings.
22550
22551         * imap.el (imap-id): do.
22552
22553         * gnus-agent.el (gnus-agent-consider-all-articles)
22554         (gnus-agent-queue-mail): do.
22555
22556 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
22557
22558         * spam-report.el (spam-report-process-queue): New function.
22559         Process requests from `spam-report-requests-file'.
22560         (spam-report-process-queue): Doc fix.
22561
22562 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
22563
22564         * spam.el (spam-register-routine)
22565         (spam-log-processing-to-registry, spam-log-registered-p)
22566         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22567         Change "check" to "spam-check" for semi-clarity.
22568
22569 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
22570
22571         * pop3.el: Require nnheader.
22572
22573         * mml-smime.el: Require cl.  Autoload message-fetch-field.
22574
22575         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22576
22577         * gnus-picon.el: Require cl.
22578
22579         * gnus-fun.el: Require gnus-ems and gnus-util.
22580
22581         * gnus.el (gnus-method-to-server): Move defsubst before first use.
22582
22583         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
22584
22585         * gnus-art.el (gnus-article-edit-mode): Define before first
22586         reference.
22587
22588 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
22589
22590         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
22591         (gnus-uu-post-encoded): Use point-at-bol.
22592
22593         * gnus-topic.el (gnus-group-active-topic-p): do.
22594
22595         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
22596
22597         * gnus-group.el (gnus-group-kill-region): do.
22598
22599         * gnus-art.el (article-date-ut): do.
22600
22601         * message.el (message-fetch-field): Remove redundant
22602         case-fold-search binding.
22603         (message-narrow-to-field): Simplify.
22604
22605 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
22606
22607         * spam.el (spam-directory): Derive from `gnus-directory'.
22608
22609         * spam-report.el (spam-report-url-to-file)
22610         (spam-report-requests-file): New function and variable for offline
22611         reporting.
22612         (spam-report-url-ping-function): Add `spam-report-url-to-file'
22613         and user defined function.
22614         (spam-report-url-ping-mm-url): Remove doubled slash.
22615
22616 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
22617
22618         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
22619
22620 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
22621
22622         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22623         Fix format string mismatch.
22624
22625         * sieve.el (sieve-deactivate-all): do.
22626
22627         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
22628
22629         * nnlistserv.el (nnlistserv-kk-wash-article): do.
22630
22631         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
22632
22633         * mm-bodies.el (mm-7bit-chars): Don't include \r.
22634
22635 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
22636
22637         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22638         the list of checks.
22639
22640 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
22641
22642         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22643         padding.
22644
22645 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
22646
22647         * mm-view.el (mm-fill-flowed): New variable.
22648         (mm-inline-text): Use it.
22649
22650 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
22651
22652         * spam.el (spam-spamassassin-register-ham-routine)
22653         (spam-spamassassin-register-spam-routine): Fix function names.
22654
22655 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22656
22657         * gnus.el (gnus-tmp-grouplens): Remove.
22658         (gnus-summary-line-format): Remove grouplens.
22659
22660         * gnus-group.el (gnus-group-line-format): Ditto.
22661
22662         * gnus-spec.el (gnus-format-specs): Ditto.
22663         (gnus-update-format-specifications): Flush the group format spec
22664         cache if there's the grouplens stuff.
22665         (gnus-parse-simple-format): Replace %l with the empty string.
22666
22667 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
22668
22669         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
22670         omission.
22671
22672 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22673
22674         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
22675         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22676
22677 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22678
22679         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
22680         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
22681         New macros and functions.
22682         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
22683         Handle > NLINK_MAX messages.
22684         * nnmaildir.el (nnmaildir-request-set-mark):
22685         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
22686
22687 2004-01-25  Alex Schroeder  <alex@gnu.org>
22688
22689         * spam-stat.el (spam-stat-process-directory-age): New option.
22690         (spam-stat-process-directory): Use it.
22691
22692 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
22693
22694         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
22695         (spam-stat-save): Accept prefix argument.
22696
22697 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
22698
22699         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
22700         links" error.
22701
22702 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22703
22704         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
22705         the rest of the and/or forms.
22706
22707 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22708
22709         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
22710         compatibility with old .newsrc.eld files.
22711
22712         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
22713
22714         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
22715
22716         * gnus-start.el (gnus-1): do.
22717
22718         * gnus-group.el (gnus-group-line-format-alist): do.
22719
22720         * gnus.el (gnus-use-grouplens, gnus-visual): do.
22721
22722         * gnus-gl.el: Remove.
22723
22724 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22725
22726         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
22727         marks consisting of a single range {for example, (3 . 5)} rather
22728         than a list of a single range { ((3 . 5)) }.
22729
22730 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22731
22732         * spam-stat.el (spam-stat-store-gnus-article-buffer):
22733         Use with-current-buffer.
22734         (spam-stat-store-current-buffer): Use insert-buffer-substring to
22735         avoid consing a string.
22736
22737         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
22738         Remove obsolete entries for big5 and gb2312.
22739
22740 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22741
22742         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
22743         uncompressed list.
22744
22745 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
22746
22747         * spam-stat.el (spam-stat-strip-xref): New function.
22748         (spam-stat-process-directory): Use it.
22749
22750         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
22751         here -- it's done in message-fetch-field.
22752
22753 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22754
22755         * gnus-agent.el (gnus-agent-queue-mail)
22756         (gnus-agent-prompt-send-queue): New variables.
22757         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
22758         * gnus-draft.el (gnus-group-send-queue): Pass the group name
22759         "nndraft:queue" along to gnus-draft-send.
22760         Use gnus-agent-prompt-send-queue.
22761         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
22762         is "nndraft:queue".  Suggested by Gaute Strokkenes
22763         <gs234@srcf.ucam.org>
22764
22765         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
22766         (agent-enable-undownloaded-faces): Add.
22767         (gnus-agent-cat-groups): Use eval-and-compile, not
22768         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
22769         method of gnus-agent-cat-groups even when the buffer has been
22770         evaled.
22771         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
22772         delete gnus-agent-save-active-1.
22773         (gnus-agent-save-groups): Delete.  Identical to
22774         gnus-agent-save-active.
22775         (gnus-agent-write-active): No longer adjust agent's copy of active
22776         file as agent's adjustments are now stored in their own
22777         file.  Remove optional parameter.
22778         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
22779         servers.  Add use of min/max range limits from server's local
22780         file.
22781         (gnus-agent-save-alist): Remove unused optional argument.
22782         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
22783         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
22784         (gnus-agent-set-local): A per-server file that keeps min/max range
22785         limits for articles known to the agent.  Provides a fast mechanism
22786         for altering many active ranges.
22787         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
22788         active file (local makes it unnecessary).
22789         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
22790
22791         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
22792         (agent-enable-undownloaded-faces): Add.
22793
22794         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
22795         disable it when sending to "nndraft:queue".
22796         (gnus-group-send-queue): Add safety check to avoid sending queue
22797         when unplugged.
22798
22799         * gnus-group.el (gnus-group-catchup): Use new
22800         gnus-sequence-of-unread-articles, not
22801         gnus-list-of-unread-articles, to avoid exhausting memory with huge
22802         numbers of articles.  Use gnus-range-map to avoid having to
22803         uncompress the unread list.
22804         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
22805         Fix invalid ange-ftp reference.
22806
22807         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
22808         (gnus-sorted-range-intersection): Intersection of two ranges
22809         without requiring that they first be uncompressed.
22810
22811         * gnus-start.el (gnus-activate-group): Unless blocked by the
22812         caller, possibly expand the active range to include both cached
22813         and agentized articles.
22814         (gnus-convert-old-newsrc): Rewrote in anticipation of having
22815         multiple version-dependent converters.
22816         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
22817         gnus-agent-save-active.
22818         (gnus-save-newsrc-file): Save dirty agent range limits.
22819
22820         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
22821         gnus-agent-possibly-alter-active.
22822         (gnus-adjust-marked-articles): Faster handling of simple lists.
22823
22824 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
22825
22826         * spam-stat.el (spam-stat-test-directory): New optional argument
22827         displays a list of files detected.  Suggested by Andrew Cohen
22828         <cohen@andy.bu.edu>.
22829         (spam-stat-buffer-words-with-scores): Don't narrow and change
22830         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
22831
22832 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
22833
22834         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
22835         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
22836         (spam-spamassassin-arguments)
22837         (spam-spamassassin-spam-flag-header)
22838         (spam-spamassassin-positive-spam-flag-header)
22839         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
22840         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
22841         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
22842         (spam-list-of-processors, spam-list-of-checks)
22843         (spam-list-of-statistical-checks, spam-registration-functions)
22844         (spam-check-spamassassin-headers, spam-check-spamassassin)
22845         (spam-spamassassin-score)
22846         (spam-spamassassin-register-with-sa-learn)
22847         (spam-spamassassin-register-spam-routine)
22848         (spam-spamassassin-register-ham-routine)
22849         (spam-assassin-register-spam-routine)
22850         (spam-assassin-register-ham-routine): Add SpamAssassin support.
22851         (spam-bogofilter-score): Fix to show article before scoring.
22852
22853 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
22854
22855         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
22856         default scoring function.
22857         (spam-generic-score): Call spam-spamassassin-score if
22858         spam-use-spamassassin or spam-use-spamassassin-headers is on;
22859         spam-bogofilter-score otherwise.
22860
22861         * gnus.el (spam-process, spam-autodetect-methods):
22862         Add spamassassin and spamassassin-headers.
22863
22864 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
22865
22866         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22867         Suppress unnecessary messages.
22868
22869 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
22870
22871         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
22872         make-hash-table.
22873
22874 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22875
22876         * canlock.el (base64-encode-string): Don't autoload it.
22877
22878 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22879
22880         * run-at-time.el: Remove useless (require 'itimer),
22881         eval-and-compile and (featurep 'xemacs).
22882
22883 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
22884
22885         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
22886         GROUP is a virtual group.
22887
22888 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
22889
22890         * gnus.el: Autoload `message-y-or-n-p'.
22891
22892 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
22893
22894         * pgg-parse.el: Remove unnecessary (require 'custom).
22895
22896         * pgg-def.el: do.
22897
22898         * nnmail.el: do.
22899
22900         * gnus-undo.el: do.
22901
22902         * gnus-picon.el: do.
22903
22904         * gnus-util.el: do.
22905
22906 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
22907
22908         * gnus-sum.el (gnus-pick-line-number): Add autoload.
22909
22910 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22911
22912         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
22913         handle, as well as a list.
22914
22915         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
22916         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
22917         (mm-w3m-cid-retrieve): Simplify.
22918
22919 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
22920
22921         * message.el (message-kill-to-signature): Allow prefix arg to
22922         specify number of lines to keep before signature.
22923
22924 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
22925
22926         * message.el (message-kill-to-signature): Change docstring.
22927
22928 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22929
22930         * canlock.el: Always require sha1-el.
22931         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
22932
22933         * message.el: Autoload sha1 only when compiling.
22934
22935         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
22936         eudc-expand-inline for XEmacs.
22937
22938 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22939
22940         * message.el (message-canlock-generate): Require sha1-el.
22941
22942 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
22943
22944         * message.el (message-expand-name): Silence the byte compiler.
22945
22946         * lpath.el: Add detect-coding-system.
22947
22948         * dgnushack.el (dgnushack-compile): Remove obsolete check for
22949         cus-edit.
22950
22951 2004-01-13  Simon Josefsson  <jas@extundo.com>
22952
22953         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
22954         Invoke gnus-score-mode.
22955         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22956
22957         * gnus-range.el (gnus-compress-sequence): Doc fix.
22958         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
22959
22960 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22961
22962         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
22963
22964 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
22965
22966         * spam.el (spam-get-article-as-string): Update to use
22967         gnus-request-article-this-buffer, much simpler.
22968         (spam-get-article-as-buffer): Remove.
22969
22970 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
22971
22972         * message.el (message-expand-name): Use EUDC if the user uses that.
22973
22974 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22975
22976         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
22977         character for the encoding to avoid consing a string.
22978
22979         * rfc2047.el (rfc2047-decode-string): Don't cons a string
22980         unnecessarily.
22981
22982         * mm-util.el (mm-replace-chars-in-string): Remove.
22983
22984         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
22985         of mm-replace-chars-in-string.
22986
22987 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
22988
22989         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
22990
22991         * mm-util.el (mm-subst-char-in-string): Support inplace.
22992
22993         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
22994         a new string in every iteration.  Use shy groups.
22995
22996 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
22997
22998         * gnus-srvr.el (gnus-browse-unsubscribe-group):
22999         * gnus-soup.el (gnus-soup-group-brew):
23000         * gnus-msg.el (gnus-put-message):
23001         * gnus-move.el (gnus-group-move-group-to-server):
23002         * gnus-kill.el (gnus-batch-score):
23003         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23004         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23005         (gnus-group-update-group, gnus-group-read-group)
23006         (gnus-group-make-group, gnus-group-make-help-group)
23007         (gnus-group-make-archive-group, gnus-group-make-directory-group)
23008         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23009         (gnus-group-sort-by-unread, gnus-group-catchup)
23010         (gnus-group-unsubscribe-group, gnus-group-kill-group)
23011         (gnus-group-yank-group, gnus-group-set-info)
23012         (gnus-group-list-groups):
23013         * gnus.el (gnus-generate-new-group-name):
23014         * gnus-delay.el (gnus-delay-send-queue):
23015         * nnvirtual.el (nnvirtual-catchup-group):
23016         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23017         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23018         (gnus-group-prepare-topics, gnus-topic-check-topology):
23019         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23020         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23021         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23022         (gnus-group-make-articles-read):
23023         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23024         (gnus-group-change-level, gnus-kill-newsgroup)
23025         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23026         (gnus-get-unread-articles, gnus-make-articles-unread)
23027         (gnus-make-ascending-articles-unread): Use accessor
23028         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23029         to get group information for improved readability.
23030
23031
23032 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23033
23034         * gnus-art.el (article-decode-mime-words, article-babel)
23035         (gnus-article-highlight-signature, gnus-article-add-buttons)
23036         (gnus-signature-toggle): Use gnus-with-article-buffer.
23037
23038         * gnus-art.el (gnus-article-highlight-headers)
23039         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
23040
23041         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23042         (gnus-article-set-globals, gnus-request-article-this-buffer)
23043         (gnus-button-message-id, gnus-article-maybe-hide-headers)
23044         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23045         (gnus-mime-display-alternative): Use with-current-buffer.
23046
23047 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23048
23049         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23050         also under 80 char limit, and call gnus-error if needed.
23051         (spam-fetch-article-header): Fix - it was a
23052         buffer-local variable (gnus-newsgroup-data).
23053         (spam-find-spam): Use spam-generate-fake-headers, forget about
23054         spam-insert-fake-headers.
23055         (spam-insert-fake-headers): Remove.
23056
23057 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23058
23059         * deuglify.el (gnus-article-outlook-unwrap-lines)
23060         (gnus-outlook-rearrange-article)
23061         (gnus-outlook-repair-attribution-outlook)
23062         (gnus-outlook-repair-attribution-block)
23063         (gnus-outlook-repair-attribution-other): Remove redundant
23064         save-excursion.
23065
23066 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23067
23068         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23069         (spam-fetch-field-subject-fast)
23070         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23071         (spam-fetch-article-header): Add functions to deal with Gnus
23072         internals for fast retrieval of article header data.
23073         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
23074
23075 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23076
23077         * pop3.el (pop3-md5): Remove.
23078         (pop3-apop): Replace pop3-md5 with md5.
23079
23080         * mm-bodies.el: base64 is always built-in.
23081
23082         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23083         Use with-current-buffer.
23084
23085 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23086
23087         * canlock.el (canlock-insert-header): Remove excessive grouping in
23088         regexp.
23089
23090         * gnus-sum.el (gnus-summary-read-document): Ditto.
23091
23092         * gnus-uu.el (gnus-uu-part-number): Ditto.
23093
23094         * html2text.el (html2text-remove-tags): Ditto.
23095         (html2text-format-tags): Ditto.
23096         (html2text-format-single-elements): Ditto.
23097
23098         * mml.el (mml-parse-1): Ditto.
23099
23100 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23101
23102         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23103
23104         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23105
23106         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23107
23108         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23109
23110 2003-11-15  Simon Josefsson  <jas@extundo.com>
23111
23112         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
23113         (pgg-gpg-lookup-key): Use regexp match instead of
23114         split-string (split-string is different between emacs 21.2 and
23115         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
23116
23117 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23118
23119         * gnus-art.el (gnus-mime-view-all-parts)
23120         (gnus-article-part-wrapper, gnus-article-view-part):
23121         Use with-current-buffer.
23122
23123 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23124
23125         * spam.el (spam-disable-spam-split-during-ham-respool)
23126         (spam-spamoracle-database, spam-cache-lookups)
23127         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
23128         (spam-group-ham-mark-p, spam-group-spam-mark-p)
23129         (spam-group-ham-marks, spam-group-spam-marks)
23130         (spam-group-spam-contents-p, spam-group-ham-contents-p)
23131         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
23132         also add spam-use-blackholes to the statistical checks.
23133         (spam-fetch-field-fast): Add interface to fetching fields, may
23134         become a macro.
23135         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
23136         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
23137         (spam-insert-fake-headers): Fake an article when needed.
23138         (spam-find-spam): Fake article when possible.
23139         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
23140         (spam-check-bogofilter-headers): Use message-fetch-field instead
23141         of nnmail-fetch-field.
23142
23143 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
23144
23145         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
23146
23147 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23148
23149         * spam.el (spam-split): Do not require spam-use-CHECK to be
23150         enabled if that check is passed to spam-split explicitly; also
23151         fix so 'spam doesn't get converted to spam-split-group when
23152         spam-split-symbolic-return is t.
23153         (spam-find-spam): Find registrations of the article and use those
23154         instead of re-running spam-split to find the spam/ham
23155         classification of the article.
23156         (spam-log-processing-to-registry, spam-log-registered-p)
23157         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23158         Use gnus-error instead of gnus-message.
23159         (spam-log-registration-type): Add function to determine the
23160         classification of a message based on registry entries; will
23161         return nil if both 'spam and 'ham are found.
23162         (spam-check-BBDB): Expand all the BBDB macros here so we can have
23163         a reasonably fast local cache without the loading errors.
23164         (spam-cache-lookups): Set to t by default.
23165         (spam-find-spam): Don't try to guess spam-cache-lookups.
23166         (spam-enter-whitelist, spam-enter-blacklist): Clear the
23167         spam-caches entry.
23168         (spam-filelist-build-cache, spam-filelist-check-cache):
23169         Fix caching of whitelist/blacklist entries.
23170         (spam-check-whitelist, spam-check-blacklist):
23171         Invoke spam-from-listed-p with a type, not a cache variable.
23172         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
23173
23174 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23175
23176         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
23177
23178         * nnmail.el (nnmail-split-fancy): do.
23179
23180         * mml.el (mml-parse): do.
23181
23182         * gnus-score.el (gnus-enter-score-words-into-hashtb)
23183         (gnus-score-adaptive): do.
23184
23185 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23186
23187         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
23188         (gnus-mime-button-map): Don't set keymap parent.
23189         (gnus-button-ctan-directory-regexp): Use shy grouping.
23190         (gnus-prev-page-map): Don't set keymap parent.
23191         (gnus-prev-page-map): Remove duplicated one.
23192         (gnus-next-page-map): Don't set keymap parent.
23193         (gnus-mime-security-button-map): Ditto.
23194
23195         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
23196         version number.
23197
23198         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
23199
23200 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23201
23202         * canlock.el (canlock-sha1-function): Remove.
23203         (canlock-sha1-function-for-verify): Remove.
23204         (canlock-openssl-program): Remove.
23205         (canlock-openssl-args): Remove.
23206         (canlock-ignore-errors): Remove.
23207         (canlock-sha1-with-openssl): Remove.
23208         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
23209         (canlock-verify): Don't use canlock-ignore-errors.
23210
23211         * sha1-el.el (sha1-string-external): Make it can return a string
23212         in binary form.
23213         (sha1-region-external): Ditto.
23214         (sha1-string-internal): Ditto.
23215         (sha1-region-internal): Ditto.
23216         (sha1-region): Ditto.
23217         (sha1-string): Ditto.
23218         (sha1): Ditto.
23219
23220 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23221
23222         * spam.el (spam-report-articles-gmane): New command.
23223
23224 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23225
23226         * gnus.el: Don't make unnecessary *Group* buffer when loading.
23227
23228         * run-at-time.el (run-at-time-saved): Remove.
23229         (run-at-time): Doc fix.
23230
23231 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23232
23233         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
23234         (gnus-summary-limit-map): Add it.
23235         (gnus-summary-make-menu-bar): do.
23236
23237 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
23238
23239         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
23240         Make attempt at some caching support (done for BBDB only now).
23241         (spam-find-spam): Set spam-cache-lookups if there are more than 2
23242         addresses to be checked.
23243         (spam-clear-cache-BBDB): Add function, to be invoked by
23244         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
23245         (spam-check-BBDB): Check and use the caches, if
23246         spam-cache-lookups is on, remove superfluous (provide).
23247
23248 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
23249
23250         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
23251
23252 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
23253
23254         * run-at-time.el (run-at-time-saved): Move to after the definition
23255         of `run-at-time'.
23256
23257         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
23258
23259 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23260
23261         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
23262         mm-w3m-local-map-property.
23263
23264         * mm-view.el (mm-w3m-mode-map): Remove.
23265         (mm-w3m-local-map-property): Remove.
23266         (mm-inline-text-html-render-with-w3m): Don't use
23267         mm-w3m-local-map-property.
23268
23269 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23270
23271         * run-at-time.el: New file.
23272
23273         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
23274         under Emacs.
23275
23276         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
23277         of gnus-set-text-properties.
23278
23279         * gnus-uu.el (gnus-uu-save-article): Ditto.
23280
23281         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
23282
23283         * gnus-cite.el (gnus-cite-parse): Ditto.
23284
23285         * gnus-art.el (gnus-button-push): Use set-text-properties instead
23286         of gnus-.
23287
23288         * gnus-xmas.el (run-at-time): Require run-at-time.
23289
23290         * gnus.el: Change calls to nnheader-run-at-time and
23291         password-run-at-time throughout to use run-at-time directly.
23292
23293         * password.el: Remove definition of run-at-time.
23294
23295         * nnheaderxm.el: Remove definition of run-at-time.
23296
23297 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
23298
23299         * mml.el (mml-minibuffer-read-disposition): Show attachment type
23300         in prompt.
23301
23302 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23303
23304         * messagexmas.el (message-xmas-redefine): Alias
23305         `message-make-caesar-translation-table' to
23306         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
23307         version.
23308
23309         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
23310         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
23311         `gnus-xmas-set-text-properties'.
23312         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
23313         `gnus-xmas-completing-read'.
23314         (gnus-xmas-completing-read): Removed.
23315         (gnus-xmas-open-network-stream): Removed.
23316
23317         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
23318         XEmacs version.
23319
23320         * dns.el (dns-make-network-process): Use `open-network-stream'
23321         instead of `gnus-xmas-open-network-stream'.
23322
23323         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
23324
23325         * .cvsignore: Add auto-autoloads.el, custom-load.el.
23326
23327 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23328
23329         * gnus-art.el (gnus-mime-display-alternative)
23330         (gnus-insert-mime-button, gnus-insert-mime-security-button)
23331         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
23332         Don't use gnus-local-map-property.
23333
23334         * gnus-util.el (gnus-local-map-property): Remove.
23335
23336         * mm-view.el (mm-view-pkcs7-decrypt):
23337         Replace gnus-completing-read-maybe-default with completing-read.
23338
23339         * gnus-util.el (gnus-completing-read): do.
23340         (gnus-completing-read-maybe-default): Remove.
23341
23342 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23343
23344         * password.el: Only autoload `run-at-time' if not XEmacs.
23345         Only autoload the itimer functions if XEmacs.
23346
23347 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23348
23349         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
23350         XEmacsen.
23351
23352         * dgnushack.el: Autoload executable-find for XEmacs.
23353
23354 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23355
23356         * gnus-art.el (gnus-read-string): Remove.
23357         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
23358         read-string.
23359
23360 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
23361
23362         * netrc.el: Autoload password-read.
23363         (netrc): Add configuration group.
23364         (netrc-encoding-method, netrc-openssl-path):
23365         Add variables for encoding and decoding of files with symmetric
23366         ciphers.
23367         (netrc-encode): Add assistant function to encode a file with
23368         netrc-encoding-method.
23369         (netrc-parse): Add interactive parameter, added optional
23370         decoding if netrc-encoding-method is non-nil but otherwise
23371         behavior is standard.
23372         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
23373         Do s/encode/encrypt/ everywhere.
23374
23375         * spam.el: Remove executable-find autoload.
23376
23377 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23378
23379         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
23380
23381         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
23382
23383 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23384
23385         * gnus-art.el (gnus-treat-ansi-sequences)
23386         (article-treat-ansi-sequences): New variable and function.
23387         Suggested by Dan Jacobson <jidanni@jidanni.org>.
23388
23389         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
23390         Use it.
23391
23392 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23393
23394         * mm-util.el (mm-quote-arg): Remove.
23395
23396         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
23397         shell-quote-argument.
23398
23399         * gnus-uu.el (gnus-uu-command): do.
23400
23401         * gnus-sum.el (gnus-summary-insert-pseudos): do.
23402
23403         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
23404         with make-char.
23405
23406         * mm-util.el (mm-make-char): Remove.
23407
23408         * mml.el (mml-mode): Replace gnus-add-minor-mode with
23409         add-minor-mode.
23410
23411         * gnus-undo.el (gnus-undo-mode): do.
23412
23413         * gnus-topic.el (gnus-topic-mode): do.
23414
23415         * gnus-sum.el (gnus-dead-summary-mode): do.
23416
23417         * gnus-start.el (gnus-slave-mode): do.
23418
23419         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
23420
23421         * gnus-ml.el (gnus-mailing-list-mode): do.
23422
23423         * gnus-gl.el (gnus-grouplens-mode): do.
23424
23425         * gnus-draft.el (gnus-draft-mode): do.
23426
23427         * gnus-dired.el (gnus-dired-mode): do.
23428
23429         * gnus-ems.el (gnus-add-minor-mode): Remove.
23430
23431         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23432         Replace gnus-char-width with char-width.
23433
23434         * gnus-ems.el (gnus-char-width): Remove.
23435
23436         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23437         Replace gnus-char-width with char-width.
23438
23439         * gnus-ems.el (gnus-char-width): Remove.
23440
23441         * spam-stat.el (with-syntax-table): Remove with-syntax-table
23442         definition.
23443         Remove Emacs 20 hash table compatibility code.
23444
23445         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
23446         20 compatibility code.
23447
23448         * spam.el (spam-point-at-eol): Replace with point-at-eol.
23449
23450         * smime.el (smime-point-at-eol): Replace with point-at-eol.
23451
23452         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
23453         Replace with point-at-{eol,bol}.
23454
23455         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
23456
23457         * imap.el (imap-point-at-eol): Replace with point-at-eol.
23458
23459         * flow-fill.el (fill-flowed-point-at-bol)
23460         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
23461
23462         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23463         Replace with point-at-{eol,bol} throughout all files.
23464
23465 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23466
23467         * ntlm.el (ntlm-string-as-unibyte): New macro.
23468         (ntlm-build-auth-response): Use it.
23469
23470         Remove Emacs 20 stuff:
23471         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
23472         (butlast, mapc, remove): Remove the compiler macros.
23473         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23474         of delq and copy-sequence.
23475         * gnus-art.el (popup-menu): Remove the compiler macro.
23476         * nnmail.el (nnmail-split-fancy): Don't support customizing with
23477         Emacs 20.
23478
23479 2004-01-05  Simon Josefsson  <jas@extundo.com>
23480
23481         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
23482         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23483         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23484         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23485         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23486         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23487         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23488         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23489         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23490         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23491         ntlm-string-permute, string-lshift into ntlm-string-lshift,
23492         string-xor into ntlm-string-xor.
23493         Suggested by Jesper Harder <harder@myrealbox.com>.
23494
23495         * ntlm.el: Don't include poem.
23496
23497         * md4.el (print-int32, print-string-hexa): Remove.
23498         Suggested by Jesper Harder <harder@myrealbox.com>.
23499
23500         * sasl-ntlm.el, ntlm.el, md4.el: New files.
23501
23502         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
23503         probably breaks emacs with DL patch, but do we care? Is anyone
23504         still using the DL stuff?)
23505
23506         * sieve-manage.el: Use the password package.
23507         (sieve-manage-read-passwd): Remove.
23508         (sieve-manage-interactive-login): Use password.  Re-add
23509         condition-case around loop.
23510
23511         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
23512         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23513         Use the password package.
23514
23515 2003-02-19  Simon Josefsson  <jas@extundo.com>
23516
23517         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23518         token.
23519
23520 2002-08-07  Simon Josefsson  <jas@extundo.com>
23521
23522         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23523         (sieve-manage-authenticators):
23524         (sieve-manage-authenticator-alist): Add some SASL mechs.
23525         (sieve-sasl-auth): New function.
23526         (sieve-manage-cram-md5-auth):
23527         (sieve-manage-plain-auth): Rewrite using SASL library.
23528         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23529         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23530         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23531         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23532
23533 2004-01-05  Simon Josefsson  <jas@extundo.com>
23534
23535         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23536         New files.
23537
23538 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23539
23540         * gnus-group.el (gnus-no-groups-message): Update.
23541
23542         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23543
23544 2003-11-09  Simon Josefsson  <jas@extundo.com>
23545
23546         * imap.el: Support for ID IMAP extension (RFC 2971).
23547         (imap-local-variables): Add imap-id.
23548         (imap-id): New variable.
23549         (imap-id): New function.
23550         (imap-parse-response): Parse untagged ID response.
23551         * nnimap.el (nnimap-id): New variable.
23552         (nnimap-open-connection): Use it.
23553
23554 2003-12-28  Simon Josefsson  <jas@extundo.com>
23555
23556         * gnus-score.el (gnus-score-edit-all-score): New.
23557         * gnus-group.el (gnus-group-score-map): Bind it to W e.
23558
23559 2004-01-04  Simon Josefsson  <jas@extundo.com>
23560
23561         * password.el: Add.
23562
23563 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
23564
23565         * dns.el (dns-query-types): Fix typo.
23566         (dns-query-types): New function.
23567         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
23568         PTR and SOA replies, see RFC 1035.
23569
23570 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23571
23572         * gnus.el (gnus-logo-color-style): Change colors to `no'.
23573
23574         * Move to Changelog.2.
23575
23576 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23577
23578         * gnus.el (gnus-version-number): Bump version.
23579
23580 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23581
23582         * gnus.el: No Gnus v0.1 is released.
23583
23584 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23585
23586         * gnus.el: No Gnus v0.0 is released.
23587
23588 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23589
23590         * gnus.el (gnus-version-number): Bump.
23591         (gnus-version): No.
23592
23593 See ChangeLog.2 for earlier changes.
23594
23595   Copyright (C) 2004-2011  Free Software Foundation, Inc.
23596
23597   This file is part of GNU Emacs.
23598
23599   GNU Emacs is free software: you can redistribute it and/or modify
23600   it under the terms of the GNU General Public License as published by
23601   the Free Software Foundation, either version 3 of the License, or
23602   (at your option) any later version.
23603
23604   GNU Emacs is distributed in the hope that it will be useful,
23605   but WITHOUT ANY WARRANTY; without even the implied warranty of
23606   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23607   GNU General Public License for more details.
23608
23609   You should have received a copy of the GNU General Public License
23610   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23611
23612 ;; Local Variables:
23613 ;; coding: utf-8
23614 ;; fill-column: 79
23615 ;; add-log-time-zone-rule: t
23616 ;; End: