Fix up Agent expiry of opportunistically cached messages
[gnus] / lisp / ChangeLog
1 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4         article was fetched, so that it can be expired later (bug#9958).
5
6         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
7         retrieval is happening.
8
9         * gnus.el (gnus-parameters): Doc fix.
10
11 2012-01-06  Dave Abrahams  <dave@boostpro.com>  (tiny change)
12
13         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
14         show the thread after expansion.
15
16 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17
18         * gnus-art.el (article-narrow-to-head): If the head is completely
19         empty, narrow to the empty region (bug#9764).
20
21         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
22         read, and then mark them as unread only when the unread mark is used.
23         This makes `C-- T k' actually work, even though it's confusing.
24
25         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
26         alive before we try to find its window.
27
28 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
29
30         * mm-decode.el (mm-display-external): Use a longer timeout for the
31         deletion to allow slow programs to display the file.
32
33 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
36         prompt to be less confusing.
37
38         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
39         argument to `message-reply'.  This broke `special-display-*' frame
40         pop-uping (bug#10238).
41
42 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43
44         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
45         systems, since these allegedly don't work there.
46
47 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
48
49         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
50         live buffer.
51
52 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
53
54         * nnir.el (nnir-retrieve-headers): Protect against the article not
55         existing on the server (bug#10335).
56
57 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
58
59         * gnus-agent.el (gnus-agent-load-local): Recompute
60         gnus-agent-article-local on changing method.
61
62 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * gnus.el (gnus-parameters): Note precedence.
65
66 2012-01-04  Leo  <sdl.web@gmail.com>
67
68         * nndraft.el (nndraft-update-unread-articles): Don't move point around
69         in the group buffer.
70
71 2012-01-04  Julien Danjou  <julien@danjou.info>
72
73         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
74         change.
75
76 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77
78         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
79         too.
80
81         * nntp.el (nntp-retrieve-group-data-early): Use it.
82
83 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
84
85         * nntp.el (nntp-retrieval-in-progress): New variable.
86         (nntp-make-process-buffer): Make it buffer-local.
87
88         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
89         2010.
90         (gnus-demon-init): Use it to compute the time if time is on the form
91         "04:23".
92
93         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
94
95         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
96         status in the correct buffer.
97
98 2012-01-03  Leo  <sdl.web@gmail.com>
99
100         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
101         when opening topics (bug#10407).
102
103 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
104
105         * gnus-cus.el (gnus-score-customize):
106         * gnus-sum.el (gnus-sort-gathered-threads):
107         * message.el (message-shorten-references):
108         * nnmairix.el (nnmairix-request-group):
109         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
110
111 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
112
113         * gnus-agent.el (gnus-agent-regenerate-group):
114         * gnus-int.el (gnus-retrieve-group-data-early):
115         * mm-util.el (mm-codepage-ibm-list):
116         * nndiary.el (Commentary, nndiary-get-new-mail):
117         * nnir.el (nnir):
118         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
119
120 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
121
122         * mm-view.el (mm-display-inline-fontify): Add comment.
123
124 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
125
126         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
127         * ntlm.el (ntlm-smb-dohash): Spelling fix.
128
129 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
130
131         * gnus-art.el (gnus-split-methods):
132         * gnus-msg.el (gnus-configure-posting-styles):
133         * gnus-spec.el (gnus-parse-simple-format):
134         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
135         * message.el (message-do-actions): Spelling fix.
136
137 2011-12-15  Juri Linkov  <juri@jurta.org>
138
139         * mm-decode.el (mm-inline-media-tests): Add missing
140         `mm-handle-media-subtype'.
141
142 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
143
144         * gnus-group.el (gnus-group-tool-bar):
145         * gnus-sum.el (gnus-summary-tool-bar):
146         * message.el (message-tool-bar):
147         * rfc2231.el (rfc2231-parse-string): Spelling fix.
148
149 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
150
151         * plstore.el (plstore--insert-buffer): Spelling fix.
152
153 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
154
155         * message.el (message-valid-fqdn-regexp): Update with newly approved
156         top-level domain names ".tel" and ".asia".
157
158 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
159
160         * gnus-sum.el (gnus-summary-show-article): Don't load shr
161         unconditionally.
162
163 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
164
165         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
166         pop-to-buffer-same-window for old Emacsen.
167
168 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
169
170         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
171
172 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
173
174         * netrc.el (netrc-credentials): Spelling fix.
175
176 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
177
178         * gnus-fun.el (gnus-fun-ppm-change-string):
179         * gnus-msg.el (gnus-inews-do-gcc):
180         * gnus-sum.el (gnus-summary-find-for-reselect):
181         * gnus.el (gnus-summary-cancelled):
182         * message.el (message-cancel-hook, message-send-news):
183         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
184         * nnir.el (nnir-run-hyrex):
185         * nntp.el (nntp-with-open-group-function):
186         * pgg.el (pgg-pending-timers): Spelling fix.
187
188 2011-12-04  Chong Yidong  <cyd@gnu.org>
189
190         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
191         change (Bug#10200).
192
193 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
194
195         * compface.el (uncompface):
196         * gnus-art.el (gnus-article-x-face-command): Update the header format
197         of icon data for the most recent icontopbm program.
198
199 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
200
201         * gnus-msg.el (gnus-inews-do-gcc):
202         * message.el (message-send-mail):
203         * mml.el (mml-generate-mime): Share the value of the buffer-local
204         `message-options' variable between a draft buffer and temprary working
205         buffers.
206
207 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
208
209         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
210
211 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
212
213         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
214         for Cygwin.
215
216 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
217
218         * gnus-group.el (gnus-group-prepare-flat):
219         * mm-bodies.el (mm-encode-body):
220         * mml.el (mml-preview):
221         * nnml.el (nnml-request-compact-group):
222         * pop3.el (pop3-stream-type): Spelling fix.
223
224 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
225
226         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
227
228 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
229
230         * color.el (color-rgb-to-hsl):
231         * gmm-utils.el (gmm-tool-bar-style):
232         * gnus-group.el (gnus-group-prepare-flat):
233         * gnus-topic.el (gnus-topic-prepare-topic):
234         * mm-decode.el (mm-discouraged-alternatives):
235         * rfc2047.el (rfc2047-encode-1):
236         * starttls.el: Spelling fix.
237
238 2011-11-24  Glenn Morris  <rgm@gnu.org>
239
240         * binhex.el (binhex-begin-line): Give it basic doc-string.
241
242         * starttls.el, tls.el: Fix case of "GnuTLS".
243
244 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
245
246         * gnus-group.el (gnus-group-highlight): Fix typo.
247
248 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
249
250         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
251         value of `delete-file', that returns nil for a local file but returns t
252         for a remote file using ssh.
253
254 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
255
256         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
257
258 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
259
260         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
261         avoid later breakage.
262
263 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
264
265         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
266         article buffers' name.
267
268 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
269
270         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
271         by Paul Eggert's spellfixes two days ago.
272
273 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
274
275         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
276         doesn't have it.
277
278         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
279         buffer-local instead of binding them to avoid warnings.  Also demote
280         errors (bug#10063).
281         (font-lock-mode-hook): Shut up byte compiler.
282
283 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
284
285         * mm-util.el (mm-charset-after):
286         * nnir.el (nnir-run-hyrex):
287         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
288         (ntlm-get-password-hashes, ntlm-md4hash):
289         * smime.el: Fix typo.
290
291 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
292
293         * gnus-agent.el (gnus-agent-expire-group-1):
294         * nndiary.el (nndiary-last-occurence):
295         * nnimap.el (nnimap-request-set-mark):
296         * nnmairix.el (nnmairix-only-use-registry):
297         * gnus-group.el (gnus-group-prepare-flat):
298         * gnus-sum.el (gnus-decode-encoded-word-methods):
299         * message.el (message-wash-subject):
300         * nntp.el (nntp-retrieve-headers-with-xover):
301         * smime.el (smime-certificate-directory): Spelling fix.
302
303 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
304
305         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
306
307         * color.el:
308         * gnus-agent.el (gnus-agent-possibly-alter-active):
309         * gnus-dired.el (gnus-dired-print):
310         * mail-parse.el:
311         * nnmairix.el (nnmairix-request-group):
312         * shr.el (shr-image-displayer):
313         * sieve-manage.el:
314         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
315
316 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
317
318         * gnus-sum.el (gnus-auto-select-subject):
319         * spam-report.el (spam-report-resend): Spelling fix.
320
321 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
322
323         * gnus-agent.el (gnus-agent-get-undownloaded-list):
324         * gnus-art.el (gnus-default-article-saver):
325         * gnus-srvr.el (gnus-server-copy-server):
326         * gnus.el (gnus-sloppily-equal-method-parameters):
327         * html2text.el (html2text-format-tag-list):
328         * message.el (message-narrow-to-head):
329         * nndiary.el:
330         * nnmairix.el (nnmairix-determine-original-group-from-registry):
331         * sieve.el: Spelling fix.
332
333 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
334
335         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
336         * gnus-sum.el (gnus-summary-make-menu-bar):
337         * gnus-uu.el (gnus-uu-decode-postscript)
338         (gnus-uu-decode-postscript-and-save):
339         * mailcap.el (mailcap-print-command):
340         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
341         Fix typos.
342
343 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
344
345         * gnus-art.el (gnus-article-part-wrapper):
346         * html2text.el (html2text-fix-paragraphs):
347         * mm-decode.el (mm-image-fit-p):
348         * rfc2047.el (rfc2047-encode-message-header):
349         * shr-color.el (shr-color-visible-distance-min)
350         (shr-color-relative-to-absolute, set-minimum-interval)
351         (shr-color-visible): Fix typos.
352
353 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
354
355         * gmm-utils.el (gmm-tool-bar-item):
356         * gnus-art.el (gnus-treat-body-boundary):
357         * gnus-diary.el (gnus-user-format-function-d):
358         * gnus-start.el (gnus-get-unread-articles):
359         * pgg-gpg.el (pgg-gpg-update-agent):
360         * smime.el (smime-cert-by-ldap-1): Spelling fix.
361
362 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
363
364         * gnus-topic.el (gnus-group-prepare-topics):
365         * gnus-uu.el (gnus-extract-view):
366         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
367
368 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
369
370         * spam.el: Move BBDB autoloads.
371         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
372         BBDB 2 and 3.
373         (spam-check-BBDB): Use it.
374         (spam-enter-ham-BBDB): Use it.
375
376 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
377
378         * smime.el (smime-draw-buffer): Spelling fix.
379
380 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
381
382         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
383         for scanning exactly one level.
384         * gnus-start.el (gnus-get-unread-articles): Ditto.
385
386 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
387
388         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
389         slightly clearer.
390
391 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
392
393         * gnus-sync.el: More commentary about setup.
394
395 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
396
397         * message.el (message-send-and-exit): Document `arg'.
398
399 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
400
401         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
402
403 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
404
405         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
406
407         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
408         we don't use `bound-and-true-p'.
409
410 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
411
412         * gnus-util.el (gnus-bound-and-true-p): Remove.
413         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
414         * nnir.el: Use it.
415         * nnmairix.el: Use it.
416
417 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
418
419         * gnus-sync.el: Improve docs about CouchDB admins.
420
421         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
422         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
423         for reasons unknown.
424         * nnir.el: Use it.
425         * nnmairix.el: Use it.
426
427         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
428         * nnir.el: Ditto.
429         * nnmairix.el: Ditto.
430
431         * gnus-registry.el (gnus-registry-enabled): Default to nil.
432
433 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
434
435         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
436         not needed.  Provide xmlplistread list function to produce XML plist
437         output for non-Gnus LeSync clients.
438
439 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
440
441         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
442
443         * gnus-sync.el: Add LeSync synchronization backend and logic to read
444         and save against it.  Group subscriptions, read marks, other marks,
445         subscription levels, topic names, and topic offsets (the group's
446         position within the topic) are saved.  This is an experimental backend
447         and may change significantly.  Load json.el from the gnus-fallback-lib
448         if it's not available otherwise.
449         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
450
451 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
452
453         * message.el (message-completion-function): Make sure
454         message-tab-body-function is not attempted if one of
455         message-completion-alist fails to find a completion (bug#9158).
456
457 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
458
459         * mml.el (mml-quote-region): Quote <#secure> tag.
460         (mml-generate-mime-1): Unquote <#secure> tag.
461
462 2011-10-20  Chong Yidong  <cyd@gnu.org>
463
464         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
465         calling a minor mode from Lisp with nil arg enables it, so we have to
466         make the wording a bit ambiguous here).
467
468 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
469
470         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
471         * nnir.el (nnir-mode): Use it.
472         * nnmairix.el (nnmairix-determine-original-group-from-registry):
473         Use it.
474
475         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
476         * nnmairix.el (gnus-registry-enabled): Ditto.
477
478 2011-10-17  Dave Abrahams  <dave@boostpro.com>  (tiny change)
479
480         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
481         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
482         only while we need to find out if it should be t or nil.
483         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
484         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
485         the registry is installed.  Set it to nil when it's unloaded.
486         (gnus-registry-install-p): Provide user guidance for the initial value
487         of `gnus-registry-install' when it's 'ask, otherwise return its value.
488         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
489         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
490         * nnmairix.el (nnmairix-determine-original-group-from-registry):
491         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
492         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
493         `gnus-registry-install'.
494
495 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
496
497         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
498         previous change.
499         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
500         primary key is marked as disabled.
501
502 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
503
504         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
505         primary key is marked as disabled.
506
507 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
508
509         * html2text.el (html2text-clean-anchor): Check for quotes around
510         `href' value.
511
512 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
513
514         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
515         searching.  Drop `bbdb-cache'.
516
517 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
518
519         * message.el (message-signed-or-encrypted-p): Exclude header when
520         checking if there is signed or encrypted body in text/plain message.
521
522 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
523
524         * html2text.el (html2text-get-attr): Correctly handle attribute values
525         containing "=".
526
527 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
528
529         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
530         handle bindings.
531
532 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
533
534         * gnus-win.el (gnus-configure-windows): Protect against reading
535         ephemeral groups outside of Gnus.
536
537 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
538
539         * shr.el (shr-tag-img): Don't get images displayed in tables.
540
541 2011-10-03  Glenn Morris  <rgm@gnu.org>
542
543         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
544         the "maintainer" version of debbugs.gnu.org reports.
545
546 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
547
548         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
549         make asynchronous adjacent image insertion work better.
550
551 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
552
553         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
554         documentation.
555
556 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
557
558         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
559         `gnus-asynchronous' isn't shadowed.
560
561 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
562
563         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
564
565         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
566         (nnimap-insert-partial-structure): The charset parameter isn't
567         case-sensitive.
568
569         * nnheader.el (nnheader-message-maybe): New function.
570
571         * shr.el (shr-tag-table): Render totally broken tables better.
572
573         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
574         computing the boundary.
575
576 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
577
578         * pop3.el (pop3-number-of-responses): Remove.
579         (pop3-wait-for-messages): Rewrite to take linear time instead of
580         exponential time.
581
582 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
583
584         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
585         re-fetch images.
586
587         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
588         re-fetch images when hitting `g' in Gnus.
589
590 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
591
592         * mml.el (mml-inhibit-compute-boundary): New internal variable.
593         (mml-compute-boundary): Don't check collision if it is non-nil.
594         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
595         before checking collision.
596
597 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
598
599         * message.el (message-indent-citation): Really make sure there's a
600         newline at the end.
601
602         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
603         Fix suggested by John Wiegley.
604
605         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
606
607         * gnus-art.el (gnus-treat-hide-citation): Add doc.
608
609         * message.el (message-default-send-rename-function): Break out into its
610         own function.
611
612         * ecomplete.el (ecomplete-display-matches): Revert patch since it
613         doesn't work under XEmacs.
614
615         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
616         of "imaps" to word around Windows problems.
617         (nnimap-open-connection-1): Use it.
618
619         * message.el (message-indent-citation): Revert last change which made
620         `F' not work.
621
622 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
623
624         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
625         terminal as well.
626
627 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
628
629         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
630         because it displays images using overlays that aren't easy to copy to
631         the article buffer.
632
633 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
634
635         * message.el (message-indent-citation): Fix empty line removal at the
636         end of the citation.
637
638 2011-09-20  Julien Danjou  <julien@danjou.info>
639
640         * auth-source.el (auth-source-netrc-create): Use default value for
641         password if specified.  Evaluate default.
642         (auth-source-plstore-create): Ditto.
643         (auth-source-plstore-create, auth-source-netrc-create): Fix default
644         value evaluation.
645         (auth-source-netrc-create): Typo fix.
646         (auth-source-plstore-create): Ditto.
647
648         * password-cache.el (password-cache-remove): Remove entries even if the
649         value is nil, so that password with a nil value (negative caching) is
650         possible to invalidate.
651
652         * auth-source.el (auth-source-format-cache-entry): New function.
653
654 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
655
656         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
657
658 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
659
660         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
661
662 2011-09-19  Julien Danjou  <julien@danjou.info>
663
664         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
665         which work with things that are not ASCII.
666
667 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
668
669         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
670
671 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
672
673         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
674         message level.
675
676 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
679
680 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
681
682         * gnus.el (gnus-interactive-exit): Update defcustom spec.
683
684 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
685
686         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
687         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
688
689 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
690
691         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
692         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
693         articles.
694
695 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
696
697         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
698         (message-mail-other-window, message-mail-other-frame)
699         (message-news-other-window, message-news-other-frame):
700         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
701         instead of setting buffer display varibles.
702
703 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
704
705         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
706
707         * gnus-sum.el (gnus-fetch-headers): Bump message level.
708
709 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
710
711         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
712         duplicates" to a higher level.
713
714         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
715         most egregious messages.
716
717 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
718
719         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
720
721 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
722
723         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
724         up the file (bug#9351).
725
726 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
727
728         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
729         it does with all other backends, but decode the names immediately after
730         getting them.
731
732         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
733         decoding nnimap groups.
734
735         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
736         newsrc file.  It doesn't seem like an important optimization any more.
737
738 2011-09-10  Dave Abrahams  <dave@boostpro.com>  (tiny change)
739
740         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
741         overflows.
742
743 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
744
745         * gnus.el (gnus-article-mark-lists): Remove `recent'.
746         (gnus-interactive-exit): Extend to `quiet'.
747
748         * gnus-sum.el (gnus-offer-save-summaries): Use it.
749
750         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
751         string.
752
753         * plstore.el (plstore--get-buffer): Silence compiler warnings by
754         renaming function arguments from `this'.
755
756         * gnus-sum.el (gnus-newsgroup-recent): Remove.
757
758         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
759         has been renamed.
760         (gnus-lrm-string-p): Include RLM and PDF, too.
761
762         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
763         (bug#9225).
764
765 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
766
767         Add autoload cookies for functions used by sendmail.el.
768         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
769
770         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
771
772 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
773
774         * gnus-art.el (article-date-ut): Work properly even when there are
775         things like Date header in the body; work for forwarded parts.
776
777 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
778
779         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
780         original-article-buffer.
781
782 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
783
784         * nnir.el (nnir-compose-result): Fix matching of server type.
785         (nnir-run-swish++): Ditto.
786         (nnir-run-namazu): Ditto.
787         (nnir-run-notmuch): Ditto.
788
789 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
790
791         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
792         (bug#9405).
793
794         * gnus-score.el (gnus-summary-increase-score): Doc clarification
795         (bug#9421).
796
797         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
798         (bug#9425).
799
800         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
801         thing (bug#9426).
802
803 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
804
805         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
806         the error message.
807
808 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
809
810         * message.el (message-setup-1): Return t (Bug#9392).
811
812 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
813
814         * gnus-sum.el: When adding article headers to a summary buffer also
815         update gnus-newsgroup-articles (bug#9386).
816
817 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
818
819         * auth-source.el: Autoload help-mode.
820
821 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
822
823         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
824         names.
825
826 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
827
828         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
829         mm-replace-in-string for compatibility issues.
830         * mml2015.el (mml2015-epg-verify): Ditto.
831
832 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
833
834         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
835
836         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
837
838 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
839
840         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
841         continue on and do the clean-up phase (bug#9188).
842
843         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
844         just ignore groups that can't be opened instead of erroring out
845         (bug#9225).
846
847         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
848         nil since some many people are fuddy-duddies.
849
850         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
851         images.
852
853         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
854         instead.
855
856         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
857
858         * gnus-util.el (gnus-process-live-p): Copy over compat function.
859
860         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
861         processing.
862
863         * nntp.el (nntp-kill-buffer): Kill the process before killing the
864         buffer to avoid warnings.
865
866 2011-08-20  Simon Josefsson  <simon@josefsson.org>
867
868         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
869         specified to reduce precision.
870
871 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
872
873         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
874         bodystructures (bug#9314).
875
876 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
877
878         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
879         Make button keymap non-sticky after buttons.
880
881 2011-08-18  David Engster  <dengste@eml.cc>
882
883         * nnmairix.el (nnmairix-request-set-mark)
884         (nnmairix-goto-original-article): Remove adding of article to registry,
885         since `gnus-registry-add-group' isn't available anymore.
886         (nnmairix-determine-original-group-from-registry):
887         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
888         available anymore.
889
890 2011-08-12  Simon Josefsson  <simon@josefsson.org>
891
892         * starttls.el (starttls-any-program-available): Define as obsolete
893         function.
894
895 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
896
897         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
898         versions which Gnus use when appropriate.
899
900         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
901         a pretty destructive command.
902
903         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
904
905 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906
907         * message.el (message-fix-before-sending): Make a different warning
908         about NUL characters (bug#9270).
909
910         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
911         from custom (bug#9260).
912
913         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
914         things work in Emacs 22 and XEmacs, too.
915
916         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
917         default From.
918
919         * gnus-spec.el (gnus-lrm-string-p): New macro.
920         (gnus-lrm-string): New constant.
921         (gnus-summary-line-format-spec): LRM-ify the from.
922         (gnus-tilde-max-form): LRM-ify string chopping.
923
924         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
925
926         * message.el (message-is-yours-p): Allow disabling canlock checking
927         (bug#9295).
928         (message-shoot-gnksa-feet): Add `canlock-verify'.
929         (message-auto-save-directory): Use ~/ as the auto-save directory if the
930         message directory isn't writable (bug#9304).
931
932         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
933         non-world-readable.
934
935 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
936
937         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
938         articles.
939
940 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
941
942         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
943         copy-list.
944
945 2011-08-12  Sam Steingold  <sds@gnu.org>
946
947         * gnus-score.el (gnus-score-find-alist): Keep the score files already
948         in the reverse order to avoid modifying the cache with `nreverse'.
949         (gnus-all-score-files): Do not modify the value returned by
950         `gnus-score-find-alist' because it lives in a cache variable.
951         (gnus-current-home-score-file): No need to `nreverse' the return value
952         of `gnus-score-find-alist', it is already in the correct order.
953
954 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
955
956         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
957         type MESSAGE and subtype RFC822 is slightly different from those of
958         type TEXT.
959
960 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
961
962         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
963         This allows article-referral to work from an nnir group.
964
965 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
966
967         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
968
969 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
970
971         * mml1991.el (mml1991-epg-find-usable-key)
972         (mml1991-epg-find-usable-secret-key): New function.
973         (mml1991-epg-sign): Check if signing key is usable.
974         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
975
976 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
977
978         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
979         server-variables only.  This should fix a bug introduced with commit
980         e1889675b7f4adf057833c5513c9374134c4e053.
981         (nnir-run-query): 'nnir-search-engine should not be set from the global
982         environment.
983
984 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
985
986         * nnir.el (nnir-search-thread): Position point on referring article
987         line.
988         (nnir-warp-to-article): Clean up summary buffers.
989
990         * nnimap.el (nnimap-request-thread): Whitespace fix.
991
992 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
993
994         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
995
996 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
997
998         * starttls.el (starttls-available-p): Rename from
999         `starttls-any-program-available' and changed return convention.
1000
1001 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
1002
1003         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
1004         `unix-sync' unless it's defined.
1005
1006 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
1007
1008         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
1009         `aref' for XEmacs compatibiltiy.
1010
1011 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1012
1013         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
1014
1015 2011-07-31  Dave Abrahams  <dave@boostpro.com>  (tiny change)
1016
1017         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
1018         closures, quote the form properly (bug#9194).
1019
1020 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1021
1022         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
1023         (gnus-summary-insert-new-articles): Protect against servers that are
1024         down.
1025
1026 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1027
1028         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
1029         in mm handle if none is specified.
1030
1031 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
1032
1033         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
1034
1035 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
1036
1037         * nnir.el (nnir-search-thread): New function to make an nnir group
1038         based on a thread query.
1039
1040         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
1041         of nnir in thread referral.
1042         (gnus-summary-refer-thread): Use it.
1043
1044         * nnimap.el (nnimap-request-thread): Use it.
1045
1046 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1047
1048         * shr.el (shr-tag-comment): Ignore HTML comments.
1049
1050 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
1051
1052         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
1053         argument.
1054         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
1055         Use `nnir-address' to handle server info rather than passing an arg.
1056
1057         * nnimap.el (nnimap-make-thread-query): New utility function to format
1058         an imap thread search query.
1059         (nnimap-request-thread): Use it.
1060
1061         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
1062         right select-method if we are not going back to the group buffer.
1063
1064 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065
1066         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
1067         enter invalid buffer configurations into the quit form (bug#9107).
1068         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
1069         unplugged/plugged.
1070
1071         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
1072         keep track of which ones are unread (bug#9061).
1073
1074         * gnus.el (gnus-refer-article-method): Allow entering any sexp
1075         (bug#9055).
1076
1077         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
1078         (bug#9041).
1079
1080         * gnus-html.el (mm-util): Require (bug#9073).
1081
1082         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
1083         (gnus-summary-refer-thread): Use it to remove duplicates in the
1084         un-threaded view (bug#9053).
1085         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
1086
1087 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
1088
1089         * nnir.el (nnir-read-server-parm): Use default value from global
1090         variable.  Without this the default search engine parameters aren't
1091         used at all.
1092
1093 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1094
1095         * message.el (message-unique-id): Don't use the undocumented return
1096         value from (random t) (bug#9118).
1097
1098 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1099
1100         * message.el (message-auto-save-directory): If the ~/Mail directory
1101         doesn't exist, use ~ as the auto-save directory (bug#4432).
1102
1103         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
1104         hasn't already been started.
1105
1106 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1107
1108         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
1109
1110         * message.el (message-reply): Work around mysterious bug where
1111         `message-mode' seems to overwrite the locally bound `subject' variable.
1112
1113 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
1114
1115         * nnimap.el (nnimap-request-thread): Ensure search is performed in
1116         correct group.
1117
1118         * gnus-int.el (gnus-request-thread): Add group argument.
1119
1120         * gnus-sum.el (gnus-summary-refer-thread): Use it.
1121
1122 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1123
1124         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
1125
1126         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
1127         renamed to `debbugs-gnu-*'.
1128
1129 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
1130
1131         * plstore.el: Revert the editing feature since it is not urgent.
1132         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
1133         (plstore-mode-decoded): Remove.
1134
1135 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1136
1137         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
1138         isn't very interesting any more, and it leaks potentially secret data.
1139         (gnus-debug): Remove.
1140
1141         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
1142         use of :custom-show.
1143
1144 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
1145
1146         * plstore.el: Add documentation.
1147         (plstore-mode): New mode to edit plstore file.
1148         (plstore-mode-toggle-display, plstore-mode-original)
1149         (plstore-mode-decoded): New command.
1150         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1151         (plstore--insert-buffer, plstore--make): New function.
1152         (plstore-open, plstore-save): Simplify by using them.
1153
1154 2011-07-06  Glenn Morris  <rgm@gnu.org>
1155
1156         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
1157
1158 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1159
1160         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
1161         no longer is much used.
1162         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
1163         Articles".
1164
1165 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
1166
1167         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
1168         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
1169         `notmuch' backend.
1170
1171 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1172
1173         * mm-decode.el (mm-text-html-renderer): Doc fix.
1174
1175         * gnus-msg.el (gnus-bug): Fix the MML tag.
1176
1177         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
1178
1179 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
1180
1181         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
1182         secondary methods if started with `gnus-no-server'.
1183
1184 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
1185
1186         * message.el (message-return-action): Fix typo in docstring.
1187
1188 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1189
1190         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
1191         bug reports at once.
1192
1193         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
1194
1195 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1196
1197         * nndraft.el: Require gnus-group.
1198         (nndraft-request-list): Declare.
1199
1200         * nndraft.el (nndraft-update-unread-articles): Don't show group having
1201         no unread article unless it matches gnus-permanently-visible-groups.
1202
1203         * nndraft.el (nndraft-update-unread-articles): New function.
1204         (nndraft-request-associate-buffer): Use it to update the number of
1205         unread articles for the nndraft groups in the group buffer when saving
1206         or killing a draft message.
1207
1208 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1209
1210         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
1211         systems to binary before writing and reading the mbox files.
1212
1213         * gnus.el (gnus-summary-line-format): Link to the info node for %U
1214         instead of trying to list them all (bug#8978).
1215
1216 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1217
1218         * pop3.el (pop3-open-server): Use :end-of-capability.
1219
1220 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1221
1222         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
1223         the id is always a number.
1224
1225         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
1226
1227         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
1228         debbugs mode, if possible.
1229
1230 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
1231
1232         * auth-source.el (auth-source-token-passphrase-callback-function):
1233         Reindent.
1234         (epg-context-operation): Remove unnecessary autoload.
1235
1236 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1237
1238         * gnus.el (gnus-list-debbugs): New command.
1239
1240         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
1241         mboxstat instead of the maintbox, since the stat seems to be fuller.
1242
1243         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
1244         summary buffers.
1245
1246         * message.el (message-get-reply-headers): Delete all duplicates,
1247         instead of the first.
1248         (message-get-reply-headers): Ensure that we have progress while
1249         deleting duplicates.
1250
1251         * gnus-msg.el (gnus-configure-posting-styles): Get the local
1252         gnus-posting-style value from the summary buffer to make it easier to
1253         make that a per-buffer conf.
1254
1255 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
1256
1257         * nnir.el (nnir-run-imap): Allow halting a search when an article is
1258         found by setting `shortcut' in 'query.
1259         (nnir-request-article): Use `shortcut' setting when requesting article
1260         by Message-ID.
1261
1262 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
1263
1264         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
1265         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
1266         Bring the pseudo-headers back too.
1267
1268 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1269
1270         * auth-source.el (auth-source-token-passphrase-callback-function):
1271         Simplify and remove EPA dependency.
1272
1273 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
1274
1275         * nnir.el (nnir-request-article): Fix error message text.
1276
1277 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1278
1279         * auth-source.el (plstore-delete): Autoload.
1280         (auth-source-plstore-search): Support delete operation.
1281         * plstore.el (plstore-delete): New function.
1282
1283 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1284
1285         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
1286         mark actually existing articles as unread rather than the ones that
1287         active asserts.
1288
1289 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
1290
1291         * nntp.el (nntp-record-command):
1292         * gnus-util.el (gnus-message-with-timestamp-1):
1293         Use format-time-string rather than decoding time stamps by hand.
1294         This is simpler and insulates the code from potential changes to
1295         current-time format.
1296
1297 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1298
1299         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
1300
1301 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1302
1303         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
1304         (plstore-save): Support public key encryption.
1305         (plstore--init-from-buffer): New function.
1306         (plstore-open): Use it; fix error when opening a non-existent file.
1307         (plstore-revert): Use plstore--init-from-buffer.
1308
1309 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1310
1311         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
1312
1313 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * mml2015.el (mml2015-use): Replace string-match-p with string-match
1316         for old Emacsen.
1317
1318 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1319
1320         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
1321         is not fully working.
1322
1323 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1324
1325         * dgnushack.el: Autoload sha1 on XEmacs.
1326
1327         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
1328         quit window configuration.
1329
1330         * auth-source.el (epg-context-set-passphrase-callback):
1331         Remove duplicate autoload.
1332
1333 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1334
1335         * nnir.el (nnir-request-article): Allow requesting articles by
1336         Message-ID with nnimap.
1337
1338         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
1339         current server.
1340
1341 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1342
1343         * auth-source.el: Autoload EPA/EPG functions.
1344         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
1345         changed when EPA/EPG is not available.
1346         (auth-source-backend): Rename "arg" member to "data".
1347         (auth-source-backend-parse, auth-source-plstore-search)
1348         (auth-source-plstore-create): Use it.
1349
1350 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1351
1352         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
1353         `gnus-refer-article-methods'.
1354
1355 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1356
1357         * auth-source.el: Require EPA and EPG.
1358         (auth-source-passphrase-alist): New variable.
1359         (auth-source-passphrase-callback-function)
1360         (auth-source-token-passphrase-callback-function): Callbacks for the
1361         netrc field encryption (GPG tokens).
1362         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
1363         Symmetric encryption and decryption of the netrc GPG tokens.
1364         (auth-source-netrc-normalize): Use them, simplifying the closure.
1365
1366 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1367
1368         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
1369         is available.
1370
1371 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1372
1373         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
1374         non-nil, and `nnimap-split-methods' is nil, use the former.
1375
1376 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1377
1378         * plstore.el (plstore-revert): New function.
1379         (plstore-open): Use it; hide the buffer from user.
1380
1381 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1382
1383         * auth-source.el (auth-source-backend): New member "arg".
1384         (auth-source-backend-parse): Handle new backend 'plstore.
1385         * plstore.el: New file.
1386
1387 2011-06-30  Glenn Morris  <rgm@gnu.org>
1388
1389         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
1390
1391 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1392
1393         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
1394         expiring articles to.
1395
1396         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
1397         variations as ASCII (bug#5458).
1398
1399 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1400
1401         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
1402
1403 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1404
1405         * message.el (message-point-in-header-p): Tweak the function to default
1406         to saying that we're not in the headers if there is no separator at
1407         all.  This makes it possible to use the Message version of `M-q' in
1408         buffers with no headers (bug#7987).
1409         (message-point-in-header-p): Fix last checkin to work with an empty
1410         mail-header-separator, too.
1411
1412         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
1413         again, save the choice via customize.
1414
1415 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1416
1417         * message.el (message-send-mail-function): Add `sendmail-query-once'.
1418
1419         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
1420         ended the connection, bail out before waiting infinitely on a new
1421         connection.
1422
1423 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
1424
1425         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
1426         reports.
1427
1428         * gnus.el (gnus-bug-package): Use "gnus."
1429         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
1430
1431 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1432
1433         * dgnushack.el: Make the timer warning go away on XEmacs.
1434
1435         * gnus-art.el (gnus-article-stop-animations): New function to stop any
1436         animations going on at article exit time.
1437
1438         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
1439         since removing it breaks people upgrading.
1440
1441         * shr.el (shr-put-image): Use the new interface for animating images.
1442         (shr-put-image): Animate for 60 seconds.
1443
1444         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
1445         avoid compiler warnings.
1446
1447         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
1448         error with `find-file-hooks' on Emacs 22.
1449         (with-auth-source-epa-overrides): Ugly hack to Wrap the
1450         `find-file-hook' things in `symbol-value' to avoid compilation warnings
1451         on all architectures.
1452
1453         * spam.el (spam-stat): Require in a normal fashion without binding
1454         `spam-stat-install-hooks' to avoid compilation warnings.
1455
1456         * spam-stat.el (spam-stat-install-hooks): Remove.
1457         (spam-stat-install-hooks): Don't run automatically.
1458
1459 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
1460
1461         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
1462         and keystroke.
1463
1464 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1465
1466         * auth-source.el (auth-source-netrc-cache): Move forward.
1467
1468 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1469
1470         * proto-stream.el (proto-stream-open-starttls): Use
1471         `gnutls-available-p' to see whether we have built-in support.
1472
1473         * auth-source.el (auth-source-netrc-create): Don't query the bits that
1474         we already know.
1475         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
1476         (auth-source-netrc-create): Don't prompt for the stuff we already know.
1477
1478 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1479
1480         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
1481         %S format, since that looks odd.
1482         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
1483         file, especially when saving.
1484
1485 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
1486
1487         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
1488         article found.
1489
1490 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1491
1492         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
1493         `auth-source-save-secrets' with a more sensitive alist that can be
1494         configured per file.  Experimental, so defaults to 'never.
1495         (auth-source-netrc-create): Use it.  Still experimental code.
1496         (with-auth-source-epa-overrides): Use `find-file-hooks' if
1497         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
1498
1499 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
1500
1501         * auth-source.el (auth-source-save-secrets): New variable to control if
1502         secret tokens should be saved encrypted.
1503         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
1504         to `auth-source-netrc-normalize'.
1505         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
1506         on the EPA variables being defined.
1507         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
1508         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
1509         the lexical-let closure.
1510         (auth-source-netrc-create): Create "gpg:" tokens according to
1511         `auth-source-save-secrets'.
1512
1513 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1514
1515         * gnus-group.el (gnus-group-update-group): Add new argument
1516         `info-unchanged' that stops updating dribble buffer.
1517
1518         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
1519         deletes lines matching to it in dribble buffer.
1520
1521         * gnus-agent.el (gnus-agent-fetch-group-1):
1522         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
1523         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
1524         * gnus-start.el (gnus-group-change-level):
1525         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
1526
1527         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
1528         if newsgroup info is not changed.
1529
1530         * gnus-group.el (gnus-group-get-new-news-this-group):
1531         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
1532         Don't update dribble buffer.
1533
1534 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
1535
1536         * gnus-registry.el (gnus-registry-remove-ignored): New function to
1537         remove entries with groups we ignore.
1538
1539 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1540
1541         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
1542         the underline comes at the bottom.
1543
1544 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1545
1546         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
1547         `gnus-registry-user-format-function-M' and declare the latter obsolete.
1548         (gnus-registry-article-marks-to-names): Rename from
1549         `gnus-registry-user-format-function-M2'.
1550
1551 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
1554         ephemeral group.
1555
1556 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1557
1558         * shr.el (shr-browse-image): Copy the URL if called interactively.
1559
1560 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
1563         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
1564         done, then unselected articles may be marked as read.
1565
1566         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
1567         since not doing this seems to lead to a race condition in pop3-logon.
1568
1569         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
1570         so that the call chain it correct when we call "upwards".
1571
1572         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
1573         in read-only groups.
1574
1575         * gnus-group.el (gnus-group-mark-article-read): Ditto.
1576
1577         * message.el (message-cite-reply-position): Doc string fix.
1578
1579         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
1580         avoid regexp overflow.
1581         (nnimap-transform-split-mail): Ditto.
1582
1583         * pop3.el (pop3-retr): Error out if the server closes the connection.
1584
1585 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1586
1587         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
1588         mm-with-unibyte-current-buffer.  The buffer should not contain any
1589         multibyte chars anyway at this stage.
1590
1591 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1592
1593         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1594         at the end of lines.
1595
1596 2011-05-29  Julien Danjou  <julien@danjou.info>
1597
1598         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1599
1600 2011-05-27  Glenn Morris  <rgm@gnu.org>
1601
1602         * gnus-group.el (gnus-bug-group-download-format-alist):
1603         Use the "maintainer" version of debian reports as well.
1604
1605 2011-05-26  Glenn Morris  <rgm@gnu.org>
1606
1607         * gnus-group.el (gnus-bug-group-download-format-alist):
1608         Use the "maintainer" version of debbugs.gnu.org reports.
1609
1610 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1611
1612         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1613
1614 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1615
1616         * gnus-cus.el (gnus-agent-customize-category):
1617         * gnus-delay.el (gnus-delay-send-queue):
1618         * gnus.el (gnus-other-frame):
1619         Don't quote lambda expressions with `quote'.
1620
1621 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1622
1623         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1624         the thread moves us backwards and so we loop forever.
1625
1626 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1627
1628         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1629         whitespace in base64 data lines.
1630
1631 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1632
1633         * gnus-registry.el (gnus-registry-user-format-function-M):
1634         Use `mapconcat'.
1635         (gnus-registry-user-format-function-M2): Use to see the full text of
1636         the marks.  Make "," the mark text separator.
1637
1638         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1639         authentication with auth-source.
1640
1641 2011-05-17  Glenn Morris  <rgm@gnu.org>
1642
1643         * gnus-group.el (gnus-import-other-newsrc-file):
1644         Use insert-file-contents.
1645
1646 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
1647
1648         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1649         1000 iterations.
1650
1651 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1652
1653         * nntp.el (nntp-open-connection): Check if process-type is available.
1654
1655 2011-05-16  Julien Danjou  <julien@danjou.info>
1656
1657         * shr.el (shr-tag-del): Add support for del tag.
1658
1659 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1660
1661         * gnus-html.el (gnus-html-put-image): Register a displayer.
1662
1663         * shr.el (shr-image-displayer): Don't remove text props from alt text.
1664
1665 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
1666
1667         * registry.el (prune-factor): New initialization parameter defaulting
1668         to 0.1.
1669         (registry-prune-hard): Use it.
1670
1671         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1672         0.1 expicitly.
1673
1674 2011-05-13  Glenn Morris  <rgm@gnu.org>
1675
1676         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1677         is bound, since this function requires sendmail.
1678
1679 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1680
1681         * registry.el (registry-usage-test): Disable pruning test.
1682
1683 2011-05-11  David Engster  <dengste@eml.cc>
1684
1685         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
1686         Bind set-network-process-option for XEmacs.
1687
1688 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
1689
1690         * registry.el (registry-prune-hard-candidates)
1691         (registry-prune-soft-candidates): Helper methods for registry pruning.
1692         (registry-prune): Use them.  Make the sort function optional.
1693
1694 2011-05-10  Jim Meyering  <meyering@redhat.com>
1695
1696         * shr.el (shr-colorize-region): Fix typo "on on -> on".
1697
1698 2011-05-10  Julien Danjou  <julien@danjou.info>
1699
1700         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1701         symbol and not a list.
1702
1703 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * gnus-art.el (gnus-article-mode): Move binding of
1706         shr-put-image-function here from gnus-article-prepare-display.
1707
1708         * shr.el (shr-put-image-function): New variable.
1709         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1710         (shr-put-image): Return scaled image.
1711
1712         * gnus-art.el (gnus-shr-put-image): New function.
1713         (gnus-article-prepare-display): Bind shr-put-image-function to it.
1714
1715         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1716         original ones, as deletable.
1717
1718 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1719
1720         * nntp.el (nntp-open-connection): Set TCP keepalive option.
1721
1722 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1723
1724         * registry.el (registry-full): Add convenience method.  Fix logic.
1725         (registry-insert): Use it.  Fix logic here too.
1726
1727         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1728         `registry-prune' if `registry-full' returns t.
1729         (gnus-registry-handle-action)
1730         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1731         (gnus-registry-usage-test): Use it.
1732
1733 2011-05-07  Julien Danjou  <julien@danjou.info>
1734
1735         * shr.el (shr-link): Make shr-link inherit from link by default.
1736
1737 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
1738
1739         * shr.el (shr-urlify, shr-link): Fix shr-link face.
1740
1741 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1742
1743         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1744         error out because the face is not a list.
1745
1746 2011-05-05  Glenn Morris  <rgm@gnu.org>
1747
1748         * proto-stream.el (gnutls-negotiate): Fix declarations.
1749
1750         * gnus-start.el (gnus-propagate-marks): Declare.
1751
1752 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1753
1754         * registry.el (registry-reindex): Fix percentage message.
1755
1756         * proto-stream.el (network-stream-open-starttls): Adjust to call
1757         `gnutls-negotiate' with :process and :hostname arguments.
1758
1759 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1760
1761         * shr.el: Add shr-link face for links.
1762         (shr-urlify): Use it.
1763
1764         * registry.el (registry-insert): Make error message more helpful.
1765
1766 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1767
1768         * gnus-html.el (gnus-html-schedule-image-fetching):
1769         Use url-queue-retrieve, if it exists.
1770
1771         * shr.el (shr-tag-img): Ditto.
1772
1773         * gnus.el: Autoload more gnus-agent functions.
1774
1775         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1776         agent if we haven't already (bug#8502).
1777
1778         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1779         into the Agent, too.
1780
1781         * gnus-agent.el (gnus-agent-store-article): New function.
1782
1783         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1784         and moved from that file for reuse.
1785
1786         * pop3.el (pop3-open-server): Error messages are "-ERR".
1787
1788 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1789
1790         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1791         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1792
1793 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1794
1795         * gnus.el: No Gnus v0.17 is released.
1796
1797 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1798
1799         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1800         buffer has moved to a different frame.
1801
1802 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1803
1804         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1805         to get the conversion from unibyte to multibyte buffers to work on
1806         Emacs 22.
1807
1808         * nntp.el (nntp-request-article): Slight clean-up.
1809
1810 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1811
1812         * shr.el (shr-strike-through): New face.
1813         (shr-tag-s): Use it to provide <s> support.
1814         (shr-tag-s): Remove duplicate definition.
1815
1816 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1817
1818         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1819         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1820
1821 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1822
1823         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
1824         `gnutls-negotiate'.
1825         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
1826
1827 2011-04-23  Glenn Morris  <rgm@gnu.org>
1828
1829         * gnus-sum.el (gnus-extra-headers): Bump :version.
1830
1831 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1832
1833         * shr.el (shr-tag-sup): New function.
1834         (shr-tag-sub): Ditto.
1835
1836 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
1837
1838         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1839         for the case where `gnus-registry-ignored-groups' is a list of lists,
1840         and don't call `gnus-parameter-registry-ignore' otherwise.
1841
1842 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1843
1844         * nnimap.el (nnimap-user): New backend variable.
1845         (nnimap-open-connection-1): Use it.
1846         (nnimap-credentials): Accept user parameter so it's explicit what user
1847         name is desired.
1848
1849         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1850         default.
1851
1852         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1853         not gnus-registry.el.
1854
1855         * gnus-registry.el: Mention in comments how to modify
1856         `gnus-extra-headers' for proper recipient tracking and that it may
1857         already have To and Cc recently, which it does as of this commit.
1858         (gnus-registry-ignored-groups): Remove defcustom.
1859         Explain why in comments.
1860         (gnus-registry-action): Fix data-header reference to use the extra
1861         headers.  Explain in package commentary how to add To and Cc headers to
1862         the gnus-extra-headers.
1863         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1864         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1865         parameter list or a string list in `gnus-registry-ignored-groups'.
1866         Fix logic error.
1867
1868 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1869
1870         * shr.el (shr-expand-url): Protect against null urls.
1871
1872 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1873
1874         * shr.el (shr-base): New binding.
1875         (shr-tag-base): Keep track of <base>.
1876         (shr-expand-url): New function used throughout.
1877
1878 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
1879
1880         * gnus-registry.el
1881         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1882         (gnus-registry-ignored-groups): New variable.
1883         (gnus-registry-ignore-group-p): Use it.
1884         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1885         set the destination group to nil (same as delete) if it's ignored.
1886
1887 2011-04-20  David Engster  <dengste@eml.cc>
1888
1889         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1890
1891         * Makefile.in (test-nntp): New rule.
1892         (check): Add it.
1893         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
1894
1895 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1896
1897         * gnus-registry.el (gnus-registry-action)
1898         (gnus-registry-fetch-header-fast):
1899         Don't use mail-header that looks an internal function of mailheader.el.
1900
1901 2011-04-19  Glenn Morris  <rgm@gnu.org>
1902
1903         * time-date.el (time-to-days): Remove unused local variables.
1904
1905 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1906
1907         * gnus-registry.el: Eliminate cl functions.
1908         (gnus-registry-sort-addresses): New function that replaces mapcan.
1909         (gnus-registry-action, gnus-registry-spool-action)
1910         (gnus-registry-split-fancy-with-parent)
1911         (gnus-registry-fetch-recipients-fast): Use it.
1912         (gnus-registry-import-eld): Replace delete* with dolist + delq.
1913
1914         * registry.el (initialize-instance, registry-lookup)
1915         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1916         (registry-lookup-secondary-value, registry-search, registry-delete)
1917         (registry-insert, registry-reindex, registry-size, registry-prune):
1918         Use eval-and-compile.
1919
1920 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1921
1922         * registry.el (registry-reindex): New method to recreate the secondary
1923         registry indices.
1924
1925         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1926         tracked field changes.
1927         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1928         (gnus-registry-action, gnus-registry-spool-action)
1929         (gnus-registry-handle-action)
1930         (gnus-registry--split-fancy-with-parent-internal)
1931         (gnus-registry-split-fancy-with-parent)
1932         (gnus-registry-register-message-ids): Add recipient tracking on spool,
1933         move, and delete actions, and for fancy splitting with parent.
1934         (gnus-registry-extract-addresses)
1935         (gnus-registry-fetch-recipients-fast)
1936         (gnus-registry-fetch-header-fast): Convenience functions.
1937         (gnus-registry-misc-test): ERT test of
1938         `gnus-registry-extract-addresses'.
1939
1940 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1941
1942         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1943         Track by subject first, then sender.
1944
1945 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1946
1947         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1948
1949         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1950         Lisp.
1951
1952         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1953         (gnus-draft-send): Use it to avoid popping
1954         up frames from gnus-group-send-queue.
1955
1956 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1957
1958         * gnus-registry.el: Updated gnus-registry docs.
1959
1960 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
1961
1962         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1963         Fix logic bug.
1964         (gnus-registry-post-process-groups): Fix logging of no results and
1965         quote sender and subject.
1966
1967 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1968
1969         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
1970         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
1971         gnutls-cli are too slow to be done opportunistically.
1972
1973         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1974         (gnus-read-active-for-groups): Don't try to finish getting stuff where
1975         we had no early-data returned.
1976         (gnus-get-unread-articles): Add a sanity check so that we don't issue
1977         two async commands to the same server at the same time.
1978
1979 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
1980
1981         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1982
1983 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984
1985         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1986         "warning" level.
1987
1988         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1989         (mm-url-insert-file-contents): Don't set the package names.
1990
1991 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
1992
1993         * gnus-registry.el (gnus-registry-action): Remove properties and
1994         simplify subject in `gnus-registry-handle-action'.
1995         (gnus-registry-spool-action): Get subject and sender from message if
1996         they are not passed in.
1997         (gnus-registry-handle-action): Remove properties and simplify subject
1998         consistently.
1999
2000 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2001
2002         * registry.el: Require CL before using defmacro*.
2003
2004 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2005
2006         * gnus-art.el (article-treat-date): Assume that
2007         gnus-article-date-headers may be a group parameter.
2008
2009 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
2010
2011         * gnus-registry.el (gnus-registry-handle-action): More debugging.
2012
2013         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
2014         interactively so the newsrc file can contain foreign groups too.
2015         Useful for debugging but not much for users.
2016
2017 2011-04-07  David Engster  <dengste@eml.cc>
2018
2019         * registry.el (registry-usage-test): Only do
2020         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
2021         lexical binding.
2022
2023 2011-04-07  David Engster  <dengste@eml.cc>
2024
2025         * Makefile.in (check, test-registry): New rules for test-suite.
2026
2027 2011-04-06  David Engster  <dengste@eml.cc>
2028
2029         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
2030         argument NOERROR for `require', since XEmacs 21.4 does not support it.
2031
2032 2011-04-06  David Engster  <dengste@eml.cc>
2033
2034         * registry.el (initialize-instance): Change :after to :AFTER to be
2035         compatible with old EIEIO version in XEmacs.
2036
2037 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2038
2039         * gnus-registry.el (gnus-registry-post-process-groups)
2040         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
2041         and provide better messaging.
2042
2043 2011-04-06  David Engster  <dengste@eml.cc>
2044
2045         * Makefile.in (fail-on-warning): New rule to compile with warnings as
2046         errors.
2047
2048         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
2049         dgnushack-compile with error-on-warn enabled, and to signal an error if
2050         clean compilation failed.
2051         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
2052         with `byte-compile-error-on-warn'.  Return nil if errors occured.
2053
2054 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2055
2056         * gnus-registry.el: Don't use ERT if it's not available.  Load it
2057         unconditionally anyway, discarding errors.
2058         (gnus-registry-delete-entries): New convenience function.
2059         (gnus-registry-import-eld): Import from old .eld registry.
2060
2061         * registry.el: Don't use ERT if it's not available.  Load it
2062         unconditionally anyway, discarding errors.
2063
2064         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
2065         version from the Claudio Bley GnuTLS patch (extra optional parameters
2066         and host name).
2067
2068 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2069
2070         * gnus-registry.el (gnus-registry-fixup-registry): New function to
2071         fixup the parameters that can be customized by the user between
2072         save/read cycles.
2073         (gnus-registry-read): Use it.
2074         (gnus-registry-make-db): Use it.
2075         (gnus-registry-spool-action, gnus-registry-handle-action):
2076         Fix messaging.
2077         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
2078         Map references to actual group names with sender and subject tracking.
2079         (gnus-registry-post-process-groups): Use `cond' for better messaging.
2080         (gnus-registry-usage-test): Add subject lookup test.
2081
2082         * registry.el (registry-db, initialize-instance): Set up constructor
2083         instead of :initform arguments for the sake of older Emacsen.
2084         (registry-lookup-breaks-before-lexbind): New method to demonstrate
2085         pre-lexbind merge bug.
2086         (registry-usage-test): Use it.
2087         (initialize-instance, registry-db): Move the non-function initforms
2088         back to the class definition.
2089
2090 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
2091
2092         * registry.el: New library to manage gnus-registry-style data.
2093
2094         * gnus-registry.el: Use it (major rewrite).
2095
2096         * nnregistry.el: Use it.
2097
2098         * spam.el: Use it.
2099
2100 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2101
2102         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
2103         marks on non-selected articles.
2104
2105 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
2106
2107         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
2108         parameter to open-protocol-stream.
2109
2110 2011-04-01  Julien Danjou  <julien@danjou.info>
2111
2112         * mm-view.el (mm-display-inline-fontify): Do not fontify with
2113         fundamental-mode.
2114
2115 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2116
2117         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
2118         servers.
2119
2120 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2121
2122         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
2123         made marks not propagate, again.
2124
2125 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
2126
2127         * proto-stream.el (open-protocol-stream): Bring back `network' type.
2128         Make this the default type.
2129         (proto-stream-open-plain): Rename from proto-stream-open-default.
2130         (open-protocol-stream, proto-stream-open-starttls)
2131         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
2132         with `plain'.
2133
2134         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
2135         value.
2136
2137         * nntp.el (nntp-open-connection-function): Document the fact that some
2138         values are not functions but are instead handled specially.
2139         Recognize nntp-open-plain-stream value.
2140         (nntp-open-connection): Recognize that value.
2141
2142 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2143
2144         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
2145         where it seems to be needed.
2146
2147 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2148
2149         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
2150         stuff.
2151
2152         * gnus-score.el (gnus-score-string): Fix calling convention of
2153         `gnus-simplify-buffer-fuzzy' after last patches.
2154
2155         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
2156         server for articles we didn't get any headers for.  This is a sanity
2157         check.
2158
2159 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
2160
2161         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
2162         new CAPABILITY, use it.
2163
2164 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165
2166         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
2167         downloading anything.
2168
2169         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
2170
2171 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
2172
2173         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
2174         colors.
2175         (gnus-splash-svg-color-symbols): New function.
2176
2177 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2178
2179         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
2180         instead of using the global gnus-simplify-subject-fuzzy-regexp.
2181         (gnus-simplify-subject-fuzzy): Use the local
2182         gnus-simplify-subject-fuzzy-regex instead of the global one.
2183         This makes using this variable in group parameters work.
2184
2185 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2186
2187         * gnus-registry.el (gnus-registry-unfollowed-groups):
2188         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
2189         archive:sent-YYYY-MM-DD groups).
2190         (gnus-registry-split-fancy-with-parent): Bail out early in sender
2191         tracking if there are more than `gnus-registry-max-track-groups'
2192         matches.
2193
2194 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2195
2196         * message.el (message--yank-original-internal): New function to do the
2197         insertion cleanly inside eval in `message-yank-original'.
2198         (message-yank-original): Use it.
2199
2200 2011-03-29  Julien Danjou  <julien@danjou.info>
2201
2202         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
2203         local variables disabled rather than `normal-mode'.
2204
2205 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
2206
2207         * imap.el (imap-shell-open, imap-process-connection-type):
2208         Use imap-process-connection-type for 'shell' streams as well as
2209         Kerberos, SSL, other subprocesses.
2210
2211 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
2212
2213         * proto-stream.el: Changes preparatory to merging open-protocol-stream
2214         with open-network-stream.
2215         (proto-stream-always-use-starttls): Option removed.
2216         (open-protocol-stream): Return a process object by default.  Provide a
2217         new parameter :return-list specifying a list-type return value, which
2218         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
2219         :type `network' to `try-starttls', and `network-only' to `default'.
2220         Make `default' the default, for compatibility with open-network-stream.
2221         Handle the no-parameter case exactly as open-network-stream, with no
2222         additional stream processing.  Search plists using plist-get.
2223         Explicitly add :end-of-commend parameter if it is missing.
2224         (proto-stream-open-default): Rename from
2225         proto-stream-open-network-only.  Return 'default as the type.
2226         (proto-stream-open-starttls): Rename from proto-stream-open-network.
2227         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
2228         failed.  Always return a list with a (possibly dead) process as the
2229         first element, for compatibility with open-network-stream.
2230         (proto-stream-open-tls): Use plist-get.  Always return a list.
2231         (proto-stream-open-shell): Return `default' as connection type.
2232         (proto-stream-capability-open): Use plist-get.
2233         (proto-stream-eoc): Function deleted.
2234
2235         * nnimap.el (nnimap-stream, nnimap-open-connection)
2236         (nnimap-open-connection-1): Handle renaming of :type parameter for
2237         open-protocol-stream.
2238         (nnimap-open-connection-1): Pass a :return-list parameter
2239         open-protocol-stream to obtain a list return value.  Parse this list
2240         using plist-get.
2241
2242         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
2243         for open-protocol-stream.  Accept open-protocol-stream return value
2244         that is a subprocess object instead of a list.  Handle the case of a
2245         dead returned process.
2246
2247 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
2248
2249         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
2250
2251         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
2252
2253 2011-03-21  Julien Danjou  <julien@danjou.info>
2254
2255         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
2256         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
2257         query.
2258         (mm-inline-text): Render normal text with fontification whenever
2259         possible.
2260
2261         * gnus-sum.el (gnus-summary-save-parts-1):
2262         * gnus-art.el (gnus-article-browse-html-save-cid-content)
2263         (gnus-article-browse-html-parts, gnus-mime-delete-part)
2264         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
2265         Use `mm-handle-filename'.
2266
2267         * mm-util.el (mm-handle-filename): New function, return the filename of
2268         an handle.
2269
2270 2011-03-18  Julien Danjou  <julien@danjou.info>
2271
2272         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
2273         (gnus-buffer-live-p): Check that buffer is not nil.
2274
2275 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2276
2277         * gnus.el: No Gnus v0.15 is released.
2278
2279 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2280
2281         * time-date.el (format-seconds): Use assoc instead of assoc-string to
2282         avoid warning on XEmacs.
2283
2284         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
2285         on XEmacs.
2286
2287         * gnus-art.el: Require mouse, which the build bot seems to say is
2288         needed.
2289
2290         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
2291
2292         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
2293         XEmacs, since it doesn't have url-retrieve-synchronously.
2294
2295         * time-date.el (format-seconds): Use assoc instead of assoc-string,
2296         since assoc-string doesn't exist in XEmacs.
2297
2298 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
2299
2300         * gnus-group.el (gnus-group-list-ticked): New function.
2301         (gnus-group-make-menu-bar): Provide a menu entry for it.
2302         (gnus-group-list-map): Provide a binding for it.
2303
2304 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2305
2306         * shr.el (shr-visit-file): New command.
2307
2308         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
2309
2310 2011-03-17  Bjørn Mork  <bjorn@mork.no>
2311
2312         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
2313         servers.
2314
2315 2011-03-16  Julien Danjou  <julien@danjou.info>
2316
2317         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
2318         inline.
2319
2320         * gnus-art.el (article-hide-list-identifiers):
2321         Use gnus-group-get-list-identifiers.
2322
2323         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
2324         (gnus-summary-remove-list-identifiers):
2325         Use gnus-group-get-list-identifiers to get regexp.
2326         (gnus-select-newsgroup, gnus-summary-insert-subject)
2327         (gnus-summary-insert-articles):
2328         Call gnus-summary-remove-list-identifiers unconditionally.
2329
2330 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2331
2332         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
2333         we're selecting a group with unread articles.
2334
2335         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
2336
2337         * gssapi.el: New file separated out from imap.el to provide a general
2338         Kerberos 5 connection facility for Emacs.
2339
2340         * message.el (message-elide-ellipsis): Document the format spec
2341         ellipsis.
2342
2343 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2344
2345         * message.el (message-elide-region): Allow the ellipsis to say how many
2346         lines were removed.
2347
2348 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2349
2350         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
2351         window configurations containing buffers that are now dead.
2352
2353         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
2354         parsing to avoid integer overflows.
2355         (nnimap-parse-flags): Simplify the last change.
2356         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
2357         too large for 32-bit Emacsen.
2358
2359 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2360
2361         * auth-source.el (auth-source-netrc-create):
2362         * message.el (message-yank-original): Fix use of `case'.
2363
2364 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2365
2366         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
2367         XEmacs, which was one character too wide.
2368
2369 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
2370
2371         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
2372         default number of articles to display.
2373         (gnus-articles-to-read): Use pretty names for prompt.
2374
2375 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376
2377         * gnus-int.el (gnus-open-server): Ditto.
2378
2379         * gnus-start.el (gnus-activate-group): Give a backtrace if
2380         debug-on-quit is set and the user hits `C-g'.
2381         (gnus-read-active-file): Ditto.
2382
2383         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
2384
2385 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
2386
2387         * message.el (message-yank-original): Use cond instead of CL case.
2388
2389 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2390
2391         * auth-source.el (auth-source-netrc-create): Use usual format for the
2392         default in prompts.
2393
2394 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2395
2396         * lpath.el: Fbind read-char-choice for XEmacs.
2397
2398 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2399
2400         * auth-source.el (auth-source-netrc-create): Show the default in the
2401         prompt when prompting for token creation.
2402
2403 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2404
2405         * auth-source.el (auth-source-format-prompt): Always convert the value
2406         to a string to avoid evaluating non-string arguments.
2407         (auth-source-netrc-create): Offer default properly, not as initial
2408         content in `read-string'.
2409         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
2410         of line to determine if we've been run before.  If so, don't run again,
2411         but print a trivial message to indicate the cache was hit instead.
2412
2413 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
2414
2415         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
2416         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
2417         The user will have to run `gnus-sync-read' manually and wait for Cloudy
2418         Gnus.
2419
2420 2011-03-11  Julien Danjou  <julien@danjou.info>
2421
2422         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
2423         modified file".
2424
2425 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
2426
2427         * auth-source.el (auth-source-read-char-choice): New function to read a
2428         character choice using `dropdown-list', `read-char-choice', or
2429         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
2430         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
2431         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
2432         (auth-source-netrc-saver): Use it.
2433         (auth-source-pick-first-password): New convenience function.
2434
2435 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
2436
2437         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
2438         parameter in the credentials.
2439         (nnimap-open-connection-1): Use it after a successful login.
2440         (nnimap-credentials): Add IMAP-specific user and password prompt.
2441
2442         * auth-source.el (auth-source-search): Add :require parameter, taking a
2443         list.  Document it and the :save-function return token.  Pass :require
2444         down.  Change the CREATED message from a warning to a debug statement.
2445         (auth-source-search-backends): Pass :require down.
2446         (auth-source-netrc-search): Pass :require down.
2447         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
2448         Change save prompt to indicate all modifications saved here are
2449         deletions.
2450         (auth-source-netrc-create): Take user login name as default in user
2451         prompt.  Move all the save functionality to a lexically bound function
2452         under the :save-function token in the returned list.  Set up clearer
2453         default prompts for user, host, port, and secret.
2454         (auth-source-netrc-saver): New function, intended to be wrapped for
2455         :save-function.
2456
2457 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2458
2459         * shr.el (shr-table-horizontal-line): Change the defaults for the table
2460         lines to be spaces instead.
2461
2462 2011-03-07  Julien Danjou  <julien@danjou.info>
2463
2464         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
2465         (sieve-sasl-auth): Check that auth-source-search did return something,
2466         or just return an empty string.
2467
2468 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2469
2470         * gnus.el (gnus-interactive): Use read-directory-name.
2471
2472         * gnus-uu.el (gnus-uu-decode-uu-and-save)
2473         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
2474         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
2475         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
2476         Likewise.
2477
2478         * gnus-group.el (gnus-group-make-directory-group): Likewise.
2479
2480 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2481
2482         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
2483         onto the list of killed groups, too.  This makes killed nnimap groups,
2484         for instance, more reliably not reappear.
2485
2486         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
2487         the parent.
2488
2489         * gnus-sum.el (gnus-update-read-articles): Fix typo.
2490
2491         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
2492         really have server-side marks.
2493
2494         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
2495         since most backends do not usefully have server-side marks.
2496         (gnus-update-read-articles): Propagate marks to all backends that
2497         really have server-side marks.
2498
2499 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2500
2501         * message.el (message-cite-reply-position, message-cite-style):
2502         New variables.
2503         (message-yank-original): Use the new citation styles.
2504
2505 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
2506
2507         * message.el (message-options): Revert 22da67af (workaround for XEmacs
2508         buffer-local issue); don't mark it buffer-local when running under
2509         XEmacs.
2510
2511 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
2512
2513         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
2514         numbers too big to be `read'.
2515
2516 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
2517
2518         * password-cache.el (password-in-cache-p): Add autoload.
2519
2520         * message.el (message-options): Make buffer-local two ways to attempt
2521         to fix a XEmacs bug.
2522
2523 2011-03-02  Julien Danjou  <julien@danjou.info>
2524
2525         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
2526
2527 2011-03-01  Julien Danjou  <julien@danjou.info>
2528
2529         * gnus-art.el (list-identifier): Add list-identifier as a parameter
2530         group.
2531         (article-hide-list-identifiers): Use list-identifier group parameter.
2532
2533 2011-02-28  Julien Danjou  <julien@danjou.info>
2534
2535         * sieve.el (sieve-buffer-script-name): New local variable to store
2536         sieve script name.
2537         (sieve-edit-script): Store sieve script name.
2538         (sieve-upload): Use sieve script name when uploading.
2539         (sieve-upload): Use substitute-command-keys.
2540         (sieve-edit-script): Use substitute-command-keys.
2541         (sieve-refresh-scriptlist): Use substitute-command-keys.
2542         (sieve-manage-mode-map): Define keymap properly.
2543         (sieve-manage-mode): Do not set mode name manually, change mode-name to
2544         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
2545         Remove commented code about cvs.
2546         (sieve-manage-quit): New function.
2547         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
2548
2549 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2550
2551         * gnus-group.el (gnus-import-other-newsrc-file): New function.
2552
2553 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
2554
2555         * auth-source.el (auth-source-search): Cache empty result sets.
2556
2557         * password-cache.el (password-in-cache-p): Convenience function to
2558         check if a key is in the cache, even if the value is nil.
2559
2560         * auth-source.el (auth-source-save-behavior): New variable to replace
2561         `auth-source-never-create'.
2562         (auth-source-netrc-create): Use it.
2563         (auth-source-never-save): Remove.
2564
2565 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
2566
2567         * nnimap.el (nnimap-stream): Doc fix.
2568         (nnimap-open-connection-1): Reverse the order of the ports to that the
2569         prompted-for port is first.
2570
2571         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
2572         retrieval by the no-group selection.
2573
2574         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
2575         numerical parameters.
2576
2577 2011-02-25  Julien Danjou  <julien@danjou.info>
2578
2579         * gnus-gravatar.el: Use gnus-with-article-buffer.
2580
2581         * gnus-art.el (gnus-with-article-buffer): Check that the
2582         gnus-article-buffer is alive.
2583
2584 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2585
2586         * auth-source.el (auth-source-creation-prompts): New variable to manage
2587         creation-time prompts.
2588         (auth-source-search): Document it.
2589         (auth-source-format-prompt): Add utility function.
2590         (auth-source-netrc-create): Don't default the user name to
2591         user-login-name.  Use `auth-source-creation-prompts' and some default
2592         prompts for user, host, port, and password (the default generic prompt
2593         remains ugly).
2594         (auth-source-never-save): Add customizable option to never save info.
2595         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
2596         mode excursion.
2597
2598 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2599
2600         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
2601         argument that XEmacs doesn't support.
2602
2603         * dgnushack.el (dgnushack-compile): Exclude color.el from being
2604         compiled for Emacsen having no `libxml-parse-html-region' support.
2605
2606         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
2607
2608         * lpath.el: Bind buffer-save-without-query for XEmacs.
2609
2610 2011-02-23  Julien Danjou  <julien@danjou.info>
2611
2612         * gnus-art.el (article-make-date-line): Ignore errors if time is
2613         invalid and not convertible.
2614         (article-make-date-line): Only add lapsed time if time is not nil.
2615
2616 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
2617
2618         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2619         `read-char-choice' for backwards compatibility.
2620         (auth-source-netrc-element-or-first): New function to DTRT for
2621         parameter extraction.
2622         (auth-source-netrc-create): Use it and fix multiple parameter print
2623         bug.  Use the default passed from above (given-default) or the
2624         built-in (user-login-name for :user).
2625
2626 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
2627
2628         * gnus-start.el (gnus-dribble-read-file):
2629         Set buffer-save-without-query, since we always want to save the dribble
2630         file, probably.
2631
2632         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2633         nnimap.
2634
2635         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2636         -summary- since it's a user-visible variable.
2637
2638         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2639         first time you use the new Gnus.
2640
2641 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
2642
2643         * auth-source.el: Don't load netrc.el.
2644         (auth-sources): Search ~/.netrc as well by default.
2645         (auth-source-debug): Add 'trivia option for extra output.
2646         (auth-source-do-trivia): Use it.
2647         (auth-source-search): Simplify logic to use
2648         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
2649         appropriate.  Don't keep a running count at this level.  Layer :create
2650         and :delete options appropriately on the first and second passes.
2651         Don't track the backend with the search results.
2652         (auth-source-search-backends): New function to search a list of
2653         backends for a processed spec.
2654         (auth-source-netrc-parse): Cache all netrc files, making
2655         auth-source-netrc-cache an alist keyed by the file name and using the
2656         file mtime as the caching criterion.  Keep the obfuscated data secret
2657         with a lexical bind.
2658         (auth-source-netrc-search): Don't calculate the length of the results
2659         unnecessarily.
2660         (auth-source-search-backends): Fix bug.
2661         (auth-source-netrc-create): Rework prompts.
2662
2663 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
2664
2665         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2666         Lower case names of search constraints.
2667         (nnir-run-query): Cache and reuse search constraints for all imap
2668         servers.
2669
2670 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
2671
2672         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2673         after exit.
2674         (gnus-setup-message): Define missing variable from last checkin.
2675
2676         * gnus-sum.el (gnus-summary-show-article): When called with t as the
2677         value, show the raw article.
2678
2679 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2680
2681         * gnus.el: No Gnus v0.13 is released.
2682
2683 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2684
2685         * nnimap.el (nnimap-open-connection-1): Revert last change, since
2686         auth-source now accepts numbers.
2687
2688         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2689         spec, too.
2690         (auth-source-ensure-strings): New function.
2691
2692         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2693         (gnus-article-setup-buffer): Always restart the date timer so that user
2694         changes to the frequency is respected.
2695
2696         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2697         port numbers, so make sure it gets that if nnimap-server-port is
2698         explicit.
2699
2700 2011-02-21  Simon Josefsson  <simon@josefsson.org>
2701
2702         * nnimap.el (nnimap-inbox): Doc fix.
2703
2704 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
2705
2706         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
2707         Autoload.  Add optional arg FRAME, and pass it to color-values.
2708         (color-complement): Caller changed.  Doc fix.
2709         (color-gradient): Rewrite for better clarity and efficiency.
2710
2711 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
2712
2713         * shr-color.el (shr-color->hexadecimal): Use renamed function names
2714         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2715         color-lab-to-srgb.
2716
2717 2011-02-20  Drew Adams  <drew.adams@oracle.com>
2718
2719         * color.el: First part of merge from hexrgb.el.
2720         (color-rgb-to-hex): Rename from color-rgb->hex.
2721         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
2722         saturation to zero if the value is too small.
2723         (color-rgb-to-hsl): Rename from color-rgb->hsl.
2724         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
2725         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
2726         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
2727         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
2728         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
2729         (color-cie-de2000): Doc fix.
2730
2731 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2732
2733         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2734         given method as in the group name if we're using an extended method.
2735         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2736         command, if we're using that, instead of waiting for the beginning.
2737
2738         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2739         we're sure to get unique server names, and we don't output two async
2740         commands in the same buffer.  This fixes an NNTP hang for some users.
2741
2742 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2743
2744         * gnus.el: No Gnus v0.11 is released.
2745
2746 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2747
2748         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2749         summary buffer before reading going to the next buffer.  This avoids
2750         putting the point in the group buffer if you `C-g' the command.
2751
2752         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2753         cache (for now) to make ~/.authinfo.gpg files usable.
2754
2755         * nnfolder.el (copyright-update): Define for the compiler.
2756
2757         * auth-source.el (auth-source-search): Fix unbound variable.
2758
2759 2011-02-19  Glenn Morris  <rgm@gnu.org>
2760
2761         * gnus.el (gnus-meta): Doc fix.
2762
2763 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
2764
2765         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2766         in case it's not yet loaded.
2767
2768 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2769
2770         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2771         line we're waiting for.
2772
2773 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2774
2775         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2776         face with line-width greater than zero will cause RET in gnus summary
2777         buffer to scroll down article page-wise because auto vscroll happens,
2778         it should be temporally disabled when doing a scroll-up.
2779
2780 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2781
2782         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2783         outputs from the server.
2784
2785 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2786
2787         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2788         later so that bbdb can hook in easier.
2789
2790 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2791
2792         * auth-source.el (auth-source-search): Don't try to create credentials
2793         if the caller doesn't want that.
2794         (auth-source-search): If we don't find a match, don't bug out on
2795         non-bound variables.
2796         (auth-source-search): Only ask a single backend to create the
2797         credentials.
2798
2799         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2800         logging.
2801         (nnimap-credentials): Protect against auth-source-search returning nil.
2802         (nnimap-request-list): Protect against not being able to open the
2803         server.
2804
2805 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2806
2807         * auth-source.el (auth-source-search): Do a two-phase search, one with
2808         no :create to get the responses from all backends.
2809
2810         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2811         when getting credentials.
2812
2813         * gnus-util.el (gnus-delete-duplicates): New function.
2814
2815 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2816
2817         * nnimap.el (nnimap-credentials): Instead of picking the first port as
2818         a creation default, pass the whole port list down.  It will be
2819         completed.
2820
2821         * auth-source.el (auth-source-search): Updated docs to talk about
2822         multiple creation choices.
2823         (auth-source-netrc-create): Accept a list as a value (from the search
2824         parameters) and do completion on that list.  Keep a separate netrc line
2825         with the password obscured for showing the user.
2826
2827         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2828         first choice to `auth-source-search' so it will be used for entry
2829         creation instead of the server's Gnus-specific name.
2830         (nnimap-credentials): Rely on the auth-source library to select which
2831         port is actually wanted in the new netrc entry, so don't override
2832         `auth-source-creation-defaults'.
2833
2834         * auth-source.el (auth-source-netrc-parse): Use :port instead of
2835         :protocol and accept a missing user, host, or port as a wildcard match.
2836         (auth-source-debug): Default to off.
2837
2838         (auth-source-netrc-search, auth-source-netrc-create)
2839         (auth-source-secrets-search, auth-source-secrets-create)
2840         (auth-source-user-or-password, auth-source-backend, auth-sources)
2841         (auth-source-backend-parse-parameters, auth-source-search): Use :port
2842         instead of :protocol.
2843
2844         * nnimap.el (nnimap-credentials): Pass a port default to
2845         `auth-source-search' in case an entry needs to be created.
2846         (nnimap-open-connection-1): Use :port instead of :protocol.
2847
2848 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * auth-source.el: Bind load-path when loading EIEIO from
2851         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
2852         21.4 doesn't support, to `require'.
2853         (auth-source-secrets-search): Use mm-delete-duplicates instead of
2854         delete-dups that is not available in XEmacs 21.4.
2855
2856 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
2857
2858         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
2859         as EIEIO must also be loaded when auth-source.el is being
2860         byte-compiled.
2861
2862 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2863
2864         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
2865
2866         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
2867
2868         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
2869
2870         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
2871
2872         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
2873
2874         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
2875
2876         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
2877
2878         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
2879         necessary.
2880
2881 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2882
2883         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2884         nil means that nnimap doesn't get updated.
2885
2886 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2887
2888         * auth-source.el (auth-source-netrc-create): Return a synthetic search
2889         result when the user doesn't want to write to the file.
2890         (auth-source-netrc-search): Expect a synthetic result and proceed
2891         accordingly.
2892         (auth-source-cache-expiry): New variable to override
2893         `password-cache-expiry'.
2894         (auth-source-remember): Use it.
2895
2896         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2897         parameter.  Create entry if necessary by using :create t.
2898         (nnimap-open-connection-1): Don't pass `inhibit-create'.
2899
2900 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
2901
2902         * auth-source.el (auth-source-debug): Enable by default and don't
2903         mention the obsolete `auth-source-hide-passwords'.
2904         (auth-source-do-warn): New function to debug unconditionally.
2905         (auth-source-do-debug): Use it.
2906         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2907         and for Secrets API entries when the secrets.el library is not
2908         available.
2909
2910 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2911
2912         * gnus-sum.el (gnus-propagate-marks): Default to nil.
2913         (gnus-summary-exit): Kill the correct article buffer on exit from a
2914         `C-d' group.
2915
2916         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2917         gnus-propagate-marks.
2918
2919         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2920         before killing the buffers so that a non-full window conf gets handled
2921         correctly.
2922         (gnus-summary-exit): Ditto.
2923         (gnus-summary-read-group-1): Ditto.
2924
2925         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2926         async code again so that we can debug it properly.
2927
2928         * message.el (message-reply): Take an optional switch-buffer parameter
2929         so that Gnus window confs are respected better.
2930
2931 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2932
2933         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2934         `plist-get' to accept non-list parameters (XEmacs issue).
2935         Fix docstring.
2936         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2937         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2938         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2939         Login collection is "Login" and not "login".
2940
2941 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2942
2943         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2944         multiple headers.
2945
2946         * nnimap.el (nnimap-inhibit-logging): New variable.
2947         (nnimap-log-command): Don't log login commands.
2948
2949         * auth-source.el (auth-source-netrc-search): The asserts seem to want
2950         to have more parameters.
2951
2952         * nnimap.el (nnimap-send-command): Mark the command time for each
2953         command, so that we don't get NOOPs stepping on our toes.
2954
2955         * gnus-art.el (article-date-ut): Get the date from the Date header on
2956         `t'.
2957
2958 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2959
2960         * auth-source.el (auth-source-search): Use copy-sequence instead of
2961         the cl.el copy-list.
2962
2963 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2964
2965         * imap.el: Bring it back (revert
2966         84d800cd31de3064f0ed39617d725709a2f8f42f).
2967
2968 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
2969
2970         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2971         Improve prompt.
2972
2973 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2974
2975         * gnus-art.el (gnus-article-mode-line-format): Remove the article
2976         washing status from the default format.  It isn't very informative.
2977
2978 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
2979
2980         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2981         Fix Gcc processing on imap.
2982
2983 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2984
2985         * imap.el: Remove file.  All the functionality is in nnimap.el.
2986
2987 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2988
2989         * message.el (message-bury): Don't pop up a new window when selected
2990         window is dedicated.
2991
2992 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2993
2994         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2995
2996 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
2997
2998         * sieve-manage.el: Autoload `auth-source-search'.
2999         (sieve-sasl-auth): Use it.
3000
3001 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
3002
3003         * nnimap.el: Autoload `auth-source-forget+'.
3004         (nnimap-open-connection-1): Use it if the connection fails.
3005
3006         * auth-source.el: Require `password-cache'.
3007         (auth-source-hide-passwords, auth-source-cache): Remove and mark
3008         obsolete.
3009         (auth-source-magic): Marker for `password-cache' keys.
3010         (auth-source-do-cache): Update docstring.
3011         (auth-source-search): Use and check cache.
3012         (auth-source-forget-all-cached, auth-source-remember)
3013         (auth-source-recall, auth-source-forget, auth-source-forget+)
3014         (auth-source-specmatchp): Caching support functions.
3015         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
3016         Remove and obsolete.
3017         (auth-source-user-or-password): Remove caching to further discourage
3018         using it.  Always hide passwords.
3019
3020         * password-cache.el (password-cache-remove): Accept secrets that are
3021         not strings.
3022
3023 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3024
3025         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
3026         code for now, since it doesn't work for all users.
3027
3028 2011-02-09  Julien Danjou  <julien@danjou.info>
3029
3030         * message.el (message-options): Make message-options really buffer
3031         local.
3032
3033 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
3034
3035         * mail-source.el: Autoload `auth-source-search'.
3036         (mail-source-keyword-map): Note order matters.
3037         (mail-source-set-1): Get all the mail-source source values and
3038         defaults and search auth-source on those if needed.  This can all
3039         probably be simplified.
3040
3041         * nnimap.el: Autoload `auth-source-search'.
3042         (nnimap-credentials): Use it.
3043         (nnimap-open-connection-1): Ask for the virtual server and physical
3044         address in one shot.
3045
3046         * nntp.el: Autoload `auth-source-search'.
3047         (nntp-send-authinfo): Use it.  Note TODO.
3048
3049 2011-02-08  Julien Danjou  <julien@danjou.info>
3050
3051         * shr.el (shr-tag-body): Add support for text attribute in body
3052         markups.
3053
3054         * message.el (message-options): Make message-options a local variable.
3055
3056 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3057
3058         * auth-source.el (auth-source-secrets-search)
3059         (auth-source-user-or-password): Use `append' instead of `nconc'.
3060         (auth-source-user-or-password): Build return list better and protect
3061         against nil :secret.
3062
3063 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3064
3065         * nnimap.el (nnimap-update-info): Refactor slightly.
3066         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
3067         (nnimap-update-info): Clean up slightly.
3068         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
3069         characters.
3070         (nnimap-process-quirk): Rename function to avoid collision.
3071         (nnimap-update-info): Fix macrology bug-out.
3072         (nnimap-update-info): Simplify split history test.
3073
3074 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
3075
3076         * auth-source.el (top): Require 'eieio unconditionally.
3077         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
3078         (auth-source-secrets-search): Limit search when `max' is greater than
3079         number of results.
3080
3081 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3082
3083         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
3084         part not returning any data.
3085
3086         * proto-stream.el (open-protocol-stream): Document the return value.
3087
3088 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3089
3090         * auth-source.el (auth-source-secrets-search): Add examples.
3091
3092 2011-02-06  Julien Danjou  <julien@danjou.info>
3093
3094         * message.el (message-setup-1): Handle message-generate-headers-first
3095         set to t.
3096
3097 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3098
3099         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
3100         API with a string "secrets:collection-name" and with 'default.
3101         (auth-source-backend-parse): Parse "secrets:collection-name" and
3102         'default.  Recurse on parses instead of repeating code.  Use the
3103         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
3104         message when ignoring a source.
3105         (auth-source-search): List ignored search keys at the top level.
3106         (auth-source-netrc-create): Use `case' instead of `cond'.
3107         (auth-source-secrets-search): Created with TODOs.
3108         (auth-source-secrets-create): Created with TODOs.
3109         (auth-source-retrieve, auth-source-create, auth-source-delete)
3110         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3111         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3112         (auth-source-user-or-password-sftp)
3113         (auth-source-user-or-password-smtp): Remove.
3114         (auth-source-user-or-password): Deprecated and modified to be a wrapper
3115         around `auth-source-search'.  Not tested thoroughly.
3116
3117 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
3118
3119         * auth-source.el: Bring in assoc and eioeio libraries.
3120         (secrets-enabled): New variable to track the status of the Secrets API.
3121         (auth-source-backend): New EIOEIO class to represent a backend.
3122         (auth-source-creation-defaults): New variable to set prompt defaults
3123         during token creation (see the `auth-source-search' docstring for
3124         details).
3125         (auth-sources): Simplify to allow a simple string as a netrc backend
3126         spec.
3127         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
3128         (auth-source-backend-parse-parameters): Fill in the backend parameters.
3129         (auth-source-search): Main auth-source API entry point.
3130         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
3131         (auth-source-search-collection): Helper function for searching.
3132         (auth-source-netrc-parse, auth-source-netrc-normalize)
3133         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
3134         Supports search, create, and delete.
3135         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
3136         backend stubs.
3137         (auth-source-user-or-password): Call `auth-source-search' but it's not
3138         ready yet.
3139
3140 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
3141
3142         * message.el (message-setup-1): Remove the read-only stuff, since it
3143         doesn't work under XEmacs, for some reason.
3144
3145         * gnus-sum.el (gnus-user-date): Rename back from
3146         gnus-summary-user-date since user code refers to it.
3147
3148         * shr.el (shr-render-td): Store the actual background color used.
3149
3150         * message.el (message-setup-1): Don't bind the constant
3151         -forbidden-properties.
3152         (message-setup-1): Revert previous change, since it needs to bind the
3153         props to insert them.
3154         (message-resend): Allow removing the read-only separator line.
3155
3156 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3157
3158         * nnimap.el (nnimap-request-accept-article): Give an error message if
3159         the APPEND wasn't successful.
3160
3161 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
3162
3163         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
3164         that have no groups.
3165
3166 2011-02-03  Julien Danjou  <julien@danjou.info>
3167
3168         * gnus-draft.el: Remove progn around gnus-draft-setup.
3169
3170 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3171
3172         * gnus-start.el (gnus-read-active-for-groups): This function is never
3173         called with a nil `infos', so clean that up.
3174         (gnus-get-unread-articles): Request active files from primary/secondary
3175         methods that have no groups (yet).
3176
3177 2011-02-03  Julien Danjou  <julien@danjou.info>
3178
3179         * message.el (message-setup-1): Always generate References first.
3180         (message-mail): Return the return value of message-setup, not always t.
3181         (message-setup-1): Insert mail-header-separator with read-only and
3182         intangible properties set.
3183
3184         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
3185         user-date in docstring.
3186
3187         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
3188
3189         * gnus.el (gnus-summary-line-format): Mention &user-date format in
3190         docstring.
3191
3192         * gnus.el (gnus-user-date-format-alist): Change default value.
3193         Use defcustom, with type and group. Move from gnus-util.el.
3194         Rename to gnus-summary-user-date-format-alist.
3195
3196 2011-02-03  Glenn Morris  <rgm@gnu.org>
3197
3198         * nnimap.el (gnus-fetch-headers): Declare.
3199
3200         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
3201
3202 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3203
3204         * message.el (message-forward-make-body-digest-plain)
3205         (message-followup, message-reply): Clean up things noted by Stefan.
3206
3207         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
3208         gnus-article-update-date-headers is nil.
3209         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
3210         it didn't really work with defcustom.
3211         (article-update-date-lapsed): Make sure the window start doesn't move,
3212         either.
3213
3214 2011-02-01  Julien Danjou  <julien@danjou.info>
3215
3216         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
3217         format.
3218
3219         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
3220         standard in Emacs nowadays.
3221
3222         * color.el (color-gradient): Add a color-gradient function.
3223
3224 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3225
3226         * message.el (message-expand-name): Don't trust the return value of
3227         bbdb-complete-name.
3228         (message-check-news-header-syntax): Remove unused var `start'.
3229         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
3230         (message-inhibit-body-encoding): Move to before first use.
3231         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
3232         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
3233         (Organization, Message-ID, Date, mh-previous-window-config):
3234         Defvar the vars using dynamic scoping.
3235
3236 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3237
3238         * shr.el (shr-render-td): Only do colors at the final rendering.
3239         Should be slightly faster.
3240         (shr-insert-table): Fix up TD background colors when doing the
3241         vertical padding.
3242
3243         * gnus-art.el (article-date-ut): Protect against articles with no Date
3244         header.
3245         (article-update-date-lapsed): Don't use current-column to find the
3246         horizontal position.  It's fragile in the presence of \003 characters.
3247
3248         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
3249
3250 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3251
3252         * gnus-art.el (article-transform-date): Rewrite to still work when
3253         there are several rfc2822 parts.
3254         (article-transform-date): Fix infinite recursion.
3255         (article-date-ut): Replace infinitely many Date headers with a single
3256         one when called interactively.
3257
3258         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
3259         secure manner.
3260
3261         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
3262         move around by not using save-window-excursion.  It seems to work...
3263
3264 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3265
3266         * gnus-art.el (article-make-date-line): Work for user-defined format.
3267
3268 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3269
3270         * nntp.el (nntp-retrieve-group-data-early)
3271         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
3272         fetching functions.
3273
3274         * gnus-start.el (gnus-read-active-for-groups): Read the active files
3275         thoroughly for all backends that have no known groups.  This should
3276         allow new nnml methods to retrieve mail.
3277
3278         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
3279         that Gnus doesn't know exists again.
3280
3281         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
3282         (gnus-treat-date-ut): Ditto.
3283         (gnus-article-update-date-header): Rename.
3284         (gnus-treat-date-local): Remove.
3285         (gnus-treat-date-english): Remove.
3286         (gnus-treat-date-lapsed): Remove.
3287         (gnus-treat-date-combined-lapsed): Remove.
3288         (gnus-treat-date-original): Remove.
3289         (gnus-treat-date-iso8601): Remove.
3290         (gnus-treat-date-user-defined): Remove.
3291         (gnus-article-date-headers): New variable to control all the date
3292         header options.
3293         (article-date-ut): Rewrite to allow using the new way to format date
3294         headers(s).
3295
3296 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3297
3298         * nnmail.el (nnmail-article-group): Check for a direct fancy split
3299         method.
3300         (nnmail-article-group): A better test for fanciness.
3301
3302         * nnimap.el (nnimap-request-head): Protect against not finding the
3303         article by Message-ID.
3304
3305 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
3306
3307         * gnus-art.el (article-update-date-lapsed): Try a better way to really
3308         keep point at the "same place".
3309
3310 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3311
3312         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
3313         data if the group is inactive.
3314
3315 2011-01-28  Julien Danjou  <julien@danjou.info>
3316
3317         * gnus-win.el: Remove dead function gnus-window-configuration-element.
3318         (gnus-all-windows-visible-p): Remove old compatibility code.
3319         (gnus-window-top-edge): Add docstring.
3320
3321         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
3322
3323 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3324
3325         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
3326         older request-update-info.
3327
3328         * gnus-art.el (article-make-date-line): Limit the length a bit more.
3329
3330 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
3331
3332         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
3333         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
3334
3335 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3336
3337         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
3338         groups.  This makes the nndraft:queue group pop up if it's not already
3339         there.
3340
3341         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
3342         messages" logic, which was reversed.
3343
3344         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
3345         the "same place" even if point is on the line being replaced.
3346         (article-update-date-lapsed): Allow updating both the combined lapsed
3347         and the lapsed headers.
3348         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
3349         (article-make-date-line): Limit the number of segments dynamically to
3350         avoid too-long lines.
3351
3352 2011-01-27  Julien Danjou  <julien@danjou.info>
3353
3354         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
3355         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
3356
3357 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3358
3359         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
3360         Use plist-get instead of the cl function getf.
3361
3362 2011-01-27  Glenn Morris  <rgm@gnu.org>
3363
3364         * gnus-util.el (float-time): Get rid of compiler warning, again.
3365
3366 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3367
3368         * shr.el (shr-put-color): Special-case background colors: Do put them
3369         at the blank parts at the front of the lines.
3370
3371         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
3372         exit hook to nix out all data on readedness on group exit.
3373
3374         * gnus-util.el (float-time): If float-time is bound, always use it on
3375         all Emacsen.  It's unclear why the subrp check was there.
3376         (time-date): Require to make some autoload issues on XEmacs go away.
3377
3378         * shr.el (shr-put-color): Don't do the box padding in tables, since
3379         they're already padded.
3380
3381 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3382
3383         * gnus-art.el (gnus-article-next-page): When the last line of the
3384         article is displayed, scroll down once more instead of going to the
3385         next article at once.
3386         (article-lapsed-string): Refactor out and allow specifying how many
3387         segments you want.
3388         (gnus-article-setup-buffer): Start updating the lapsed header directly.
3389         (gnus-article-update-lapsed-header): New variable.
3390
3391         * shr.el: Revert change that made headings use different-sized faces.
3392         The Emacs display engine isn't advanced enough that, for instance,
3393         tables can comfortably use differently-sized faces.
3394
3395 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3396
3397         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
3398         used.
3399         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
3400         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
3401         we're using an encrypted connection.
3402
3403         * proto-stream.el: Alter the interface functions to also return the
3404         actual stream type used: network or tls.
3405
3406 2011-01-25  Julien Danjou  <julien@danjou.info>
3407
3408         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
3409         (mm-display-javascript-inline): New function.
3410
3411         * mm-decode.el (mm-inline-media-tests): Add application/javascript
3412         viewing function.
3413
3414 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3415
3416         * shr.el (shr-expand-newlines): Fix variable name.
3417
3418 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3419
3420         * shr.el (shr-expand-newlines): Make nested boxes work.
3421
3422 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
3423
3424         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
3425         backgrounds.
3426         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
3427         in a more sensible manner.
3428
3429 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
3430
3431         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
3432         if EPG is loaded.
3433
3434 2011-01-24  Julien Danjou  <julien@danjou.info>
3435
3436         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
3437         tags.
3438
3439 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
3440
3441         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
3442         commands.
3443
3444         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
3445         in the article buffer.
3446         (gnus-gravatar-insert): Use blank space from the current buffer to
3447         avoid breaking text properties.  This makes X-Sent updating work again.
3448
3449         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
3450
3451 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
3452
3453         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
3454         fix the bug in url-http.el instead.
3455
3456         * shr.el (shr-image-fetched): Ditto.
3457
3458         * shr.el (shr-image-fetched): Avoid having point move in the article
3459         buffer.
3460
3461         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
3462         buffer after being called.  It's apparently being killed by url.el, and
3463         killing it made point move to end-of-buffer in a random buffer.
3464
3465         * shr.el (shr-image-fetched): Ditto.
3466
3467 2011-01-23  Julien Danjou  <julien@danjou.info>
3468
3469         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
3470
3471         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
3472         text/x-org.
3473
3474 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3475
3476         * gnus-sum.el (gnus-summary-move-article): Protect against backends
3477         (i.e., nnimap) returning nil as the article number.
3478
3479 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3480
3481         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
3482         "DelSp" parameter in RFC3676.
3483
3484 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3485
3486         * message.el (message-check-recipients): Display the encoded version of
3487         the bogus address if they differ.
3488
3489         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
3490         after sending.
3491
3492         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3493
3494         * gnus-group.el (gnus-group-refresh-group): New convenience function.
3495
3496         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
3497         group buffer after sending the queue.
3498
3499         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3500
3501 2011-01-22  Julien Danjou  <julien@danjou.info>
3502
3503         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
3504
3505 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3506
3507         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
3508         nested related parts.
3509
3510         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
3511         unexpired articles.  This fixes the regression that led expiry marks to
3512         disappear from nnfolder groups.
3513
3514 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3515
3516         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
3517         Don't confuse the "ret" of "retrograde" with RET.
3518
3519 2011-01-21  Julien Danjou  <julien@danjou.info>
3520
3521         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
3522         than mm-insert-inline.
3523
3524 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3525
3526         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
3527         Widen article buffer.
3528
3529 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3530
3531         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
3532         the temp buffer.
3533         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
3534
3535 2011-01-20  Julien Danjou  <julien@danjou.info>
3536
3537         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
3538
3539         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
3540         than mm-insert-inline to insert inline part: this respect
3541         mm-inline-media-tests displayers.
3542
3543         * mm-view.el (mm-display-shell-script-inline): New function.
3544
3545         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
3546
3547         * mm-uu.el (mm-uu-type-alist): Add org block.
3548         (mm-uu-org-src-code-block-extract): New function.
3549
3550         * mm-view.el (mm-display-org-inline): New function.
3551
3552         * mm-decode.el (mm-automatic-display): Add text/org.
3553
3554         * mailcap.el (mailcap-mime-extensions): Add .org.
3555
3556 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3557
3558         * gnus-art.el (gnus-article-highlight): Remove argument passed to
3559         gnus-article-add-buttons.
3560
3561 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
3562
3563         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
3564         From header with a date and "nobody" as the sender.
3565
3566 2011-01-19  Julien Danjou  <julien@danjou.info>
3567
3568         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
3569         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
3570         if you have the same regexp several times.
3571         (gnus-button-push): Fix matching when regexp is symbol.
3572
3573 2011-01-15  Glenn Morris  <rgm@gnu.org>
3574
3575         * message.el (message-mail): A compose-mail function should
3576         accept headers as strings.
3577
3578 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
3579
3580         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
3581         Add :vert-only tags.
3582         (message-mail): New arg RETURN-ACTION.
3583         (message-return-action): New var.
3584         (message-bury): Use it.
3585         (message-mode): Make it buffer-local.
3586         (message-send-and-exit): Always call message-bury.
3587
3588         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
3589         message-mail.
3590
3591 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3592
3593         * nnimap.el (nnimap-convert-partial-article): Protect against
3594         zero-length body parts.
3595
3596         * mm-decode.el (mm-preferred-alternative-precedence):
3597         Discourage showing empty parts.
3598
3599         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
3600         and stuff if the backend didn't return the article number.  This fixes
3601         an Exchange-related nnimap bug.
3602
3603         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
3604         group window, because it does the wrong thing when a separate frame
3605         displays the group buffer.
3606
3607         * proto-stream.el (open-protocol-stream): Protect against the low-level
3608         transport functions returning nil.
3609
3610 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
3611
3612         * mml2015.el (epg-sub-key-fingerprint): Autoload.
3613         (mml2015-epg-find-usable-secret-key): New function.
3614         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
3615         mml2015-epg-find-usable-key (Bug#7797).
3616         (mml2015-epg-encrypt): Ditto.
3617
3618 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3619
3620         * dgnushack.el (rot13-string): Fix the way to get the argument.
3621
3622 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3623
3624         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
3625
3626 2011-01-03  Glenn Morris  <rgm@gnu.org>
3627
3628         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
3629
3630         * sieve.el (sieve-open-server): Give a more explicit error if
3631         sieve-manage-open returns nil.  (Bug#7720)
3632
3633 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
3634
3635         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
3636
3637 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3638
3639         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
3640         This avoids sending passwords in plain text over non-encrypted
3641         channels.
3642
3643         * shr.el (shr-rescale-image): Display all GIF images as animated images.
3644
3645         * nnimap.el (nnimap-login): Refactored out into own function, and
3646         implement CRAM-MD5.
3647         (nnimap-wait-for-line): Refactored out.
3648
3649         * mm-view.el (mml-smime): Require.
3650
3651 2010-12-20  David Engster  <deng@eml.cc>
3652
3653         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3654         use EPG to decrypt S/MIME messages instead of openssl.
3655
3656 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3657
3658         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3659
3660         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3661         status is the group clearly is unreachable.
3662
3663         * auth-source.el (auth-source-create): Add the optional second
3664         parameter to `local-variable-p' to be compatible with XEmacs.
3665
3666 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
3667
3668         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3669         work when using a compressed nnml folder.
3670
3671 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3672
3673         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3674         backends after sanitising on entry, because this never makes sense:
3675         If the articles have gone missing, then the data no longer exists on
3676         the backend, and if they haven't, then Gnus is wrong, and shouldn't
3677         overwrite anything anyway.
3678
3679         * shr.el (shr-insert-document): Bind shr-width dynamically to
3680         window-width if it's nil.
3681
3682 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
3683
3684         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3685         with the meaning of using the full emacs window width for rendering.
3686
3687 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
3688
3689         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3690         case when sender is not given.
3691
3692 2010-12-23  Julien Danjou  <julien@danjou.info>
3693
3694         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3695         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3696         the addresses, otherwise we might misplaced the gravatar.
3697
3698 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
3699
3700         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3701         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3702         obsolete in Emacs.
3703
3704 2010-12-20  Julien Danjou  <julien@danjou.info>
3705
3706         * gnus-util.el (gnus-rescale-image): Revert last change.
3707
3708 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
3709
3710         * binhex.el: Improve commentary (Bug#7482).
3711
3712 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3713
3714         * gnus-group.el (gnus-group-delete-articles): New command.
3715
3716 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3717
3718         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3719
3720 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3721
3722         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3723         here, since it's up to the backends to do CRLF removal if their
3724         protocol has it.
3725
3726         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3727
3728 2010-12-17  Julien Danjou  <julien@danjou.info>
3729
3730         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3731         they are from file.  Can also scale up.
3732
3733 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3734
3735         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
3736         Restore gnus-use-agent.
3737         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3738
3739         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3740
3741 2010-12-17  Julien Danjou  <julien@danjou.info>
3742
3743         * gravatar.el (gravatar-retrieve-synchronously): New function.
3744         (gravatar-get-data): Make more robust.
3745
3746 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
3749
3750 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3751
3752         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3753         to really consider the last line.
3754
3755 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3756
3757         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3758         list of recipient keys, or use symmetric encryption if not a list.
3759         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3760         EPA override, replacing the call to `netrc-store-data'.
3761
3762 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
3763
3764         * gnus-srvr.el: Avoid passing nil regexp argument to
3765         delete-matching-lines.
3766
3767 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3768
3769         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3770         fetching stops when Gnus exits.
3771
3772         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3773         function.
3774         (nnfolder-request-expire-articles): Save all the buffers after doing
3775         expiry.
3776
3777         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3778         the last article", since that led to serious performance regressions
3779         when expiring nnml groups.
3780
3781 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
3782
3783         * nnir.el: Improve customizations.
3784
3785 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3786
3787         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3788
3789         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3790         group has been killed.
3791         (gnus-group-yank-group): Ditto.
3792
3793         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3794
3795         * nnimap.el (nnimap-request-update-group-status): New function.
3796
3797         * gnus-int.el (gnus-request-update-group-status): New interface
3798         function.
3799
3800         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3801         copying read-ness to the backends.
3802
3803         * nnimap.el (nnimap-quirk): New function.
3804         (nnimap-retrieve-group-data-early): Use it.
3805         (nnimap-quirks): New alist.
3806
3807 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3808
3809         * shr.el (shr-insert): Set shr-start after deleting trailing space;
3810         don't delete it within indentation.
3811
3812 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3813
3814         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3815         previous line.
3816
3817 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3818
3819         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3820         QRESYNC command by deleting a superfluous space which broke Cyrus
3821         servers.  This change will break other servers that are buggy the other
3822         way around.
3823
3824 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3825
3826         * spam.el: Reindent and fix long lines.
3827         (spam-copy-or-move-routine): Exclude invalid move destinations.
3828
3829 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3830
3831         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3832         installed the registry.
3833
3834 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3835
3836         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
3837
3838 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3839
3840         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3841         groupname doesn't contain "gmane".
3842
3843 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3844
3845         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
3846         and netrc-bound-and-true-p bindings.
3847         (netrc-parse): Cache the netrc contents.
3848
3849         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3850         (gnus-1): Don't create the nndrafts group twice.
3851         (gnus-setup-news): There's no need to read the active file here, since
3852         that's done again later on a per-backend basis.
3853         (gnus-start-draft-setup): Make sure that the new group is started out
3854         empty.
3855
3856         * gnus-agent.el (gnus-agentize): Don't create the queue group
3857         automatically on startup.  It'll be created later, if needed.
3858
3859         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3860         of automatically subscribed groups.
3861         (gnus-auto-subscribed-categories): New variable.
3862         (gnus-matches-options-n): Use it.
3863         (gnus-default-subscribed-newsgroups): Remove unused variable.
3864         (gnus-start-draft-setup): Message a bit less.
3865
3866 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3867
3868         * nnir.el (nnir-run-imap): Return article list in order of increasing
3869         UID.
3870
3871 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3872
3873         * gnus-sum.el (gnus-summary-enter-digest-group):
3874         Mention gnus-auto-select-on-ephemeral-exit.
3875
3876         * proto-stream.el (proto-stream-open-network-only): Fix the calling
3877         convention of the network-only option.
3878
3879 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3880
3881         * proto-stream.el (proto-stream-open-network-only): New function to
3882         have a way to specify non-STARTTLS upgrade connections.
3883
3884 2010-12-10  Julien Danjou  <julien@danjou.info>
3885
3886         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3887         email address is nil.
3888
3889         * message.el (message-bogus-recipient-p): Set address to "" if nil.
3890
3891 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
3892
3893         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3894         deletion.
3895         (nnir-run-imap): Only need to parse list once.
3896
3897 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3898
3899         * shr.el (shr-tag-script): Ignore <script>.
3900         (shr-tag-label): Add <label> support.
3901
3902 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3903
3904         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3905
3906         * shr.el (shr-image-displayer): Work for images lined side by side.
3907
3908 2010-12-08  Robert Pluim  <rpluim@gmail.com>
3909
3910         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3911         parameter, since XEmacs doesn't accept t as a parameter.
3912
3913 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
3914
3915         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3916         ids.
3917         (nnir-run-gmane): Simplify groupspec formatting.
3918         (nnir-request-expire-articles): New function.
3919
3920 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3921
3922         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3923         overflow, possibly.
3924
3925         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3926         (shr-render-td): Handle td style="" better.
3927         (shr-tag-table): Use the color from the style sheet.
3928         (shr-render-td): Make sure we copy over all the overlays, too.
3929
3930 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
3931
3932         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3933         (nnir-request-article): Improve article retrieval.
3934
3935 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3936
3937         * mm-util.el (mm-extra-numeric-entities): New variable.
3938
3939         * mm-url.el (mm-url-decode-entities):
3940         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3941
3942         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
3943
3944 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3945
3946         * message.el: Use completion-at-point.
3947         (message-completion-function): New fun, extracted from message-tab.
3948         (message-mode): Use it for completion-at-point-functions.
3949         (message-tab): Use it and completion-at-point.
3950
3951 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3952
3953         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3954         character if a non-breakable character follows.
3955
3956 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3957
3958         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3959         any stream.
3960
3961         * shr.el (shr-tag-font): Colorize the region.
3962         (shr-tag-body): Ditto.
3963         (shr-tag-font): Actually let the styles be inherited instead of
3964         overwriting them.
3965         (shr-tag-font): Get the background color right.
3966         (shr-tag-style): Ignore all <style> tags for the moment.
3967
3968         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3969         a Message-ID to avoid having nnimap depend on gnus-sum.
3970
3971         * shr.el (shr-descend): Only colorize something if we have a node that
3972         sets colors.
3973
3974 2010-12-06  Julien Danjou  <julien@danjou.info>
3975
3976         * shr.el (shr-render-td): Render td content with shr-descend, so style
3977         will be applied to <td> too.
3978         (shr-colorize-region): Colorize region even if we only have a background.
3979         (shr-tag-body): Fix color and background color inheritance.
3980         Do not recolorize after shr-generic.
3981         (shr-tag-font): Let shr-generic colorize via inheritance.
3982
3983 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3984
3985         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3986
3987 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
3988
3989         * nnir.el (nnir-request-move-article): Remove obsolete code.
3990
3991 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3992
3993         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3994
3995 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3996
3997         * gnus-sum.el (gnus-summary-respool-article): The completion function
3998         expects a list instead of an alist.
3999
4000         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
4001         string as the parameter.
4002
4003         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
4004
4005         * shr.el (shr-stylesheet): New dynamic variable for cascading the
4006         styles.
4007         (shr-colorize-region): New function.
4008         (shr-insert-background-overlay): Remove.
4009         (shr-render-td): Background setting should be taken care of on a higher
4010         level.
4011         (shr-tag-body): Use post-hoc colorizations.
4012         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
4013         (shr-put-color-1): Don't overwrite old colors.
4014         (shr-colorize-region): When the background color isn't explicit, use
4015         a fixed background.
4016
4017         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
4018         nnmail variables.
4019
4020 2010-12-05  Bjørn Mork  <bjorn@mork.no>
4021
4022         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
4023         unless necessary.
4024
4025 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
4026
4027         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
4028         server.
4029
4030 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4031
4032         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
4033         so that TAB works.
4034
4035         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
4036         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
4037
4038         * shr.el (shr-urlify): Show the URL before the title to avoid
4039         misleading URLs.
4040
4041 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
4042
4043         * shr.el (shr-urlify): Display the title in <a> tags.
4044
4045 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
4046
4047         * nnir.el (nnir-categorize): Replace mapcar with mapc.
4048
4049 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
4050
4051         * nnir.el: Rearrange code to allow macros to be autoloaded by
4052         gnus-sum.el.
4053         (nnir-retrieve-headers-override-function): Make this variable
4054         customizable.
4055         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
4056
4057         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
4058         from nnir.el.
4059
4060 2010-12-03  Julien Danjou  <julien@danjou.info>
4061
4062         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
4063
4064 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4065
4066         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
4067         allow optional argument `environment'.
4068
4069 2010-12-03  Glenn Morris  <rgm@gnu.org>
4070
4071         * mm-extern.el (message-goto-body): Update declaration.
4072
4073 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4074
4075         * gnus-util.el (gnus-macroexpand-all): New function.
4076
4077         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
4078         instead of macroexpand-all that is unavailable in XEmacs.
4079
4080 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
4081
4082         * nnir.el (nnir-summary-line-format): New variable.
4083         (nnir-mode): Use it.
4084         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
4085         (nnir-article-ids): Reimplement as defsubst.
4086         (nnir-retrieve-headers): Don't mangle the subject header.
4087         (nnir-run-imap): Use 100 as RSV score.
4088         (nnir-run-find-grep): Fix for full server searching.
4089         (nnir-run-gmane): Better restriction to gmane groups.
4090
4091         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
4092         summary buffers.
4093
4094 2010-12-02  Julien Danjou  <julien@danjou.info>
4095
4096         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
4097
4098         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
4099
4100         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
4101         support.
4102
4103 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
4104
4105         * nnir.el: Update to handle the registry better.
4106         (autoload): Silence byte-compiler.
4107         (nnir-open-server): Add a hook for nnir groups.
4108         (nnir-request-move-article): Don't mangle the header.  Better to use
4109         formatting variables (which will be added in the future).
4110         (nnir-registry-action): Update the registry using the original article
4111         group name.
4112         (nnir-mode): Install nnir-specific hooks for updating the registry.
4113
4114         * gnus-sum.el
4115         (gnus-article-original-subject,gnus-newsgroup-original-name):
4116         Remove obsolete variables.
4117         (gnus-summary-move-article): Remove use of obsolete variables.
4118         (gnus-summary-local-variables): Make move and delete hooks local to
4119         summary buffers.
4120
4121 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4122
4123         * rtree.el: New file.
4124
4125 2010-12-01  Julien Danjou  <julien@danjou.info>
4126
4127         * message.el (message-user-organization): Do not use
4128         gnus-local-organization.
4129
4130         * gnus.el: Remove gnus-local-organization.
4131
4132         * gnus-msg.el: Remove nastygram thing.
4133
4134 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
4135
4136         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
4137         funcall.
4138
4139 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4140
4141         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
4142         names.
4143
4144         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
4145         characters.
4146
4147         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
4148         to t of inhibit-read-only since it is inside gnus-with-article-headers.
4149         Suggested by Štěpán Němec <stepnem@gmail.com>.
4150         (gnus-gravatar-transform-address): Use mail-extract-address-components
4151         that supports non-ASCII names rather than mail-header-parse-addresses.
4152
4153 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4154
4155         * proto-stream.el (open-protocol-stream): All starttls connections are
4156         handled by the network handler.
4157
4158 2010-11-30  Julien Danjou  <julien@danjou.info>
4159
4160         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
4161         (nnimap-open-connection-1): Fix PREAUTH.
4162
4163         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
4164
4165 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4166
4167         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
4168         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
4169         (shr-insert): Use them.
4170         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
4171
4172 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4173
4174         * nnir.el (nnir-request-move-article): Bail out if original group
4175         doesn't support article moves.
4176         (nnir-get-active): Improve active list retrieval.
4177
4178 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4179
4180         * shr.el (shr-find-fill-point): Don't break before apostrophes.
4181
4182 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
4183
4184         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
4185         seem to accept strings-with-numbers as port numbers,
4186
4187 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4188
4189         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
4190         change the registry.
4191
4192 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4193
4194         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
4195         delete-dups that is not available in XEmacs 21.4.
4196
4197         * mm-util.el (mm-delete-duplicates): Add comment.
4198
4199 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
4200
4201         * nnir.el (nnir-ignored-newsgroups): New variable.
4202         (nnir-get-active): Use it.
4203
4204 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4205
4206         * proto-stream.el (proto-stream-open-network): Add some comments.
4207
4208         * nntp.el (nntp-open-connection): Provide a :success condition.
4209
4210         * nnimap.el (nnimap-open-connection-1): Ditto.
4211
4212         * proto-stream.el (proto-stream-open-network): See what the response to
4213         the STARTTLS command is.
4214
4215         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
4216         backwards compatibility).
4217         (nnimap-open-connection-1): Really respect nnimap-server-port.
4218
4219         * proto-stream.el (proto-stream-open-network): When doing opportunistic
4220         TLS upgrades we don't really care about the identity of the peer.
4221         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
4222         that what we've checked for.
4223         (proto-stream-always-use-starttls): Only default to t if
4224         open-gnutls-stream exists.
4225         (proto-stream-open-network): If STARTTLS failed, then just open a
4226         normal connection.
4227         (proto-stream-open-network): Wait until the greeting before doing
4228         STARTTLS.
4229
4230         * nntp.el (nntp-open-connection): Report what the connection error is.
4231
4232         * proto-stream.el (open-protocol-stream): Rename from
4233         open-proto-stream.
4234
4235 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4236
4237         * nnimap.el (nnimap-stream): Change default to `undecided'.
4238         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
4239         first, and then network.
4240         (nnimap-open-connection-1): Respect nnimap-server-port.
4241         (nnimap-open-connection): Be more backwards-compatible.
4242
4243         * proto-stream.el (proto-stream-always-use-starttls): New variable.
4244         (proto-stream-open-starttls): De-duplicate the starttls code.
4245         (proto-stream-open-starttls): Folded back into the main function.
4246         (proto-stream-open-network): Fix typo in the gnutls path.
4247         (proto-stream-command): Refactor out.
4248
4249         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
4250
4251         * proto-stream.el (proto-stream-open-starttls): Actually implement the
4252         starttls.el STARTTLS.
4253
4254         * color.el (color-lab->srgb): Fix function call name.
4255
4256         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
4257         if we're using tls.el.
4258         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
4259         built in, then don't try to establish a STARTTLS connection.
4260
4261         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
4262         servers.
4263
4264         * proto-stream.el (open-proto-stream): Use network, not stream.
4265         (open-proto-stream): Add a way to specify what the end of a command is.
4266
4267         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
4268         connections types.
4269         (nntp-open-network-stream): Remove.
4270         (nntp-open-ssl-stream): Remove.
4271         (nntp-open-tls-stream): Remove.
4272         (nntp-ssl-program): Remove.
4273
4274         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
4275
4276 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
4277
4278         * nnir.el: Fix typos.
4279         (nnir-retrieve-headers-override-function): Rename variable to reflect
4280         new semantics.
4281         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
4282         macros.
4283         (nnir-request-article, nnir-request-move-article): Use them.
4284         (nnir-categorize): New function.
4285         (nnir-run-query): Use it.
4286         (nnir-retrieve-headers): Rewrite to batch header retrieval.
4287         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
4288         sorted.
4289         (nnir-group-full-name): Use gnus-group-full-name instead.
4290         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
4291         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
4292
4293 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4294
4295         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
4296
4297         * proto-stream.el: New library to provide protocol-specific
4298         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
4299         protocols.
4300         (open-proto-stream): Complete the documentation.
4301         (proto-stream-open-network): Fix some typos.
4302
4303         * nnimap.el (nnimap-open-connection): Use it.
4304
4305 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
4306
4307         * pop3.el (pop3-open-server): Read server greeting before starting TLS
4308         negotiation.
4309
4310 2010-11-26  Julien Danjou  <julien@danjou.info>
4311
4312         * color.el: Rename various rgb functions to srgb.
4313
4314 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4315
4316         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
4317         names.
4318
4319 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4320
4321         * shr.el (shr-insert): Revert last change.
4322         (shr-find-fill-point): Never leave point being at bol;
4323         relax the kinsoku limitation when rendering tables.
4324
4325 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4326
4327         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
4328         results from -accept-article.
4329
4330         * shr-color.el: Require cl when compiling.
4331
4332         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
4333         checkin.
4334
4335         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
4336
4337         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
4338
4339         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
4340         'add and 'delete to set backend marks.
4341
4342         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
4343
4344         * nnheader.el (nnheader-update-marks-actions): Refactor out.
4345
4346         * nntp.el (nntp-request-set-mark): Use it.
4347
4348         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4349
4350         * nnml.el (nnml-request-set-mark): Ditto.
4351
4352         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
4353         introduces regressions in article selection.
4354         (nnimap-find-uid-response): New function.
4355         (nnimap-request-accept-article): Use the UID returned, if any.
4356         (nnimap-request-move-article): Use the UID returned, if any.
4357         (nnimap-get-groups): Reimplement to work with folded lines.
4358         (nnimap-find-uid-response): The UID is the last element in the list.
4359         (nnimap-request-set-mark): Extend syntax with 'set.
4360
4361         * nnml.el (nnml-request-set-mark): Ditto.
4362
4363         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4364
4365         * nntp.el (nntp-request-set-mark): Ditto.
4366
4367 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4368
4369         * message.el (message-called-interactively-p): A temporary macro.
4370         (message-goto-body): Use it temporarily.
4371
4372 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4373
4374         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
4375         (nnimap-last-response-string): Unfold quoted lines, if they exist.
4376         (nnimap-last-response-string): Fix last unfolding fix.
4377
4378 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * shr.el (shr-insert): Fix the way to fold lines.
4381
4382 2010-11-25  Julien Danjou  <julien@danjou.info>
4383
4384         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
4385
4386         * color.el: Rename from color-lab.el
4387         (color-rgb->hex): Add.
4388         (color-complement): Add.
4389         (color-complement-hex): Add.
4390
4391         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
4392
4393 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4394
4395         * shr-color.el (shr-color-visible): Don't bug out if the color names
4396         don't exist.
4397
4398 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4399
4400         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
4401         assuming that article displaying or another mml-preview may be
4402         interrupted for an error or for the like.
4403
4404         * shr.el (shr-get-background): Fix argument name.
4405
4406 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4407
4408         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
4409
4410         * gnus-sum.el (gnus-summary-include-articles): New function.
4411
4412         * message.el (message-goto-body): called-interactively-p needs a
4413         parameter, so use `any'.
4414
4415         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
4416         clear marks before moving, since they're synced from the Gnus side
4417         first.
4418
4419         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
4420         (gnus-summary-move-article): Copy over all marks before moving, so that
4421         IMAP doesn't think a new article has arrived.
4422
4423 2010-11-24  Julien Danjou  <julien@danjou.info>
4424
4425         * shr.el (shr-insert-background-overlay): Fix typo.
4426         (shr-render-td): Copy the background before rendering.
4427
4428         * shr-color.el (shr-color-visible): Fix docstring.
4429
4430         * shr.el (shr-tag-table): Add bgcolor support.
4431         (shr-render-td): Add bgcolor support.
4432         (shr-get-background): Add.
4433         (shr-insert-foreground-overlay): Use shr-get-background.
4434
4435         * message.el (message-goto-body): Use called-interactively-p.
4436         (message-in-body-p): message-goto-body returns point.
4437
4438 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4439
4440         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
4441         Fixes something or other in Emacs 23, and is backwards compatible.
4442
4443         * message.el (message-goto-body): Remove the <#secure special-casing,
4444         which is too special.
4445
4446         * shr.el (shr-parse-style): Drop !important from styles.
4447
4448 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
4449
4450         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
4451         this function to return incorrect results when calling it with an
4452         explicit article argument different from
4453         (gnus-summary-article-number).
4454
4455 2010-11-24  Julien Danjou  <julien@danjou.info>
4456
4457         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
4458         (shr-tag-body): Add background support.
4459         (shr-descend): Add background support.
4460         (shr-tag-title): Add.
4461
4462         * shr-color.el (shr-color-visible): Really return original background
4463         if fixed.
4464
4465 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4466
4467         * shr.el (shr-color-check): Protect against non-existent color names.
4468
4469 2010-11-24  Julien Danjou  <julien@danjou.info>
4470
4471         * color-lab.el: Require 'cl when compiling.
4472
4473         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
4474
4475         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
4476         matched part.
4477
4478         * color-lab.el: Fix all expt calls to use float type.
4479
4480 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
4483         expression to shr-color-check as is.
4484
4485         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
4486
4487         * color-lab.el: Add coding cookie.
4488         (float-pi): Use eval-and-compile.
4489
4490         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
4491         compiled for Emacsen having no `libxml-parse-html-region' support.
4492
4493 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4494
4495         * shr.el (shr-insert-color-overlay): Split stuff like
4496         "#444444 !important" to find the real color.
4497         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
4498         parse <font color="red"> entries.
4499
4500 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
4501
4502         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
4503         point when parsing headers.
4504
4505         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
4506         is positioned properly when parsing headers.
4507
4508 2010-11-23  Julien Danjou  <julien@danjou.info>
4509
4510         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
4511
4512         * shr-color.el (shr-color->hexadecimal): Add support for color names.
4513
4514         * shr.el (shr-parse-style): Replace \n with space in style parsing.
4515
4516         * shr-color.el (shr-color-hsl-to-rgb-fractions):
4517         Use shr-color-hue-to-rgb.
4518         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
4519
4520 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4521
4522         * shr.el (shr-color->hexadecimal): Autoload.
4523         (shr-descend): Add color to all tags.
4524
4525 2010-11-22  Julien Danjou  <julien@danjou.info>
4526
4527         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
4528         shr-color->hexadecimal.
4529
4530         * shr-color.el (shr-color->hexadecimal): Add converting functions for
4531         RGB() or HSL() color representation.
4532
4533         * shr.el (shr-tag-font): Add.
4534         (shr-tag-color-check): New function to get better colors.
4535         (shr-tag-insert-color-overlay): Factorize code between tag-font and
4536         tag-span.
4537
4538         * shr-color.el: New file.
4539
4540         * color-lab.el: New file.
4541
4542         * gnus-art.el (gnus-url-mailto): Do not downcase args.
4543
4544 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
4545
4546         * nnir.el: Fix typo in comments.
4547         (nnir-run-imap): Simplify code.  No need to reverse artlist.
4548         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
4549
4550 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4551
4552         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
4553
4554         * nnimap.el (nnimap-get-capabilities): Refactor out.
4555         (nnimap-open-connection): Re-request capabilities after STARTTLS.
4556
4557 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
4558
4559         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
4560         appearing when `mm-uu-hide-markers' is nil.
4561
4562 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4563
4564         * nnimap.el (nnimap-unselect-group): Make into its own function.
4565         (nnimap-request-rename-group): Unselect group before renaming.
4566         This had gotten lost somewhere.
4567         (nnimap-request-accept-article): Keep track of examined groups, and
4568         unselect the group before APPENDing to read-only groups.
4569         (nnimap-request-move-article): Clear flags before moving so that they
4570         can be re-set later.
4571
4572 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
4575         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
4576
4577 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4578
4579         * gnus-art.el (gnus-mime-display-single):
4580         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
4581         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
4582         parameter.
4583
4584 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4585
4586         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
4587         (shr-table-vertical-line): New variable.
4588         (shr-insert-table): Use it.
4589
4590 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * gnus-html.el (gnus-html-wash-images): Don't display images if
4593         gnus-inhibit-images is non-nil; register displayer for cid images.
4594         (gnus-html-display-image): Work for cid image.
4595         (gnus-html-insert-image): Allow arguments.
4596         (gnus-html-put-image): Inhibit read-only.
4597         (gnus-html-prefetch-images): Don't prefetch images if
4598         gnus-inhibit-images is non-nil.
4599
4600 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4601
4602         * shr.el (shr-put-image): Break lines when inserting big pictures.
4603
4604 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4605
4606         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
4607         sender, thanks Katsumi Yamaoka.
4608
4609 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
4610
4611         * nnir.el (nnir-run-imap): Reverse the article list for each group
4612         rather than the whole list.
4613
4614 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4615
4616         * shr.el (shr-image-displayer): Protect function against non-existent
4617         image source.
4618
4619         * gnus-art.el (gnus-inhibit-images): New user option.
4620         (gnus-mime-display-single): Don't display image if it is non-nil.
4621
4622         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
4623         gnus-inhibit-images.
4624
4625         * shr.el (shr-image-displayer): New function.
4626         (shr-tag-img): Use it.
4627
4628 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4629
4630         * mml2015.el (mml2015-epg-sign): Use From header.
4631
4632 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4633
4634         * gnus-html.el (gnus-html-wash-images): Register a displayer.
4635
4636         * gnus-util.el (gnus-find-text-property-region): Return markers.
4637
4638         * shr.el (shr-tag-img): Put a displayer in the text property.
4639
4640         * gnus-util.el (gnus-find-text-property-region): New utility function.
4641
4642         * gnus-html.el (gnus-html-display-image): Make the alt optional.
4643         (gnus-html-show-images): Remove.
4644
4645         * gnus-art.el (gnus-article-show-images): New, more general function.
4646
4647         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
4648         image url text properties.
4649
4650         * shr.el: Ditto.
4651
4652         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
4653         gnus-agent-auto-agentize-methods is set.  Which it isn't.
4654
4655 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4658         work for two or more articles.
4659
4660 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4661
4662         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4663         divide an image that's in an html article to two or more when washing
4664         non-ASCII characters in alt text of it.
4665
4666 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4667
4668         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4669         smime-decrypt-region using function argument.
4670         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4671
4672         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4673
4674         * smime.el (smime-decrypt-region): Catch it.
4675
4676 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4677
4678         * smime.el (smime-mode-map): Move initialization into declaration.
4679         (gnus-run-mode-hooks): Don't autoload.
4680         (smime-mode): Use define-derived-mode.
4681
4682 2010-11-11  Glenn Morris  <rgm@gnu.org>
4683
4684         * smime.el (from): Restrict declaration to XEmacs.
4685
4686         * nnir.el (gnus-group-topic-name): Autoload.
4687
4688 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4689
4690         * shr.el (shr-insert): Don't break long line if it is because of
4691         kinsoku-bol characters in the line end.
4692
4693 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
4694
4695         * nnir.el (nnir-request-move-article): Fix to provide original group
4696         and subject.
4697         (nnir-warp-to-article): Don't fail on articles whose headers haven't
4698         been retrieved.
4699
4700         * gnus-sum.el (gnus-summary-move-article): Use original group and
4701         subject for virtual articles such as those in an nnir summary buffer.
4702
4703 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4706         least 21.5).
4707
4708         * smime.el (from): Declare it again for XEmacs.
4709
4710 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4711
4712         * message.el (message-resend): Don't disable encoding unless it's
4713         already encoded.
4714
4715         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4716         low-numbered articles.
4717
4718 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4719
4720         * rfc2047.el (rfc2047-syntax-table): Simplify.
4721
4722         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
4723
4724         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4725         set-char-table-range for XEmacs.
4726
4727 2010-11-10  Glenn Morris  <rgm@gnu.org>
4728
4729         * time-date.el (time-to-seconds): Always an alias on Emacs,
4730         never a real function.
4731         (with-no-warnings): Remove compat stub, now unused.
4732         (time-less-p): Doc fix.
4733         (time-to-number-of-days): Simplify.
4734
4735         * smime.el (from): Remove unused declaration.
4736
4737         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4738         (gnus-float-time): On Emacs, always an alias.
4739
4740         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4741         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4742
4743 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4744
4745         * dgnushack.el: Don't use ignore-errors in the top level form since it
4746         is unavailable in XEmacs even if cl is loaded.
4747
4748         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4749
4750 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4751
4752         * shr.el (browse-url-mailto): Autoload.
4753
4754         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4755
4756         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4757         regexp doesn't need quoting.
4758
4759 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4760
4761         * message.el (message-subject-trailing-was-ask-regexp)
4762         (message-subject-trailing-was-regexp): Match was: in addition to was.
4763
4764 2010-11-09  Glenn Morris  <rgm@gnu.org>
4765
4766         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4767         (nnbabyl-check-mbox): Use point-at-bol.
4768
4769 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4770
4771         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4772
4773         * message.el (message-mailto): New function.
4774         (message-mailto): Should accept other parameters.
4775         (message-mailto): Remove since it duplicates browse-url-mailto
4776         functionality.
4777
4778 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4779
4780         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4781         methods.
4782         (gnus-read-active-file): Ditto.
4783
4784         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4785         ": " from the prompt.
4786         (gnus-group-make-group): Ditto.
4787
4788 2010-11-07  Glenn Morris  <rgm@gnu.org>
4789
4790         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4791         (gnus-bookmark-kill-line): Use point-at-eol.
4792
4793 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4794
4795         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4796         asterisks in From header.
4797
4798 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4799
4800         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4801         string to avoid making the From headers syntactically invalid.
4802
4803         * message.el (message-send-mail): Don't insert courtesy messages if the
4804         message already has List-Post and List-ID messages.
4805
4806 2010-11-06  Glenn Morris  <rgm@gnu.org>
4807
4808         * gnus-art.el (gnus-treat-article): Give dynamic local variables
4809         `condition', `type', `length' a prefix.
4810         (gnus-treat-predicate): Update for above name changes.
4811
4812 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
4813
4814         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4815         binding.  Handled by `gnus-summary-refer-thread' instead.
4816         (nnir-warp-to-article): New backend function.
4817
4818         * nnimap.el (nnimap-request-thread): Force dependency updating.
4819
4820         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4821         (gnus-summary-refer-thread): Rework to improve thread-referral.
4822
4823         * gnus-int.el (gnus-warp-to-article): New function.
4824
4825         * gnus-sum.el (gnus-summary-article-map): Bind it.
4826
4827 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
4828
4829         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4830         gnus-summary-refer-thread.
4831
4832         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4833         headers.
4834         (gnus-summary-limit-include-thread): Prevent articles in thread from
4835         being cut in gnus-cut-threads.
4836         (gnus-summary-refer-thread): Limit retrieved headers to those in
4837         thread.
4838
4839 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4840
4841         * message.el (message-send-mail): Use the value of
4842         message-courtesy-message from the message buffer.
4843
4844         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4845
4846         * shr.el (shr-browse-url): Implement mailto: URLs.
4847
4848         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4849         "raw".
4850
4851         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4852         if it's already selected.
4853
4854         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4855
4856 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4857
4858         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4859         to measure the length and truncate alt text.
4860
4861 2010-11-03  Glenn Morris  <rgm@gnu.org>
4862
4863         * nndiary.el (nndiary-generate-nov-databases-1)
4864         (nndiary-generate-active-info): Rename dynamic variable `files' to
4865         something less generic.
4866
4867 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
4868
4869         * nnir.el (nnir-request-move-article): Call the underlying backend to
4870         move articles from nnir.
4871
4872 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4873
4874         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4875
4876 2010-11-02  Julien Danjou  <julien@danjou.info>
4877
4878         * nnir.el: Remove wais support.
4879
4880 2010-11-02  Glenn Morris  <rgm@gnu.org>
4881
4882         * gnus-html.el: Reorder requirements to quieten compiler.
4883
4884 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4887         properly for XEmacs as well.
4888         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4889         (gnus-article-natural-long-line-p): Use window-width rather than
4890         frame-width.
4891
4892 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
4893
4894         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
4895         (nnir-read-parms): Don't modify query.
4896         (nnir-run-query): Add ability to search topic on current line.
4897         (nnir-get-active): Clean up.
4898
4899 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4900
4901         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4902         degenerate articles.
4903
4904         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4905         (gnus-print-buffer): Just print the buffer as is, without any copying
4906         to a buffer and then re-highlighting.
4907
4908         * nnimap.el (nnimap-request-group): Store the new updated info.
4909         (nnimap-request-group): Select the group when we don't know whether it
4910         exists or not.
4911
4912         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4913         groups.
4914
4915         * gnus-group.el (gnus-group-find-new-groups): Display all the new
4916         groups.
4917
4918         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4919         groups.
4920
4921         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4922         long-lines case by only filling the long lines.
4923
4924         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4925         (bug #7311).
4926
4927 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * shr.el: No need to declare `declare-function' since shr.el is for
4930         only Emacsen that provide `libxml-parse-html-region'.
4931
4932         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
4933         effective only in a file it is referred to.
4934
4935 2010-11-01  Glenn Morris  <rgm@gnu.org>
4936
4937         * mm-util.el (gnus-completing-read): Autoload.
4938         (mm-read-coding-system): Simplify Emacs definition.
4939
4940         * nnmail.el (gnus-activate-group):
4941         * nnimap.el (gnutls-negotiate):
4942         * nntp.el (netrc-parse): Fix declarations.
4943
4944 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4945
4946         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4947         string-match-p in Emacs >=23.
4948
4949         * gnus-msg.el (gnus-configure-posting-styles):
4950         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4951
4952 2010-11-01  Glenn Morris  <rgm@gnu.org>
4953
4954         * nnir.el (declare-function): Add compat stub.
4955         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4956         (nnir-run-gmane): Require 'mm-url.
4957
4958         * mm-util.el (mm-string-to-multibyte): Simplify.
4959
4960         * shr.el (declare-function): Add compat stub.
4961         (url-cache-create-filename): Declare.
4962         (mm-disable-multibyte, widget-convert-button): Autoload.
4963
4964         * smime.el (ldap-search): Declare.
4965         (smime-cert-by-ldap-1): Require ldap on Emacs.
4966
4967         * nnimap.el: Require nnmail, and gnus-sum when compiling.
4968         (nnimap-keepalive): Use gnus-float-time.
4969
4970         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4971         (mail-source-delete-crash-box): Use gnus-float-time.
4972
4973         * gnus-dired.el (gnus-completing-read): Autoload.
4974
4975         * mm-view.el (gnus-rescale-image): Autoload.
4976
4977         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4978
4979         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4980
4981         * sieve-manage.el: Require 'cl when compiling.
4982
4983         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4984         (gnus-iswitchb-completing-read): Require iswitchb.
4985         (gnus-select-frame-set-input-focus): Silence compiler.
4986
4987 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4988
4989         * message.el (message-subject-trailing-was-query): Change default to t,
4990         since I think that's what most people want.
4991
4992         * nnimap.el (nnimap-request-accept-article): Erase buffer before
4993         appending for easier debugging.
4994         (nnimap-wait-for-connection): Take a regexp.
4995         (nnimap-request-accept-article): Wait for the continuation line before
4996         sending anything unless we're streaming.
4997
4998         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4999         leave the header washing to take place.
5000
5001 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5002
5003         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
5004         regular expression match and replace in posting styles.
5005
5006 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
5007
5008         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
5009         an entire server.
5010         (nnir-get-active): New function.
5011         (nnir-run-imap): Use it.
5012         (nnir-run-gmane): Who knew, gmane search returns an article score!
5013
5014         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
5015         server on the current line with nnir.
5016
5017 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5018
5019         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
5020         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
5021         left edge.
5022         (gnus-article-foldable-buffer): Skip past the prefix when determining
5023         raggedness.
5024
5025         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
5026         the raw article, and change `C-u g' to show the article without doing
5027         treatments.
5028
5029         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
5030         on to `gnus-treat-article'.
5031         (gnus-inhibit-article-treatments): New variable.
5032
5033         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
5034
5035         * gnus-art.el (gnus-treatment-function-alist): Have
5036         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
5037         (gnus-treat-fill-long-lines): Change default to fill all text/plain
5038         sections.
5039
5040         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
5041         parameter.
5042         (gnus-article-fill-cited-long-lines): New function.
5043         (gnus-article-fill-cited-article): Allow filling only long sections.
5044
5045         * shr.el (shr-find-fill-point): Don't break lines between punctuation
5046         and non-punctuation (like after the apostrophe in "'We").
5047
5048         * gnus-sum.el (gnus-summary-select-article): Make sure
5049         gnus-original-article-buffer is alive.
5050
5051         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
5052         reflect the order they're in in the digest.
5053
5054         * gnus.el (gnus-group-startup-message): Move point to the start of the
5055         buffer.
5056
5057         * nnimap.el (nnimap-capability): New function.
5058         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
5059         is set.
5060
5061 2010-10-31  David Engster  <dengste@eml.cc>
5062
5063         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
5064         conform with changes to gnus-completing-read.
5065
5066 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5067
5068         * shr.el (shr-tag-img): Output "*" instead of "[img]".
5069
5070 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5071
5072         * nnir.el: Move defvar, defcustom around to keep file organized
5073         and keep byte-compiler quiet.
5074         (nnir-read-parms): Accept search-engine as arg.
5075         (nnir-run-query): Pass search-engine as arg.
5076         (nnir-search-engine): Remove.
5077
5078 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5079
5080         * shr.el (shr-generic): The text nodes should be text, not :text.
5081
5082         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
5083         later in the file.
5084
5085 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5086
5087         * nnir.el: General clean up.  Allow searching with multiple engines.
5088         Allow separate extra-parameters for each engine.
5089         Batch queries when possible.
5090         (nnir-imap-default-search-key,nnir-method-default-engines):
5091         Add customize interface.
5092         (nnir-run-gmane): New engine.
5093         (nnir-engines): Use it.  Qualify all prompts with engine name.
5094         (nnir-search-engine): Remove global variable.
5095         (nnir-run-hyrex): Restore for now.
5096         (nnir-extra-parms,nnir-search-history): New variables.
5097         (gnus-group-make-nnir-group): Use them.
5098         (nnir-group-server): Remove in favor of gnus-group-server.
5099         (nnir-request-group): Avoid searching twice.
5100         (nnir-sort-groups-by-server): New function.
5101
5102 2010-10-30  Julien Danjou  <julien@danjou.info>
5103
5104         * gnus-group.el: Remove gnus-group-fetch-control.
5105
5106         * gnus-start.el (gnus-find-new-newsgroups):
5107         Remove gnus-check-first-time-used.
5108
5109         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
5110
5111 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5112
5113         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
5114         set on groups that don't have \* permanentflags.
5115
5116 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5117
5118         * shr.el (shr-tag-span): Drop colorization of regions since we don't
5119         control the background color.
5120         (shr-tag-img): Ignore very small web bug type images.
5121         (shr-put-image): Add help-echo alt texts to the images.
5122         (shr-tag-video): Show the video poster image.
5123
5124 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5125
5126         * shr.el (shr-table-depth): New variable.
5127         (shr-tag-table-1): Only insert the images after the top-level table.
5128
5129         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
5130
5131         * gnus-util.el (gnus-list-memq-of-list): New function.
5132
5133         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
5134         selected.
5135         (nnimap-unsplittable-articles): New slot.
5136         (nnimap-new-articles): Use it.
5137
5138 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
5139
5140         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
5141         move to the previous line on `M-g'.
5142
5143 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5144
5145         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
5146         *-request-group, which seems unnecessary.
5147
5148         * nnimap.el (nnimap-quote-specials): Function copied over from
5149         imap.el.
5150         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
5151         they support that.  Suggested by Tom Regner.
5152
5153 2010-10-29  Julien Danjou  <julien@danjou.info>
5154
5155         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
5156         defalias.
5157         (gnus-summary-delete-marked-with): Remove obsolete defalias.
5158
5159         * gnus.el: Remove `gnus-nntp-service' variable.
5160         (gnus-secondary-servers): Make obsolete.
5161         (gnus-nntp-server): Make obsolete.
5162
5163         * gnus-start.el (gnus-1): Remove x-splash calls.
5164
5165         * gnus-ems.el (gnus-x-splash): Remove.
5166
5167         * gnus.el (gnus-group-startup-message): Simplify/update code.
5168
5169         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
5170         definition.
5171
5172         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
5173         capability before doing anything.
5174         (gnus-group-insert-group-line): Remove useless
5175         gnus-group-remove-excess-properties.
5176
5177 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
5180
5181 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5182
5183         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
5184         config after reselecting.
5185
5186 2010-10-28  Julien Danjou  <julien@danjou.info>
5187
5188         * shr.el (shr-put-image): Use point even if only inserting text.
5189         (shr-put-image): Save excursion when inserting alt text on non-graphic
5190         display, so the behavior is the same when we are on a graphic display.
5191
5192         * nnir.el (nnir-run-swish-e): Remove hyrex support.
5193
5194 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
5197         (gnus-mime-copy-part): Check coding system, not charset.
5198         (gnus-mime-view-part-externally): Never remove part.
5199         (gnus-mime-view-part-internally): Don't remove part here.
5200         (gnus-article-part-wrapper): Make sure MIME tag is visible.
5201         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
5202         multipart/alternative.
5203
5204         * mm-decode.el (mm-display-part): Take optional arg `force'.
5205
5206 2010-10-26  Julien Danjou  <julien@danjou.info>
5207
5208         * gnus-group.el (gnus-group-default-list-level): Add this function to
5209         compute the default list level.
5210         (gnus-group-default-list-level): Add possibility to use a function.
5211
5212 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5213
5214         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
5215
5216         * gnus-group.el (gnus-group-completing-read)
5217         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
5218         gnus-replace-in-string.
5219
5220 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5221
5222         * shr.el (shr-tag-div): Add.
5223
5224         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
5225
5226 2010-10-25  Julien Danjou  <julien@danjou.info>
5227
5228         * gnus-util.el: Remove `gnus-with-local-quit'.
5229
5230         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
5231
5232 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5233
5234         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
5235         the original article buffer.
5236
5237 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5238
5239         * nnimap.el (nnimap-request-head): New function.
5240         (nnimap-request-move-article): Try to be slightly faster by not
5241         requesting the entire message when moving.
5242         (nnimap-transform-headers): Don't bug out on bodiless articles.
5243         (nnimap-send-command): Have no outstanding messages if the IMAP server
5244         doesn't support streaming.
5245         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
5246
5247 2010-10-24  Julien Danjou  <julien@danjou.info>
5248
5249         * message.el (message-default-headers): Fix type.
5250
5251 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5252
5253         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
5254         prefetching images.
5255
5256         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
5257         backend for unknown groups.  This is mainly useful for nnimap groups.
5258
5259         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
5260         group isn't covered by the agent.
5261
5262 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
5263
5264         * nnir.el (nnir-method-default-engines): New variable.
5265         (nnir-run-query): Use it.
5266         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
5267         (gnus-summary-nnir-goto-thread): Change group if needed.
5268
5269         * gnus-group.el (gnus-group-group-map): Add key binding for
5270         gnus-group-make-nnir-group.
5271
5272 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5273
5274         * shr.el (shr-tag-object): Add.
5275
5276         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
5277         original article buffer live.
5278         (gnus-summary-select-article-buffer):
5279         Mention gnus-widen-article-buffer.
5280
5281 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5282
5283         * shr.el (shr-tag-strong): Add.
5284
5285 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5286
5287         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
5288         group names.  They mess up the group buffer badly.
5289
5290         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
5291
5292         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
5293         instead of the summary one.
5294
5295 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * mml.el (mml-preview): Work properly when editing article.
5298
5299         * gnus-start.el (gnus-read-active-file-1): Don't add method to
5300         gnus-have-read-active-file if it's already been in.
5301
5302 2010-10-22  Tom Tromey  <tromey@redhat.com>
5303
5304         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
5305         gnus-group-completing-read.
5306
5307 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5308
5309         * message.el (message-mode-map): Don't bind M-; to comment region, to
5310         allow the global comment-dwim to work.
5311
5312 2010-10-21  Julien Danjou  <julien@danjou.info>
5313
5314         * message.el (message-setup-1): Allow message-default-headers to be a
5315         function.
5316
5317 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * shr.el (shr-tag-table): Simplify.
5320
5321 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5322
5323         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
5324         to avoid trying to snarf invalid stuff.
5325
5326         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
5327
5328         * gnus.el (gnus-message-archive-group): Quote value.
5329         (gnus-message-archive-group): Mark as changed.
5330
5331         * shr.el (shr-add-font): Don't put the font properties on the newline
5332         or the indentation.
5333
5334         * message.el (message-fix-before-sending): Change options when sending
5335         non-printable characters.
5336
5337         * gnus.el (gnus-message-archive-method): Change the default to
5338         monthly outgoing groups.
5339
5340         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
5341         that have gotten new numbers.
5342
5343         * nnimap.el (nnimap-request-replace-article): New function.
5344
5345 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5346
5347         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
5348         (nnrss-request-article): Don't use special html washing code.
5349
5350 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5351
5352         * shr.el (shr-tag-table): Remove useless nconc.
5353
5354 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5355
5356         * gnus-art.el (article-wash-html): Simplify and remove the charset
5357         stuff.  Use the normal html rendering code instead of the special html
5358         washing code.
5359
5360         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
5361         `gnus-w3m' symbols.
5362         (mm-text-html-washer-alist): Remove.
5363
5364         * mm-decode.el (mm-inline-text-html-renderer): Remove.
5365         (mm-inline-media-tests): Remove use.
5366         (mm-text-html-renderer): Change default to the `shr' symbol.
5367
5368         * mm-view.el (mm-inline-text-html): Remove use.
5369
5370         * gnus-art.el (gnus-blocked-images): New function.  Allow the
5371         `gnus-blocked-images' to be a function.
5372         (gnus-article-wash-function): Remove.
5373
5374 2010-10-20  Julien Danjou  <julien@danjou.info>
5375
5376         * spam.el (spam-list-of-processors): Mark as obsolete.
5377
5378         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
5379         (nnimap-insert-partial-structure): Fix boundary detection.
5380
5381 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
5382
5383         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
5384         run file-truename on remote files.  This can be expensive and even
5385         prevent one from editing drafts if some unrelated buffer has a stale
5386         connection.
5387
5388 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5389
5390         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
5391         kinsoku-eol regardless of shr-kinsoku-shorten.
5392         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
5393         (shr-tag-table): Support caption, thead, and tfoot.
5394
5395 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5396
5397         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
5398         lines.
5399         (shr-save-contents): New command and keystroke.
5400
5401         * nndoc.el (nndoc-type-alist): Add git support.
5402         (nndoc-git-type-p): New function.
5403         (nndoc-transform-git-article): Ditto.
5404         (nndoc-transform-git-headers): Ditto.
5405         (nndoc-transform-git-headers): Generate Subject headers.
5406
5407         * shr.el (shr-parse-style): New function.
5408         (shr-tag-span): Ditto.
5409
5410         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
5411         to `G G' to avoid collisions.
5412
5413 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5414
5415         * shr.el: Load kinsoku if necessary.
5416         (shr-kinsoku-shorten): New internal variable.
5417         (shr-find-fill-point): Make kinsoku shorten text line if
5418         shr-kinsoku-shorten is bound to non-nil.
5419         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
5420         shr-indentation too when testing if table is wider than frame width.
5421         (shr-insert-table): Use `string-width' instead of `length' to measure
5422         text width.
5423         (shr-insert-table-ruler): Make sure indentation is done at bol.
5424
5425 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5426
5427         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
5428         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
5429         undecoded network data.
5430
5431 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5432
5433         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
5434         name in the mode line spec so that the mode line menu works
5435         (bug #2431).
5436
5437         * message.el (message-get-reply-headers): If we're fed `to-address',
5438         then always use that.
5439
5440         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
5441         aren't so wide as to need to switch off the edit menu.
5442
5443         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
5444         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
5445
5446         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
5447         `M-g'.
5448         (nnimap-update-info): Update flags/read marks even if \* isn't part of
5449         the permanent marks.
5450
5451 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
5452
5453         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5454         Splitting according to references/in-reply-to obeys the ignore-groups
5455         variable, while splitting by sender and subject do not.
5456
5457 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5458
5459         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
5460         alist, so that we can look for non-Unicode chars.
5461         (article-translate-strings): Allow both character and string maps.
5462
5463 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * shr.el (shr-insert): Don't insert space behind a wide character
5466         categorized as kinsoku-bol, or between characters both categorized as
5467         nospace.
5468
5469 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
5470
5471         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
5472         headers to gnus-newsgroup-headers.
5473
5474 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5475
5476         * shr.el (shr-tag-img): Don't align images -- since we're not
5477         rescaling, this often leads to ugly displays.
5478
5479 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
5480
5481         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
5482         duplicates.
5483
5484 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
5485
5486         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
5487         call.
5488
5489 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5490
5491         * gnus.el: Autoload gnus-html-show-images.
5492
5493         * nnimap.el: Use nnheader-message throughout.
5494
5495         * shr.el (shr-tag-img): Ignore images with no data.
5496
5497 2010-10-15  Julien Danjou  <julien@danjou.info>
5498
5499         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
5500         a possibility to disable format=flow encoding when using hard newlines.
5501
5502 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * shr.el (shr-insert): Remove space inserted before or after a
5505         breakable character or at the beginning or the end of a line.
5506         (shr-find-fill-point): Do kinsoku; find the second best point or give
5507         it up if there's no breakable point.
5508
5509 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5510
5511         * nnimap.el (nnimap-open-connection): Message when opening connection
5512         for debugging purposes.
5513
5514         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
5515         on every setup buffer call to allow this to change from article to
5516         article.
5517
5518         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
5519         buffers where we have a wide table.
5520
5521 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
5522
5523         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
5524         uses *-request-thread.
5525
5526 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5527
5528         * nnimap.el (nnimap-open-connection): Remove %s from openssl
5529         incantation, which is no longer valid.
5530
5531 2010-10-14  Julien Danjou  <julien@danjou.info>
5532
5533         * shr.el: Fix defcustom type (char -> character).
5534
5535 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5536
5537         * nnimap.el (nnimap-open-connection): tls-program should be a list of
5538         programs.
5539
5540 2010-10-14  Julien Danjou  <julien@danjou.info>
5541
5542         * shr.el (shr-tag-a): Use url-link as widget type.
5543
5544         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
5545         `gnus-group-get-icon'.
5546
5547 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5548
5549         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
5550         This should make server editing work better.
5551
5552         * shr.el (shr-find-fill-point): Don't inloop on indented text.
5553
5554         * tls.el (tls-program): Remove spurious %s from openssl.
5555
5556         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
5557         (nnimap-parse-flags): Fix regexp.
5558
5559         * shr.el (shr-find-fill-point): Use a filling algorithm that should
5560         probably work for CJVK text, too.
5561
5562         * nnimap.el (nnimap-extend-tls-programs): Remove.
5563         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
5564
5565         * tls.el (tls-starttls-switches): Remove starttls hack.
5566         (open-tls-stream): Ditto.
5567         (tls-find-starttls-argument): Ditto.
5568
5569 2010-10-13  Julien Danjou  <julien@danjou.info>
5570
5571         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
5572         responses.
5573
5574 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5575
5576         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
5577
5578         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
5579         anything in Emacs.
5580
5581         * shr.el (shr-current-column): Remove buggy and unnecessary function.
5582
5583 2010-10-13  Julien Danjou  <julien@danjou.info>
5584
5585         * shr.el (shr-width): Make shr-width a defcustom with default to
5586         fill-column.
5587         (shr-tag-img): Use shr-width rather than fill-column.
5588
5589 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * dgnushack.el (byte-optimize-apply):
5592         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
5593
5594         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
5595         position when (X-)Faces exist.
5596         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
5597         avatars when called interactively.
5598
5599 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5600
5601         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
5602         gnus-article-x-face-too-ugly is bound.
5603
5604 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5605
5606         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
5607
5608         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
5609         mailbox that doesn't exist.
5610
5611 2010-10-12  Julien Danjou  <julien@danjou.info>
5612
5613         * shr.el (shr-tag-img): Encode URL properly when retrieving.
5614         (shr-get-image-data): Encode URL properly when fetching from cache.
5615         (shr-tag-img): Use aligned-to spaces to align correctly images.
5616
5617         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
5618         before inserting the Gravatar.
5619
5620         * shr.el (shr-tag-img): Add align attribute support for <img>.
5621
5622 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5623
5624         * gnus-gravatar.el (gnus-art): Require.
5625
5626         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
5627         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5628         Remove long obsoleted functions.
5629
5630 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5631
5632         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
5633
5634         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
5635
5636         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
5637         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
5638         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
5639         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
5640         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
5641         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
5642         * sieve-manage.el, smime.el, spam.el:
5643         Fix comment for declare-function.
5644
5645 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5646
5647         * nnimap.el (nnimap-request-rename-group): Select group read-only
5648         before renaming it.
5649
5650         * shr.el (shr-insert): Fix up the white space only regexp.
5651
5652         * nnimap.el (nnimap-transform-split-mail): Not all articles have
5653         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
5654
5655         * shr.el (shr-current-column): New function.
5656         (shr-find-fill-point): New function.
5657
5658 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5659
5660         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
5661         numbers.
5662
5663 2010-10-11  Julien Danjou  <julien@danjou.info>
5664
5665         * shr.el (shr-hr-line): Add.
5666         (shr-tag-hr): Use shr-hr-line to specify which character to use to
5667         display hr lines.
5668         (shr-max-columns): Do not change state to nil if we just inserting
5669         spaces.
5670
5671 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5672
5673         * gnus-topic.el (gnus-topic-read-group): If after the last group,
5674         select the last group.
5675
5676 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5677
5678         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5679
5680 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
5681
5682         * dig.el (dig-mode-map): Declare and define in one step.
5683
5684 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5685
5686         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5687         for Gnus.
5688         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5689         (nnimap-update-qresync-info): Mark \Seen articles as read.
5690
5691         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5692         non-variable, too.
5693
5694         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
5695         available.
5696         (nnimap-update-info): Rely more on the current active than the param
5697         active to avoid marking articles as read too much.
5698
5699         * auth-source.el (auth-source-create): Use (user-login-name) for the
5700         user name default.
5701
5702         * nnimap.el (nnimap-update-info): If the server doesn't return any
5703         useful info, just use the previous info.
5704         (nnimap-update-info): Prefer old info over start-article.
5705         (nnimap-update-qresync-info): Finish implementing QRESYNC.
5706
5707 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
5708
5709         * nnir.el (autoload): Clean up autoloads.
5710         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5711         Use key rather than value.
5712         (nnir-imap-search-other): New variable.
5713         (nnir-read-parm): Use it.
5714         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5715         (gnus-summary-nnir-goto-thread): Modify to work with imap.
5716
5717 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5718
5719         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5720         the process, too.
5721
5722 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5723
5724         * spam.el (gnus-summary-mode-map): Bind to "$".
5725         Suggested by Russ Allbery.
5726
5727         * shr.el: Rework the way things are indented by <li> slightly.
5728
5729         * gnus.el (gnus-group-set-parameter): Fix typo.
5730
5731         * nnimap.el: Start implementing QRESYNC support.
5732
5733 2010-10-09  Julien Danjou  <julien@danjou.info>
5734
5735         * nnir.el (nnir-engines): Fix too many arguments.
5736
5737 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5738
5739         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5740         group is the "last", so that the backends like nnfolder actually save
5741         their folders.
5742
5743         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
5744         try to use that for the tls stream.
5745         (nnimap-retrieve-group-data-early): Rework the marks code to heed
5746         UIDVALIDITY and find out which groups are read-only and not.
5747         (nnimap-get-flags): Use the same marks parsing code as the rest of
5748         nnimap.
5749
5750 2010-10-09  Julien Danjou  <julien@danjou.info>
5751
5752         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5753
5754         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5755         retrieving gravatars.
5756
5757         * shr.el (shr-table-corner): Add.
5758         (shr-table-line): Add.
5759         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5760
5761 2010-10-08  Julien Danjou  <julien@danjou.info>
5762
5763         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5764
5765 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
5766
5767         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5768
5769         * gnus-sum.el (gnus-mark-article-as-unread)
5770         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5771         (gnus-summary-set-bookmark): Use it.
5772
5773         * gnus-msg.el (gnus-setup-message): Use it.
5774
5775         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5776
5777         * gnus.el (gnus-group-remove-parameter): Use it.
5778
5779         * gnus-group.el (gnus-group-make-web-group): Use it.
5780
5781         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5782
5783         * nnregistry.el: Update docs to mention manual.
5784
5785         * gnus-registry.el: Update docs to mention nnregistry.el.
5786         (gnus-registry-initialize): Don't install nnregistry refer method
5787         automatically.
5788         (gnus-registry-install-nnregistry): Remove it.
5789
5790 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5791
5792         * shr.el (shr-insert): Don't insert double spaces.
5793
5794 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5795
5796         * gnus-gravatar.el (gnus-treat-from-gravatar)
5797         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5798         called interactively.
5799
5800         * gnus-art.el (gnus-mime-view-part-externally)
5801         (gnus-mime-view-part-internally): Make predicate function passed to
5802         gnus-mime-view-part-as-type assume argument is a mime type, not a list
5803         of a mime type.
5804
5805         * shr.el (shr-table-widths): Don't use cl function `reduce'.
5806
5807 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5808
5809         * shr.el (require): Require cl when compiling.
5810         (shr-tag-hr): New function.
5811
5812         * nnimap.el (nnimap-update-info): Remove double setting of high.
5813         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5814         This makes nnimap work properly on Courier again.
5815
5816         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5817         the variable for backwards compatibility.
5818
5819         * mm-decode.el (mm-save-part): If given a non-directory result, expand
5820         the file name before using to avoid setting mm-default-directory to
5821         nil.
5822
5823         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5824         bidning gnus-agent variables.
5825
5826         * shr.el (shr-render-td): Use a cache for the table rendering function
5827         to avoid getting an exponential rendering behavior in nested tables.
5828         (shr-insert): Rework the line-breaking algorithm.
5829         (shr-insert): Don't leave trailing spaces.
5830         (shr-insert-table): Also insert empty TDs.
5831         (shr-tag-blockquote): Ensure paragraphs after </ul>.
5832
5833 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5834
5835         * gnus-sum.el (gnus-number): Rename from `number'.
5836         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5837         (gnus-summary-limit-children): Update uses correspondingly.
5838
5839 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5840
5841         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5842         (gnus-gravatar-transform-address): Don't show avatars of people of
5843         which mail addresses match gnus-gravatar-too-ugly.
5844
5845 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5846
5847         * shr.el (shr-table-widths): Expand TD elements to fill available
5848         space.
5849
5850 2010-10-07  Julien Danjou  <julien@danjou.info>
5851
5852         * nnimap.el (nnimap-request-rename-group): Add this method.
5853
5854 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5855
5856         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5857         name from XEmacs' function-arglist.
5858
5859         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5860         gravatar under XEmacs.
5861
5862 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
5863
5864         * auth-source.el: Update docs with TODO items.
5865
5866         * gnus-sync.el: Update docs to explain state and plans.
5867
5868         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5869         Hooks for mark updates.
5870         (gnus-request-set-mark, gnus-request-update-mark): Use them.
5871
5872         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5873         hooks with arguments, which is needed for mark update hooks.
5874
5875 2010-10-06  Julien Danjou  <julien@danjou.info>
5876
5877         * gnus.el (gnus-expand-group-parameter): Only return and act on what
5878         was matched.
5879
5880         * sieve-manage.el: Update example in `Commentary'.
5881
5882         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5883
5884         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5885         not 2000.
5886         (sieve-manage-authenticate): Re-add function.
5887
5888 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5889
5890         * shr.el (shr-insert): Get 'space transition right.
5891         (shr-render-td): Only delete space at the end of the TD.
5892
5893         * nnimap.el (nnimap-open-connection): Prepare to support
5894         open-gnutls-stream.
5895
5896         * shr.el: Rearrange function order to be more logical.
5897
5898 2010-10-06  Julien Danjou  <julien@danjou.info>
5899
5900         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5901         (nnrss-discover-feed): Remove 404 URL in docstring.
5902
5903         * nnir.el: Fix Swish-E URL.
5904         Fix Namazu URL.
5905
5906         * message.el (message-change-subject): Remove 404 URL in a comment.
5907
5908 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5909
5910         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5911         called interactively.
5912
5913         * gnus-util.el (gnus-remove-if): Allow hash table.
5914         (gnus-remove-if-not): New function.
5915
5916         * gnus-art.el (gnus-mime-view-part-as-type):
5917         * gnus-score.el (gnus-summary-score-effect):
5918         * gnus-sum.el (gnus-read-move-group-name):
5919         Replace remove-if-not with gnus-remove-if-not.
5920
5921         * gnus-group.el (gnus-group-completing-read):
5922         Regard collection as a hash table if it is not a list.
5923
5924 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5925
5926         * shr.el (shr-render-td): Allow blank/missing <TD>s.
5927
5928         * shr.el: Document the table-rendering algorithm.
5929
5930 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5931
5932         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
5933         for Emacsen having no `libxml-parse-html-region' support.
5934
5935 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5936
5937         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5938         invalid URLs.
5939
5940         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5941         line-broken.
5942         (shr-tag-img): Ignore image fetching errors.
5943         (shr-overlays-in-region): Compute overlay positions correctly.
5944
5945         * mm-decode.el (mm-shr): Require shr.
5946
5947         * gnus-art.el (gnus-blocked-images): Move variable here.
5948
5949         * shr.el (shr-insert-table): Bind free variable.
5950
5951         * mm-decode.el (mm-shr): Bind shr-content-function.
5952
5953         * shr.el (shr-content-function): New variable.
5954
5955         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5956         added for symmetry.
5957
5958         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5959
5960         * gnus-group.el (gnus-group-make-group): Doc fix.
5961
5962         * nnimap.el (nnimap-request-newgroups): Return success.
5963
5964         * shr.el (shr-find-elements): New function.
5965         (shr-tag-table): Put all the images after the table.
5966         (shr-tag-table): Really inhibit images inside the table.
5967         (shr-collect-overlays): Copy over overlays from the TD elements to the
5968         main document.
5969
5970         * mm-decode.el (mm-shr): Bind shr-blocked-images to
5971         gnus-blocked-images.
5972
5973 2010-10-05  Julien Danjou  <julien@danjou.info>
5974
5975         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5976
5977         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5978         (gnus-html-maximum-image-size): Add this function.
5979         (gnus-html-put-image): Use gnus-html-maximum-image-size.
5980
5981         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5982         server-value of the capability is nil.
5983
5984 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5985
5986         * shr.el (shr-tag-em): Add <EM> tag.
5987
5988 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
5989
5990         * sieve-manage.el (sieve-manage-default-stream): Make default stream
5991         customizable.
5992
5993         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5994         handing broken links to browse-url.
5995
5996 2010-10-05  Julien Danjou  <julien@danjou.info>
5997
5998         * gnus-util.el (gnus-emacs-completing-read)
5999         (gnus-iswitchb-completing-read): Use autoload rather than require.
6000
6001 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6002
6003         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
6004         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
6005         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
6006         iswitchb-temp-buflist for XEmacs.
6007
6008         * gnus-util.el (gnus-completing-read-function): Exclude
6009         gnus-icompleting-read and gnus-ido-completing-read from candidates for
6010         XEmacs since iswitchb.el is very old and ido.el is unavailable in
6011         XEmacs.
6012
6013         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
6014         not to use `delete-dups' that is unavailable in XEmacs 21.4.
6015
6016         * gnus-html.el: Don't require help-fns under XEmacs.
6017         (gnus-html-schedule-image-fetching): Work for XEmacs.
6018
6019         * mm-decode.el (mm-shr): Decode contents by charset.
6020
6021 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6022
6023         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
6024         unknown.
6025
6026         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
6027         (shr-get-image-data): Ensure against the cache file missing.
6028
6029         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
6030         for data.
6031
6032         * spam-report.el (spam-report-url-ping-plain): Don't query about
6033         killing the process.
6034
6035         * shr.el (shr-render-td): Protect against too-wide text.
6036
6037 2010-10-04  Julien Danjou  <julien@danjou.info>
6038
6039         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
6040         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
6041
6042         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
6043         retrieved.
6044
6045 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6046
6047         * shr.el (browse-url): Require.
6048         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
6049         lines.
6050         (shr-show-alt-text, shr-browse-image): New commands.
6051         (shr-browse-url, shr-copy-url): New commands.
6052
6053         * gnus-sum.el (gnus-widen-article-window): New variable.
6054         (gnus-summary-select-article-buffer): Use it.
6055
6056         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
6057         without @ signs.
6058
6059 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6060
6061         * nnir.el (nnir-run-imap): Remove spurious space in search string.
6062
6063 2010-10-04  Julien Danjou  <julien@danjou.info>
6064
6065         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
6066         for XEmacs.
6067
6068 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6069
6070         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
6071
6072         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
6073         (nnimap-close-server): Implement.
6074
6075         * dgnushack.el (iswitchb): Require to shut up the compiler.
6076
6077         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
6078         (shr-insert): Tweak line breaking.
6079         (shr-insert): Handle <pre> better.
6080         (shr-tag-li): Get <li> indentation right.
6081         (shr-tag-li): Get <li> indentation even righter.
6082         (shr-tag-blockquote): Ensure paragraph start.
6083         (shr-make-table): Tweak table generation.
6084         (shr-make-table): Fix typo.
6085
6086         * shr.el: Implement table rendering.
6087
6088 2010-10-04  Julien Danjou  <julien@danjou.info>
6089
6090         * gnus-html.el (gnus-html-put-image): Fix resize image code.
6091
6092 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6093
6094         * shr.el (shr-insert): Use string anchors instead of line anchors.
6095
6096 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6097
6098         * shr.el: Add headings.
6099         (shr-ensure-paragraph): Actually work.
6100         (shr-tag-li): Make <ul> prettier.
6101         (shr-insert): Get white space at the beginning/end of elements right.
6102         (shr-tag-p): Collapse subsequent <p>s.
6103         (shr-ensure-paragraph): Don't insert double line feeds after blank
6104         lines.
6105         (shr-insert): \t is also space.
6106         (shr-tag-s): Fix "s" tag name function.
6107         (shr-tag-s): Fix face prop name.
6108
6109 2010-10-03  Julien Danjou  <julien@danjou.info>
6110
6111         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
6112
6113         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
6114         gnus-window-inside-pixel-edges.
6115
6116         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
6117         gnus-ems.
6118
6119         * mm-view.el (mm-inline-image-emacs): Support image resizing.
6120
6121         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
6122         function.
6123
6124         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
6125         resize choice.
6126
6127 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6128
6129         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
6130         beginning of the buffer.
6131
6132         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
6133         article buffer again.
6134
6135         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
6136
6137         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
6138         when it's at the start of the buffer.
6139
6140         * shr.el (shr-tag-blockquote): Convert name.
6141         (shr-rescale-image): Use the right image-size variant.
6142
6143         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
6144         buffer isn't shown, then select the current article first instead of
6145         bugging out.
6146         (gnus-summary-select-article-buffer): Show both the article and summary
6147         buffers again.
6148
6149         * shr.el (shr-fontize-cont): Protect against regions with no text.
6150         Rename tag functions to shr-tag-* for enhanced security.
6151         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
6152
6153 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
6154
6155         * shr.el (shr-insert):
6156         * pop3.el (pop3-movemail):
6157         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
6158         loaded.
6159
6160 2010-10-03  Glenn Morris  <rgm@gnu.org>
6161
6162         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
6163
6164         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
6165
6166         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
6167
6168         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
6169
6170         * gnus-util.el (gnus-make-local-hook): Simplify.
6171
6172 2010-10-02  Julien Danjou  <julien@danjou.info>
6173
6174         * gnus-util.el (gnus-iswitchb-completing-read): New function.
6175         (gnus-ido-completing-read): New function.
6176         (gnus-emacs-completing-read): New function.
6177         (gnus-completing-read): Use gnus-completing-read-function.
6178         Add gnus-completing-read-function.
6179
6180 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6181
6182         * shr.el (shr-insert-document): Autoload.
6183         (shr-img): Be silent.
6184         (shr-insert): Add a newline after every picture before text.
6185         (shr-add-font): Use overlays for combining faces.
6186         (shr-insert): Pass upwards the text start point.
6187
6188         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
6189         possible.
6190         (mm-shr): New function.
6191
6192 2010-10-02  Julien Danjou  <julien@danjou.info>
6193
6194         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
6195         should go backward.
6196
6197 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
6198
6199         * shr.el (shr): Fix typo in provide call.
6200
6201 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6202
6203         * shr.el: New file.
6204
6205         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
6206
6207         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
6208         completing read.
6209
6210 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6211
6212         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
6213         we're being queried about.  Suggested by Dan Jacobson.
6214
6215         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
6216         Suggested by Jason Eisner.
6217
6218         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
6219         table, too.  Suggested by Stefan Wiens.
6220         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
6221         the table unnecessary.  Suggested by Stefan Wiens.
6222
6223         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
6224         longer needed, and probably doesn't work either, as pointed out by
6225         Stefan Wiens.
6226         (gnus-summary-exit): Remove call to the clearing function.
6227         (gnus-summary-exit-no-update): Ditto.
6228
6229         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
6230         instead of gnus-eval-in-buffer-window to avoid popping up frames.
6231         Reported by Stefan Monnier.
6232         (gnus-summary-save-in-rmail): Ditto.
6233
6234         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
6235         article buffer, instead of both the article buffer and the summary
6236         buffer.  Sort of suggested by Dan Jacobson.
6237
6238         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
6239
6240         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
6241         Suggested by Dan Jacobson.
6242
6243         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
6244         documentation clearer.
6245
6246         * message.el (message-shorten-references): Comment on the number "21".
6247         Suggested by Stefan Monnier.
6248
6249         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
6250         Suggested by Dan Jacobson.
6251
6252         * gnus.el (gnus-large-newsgroup):
6253         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
6254
6255         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
6256         externalize attachments.  Bug reported by Steve Wen.
6257
6258         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
6259         really message anything to the user.
6260
6261         * nnmail.el (nnmail-article-group): Allow using the fancy split method
6262         directly.
6263
6264         * nnimap.el (nnimap-request-group): Low higher than high to signal no
6265         messages in empty groups.
6266
6267 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
6268
6269         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
6270         non-UIDNEXT group.
6271
6272 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6273
6274         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
6275         not the value from the collection.
6276
6277         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
6278         values.  This sometimes happens on some groups that have no info.
6279         (nnimap-request-newgroups): New function.
6280
6281 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
6282
6283         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
6284         check into `gnus-registry-initialize'.
6285         (gnus-registry-initialize): Ditto.
6286         Fix and extend header docs.
6287
6288 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6289
6290         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
6291         regexp backtrace overflows.
6292
6293         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
6294         for starttls that tls.el implements; i.e. openssl.
6295
6296         * tls.el (tls-starttls-switches): Give up on using starttls with
6297         gnutls-cli.
6298         (tls-program): Add --insecure to be consistent with the defaults from
6299         openssl s_client.  Now all three commands are insecure.
6300
6301 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6302
6303         * lpath.el: Bind completion-styles-alist for XEmacs.
6304
6305         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
6306         (gravatar-create-image): New function that's an alias to
6307         gnus-xmas-create-image, gnus-create-image, or create-image.
6308         (gravatar-data->image): Use it.
6309
6310 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
6311
6312         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
6313         install the nnregistry refer method.
6314         (gnus-registry-install-hooks): Use it.
6315         (gnus-registry-unfollowed-groups): Add nnmairix to the default
6316         unfollowed groups.
6317
6318 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
6319
6320         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
6321         expanding threads.
6322
6323 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6324
6325         * nnir.el: Use the server names without suffixes (bug #7009).
6326
6327         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
6328         unencrypted to STARTTLS, if possible.
6329
6330 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6331
6332         * message.el (message-ignored-supersedes-headers): Strip Injection-*
6333         headers before superseding.
6334
6335 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6336
6337         * nnrss.el (nnrss-use-local): Add documentation.
6338
6339         * nnimap.el (nnimap-extend-tls-programs): New function.
6340         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
6341         (nnimap-wait-for-connection): Accept the greeting from the stupid
6342         output from openssl s_client -starttls, too.
6343
6344         * tls.el (tls-starttls-switches): New variable.
6345         (tls-find-starttls-argument): Use it.
6346         (open-tls-stream): Ditto.
6347
6348         * netrc.el (netrc-credentials): Return the value of the "default" entry.
6349         (netrc-machine): Ditto.
6350
6351         * nnimap.el (nnimap-find-article-by-message-id): Really return the
6352         article number.
6353         (nnimap-split-fancy): New variable.
6354         (nnimap-split-incoming-mail): Use it.
6355
6356         * nntp.el (nntp-server-list-active-group): Document.
6357
6358         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
6359         SELECT to get the message-id.
6360
6361         * mail-source.el (mail-sources): Remove webmail support.
6362         (defvar): Ditto.
6363         (mail-source-fetcher-alist): Ditto.
6364         (mail-source-fetch-webmail): Remove.
6365
6366         * webmail.el: Remove -- doesn't seem relevant any more.
6367
6368         * gnus.el: Fix up make-obsolete-variable declarations throughout.
6369
6370         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
6371         the \r.
6372
6373 2010-09-30  Julien Danjou  <julien@danjou.info>
6374
6375         * gnus-agent.el (gnus-agent-add-group): Fix call to
6376         gnus-completing-read.
6377
6378 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6379
6380         * nndoc.el (nndoc-retrieve-groups): New function.
6381
6382         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
6383         `default', use nnmail-split-methods.
6384         (nnimap-request-article): Downcase the NILs so that they are nil.
6385
6386         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
6387         symbol.
6388
6389         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
6390         code, since if the user has requested network, that's what they ought
6391         to get.
6392         (nnimap-request-set-mark): Erase the buffer before issuing commands.
6393         (nnimap-split-rule): Mark as obsolete.
6394
6395         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
6396         New variable.
6397
6398         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
6399         correct slot, too.
6400
6401 2010-09-29  Julien Danjou  <julien@danjou.info>
6402
6403         * gnus.el (gnus-local-domain): Declare variable obsolete.
6404
6405         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
6406         Fix history computing.
6407         (gnus-ido-completing-read): Require ido.
6408
6409 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6410
6411         * gnus-registry.el: Don't prompt on load, which makes it impossible to
6412         build Gnus.
6413
6414         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
6415         when interpreting the structures.
6416         (nnimap-request-accept-article): Add \r\n to the lines to make this
6417         work with Cyrus.
6418
6419         * nndraft.el (nndraft-request-expire-articles): Use the group name
6420         instead if "nndraft".  Fix found by Nils Ackermann.
6421
6422 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
6423
6424         * nnregistry.el: Add.
6425
6426 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6427
6428         * nnmail.el (group, group-art-list, group-art):
6429         Remove unneeded directives.
6430
6431 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6432
6433         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
6434         (mm-mime-charset):
6435         * rfc2047.el (rfc2047-syntax-table):
6436         * utf7.el (utf7-utf-16-coding-system): Comment fix.
6437
6438         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
6439         rather than `insert-file-contents' and `eval-region'.
6440
6441         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6442         construction.
6443
6444         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
6445
6446         * time-date.el: No need to require cl for Emacs 21.
6447
6448 2010-09-29  Julien Danjou  <julien@danjou.info>
6449
6450         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
6451         replacement of `gnus-gravatar-relief' to mimic
6452         `gnus-faces-properties-alist'.
6453         Add :version property.
6454
6455 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * mail-source.el (mail-source-report-new-mail):
6458         * message.el (message-default-mail-headers):
6459         * mm-decode.el (mm-valid-image-format-p): Comment fix.
6460
6461         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
6462
6463 2010-09-28  Julien Danjou  <julien@danjou.info>
6464
6465         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
6466         mail-address contains the same string as real-name.
6467
6468         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
6469         non-blank in header, otherwise it'll get stripped.
6470
6471         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
6472         real-name, and then for mail address rather than doing : or , search.
6473
6474 2010-09-27  Julien Danjou  <julien@danjou.info>
6475
6476         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
6477         right completing-read function.
6478         (gnus-use-ido): New variable
6479         (gnus-completing-read-with-default): Remove.
6480         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
6481         (gnus-agent-add-group):
6482         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
6483         * mm-view.el (mm-view-pkcs7-decrypt):
6484         * mm-util.el (mm-codepage-setup):
6485         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6486         * mml-smime.el (mml-smime-openssl-sign-query):
6487         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
6488         (mml-insert-multipart):
6489         * gnus-msg.el (gnus-summary-yank-message):
6490         * gnus-int.el (gnus-start-news-server):
6491         * mm-decode.el (mm-interactively-view-part):
6492         * gnus-dired.el (gnus-dired-attach):
6493         * gnus.el (gnus-read-method):
6494         * gnus-bookmark.el (gnus-bookmark-jump):
6495         * gnus-art.el (gnus-mime-view-part-as-type)
6496         (gnus-mime-action-on-part, gnus-article-encrypt-body):
6497         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
6498         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
6499         * nnmairix.el (nnmairix-create-server-and-default-group)
6500         (nnmairix-update-groups, nnmairix-get-server)
6501         (nnmairix-backend-to-server, nnmairix-goto-original-article)
6502         (nnmairix-get-group-from-file-path):
6503         * nnrss.el (nnrss-find-rss-via-syndic8):
6504         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
6505         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
6506         (gnus-group-browse-foreign-server):
6507         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
6508         (gnus-summary-execute-command, gnus-summary-respool-article)
6509         (gnus-read-move-group-name):
6510         * gnus-score.el (gnus-summary-increase-score)
6511         (gnus-summary-score-effect):
6512         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
6513
6514 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6515
6516         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
6517         x-focus-frame.
6518
6519         * nnimap.el (auth-source-forget-user-or-password)
6520         (auth-source-user-or-password): Autoload.
6521
6522         * message.el (message-from-style, message-interactive)
6523         (message-cite-prefix-regexp, message-sendmail-envelope-from)
6524         (message-yank-prefix, message-indentation-spaces, message-signature)
6525         (message-signature-file): Add comment.
6526
6527 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6528
6529         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
6530         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
6531         new articles.
6532
6533         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
6534         parts.
6535         (nnimap-request-article): Work with the t setting, too.
6536
6537         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
6538         that you don't get flashes of other buffers.
6539         (gnus-summary-show-complete-article): Intern before setting.
6540
6541 2010-09-27  David Engster  <dengste@eml.cc>
6542
6543         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
6544         well as HEADERS.
6545         (nnmairix-retrieve-headers): Provide new argument for the above.
6546
6547 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6548
6549         * gnus-sum.el (gnus-summary-move-article): Don't alter
6550         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
6551         group.
6552
6553         * nnimap.el (nnimap-update-info): Don't destructively alter active.
6554
6555         * message.el (message-cite-prefix-regexp): Revert my last edit.
6556
6557         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
6558         variable instead of the Gnus variable.
6559
6560         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
6561
6562         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
6563
6564         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
6565         since some servers don't like it.
6566         (nnimap-open-connection): Forget credentials if the server says the
6567         password was wrong.
6568         (nnimap-parse-line): Protect against invalid data.
6569
6570         * gnus-sum.el (gnus-summary-move-article): Add comment.
6571         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
6572         nothing alters it while scanning for new messages.
6573
6574         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
6575         which may or may not help.
6576         (nnimap-open-connection): If we're doing a stream connection, and then
6577         discover we're on a STARTTLS-capable server, then open a STARTTLS
6578         connection instead.
6579
6580 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6581
6582         * nnimap.el (utf7): Require.
6583
6584         * message.el (message-cite-prefix-regexp): Remove "}" from citation
6585         prefix.
6586
6587 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
6588
6589         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
6590
6591 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6592
6593         * nnimap.el (nnimap-request-accept-article): Message the error on
6594         error.
6595
6596 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6597
6598         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
6599
6600 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6601
6602         * nndoc.el (nndoc-request-list): Return success always.
6603
6604         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
6605         `fetch-old' -- we only want to fetch the articles we've requested.
6606         The rest are in the agent, probably.
6607         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
6608         disappeared server" to something low.  It's not important.
6609
6610         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
6611         arrived before the FETCH data.
6612
6613         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
6614         target here, because we don't know the Gnus name of the group.
6615
6616         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
6617         for the correct group.
6618
6619         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
6620
6621         * gnus.el (gnus): Give a final warning after startup.
6622
6623         * gnus-util.el (gnus-action-message-log): New variable.
6624         (gnus-message): Use it.
6625         (gnus-final-warning): New function.
6626
6627         * nnimap.el (nnimap-open-connection): Record the greeting.
6628         (nnimap): Add greeting.
6629
6630 2010-09-26  Julien Danjou  <julien@danjou.info>
6631
6632         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
6633         arguments.
6634         (gnus-html-wash-images): Fix spec computing to include start/end.
6635
6636         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
6637
6638 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6639
6640         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
6641         deletion.
6642         (nnimap-retrieve-headers): Don't select the group, because that's
6643         already done by nnimap-possibly-change-group.
6644
6645         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
6646         (gnus-picon-transform-address): Use it.
6647
6648         * mail-source.el (mail-source-value): Revert previous patch.
6649
6650         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
6651         on failure.
6652         (nnimap-open-connection): Look up both virtual and physical server name
6653         credentials.
6654
6655         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
6656
6657 2009-02-07  Dave Love  <fx@gnu.org>
6658
6659         * tls.el (open-tls-stream): Don't query killing process.
6660
6661 2009-02-08  Dave Love  <fx@gnu.org>
6662
6663         * gnus-win.el (gnus-window-to-buffer-helper)
6664         (gnus-all-windows-visible-p): Function needn't be a symbol.
6665
6666         * mail-source.el (mail-source-value): Function needn't be a symbol.
6667
6668 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6669
6670         * message.el (message-cite-prefix-regexp): Remove } from the cite
6671         prefix.
6672
6673         * gnus-art.el (gnus-treatment-function-alist): Do picons before
6674         highlight again, so that the highlight is correct.
6675
6676         * gnus-picon.el (gnus-picon): Remove again.
6677         (gnus-picon-create-glyph): Set the background XPM color explicitly.
6678
6679         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
6680         doing the header highlightling, so that the background color of the
6681         picon is correct.
6682
6683         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6684         (gnus-picon): Ditto.
6685         (gnus-picon): Reinstate.  The background color for picons is white.
6686         (gnus-picon-insert-glyph): Make the background white.
6687
6688         * nnml.el (nnml-open-nov): Don't return dead buffers.
6689
6690         * auth-source.el (auth-source-create): Query the user for whether to
6691         store the credentials.
6692
6693         * netrc.el (netrc-store-data): New function.
6694
6695         * auth-source.el (auth-source-user-or-password): Use the existing auth
6696         sources, if any, for creation.
6697
6698         * gnus.el (gnus-group-fast-parameter): Return the last matching
6699         parameter instead of the first matching parameter.
6700
6701 2010-09-26  Julien Danjou  <julien@danjou.info>
6702
6703         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6704
6705 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6706
6707         * mml2015.el (mml2015-use): Remove gpg support.
6708
6709         * mml1991.el (mml1991-function-alist): Remove gpg function.
6710         (mml1991-gpg-sign): Remove.
6711
6712 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
6713
6714         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6715         (gnus-browse-unsubscribe-current-group): Document it.
6716         (gnus-browse-unsubscribe-group): Use it.
6717
6718 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6719
6720         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6721         address to the To list for easier response.
6722
6723         * gnus.el (gnus-play-startup-jingle): Remove.
6724         (gnus-splash): Don't play jingle.
6725         (gnus): Silence gnus-load message.
6726
6727         * gnus-art.el (gnus-treat-play-sounds): Remove.
6728
6729         * gnus.el (gnus-play-jingle): Remove audio support.
6730
6731         * gnus-cus.el (gnus-score-customize): Remove audio reference.
6732
6733         * earcon.el: Remove -- no users.
6734
6735         * gnus-audio.el: Remove -- no users of this package.
6736
6737         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6738
6739         * gnus-start.el (gnus-setup-news): Remove nocem support.
6740
6741         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6742
6743         * gnus.el (gnus-use-nocem): Remove.
6744
6745         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6746         Remove.
6747
6748         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
6749         uses NoCeM any more.
6750
6751         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6752         (gnus-button-ctan-handler): Ditto.
6753         (gnus-button-handle-ctan-bogus-regexp): Ditto.
6754         (gnus-button-ctan-directory-regexp): Ditto.
6755         (gnus-button-handle-ctan): Ditto.
6756         (gnus-button-tex-level): Ditto.
6757         (gnus-button-alist): Remove CTAN stuff.
6758
6759 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6760
6761         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6762         nnimap-streaming test.
6763
6764         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6765         servers twice.
6766
6767         * nnimap.el (nnimap-open-connection): Add more error reporting when
6768         nnimap fails early.
6769
6770         * nnheader.el (nnheader-get-report-string): New function.
6771         (nnheader-get-report): Use it.
6772
6773         * gnus-int.el (gnus-check-server): Say what the error was when opening
6774         failed.
6775
6776         * nnimap.el (nnimap-wait-for-response): Search further when we're not
6777         using streaming.
6778
6779 2010-09-25  Julien Danjou  <julien@danjou.info>
6780
6781         * gnus-html.el (gnus-html-rescale-image): Use our defalias
6782         gnus-window-inside-pixel-edges.
6783
6784 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6785
6786         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6787
6788         * mm-decode.el (mm-save-part): Allow saving to other directories the
6789         normal Emacs way.
6790
6791         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6792         Suggested by Jay Berkenbilt.
6793
6794         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6795         there isn't a single byte.
6796
6797         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6798         just do it.  It doesn't really seem to matter what the user responds
6799         here, I think, so it's just a confusing question.
6800
6801         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6802         non-streaming case.
6803
6804         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6805         (gnus-article-encrypt-body): Use it.
6806
6807         * gnus-sum.el (gnus-summary-show-complete-article): New command and
6808         keystroke.
6809
6810         * nnimap.el (nnimap-find-wanted-parts-1):
6811         Use gnus-fetch-partial-articles.
6812
6813         * gnus-art.el (gnus-fetch-partial-articles): New variable.
6814
6815         * nnimap.el (nnimap-insert-partial-structure): New function.
6816         (nnimap-get-partial-article): New function.
6817         (nnimap-request-article): Use it.
6818         (nnimap-wait-for-response): Return whether the wait was successful.
6819         (nnimap-finish-retrieve-group-infos): Don't do anything if the
6820         retrieval wasn't successful.
6821         (nnimap-retrieve-group-data-early): Allow throttling servers.
6822         (nnimap-streaming): New variable.
6823         (nnimap-fetch-partial-articles): Remove.
6824
6825         * mm-decode.el (mm-with-part): Protect against killed buffers.
6826
6827         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6828         for prettier summary display.
6829
6830 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
6831
6832         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6833
6834 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6835
6836         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6837         apparently third-party libraries depend on it.
6838
6839         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6840         before starting negotiation.
6841
6842         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6843         privacy reasons.
6844         (gnus-treat-mail-gravatar): Ditto.
6845
6846         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6847         buffer when inserting images.  Inserting text into the headers, for
6848         instance, can make them invalid.
6849
6850 2010-09-25  Julien Danjou  <julien@danjou.info>
6851
6852         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6853         variables.
6854
6855         * nnheader.el: Remove useless variables news-reply-yank-from and
6856         news-reply-yank-message-id.
6857
6858         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6859         variables.
6860
6861         * mml1991.el: Remove useless mml1991-verbose.
6862
6863         * gnus.el: Remove useless variable gnus-use-generic-from.
6864         Remove obsolete variable gnus-topic-indentation.
6865
6866         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6867
6868         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6869
6870         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6871
6872         * gnus-group.el: Remove useless gnus-group-icon-cache.
6873         Remove useless gnus-ephemeral-group-server.
6874
6875         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6876
6877         * mml2015.el: Remove useless mml2015-verbose.
6878
6879         * mml-smime.el: Remove useless mml-smime-verbose.
6880
6881         * gnus.el: Remove useless gnus-local-domain.
6882
6883         * gnus-gravatar.el (gnus-gravatar-transform-address):
6884         Use gnus-gravatar-size.
6885
6886         * gnus-art.el: Remove useless gnus-treat-translate.
6887
6888 2010-09-24  Julien Danjou  <julien@danjou.info>
6889
6890         * gnus-sum.el: Add support for Gravatars.
6891
6892         * gnus-art.el: Add support for Gravatars.
6893
6894         * gnus-gravatar.el: Add this file.
6895
6896         * gravatar.el: Add this file.
6897
6898 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6899
6900         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6901
6902         * gnus-group.el (gnus-group-fetch-faq): Remove.
6903
6904         * gnus.el (gnus-group-faq-directory): Remove.
6905
6906         * gnus-group.el (gnus-group-fetch-charter): Remove.
6907
6908         * gnus.el (gnus-group-charter-alist): Remove.
6909
6910         * gnus-group.el (gnus-group-archive-directory): Remove.
6911         (gnus-group-recent-archive-directory): Ditto.
6912         (gnus-group-make-archive-group): Remove.
6913
6914         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6915
6916         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6917         use the same article number for all the cached articles.
6918
6919         * nnimap.el (nnimap-command): Register the last command time so
6920         that we can use it for idling NOOPs.
6921         (nnimap-open-connection): Start the keeplive timer.
6922         (nnimap-make-process-buffer): Store all the process buffers.
6923         (nnimap-keepalive): New function.
6924
6925         * starttls.el (starttls-open-stream): Add autoload cookie.
6926
6927 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6928
6929         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6930         handling.
6931
6932 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6933
6934         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6935         its data structures.
6936
6937         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6938         instead of the cl.el copy-list.
6939         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6940         equalp.
6941
6942 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6945         and tool-bar-local-item-from-menu.
6946
6947         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6948         mode-line-highlight face for Emacs.
6949
6950         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6951         loading gnus-sum.elc; fix comment for canlock-verify.
6952         (gnus-article-jump-to-part): Use read-number.
6953         (gnus-insert-mime-button, gnus-insert-mime-security-button):
6954         Remove Emacs pre-21 compatible code for help-echo.
6955         (gnus-article-next-page-1): No need to adjust the number of lines.
6956         (gnus-article-describe-bindings): Always use help-buffer.
6957
6958         * gnus-audio.el (gnus-audio-inline-sound):
6959         * gnus-cus.el (gnus-custom-mode):
6960         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6961
6962         * gnus-sum.el (gnus-remove-overlays): Doc fix.
6963
6964         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6965         compatible code.
6966
6967 2010-09-24  Glenn Morris  <rgm@gnu.org>
6968
6969         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6970         visiting the fcc file in rmail-mode.
6971
6972         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
6973
6974 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * nnir.el: Silence the byte compiler.
6977
6978         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6979         alias to browse-url-url-encode-chars if any.
6980         (gnus-html-encode-url): Use it.
6981
6982 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6983
6984         * gnus-start.el (gnus-use-backend-marks): New variable.
6985         (gnus-get-unread-articles-in-group): Use it.
6986
6987         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6988         makeover.
6989
6990 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6991
6992         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6993
6994 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6995
6996         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6997         Remove.
6998         (gnus-setup-news-hook):
6999         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
7000
7001         * gnus-int.el (gnus-request-update-info): Protect against backends not
7002         having the function.
7003
7004         * nnimap.el (nnimap-stream): Mention starttls.
7005         (nnimap-open-connection): Add starttls support.
7006
7007 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7008
7009         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
7010
7011 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7012
7013         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
7014         BODYSTRUCTUREs.
7015         (nnimap-transform-headers): Unfold quoted {42} headers.
7016
7017         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
7018         the info.
7019         (gnus-get-unread-articles): Only call updatep on backends that support
7020         it.
7021
7022         * nnweb.el (nnweb-request-update-info): NOOP.
7023
7024         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
7025
7026         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
7027         since it only deals with marks.
7028
7029         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
7030         gnus-request-marks, and make a new gnus-request-update-info.
7031
7032         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
7033         the active instead of the high number, which is usually too low.
7034
7035 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
7036
7037         * netrc.el (netrc-parse): Remove encrypt.el mentions.
7038         * encrypt.el: Remove.
7039
7040 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7041
7042         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
7043         server in symbolic form.
7044
7045         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
7046
7047 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7048
7049         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
7050         (nnimap-update-info): Fix up code slightly.
7051
7052         * gnus-int.el (gnus-open-server): Add tracing for performance
7053         debugging.
7054
7055         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
7056         (gnus-group-insert-group-line): Pass the real group name so that it
7057         gets the right data.
7058
7059         * gnus-start.el (gnus-get-unread-articles): Don't have
7060         `gnus-get-unread-articles-in-group' update info, since that can be
7061         really slow and doesn't seem to be needed?
7062
7063 2010-09-22  Dan Christensen  <jdc@uwo.ca>
7064
7065         * time-date.el (date-to-time): Try using parse-time-string first before
7066         using the slower timezone-make-date-arpa-standard.
7067
7068 2010-09-22  Julien Danjou  <julien@danjou.info>
7069
7070         * gnus-group.el (gnus-group-insert-group-line):
7071         Call gnus-group-highlight-line.
7072         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
7073         default hook list.
7074         (gnus-group-update-eval-form): Add new function.
7075         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
7076         (gnus-group-get-icon): Use gnus-group-update-eval-form.
7077
7078 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7079
7080         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
7081         immediate, then expire all articles.
7082         (nnimap-update-info): Fix off-by-one errors.
7083         (nnimap-flags-to-marks): Would return no marks lists for group with no
7084         flags.  Instead return the other data.
7085
7086 2010-09-22  Julien Danjou  <julien@danjou.info>
7087
7088         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
7089         Only return an icon.
7090         (gnus-group-insert-group-line): Compute icon to return.
7091
7092         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
7093         (gnus-html-image-fetched): Only cache if
7094         gnus-html-image-automatic-caching is set.
7095         (gnus-html-image-fetched): Check for errors.
7096
7097 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7098
7099         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
7100         once per method on `g'.  This ensures that backends like nnfolder don't
7101         open all their folders.
7102
7103         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
7104         (nnimap-request-list): Nix out group in the correct buffer.
7105         (nnimap-parse-flags): Implement by using `read' instead of
7106         hand-parsing.
7107         (nnimap-flags-to-marks): Pass on permanent-flags.
7108         (nnimap-make-process-buffer): Record the server name.
7109         (nnimap-parse-flags): Fix typo.
7110         (nnimap-request-scan): Run split on the server in general, not just a
7111         single group.
7112
7113         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
7114         parameter, and propagate this downwards.
7115
7116         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
7117         since EXAMINE changes it on the server.
7118
7119         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
7120         this command might take a while.
7121
7122 2010-09-22  Julien Danjou  <julien@danjou.info>
7123
7124         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
7125         harmful if you have 2 images side-by-side, they can't be properly
7126         update on text deletion.  Using text-property is safer here.
7127         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
7128         data.
7129
7130 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7131
7132         * nnimap.el (nnimap-expunge-inbox): Remove.
7133         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
7134         (nnimap-expunge): Flip default to t.
7135
7136         * gnus.el (gnus-method-to-server): Don't push things to the cache
7137         unless it's unique.
7138         (gnus-server-to-method): Ditto.
7139
7140 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7141
7142         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
7143
7144 2010-09-22  Julien Danjou  <julien@danjou.info>
7145
7146         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
7147         get the start of data.
7148         (gnus-html-encode-url): Add this function to encode special chars in
7149         URL.
7150         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
7151         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
7152
7153         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
7154         default.
7155         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
7156
7157         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
7158         images alt-text.
7159         (gnus-html-put-image): Put alt-text as help-echo.
7160
7161 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7162
7163         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
7164         * mm-util.el (mm-decompress-buffer):
7165         * nnir.el (nnir-run-find-grep):
7166         * pop3.el (pop3-list): Use 3rd arg of split-string.
7167
7168         * time-date.el (format-seconds): Comment fix.
7169
7170         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
7171         and byte-optimize-form-code-walker.
7172         (dgnushack-make-auto-load): Don't advise make-autoload.
7173
7174         * lpath.el: Remove Emacs 21 stuff.
7175
7176 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7177
7178         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
7179         outside the active range.  Suggested by Dan Christensen.
7180
7181         * gnus-start.el (gnus-get-unread-articles): Get the extended method
7182         slightly later to avoid double-getting it.
7183
7184         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
7185         previous patch.
7186
7187         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
7188
7189 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
7190
7191         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
7192
7193 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7194
7195         * gnus-int.el (gnus-open-server): Give a better error message in the
7196         "go offline" case.
7197
7198         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
7199         marks for nnimap, which is seldom the right thing to do.
7200
7201         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
7202         (gnus-same-method-different-name): New function.
7203
7204         * nnimap.el (parse-time): Require.
7205
7206         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
7207         method in the presence of many similar methods.
7208
7209         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
7210
7211         * nnimap.el (nnimap-find-expired-articles): Don't refer to
7212         nnml-inhibit-expiry.
7213
7214         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
7215         find out whether methods are equal.
7216
7217         * nnimap.el (nnimap-find-expired-articles): New function.
7218         (nnimap-process-expiry-targets): New function.
7219         (nnimap-request-move-article): Request the article before looking at
7220         what the Message-ID is.  Fix found by Andrew Cohen.
7221         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
7222
7223         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
7224         for oldness in addition to being a predicate.
7225
7226         * nnimap.el (nnimap-request-group): When we have zero articles, return
7227         the right data to Gnus.
7228         (nnimap-request-expire-articles): Only delete articles immediately if
7229         the target is 'delete.
7230
7231         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
7232         method, this would bug out.
7233
7234         * gnus-group.el (gnus-group-expunge-group): Rename from
7235         gnus-group-nnimap-expunge, and implemented as a normal interface
7236         function.
7237
7238         * gnus-int.el (gnus-request-expunge-group): New function.
7239
7240         * nnimap.el (nnimap-request-create-group): Implement.
7241         (nnimap-request-expunge-group): New function.
7242
7243 2010-09-21  Julien Danjou  <julien@danjou.info>
7244
7245         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
7246         (gnus-html-cache-expired): Add new function.
7247         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
7248         wethever we should display image for fetch it.
7249         Compute alt-text earlier to pass it to the fetching function too.
7250         (gnus-html-schedule-image-fetching): Change function argument to only
7251         get one image at a time, not a list.
7252         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
7253         cache.
7254         (gnus-html-get-image-data): New function to retrieve image data from
7255         cache.
7256         (gnus-html-put-image): Change buffer argument to use image data rather
7257         than file, and place image above region rather than inserting a new
7258         one.  Do not take alt-text as argument, since it's useless now: we place
7259         the image above alt-text.
7260         (gnus-html-prune-cache): Remove.
7261         (gnus-html-show-images): Start to fetch image when we find one, do not
7262         push into a temporary list.
7263         (gnus-html-prefetch-images): Only fetch image if they have expired.
7264         (gnus-html-browse-image): Fix, use 'gnus-image-url.
7265         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
7266
7267 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7268
7269         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
7270
7271 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7272
7273         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
7274         spec inser "*" if the group isn't active instead of 0.
7275
7276         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
7277         opening the server.
7278         (nnimap-request-delete-group): Implement group deletion.
7279         (nnimap-transform-headers): Return the size of the entire message in
7280         the Bytes header, not just the size of the first part.
7281         (nnimap-request-move-article): When moving an article from nnimap,
7282         request the article first so the accepting form has an article to
7283         accept.  Reported by Dan Christensen.
7284         (nnimap-command): Make sure that the error message doesn't error out.
7285
7286 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
7287
7288         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
7289         we haven't requested anything.
7290
7291 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7292
7293         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
7294         "".  Fix found by Andrew Cohen.
7295
7296         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
7297         instead of -encode-string.
7298
7299 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
7302
7303         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
7304         by mm-subst-char-in-string.
7305
7306 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7307
7308         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
7309         waiting for the connection string.
7310
7311         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
7312         arriving.
7313
7314         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
7315         bogus characters.  This allows selecting certain Gmail groups.
7316
7317         * nnimap.el (nnimap-find-wanted-parts-1): New function.
7318         (nnimap-fetch-partial-articles): New variable.
7319         (nnimap-open-connection): When looking for credentials, also use the
7320         nnimap-server-port.
7321         (nnimap-request-article): Return the group/article number, so that Gnus
7322         `^' works as expected.
7323         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
7324
7325         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
7326         comments.
7327         (gnus-methods-sloppily-equal): New function.
7328         (gnus): When using the development version of Gnus, load the gnus-load
7329         file.
7330
7331         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
7332         `gnus-open-server' on each method before trying to scan them etc.
7333         This ensures that all the backend parameters are set correctly.
7334
7335         * nnimap.el (nnimap-authenticator): New variable.
7336         (nnimap-open-connection): Allow anonymous login.
7337         (nnimap-transform-headers): The chars header is called Chars not Bytes.
7338         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
7339
7340         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
7341         patch, found by Knut Anders Hatlen.
7342
7343 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
7344
7345         * gnus-agent.el (gnus-agent-batch-confirmation)
7346         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
7347         to gnus-message.
7348         * gnus-art.el (gnus-article-describe-briefly): Likewise.
7349         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
7350         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
7351         * gnus-int.el (gnus-open-server): Likewise.
7352         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
7353         (gnus-score-check-syntax): Likewise.
7354         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
7355         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
7356         Likewise.
7357         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
7358
7359 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7360
7361         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
7362         calling conventions so that prefetch doesn't bug out.
7363
7364 2010-09-19  Julien Danjou  <julien@danjou.info>
7365
7366         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
7367         rather than `subst-char-in-region' in order to be able to replace ASCII
7368         char by UTF-8 ones.
7369
7370         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
7371         than curl.
7372         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
7373         the right URL and ALT text on images.
7374         (gnus-html-wash-tags): Fix tag case.
7375         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
7376         (gnus-article-html): Add -o display_ins_del=2 option.
7377         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
7378
7379 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7380
7381         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
7382         the extra mail headers, which sometimes seem to happen for unknown
7383         reasons.
7384
7385         * mail-parse.el (mail-header-encode-parameter): Define as
7386         rfc2045-encode-string instead of as rfc2231-encode-string, since some
7387         (or most, perhaps?) mail readers don't understand the latter, but do
7388         understand the former.
7389
7390         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
7391         to nil, so that no methods are automatically agentized.  I think this
7392         is probably what most users want.
7393
7394         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
7395         from url-retrieve, for instance about invalid URLs.
7396
7397         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
7398         groups that have no articles.
7399         (nnimap-request-article): Check that we really got an article when we
7400         requested one.
7401
7402         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
7403         doesn't exist.
7404
7405         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
7406         nntp buffer so the agent can save it.
7407         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
7408         that CRLF doesn't get translated to \n.
7409         (nnimap-open-connection): Don't make 'shell commands only send \n.
7410
7411 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7412
7413         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
7414         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
7415         Update var name.
7416         (nnml-generate-nov-file): Use dolist.
7417         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
7418         Use with-current-buffer.
7419
7420 2010-09-18  Julien Danjou  <julien@danjou.info>
7421
7422         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
7423         parallel.
7424
7425 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7426
7427         * nnimap.el (nnimap-update-info): When doing partial marks update, get
7428         the range update right.
7429         (nnimap-request-group): Don't make `M-g' bug out on group with no
7430         marks.
7431         (nnoo): Require, so that other packages can require nnimap.
7432         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
7433         command we're looking for.  This helps when the server sends more
7434         responses after we've gotten everything we expected.
7435         (nnimap): Add a `newlinep' field to keep track of end-of-line
7436         conventions.
7437         Don't send CRLF to things that don't want it.
7438         (nnimap-request-accept-article): Ditto.
7439
7440 2010-09-18  Julien Danjou  <julien@danjou.info>
7441
7442         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
7443         than curl to retrieve images.
7444
7445 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7446
7447         * nnimap.el (nnimap-update-info): Extend the info so that we can set
7448         the marks.
7449         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
7450         (nnimap-wait-for-connection): New function.
7451         (nnimap-open-connection): If we have PREAUTH, don't query for login
7452         credentials.
7453         (nnimap-update-info): Fix off-by-one error when concatenating ranges
7454         when doing a partial update.
7455
7456 2010-09-18  Julien Danjou  <julien@danjou.info>
7457
7458         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
7459         tags.
7460
7461 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7462
7463         * nnimap.el (nnimap-credentials): New function.
7464         (nnimap-open-connection): Use the new function to look for credentials
7465         also on the numeric equivalents of "imap" and "imaps".
7466
7467         * gnus-start.el (gnus-activate-group): Send the info to
7468         gnus-request-group.
7469
7470         * nnimap.el (nnimap-request-group): Have the "check" version of the
7471         function parse flags and update the info, so that a `M-g' get a total
7472         resync of all flags from the group.
7473
7474         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
7475         to allow backends to alter the info on group selection.  Also alter all
7476         the backend -request-group functions to take the parameter.
7477
7478         * nnimap.el (nnimap-store-info): New function.
7479         (nnimap-update-info): Store the info for later usage.
7480         (nnimap-request-group): Use the stored info for the dont-check case, so
7481         that we don't retrieve all marks when we enter a group.
7482
7483         * nnimap.el: Use deffoo instead of defun for interface functions.
7484
7485         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
7486         update the group info.  This makes the nndraft groups, for instance, go
7487         back to their old behavior.
7488
7489         * gnus-sum.el (gnus-select-newsgroup): Indent.
7490
7491         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
7492         in.
7493         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
7494         nothing.
7495
7496         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
7497         from methods that are denied.
7498
7499         * gnus-int.el (gnus-method-denied-p): New function.
7500
7501         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
7502         store the password instead of netrc.
7503         (nnimap-open-connection): Don't error out when we can't make a
7504         connections.
7505
7506         * auth-source.el (auth-source-create): In the password prompt, say what
7507         we're querying for.  Also prompt for user name if that hasn't been
7508         given.
7509
7510         * nnimap.el (nnimap-with-process-buffer): Remove.
7511
7512 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7513
7514         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
7515         method when we're reading from the agent.
7516
7517         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
7518
7519         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
7520         that's probably most useful for users.
7521
7522         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
7523         "failed" all the time.
7524
7525         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
7526         ...)) with (with-current-buffer ... ).
7527
7528         * nntp.el (nntp-open-server): Return whether the open was successful or
7529         not.
7530
7531         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
7532         select an unread unseen article first.
7533
7534         * nnimap.el (nnimap-open-connection): If the user doesn't have a
7535         /etc/services, supply some sensible port defaults.
7536
7537         * dgnushack.el: Define netrc-credentials.
7538
7539 2010-09-17  Julien Danjou  <julien@danjou.info>
7540
7541         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
7542
7543 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7544
7545         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
7546         doesn't have any parameters.
7547
7548 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7549
7550         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
7551         only upcased checks.
7552
7553         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
7554
7555         * nnimap.el (nnimap-open-shell-stream): New function.
7556         (nnimap-open-connection): Use it.
7557         (nnimap-transform-headers): Get the number of lines in each message.
7558         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
7559         number of lines.
7560         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
7561         problem.
7562
7563         * utf7.el (utf7-encode): Autoload.
7564
7565         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
7566         to allow the mail splitting to not return a default group.  This is
7567         useful for nnimap, which will leave unmatched mail in the inbox.
7568
7569         * nnimap.el: Rewritten.
7570
7571         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
7572         nnimap usage.
7573
7574         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
7575         if the move is internal, so that nnimap can do fast internal moves.
7576
7577         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
7578         data.
7579         (gnus-read-active-for-groups): Support finishing the early retrieval of
7580         data.
7581
7582         * gnus-range.el (gnus-range-nconcat): New function.
7583
7584         * gnus-int.el (gnus-finish-retrieve-group-infos)
7585         (gnus-retrieve-group-data-early): New functions.
7586
7587 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7588
7589         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
7590         (nnrss-retrieve-groups):
7591         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
7592         (pop3-quit): Use with-current-buffer.
7593
7594 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7595
7596         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
7597         instead of nnheader-accept-process-output.
7598
7599         * dgnushack.el (dgnushack-compile): Add comment.
7600
7601         * lpath.el: No need to fbind propertize for XEmacs 21.4.
7602
7603         * gnus-html.el (gnus-html-schedule-image-fetching)
7604         (gnus-html-prefetch-images): Replace process-kill-without-query by
7605         gnus-set-process-query-on-exit-flag.
7606
7607 2010-09-16  Romain Francoise  <romain@orebokech.com>
7608
7609         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
7610
7611 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7612
7613         * gnus-registry.el (gnus-registry-install-shortcuts): The second
7614         parameter to unintern is mandatory-ish in Emacs 24.
7615
7616         * gnus-html.el (gnus-html-schedule-image-fetching)
7617         (gnus-html-prefetch-images): Check for curl before using it.
7618
7619         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
7620         depend on curl, which isn't essential.
7621
7622         * imap.el: Revert back to version
7623         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7624         seem problematic.
7625
7626 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7627
7628         * gnus-registry.el (gnus-registry-install-shortcuts):
7629         Explicitly pass `obarray' to `unintern' to avoid a warning.
7630
7631 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7632
7633         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
7634         change.
7635
7636         * nnrss.el (nnrss-request-list): Remove this function and related
7637         functions, including the moreover stuff.
7638
7639 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7640
7641         * nnrss.el (nnrss-retrieve-groups): New function.
7642
7643 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7644
7645         * .dir-locals.el: Add no-byte-compile cookie.
7646
7647 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7648
7649         * time-date.el (format-seconds): Comment fix.
7650
7651         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
7652         for back end that doesn't support request-scan.
7653
7654 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7655
7656         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
7657         then do request scans from the backends.
7658
7659         * netrc.el (netrc-credentials): New conveniency function.
7660
7661         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
7662         avoid running a hook per line, since this takes a lot of time,
7663         profiling shows.
7664         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
7665         directly if gnus-visual-p is true.
7666
7667 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7668
7669         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
7670         groups; replace mapcar with dolist which is a bit faster; pass groups
7671         info to gnus-read-active-file-1.
7672         (gnus-read-active-file-1): Scan only specified groups if the new
7673         optional arg `infos' is given.
7674
7675 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7676
7677         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
7678
7679         * pop3.el (pop3-movemail): Remove.
7680         (pop3-streaming-movemail): Rename to pop3-movemail.
7681
7682         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
7683         don't restrict end-tag searches to the end of the line.
7684
7685 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
7688         articles of every unchecked group to t, which means unknown since the
7689         server has never been opened.
7690
7691 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7692
7693         * gnus-html.el (gnus-html-show-alt-text): New command.
7694         (gnus-html-browse-image): Ditto.
7695         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
7696         to browse the image directly.
7697         (gnus-html-wash-tags): Search for images first, so that <a><img> works
7698         better.
7699
7700         * gnus-async.el (gnus-async-article-callback):
7701         Call `gnus-html-prefetch-images' unconditionally.
7702
7703         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7704         before feeding URLs to curl.
7705
7706 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7707
7708         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7709         internal images as deletable by `W D D'.
7710
7711         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7712         (gnus-async-article-callback): Fix typo.
7713
7714 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7715
7716         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7717         current line to work around bugs in the output from w3m.
7718
7719         * gnus-async.el (gnus-async-article-callback): Always prefetch images
7720         for groups that want that.
7721
7722         * nntp.el (nntp-wait-for-string): Supply a timeout for
7723         accept-process-output to ensure progress.
7724
7725         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7726         level to get unread articles from, then use that for foreign groups,
7727         too.
7728
7729         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7730         confuses the rest of the function.
7731
7732         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7733         for the methods that support -retrieve-groups, too.
7734
7735         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7736
7737 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7738
7739         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
7740         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
7741
7742         * pop3.el: Require cl when compiling.
7743         (pop3-number-of-responses): Search for "+OK", not "+OK ".
7744
7745 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7746
7747         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7748         that aren't going to be activated.
7749         (gnus-get-unread-articles): Fix up the last commit.
7750
7751         * gnus-html.el (gnus-article-html): Allow calling without specifying
7752         the handle.  In that case, dissect the buffer first.
7753
7754         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7755
7756         * nnimap.el (nnimap-open-connection): Revert the change that would look
7757         into authinfo for imaps instead of imap.
7758
7759         * gnus-start.el (gnus-activate-group): Take an optional parameter to
7760         say that you don't want to call gnus-request-group with don-check, but
7761         do check the reponse.  This is for virtual groups only.
7762         (gnus-get-unread-articles): Count the archive groups as secondary, so
7763         that they're activated the same way as before.
7764
7765         * imap.el (imap-message-map): Removed optional buffer parameter, since
7766         no callers use it.
7767         (imap-message-get): Ditto.
7768         (imap-message-put): Ditto.
7769         (imap-mailbox-map): Ditto.
7770         (imap-mailbox-put): Ditto.
7771         (imap-mailbox-get): Ditto.
7772         (imap-mailbox-get): Revert last change for this function.
7773
7774         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7775         case-insensitively.
7776         (nnimap-debug): Remove.
7777
7778         * net/imap.el (imap-fetch-safe): Remove function, and alter all
7779         callers to use `imap-fetch' instead.  According to the comments, this
7780         should be safe, since all other IMAP clients use the 1:* syntax.
7781         (imap-enable-exchange-bug-workaround): Remove.
7782         (imap-debug): Remove -- doesn't seem very useful.
7783
7784         * mail-source.el (mail-source-fetch): Don't message if we're fetching
7785         mail from a file, and the file doesn't exist.
7786
7787         * imap.el (imap-log): New convenience function used throughout instead
7788         of repeating the same code all over the place.
7789
7790         * pop3.el (pop3-streaming-movemail): Return t for success.
7791
7792         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7793         .authinfo if we're using ssl connection.
7794
7795         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7796         already have if we're in a main Gnus `g' run.
7797
7798         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7799
7800 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7801
7802         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7803
7804         * nnmh.el (nnmh-request-list-1): Bind `file'.
7805
7806         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7807         alias to set-process-query-on-exit-flag or process-kill-without-query.
7808         (pop3-open-server): Use it.
7809
7810 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7811
7812         * mail-source.el (mail-source-delete-crash-box): Always move the crash
7813         box to the Incoming file.  Fixes mistake in previous checkin.
7814
7815         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7816         request loop (for debugging purposes) removed.
7817
7818         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7819         culprit is more visible.
7820         (nnml-save-incremental-nov, nnml-open-incremental-nov)
7821         (nnml-add-incremental-nov): New functions to do "incremental" nov
7822         updates, where we just append to the end of the existing nov files
7823         without reading/writing them in full.
7824
7825         * mail-source.el (mail-source-delete-crash-box): Really only check the
7826         incoming files once in a while.
7827
7828         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7829
7830         * mail-source.el (mail-source-delete-crash-box): Only check the
7831         incoming files for deletion once per day to save a lot of file
7832         accesses.
7833
7834         * pop3.el (pop3-logon): Fix up unbound variable typo.
7835
7836         * mail-source.el (pop3-streaming-movemail): Autoload.
7837
7838         * pop3.el (pop3-streaming-movemail):
7839         Respect pop3-leave-mail-on-server.
7840
7841         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7842         retrieval.
7843
7844         * pop3.el (pop3-process-filter): Remove unused function.
7845         (pop3-streaming-movemail, pop3-send-streaming-command)
7846         (pop3-wait-for-messages, pop3-write-to-file)
7847         (pop3-number-of-responses): New functions for streaming pop3
7848         retrieval.
7849
7850         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7851         come from no known methods.
7852         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7853         list.
7854
7855         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7856         message sizes.
7857         (pop3-movemail): Use erase-buffer instead of looping and deleting
7858         regions, which seems rather odd.
7859
7860         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7861         file once per `g' run.
7862
7863         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7864         directories.  This makes the draft queue directory work.
7865
7866         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7867         data from the backends, so that we only request the list of groups from
7868         each method once.  This should speed things up considerably.
7869
7870         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7871         detect that it's not implemented.
7872
7873         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7874         we actually do recurse down into the tree, but don't stat all leaf
7875         nodes.
7876
7877         * gnus-html.el (gnus-html-show-images): If there are no images to show,
7878         then say so instead of bugging out.
7879
7880         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7881         files exist before trying to read them.
7882
7883         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7884         around <pre_int>.
7885
7886         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7887
7888         * nnmh.el (nnmh-request-list-1): Optimize for speed.
7889
7890 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7891
7892         * mm-util.el (mm-image-load-path): Just return the image directories,
7893         not all directories in the path in addition to the image directories.
7894         (mm-image-load-path): Maintain a cache of the image directories so that
7895         the `g' command in Gnus doesn't have to stat dozens of directories each
7896         time.
7897
7898         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7899         (gnus-html-wash-tags): Add a new `i' command to insert images.
7900         (gnus-html-insert-image): New command and keystroke.
7901         (gnus-html-redisplay-with-images): New command and keystroke.
7902         (gnus-html-show-images): Rename command.
7903         (gnus-html-wash-tags): Remove more white space before <pre_int> image
7904         spacers.
7905         (gnus-html-wash-tags): Decode entities at the end, so that entities
7906         inside the tags don't mess up the rest of the "parsing".
7907
7908         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7909         so that nnimap methods aren't agentized by default.  There's apparently
7910         many problems related to agent/imap behavior.
7911
7912         * gnus-art.el (gnus-article-copy-string): New command and key binding.
7913
7914         * gnus-html.el: Doc fix.
7915
7916 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7917
7918         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
7919         specifier-spec-list for Emacs 21.
7920
7921         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7922         glyph-width and glyph-height instead of display-graphic-p and
7923         image-size; make avoidance of displaying small images work for XEmacs.
7924
7925         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7926         for XEmacs.
7927
7928         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7929         of symbol that holds plist data.
7930         (gnus-process-plist): Remove plist of process after getting it.
7931
7932 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7933
7934         * message.el (message-generate-hashcash): Change default to
7935         'opportunistic if hashcash is installed.
7936
7937         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7938         (gnus-html-put-image): Only call image-size once, since it's somewhat
7939         time-consuming on remote X servers.
7940
7941 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
7944         type on data, not a file name.
7945
7946         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
7947         window-pixel-edges for Emacs 21.
7948
7949         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7950         decoded contents.
7951         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7952
7953 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7954
7955         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7956         group line format, since it isn't very interesting.
7957
7958         * gnus-agent.el (gnus-agent-short-article),
7959         (gnus-agent-long-article): Increase values for these two variables,
7960         since most people are likely to have more network connection and
7961         storage than before.
7962
7963         * gnus.el (gnus-refer-article-method): Change default to 'current.
7964         When referring an article, the common behavior is to refer it from the
7965         current select method, not the native select method.  The chances of
7966         the native select method having the message in question is rather slim
7967         these days.
7968
7969         * gnus-sum.el (gnus-auto-select-subject): Change default to
7970         `unseen-or-unread'.  I think it's likely that most people want to
7971         select an unseen article over a previously seen, but unread one.
7972
7973         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
7974         means that in the article buffer none of the minor mode elements will
7975         be shown, usually, and this is not desirable in most cases.
7976
7977         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7978         that commands like `d' (and the like) go to the next line in the
7979         buffer, instead of the next unread article.  I think this is the
7980         behavior that is most natural for most users.
7981         (gnus-single-article-buffer): Change default to nil, so that people can
7982         have as many article buffers open as they have summary buffer.  I think
7983         this is the most natural way for the groups to behave.
7984
7985         * message.el (message-generate-new-buffers): Change default to
7986         `unsent', so that all new message buffers start their names with the
7987         string "*unsent", and it's easier to find the buffers if you move from
7988         them.
7989
7990 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7991
7992         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7993         small.  They're probably tracking images.
7994         (gnus-html-wash-tags): Remove all <pre_int> place holders.
7995         (gnus-html-rescale-image): Yet another try at getting the image sizing
7996         right.
7997
7998         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7999         nntp-marks-file-name is nil.
8000
8001 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8002
8003         * gnus-html.el (gnus-html-wash-tags)
8004         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
8005         Better logging.
8006
8007 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8008
8009         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
8010
8011         * gnus-html.el (gnus-html-wash-tags): Check the value of
8012         gnus-blocked-images in the summary buffer.
8013
8014 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8015
8016         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
8017
8018 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8019
8020         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
8021         like "a", it seems like.
8022         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
8023         since it needs to be picked from the correct buffer.
8024
8025         * nnwfm.el: Remove.
8026
8027         * nnlistserv.el: Remove.
8028
8029 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8030
8031         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
8032         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
8033
8034 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8035
8036         * nnkiboze.el: Remove.
8037
8038         * nndb.el: Remove.
8039
8040         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
8041         alt text.
8042         (gnus-html-rescale-image): Try to get the rescaling logic right for
8043         images that are just wide and not tall.
8044
8045         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
8046         overshadow variable bindings.
8047
8048 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8049
8050         * gnus-html.el (gnus-html-wash-tags)
8051         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
8052         Add extra logging.
8053
8054 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8055
8056         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
8057         (gnus-max-image-proportion): New variable.
8058         (gnus-html-rescale-image): New function.
8059         (gnus-html-put-image): Rescale images.
8060
8061 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8062
8063         Fix up some byte-compiler warnings.
8064         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
8065         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
8066         (gnus-article-fill-cited-article, gnus-article-hide-citation)
8067         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
8068         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
8069         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
8070         (gnus-group-update-group): Use save-excursion and with-current-buffer.
8071
8072 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8073
8074         * gnus-html.el (gnus-article-html): Decode contents by charset.
8075
8076 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8077
8078         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
8079         (gnus-html-frame-width, gnus-blocked-images):
8080         * message.el (message-prune-recipient-rules): Add custom version.
8081         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
8082
8083         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
8084         functions.
8085
8086         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
8087         gnus-process-get.
8088
8089 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
8090
8091         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
8092         instead of lsub directly.
8093
8094 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8095
8096         * nnwarchive.el: Remove.
8097
8098         * gnus-soup.el: Remove.
8099
8100         * nnsoup.el: Remove.
8101
8102         * nnultimate.el: Remove.
8103
8104         * gnus-html.el (gnus-blocked-images): New variable.
8105
8106         * message.el (message-prune-recipients): New function.
8107         (message-prune-recipient-rules): New variable.
8108
8109         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
8110         guess whether a long line is natural text or not.
8111
8112         * gnus-html.el (gnus-html-schedule-image-fetching):
8113         Use gnus-process-plist and friends for compatibility.
8114
8115 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8116
8117         * gnus-html.el: Require packages that define macros used in this file.
8118         (gnus-article-mouse-face): Declare to silence byte-compiler.
8119         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
8120         process-get.
8121         (gnus-html-put-image): Use plist-get to avoid getf.
8122         (gnus-html-prefetch-images): Use with-current-buffer.
8123
8124 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * gnus-ems.el: Provide compatibility functions for
8127         gnus-set-process-plist.
8128
8129         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
8130         header-line-format for XEmacs 21.4.
8131
8132         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
8133         * gnus.el (gnus-valid-select-methods):
8134         * message.el (message-send-mail-partially-limit):
8135         * mm-decode.el (mm-text-html-renderer):
8136         * mml.el (mml-insert-mime-headers-always):
8137         * smiley.el (smiley-regexp-alist): Bump custom version.
8138
8139 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8140
8141         * gnus-html.el: require mm-url.
8142         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
8143         with the url to `url'.
8144         (gnus-html-wash-tags): Support cid: URLs/images.
8145
8146 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8147
8148         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
8149         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
8150         bindings, as they aren't useful at all.  `w' is moved to `W w'.
8151
8152         * gnus-move.el: Remove file, since it doesn't really work.
8153
8154         * gnus-html.el (gnus-article-html): Tell w3m that the input is
8155         UTF-8.  This seems to fix problems with some German web feeds.
8156
8157         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
8158         at the top so that the proper colors are applied.
8159
8160         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
8161         don't have dots in their names.
8162
8163         * gnus-art.el (gnus-article-view-part): Doc fix.
8164
8165         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
8166         XEmacs-compatible.
8167         (gnus-html-put-image): Don't do images on non-graphic displays.
8168
8169         * nnslashdot.el: Remove this unused backend.
8170
8171         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
8172         actions.
8173         (gnus-undo-register-1): Revert last change.
8174
8175         * gnus-group.el (gnus-group-completing-read): Protect against not
8176         having completion-styles bound.
8177
8178         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
8179         make broken recipients happier.
8180
8181         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
8182
8183         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
8184         point parameter.
8185
8186         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
8187
8188         * gnus-group.el (gnus-group-completing-read): Add 'substring to
8189         completion-styles for group selection.
8190
8191 2009-02-04  Andreas Schwab  <schwab@suse.de>
8192
8193         * gnus-score.el (gnus-score-string): Fix regex for matching extra
8194         headers and regexp-quote the match if necessary.
8195
8196 2009-03-24  Miles Bader  <miles@gnu.org>
8197
8198         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
8199         the blinking smiley.
8200
8201 2009-03-24  Simon Josefsson  <simon@josefsson.org>
8202
8203         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
8204         blink smiley.
8205
8206 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8207
8208         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
8209         where the dribbel file lives exists.
8210
8211         * message.el (message-send-mail-partially-limit): Change the default to
8212         nil, since most people don't want this.
8213
8214         * mm-url.el (mm-url-decode-entities): Also decode entities like
8215         &#x3212.
8216
8217 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8218
8219         * gnus-sum.el (gnus-summary-idna-message):
8220         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
8221         Hyperlink urls in docstrings with URL `...'.
8222
8223 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
8224
8225         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
8226         functions.
8227
8228 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8229
8230         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
8231         say what the mouseover text should be.
8232
8233         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
8234         version of the mm-w3m-safe-url-regexp variable to only download images
8235         in the groups where we want that to happen.
8236
8237         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
8238
8239         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
8240         easier debugging.
8241         (gnus-article-beginning-of-window): Add kludge to allow spacing past
8242         big pictures in the article buffer.
8243
8244         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
8245         gnus-article-html.
8246         (mm-text-html-renderer): gnus-article-html needs curl in addition to
8247         w3m.
8248
8249         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
8250
8251 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8252
8253         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
8254         which doesn't exist.
8255
8256         * message.el (message-inhibit-ecomplete): New variable to allow some
8257         function to inhibit ecomplete address storage.
8258         (message-resend): Disable ecomplete message storage when resending
8259         messages.
8260
8261         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
8262
8263 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
8266         Save excursion while copying, moving, and deleting articles in order to
8267         prevent the cursor from jumping to unforeseen place.
8268
8269 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8270
8271         * lpath.el: No need to bind bookmark-current-buffer,
8272         bookmark-yank-point and bookmark-make-record-function.
8273
8274 2010-08-17  Glenn Morris  <rgm@gnu.org>
8275
8276         * gnus-sync.el: Require gnus components whose functions are used.
8277
8278         * gnus-art.el (bookmark-make-record-function):
8279         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
8280         Declare for compiler.
8281
8282         * mm-url.el (mml-compute-boundary): Autoload.
8283
8284 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8285
8286         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
8287
8288 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
8289
8290         Typo fix "hoo4a" -> "hook".
8291
8292         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
8293
8294 2010-08-14  Glenn Morris  <rgm@gnu.org>
8295
8296         * gnus-sync.el (gnus-sync): Fix defgroup version.
8297
8298 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
8299
8300         Doc fixes and keep unknown groups (ammended for nunion bug fix).
8301
8302         * gnus-sync.el: Fix docs.
8303         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
8304         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
8305
8306 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8307
8308         Optimizations for gnus-sync.el.
8309
8310         * gnus-sync.el: Add docs about gnus-sync-backend
8311         possibilities.
8312         (gnus-sync-save): Remove unnecessary message.
8313         (gnus-sync-read): Optimize and show what groups were skipped.
8314
8315 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8316
8317         Minor bug fixes for gnus-sync.el.
8318
8319         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
8320         Don't read the sync on get-new-news.
8321
8322         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
8323         quiet.
8324
8325         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
8326         (fix typo).
8327
8328 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
8329
8330         Make saving and restoring of hidden threads work with overlays.
8331         Patch applied by Ted Zlatanov.
8332
8333         * gnus-sum.el (gnus-hidden-threads-configuration)
8334         (gnus-restore-hidden-threads-configuration): Update to deal with text
8335         properties, rather than searching for a magic character.
8336
8337 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8338
8339         New gnus-sync.el library for synchronization of marks.
8340
8341         * gnus-sync.el: New library for synchronization of marks.
8342
8343         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
8344         renamed from `gnus-registry-grep-in-list'.
8345
8346         * gnus-registry.el (gnus-registry-follow-group-p):
8347         Use `gnus-grep-in-list'.
8348
8349         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
8350
8351 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
8354         determining charset of text fails.
8355
8356 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * nnmail.el (nnmail-get-new-mail-1): Revert.
8359
8360         * nnml.el (nnml-active-number): Make sure names of newly created groups
8361         in nnml-group-alist are encoded.
8362
8363 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
8366         containing non-ASCII characters in active file for nnml back end.
8367
8368 2010-07-24  David Engster  <dengste@eml.cc>
8369
8370         * mml-smime.el (mml-smime-epg-verify): Also accept the older
8371         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
8372
8373 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
8374
8375         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
8376         tag (Bug#6654).
8377
8378 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
8381         the article buffer, not the summary buffer.
8382
8383 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8384
8385         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
8386         Emacs 23 as well.
8387
8388 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
8391         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
8392
8393 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8394
8395         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8396         Patch applied by Karl Fogel.
8397
8398         * gnus-sum.el (gnus-summary-bookmark-make-record):
8399         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
8400
8401 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8402
8403         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
8404         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
8405         C-w still not working correctly from Article buffers; Thierry's
8406         patch to fix that will be applied after this.
8407
8408         * gnus-art.el (bookmark-make-record-function): New local variable.
8409
8410         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
8411         article buffer.
8412         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
8413
8414 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
8415
8416         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
8417         on changes in bookmark.el.
8418
8419 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8420
8421         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
8422         `no-log' instead of message not to log prompt string.
8423
8424 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
8425
8426         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
8427         the *other* type of HTML form submission.
8428
8429 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
8430
8431         * auth-source.el (auth-source-pick): If choice does not contain a
8432         questioned keyword, set the check to t.
8433
8434 2010-06-12  Romain Francoise  <romain@orebokech.com>
8435
8436         * gnus-util.el (gnus-date-get-time): Move up before first use.
8437
8438 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
8441         (gnus-article-edit-part): Bind it to make last part that is substituted
8442         or deleted visible.
8443         (gnus-mime-display-single): Buttonize part of which id equals to
8444         gnus-mime-buttonized-part-id.
8445
8446 2010-06-10  Dan Christensen  <jdc@uwo.ca>
8447
8448         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
8449         (gnus-dd-mmm): Use gnus-date-get-time.
8450         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
8451         simplify logic.
8452         (gnus-summary-limit-to-age): Use gnus-date-get-time.
8453         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
8454
8455 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
8456
8457         * auth-source.el (top): Autoload `secrets-list-collections',
8458         `secrets-create-item', `secrets-delete-item'.
8459         (auth-sources): Fix tag string.
8460         (auth-get-source, auth-source-retrieve, auth-source-create)
8461         (auth-source-delete): New defuns.
8462         (auth-source-pick): Rewrite in order to avoid 2 passes.
8463         (auth-source-forget-user-or-password): New parameter USERNAME.
8464         (auth-source-user-or-password): New parameters CREATE-MISSING and
8465         DELETE-EXISTING.  Retrieve password interactively, if needed.
8466
8467 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8468
8469         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
8470         deleting unused directories when gnus-expert-user is t.
8471
8472 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8473
8474         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
8475         for each temp file when gnus-article-browse-delete-temp is ask.
8476
8477 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8478
8479         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
8480         Replace Lisp calls to delete-backward-char by calls to delete-char.
8481
8482 2010-05-20  Kevin Ryde  <user42@zip.com.au>
8483
8484         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
8485
8486 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
8487
8488         * password-cache.el (password-cache-remove): Fix docstring.
8489
8490 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
8493         article unless decoding article to be saved.
8494
8495 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8496
8497         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
8498         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
8499         generated within the mm-with-unibyte-current-buffer macro.
8500
8501 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
8504         to nil when we're in a mml-preview buffer and no group is selected.
8505
8506 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
8507
8508         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
8509         when catching the `C-g'.  Reported by "Leo".
8510
8511 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8512
8513         * message.el (message-forward-make-body-plain)
8514         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
8515         multibyte-string-p.
8516
8517         * lpath.el: Revert.
8518
8519 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8520
8521         * message.el (message-forward-make-body-mml): Assume original message
8522         is multibyte string; error on unibyte.
8523         (message-forward-make-body-plain): Ditto; don't add excessive newline
8524         in body end.
8525
8526         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
8527
8528 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
8529
8530         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
8531         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
8532
8533 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8534
8535         * mm-extern.el (mm-extern-url): Don't use
8536         mm-with-unibyte-current-buffer.
8537         (mm-extern-cache-contents): Use with-current-buffer instead of
8538         save-excursion + set-buffer.
8539
8540 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * mm-util.el (mm-emacs-mule): Remove.
8543
8544 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
8545
8546         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
8547         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
8548         change.
8549
8550 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8551
8552         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
8553         bind the default value of enable-multibyte-characters to nil.
8554
8555 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8556
8557         * message.el (message-forward-make-body-plain)
8558         (message-forward-make-body-mml):
8559         Don't use mm-with-unibyte-current-buffer.
8560
8561 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8562
8563         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
8564
8565 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
8566
8567         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
8568         (Bug#5592).
8569
8570 2010-05-07  Julien Danjou  <julien@danjou.info>
8571
8572         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
8573         it to mm-pipe-part.
8574
8575         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
8576         it is given.
8577
8578 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8579
8580         * binhex.el (binhex-decode-region-internal):
8581         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
8582         (dns-query):
8583         * nnweb.el (nnweb-gmane-search):
8584         * pgg-parse.el (pgg-parse-armor):
8585         * pgg.el (pgg-verify-region):
8586         * sha1.el (sha1-string-external):
8587         * uudecode.el (uudecode-decode-region-internal):
8588         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
8589         XEmacs.
8590
8591         * gnus-art.el (gnus-article-browse-html-parts):
8592         * gnus-group.el (gnus-read-ephemeral-gmane-group):
8593         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
8594         make-temp-file.
8595
8596         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
8597         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
8598         compiling.
8599
8600         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
8601         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
8602         XEmacs when compiling.
8603
8604         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
8605         gnus-pick-mode-off-hook for XEmacs when compiling.
8606         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
8607         gnus-binary-mode-off-hook for XEmacs when compiling.
8608
8609         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
8610         Return nil if char-charset is not available.
8611
8612         * imap.el (imap-disable-multibyte)
8613         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
8614         macros.
8615
8616         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
8617         instead of encode-coding-string.
8618
8619         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
8620         'xemacs) instead of mm-emacs-mule to switch function definitions.
8621         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
8622
8623         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
8624         bind temporary-file-directory for XEmacs;
8625         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
8626         timer-set-function for XEmacs 21.4 and SXEmacs;
8627         bind timer-list for XEmacs 21.4 and SXEmacs;
8628         fbind char-charset and find-charset-region for non-Mule XEmacs;
8629         fbind decode-coding-region, decode-coding-string, detect-coding-region,
8630         encode-coding-region and encode-coding-string for XEmacs having no
8631         file-coding feature.
8632
8633 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
8634
8635         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
8636
8637 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8638
8639         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
8640         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
8641
8642 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
8643
8644         * mm-util.el (mm-decompress-buffer): Use `delete-file';
8645         alias `jka-compr-delete-temp-file' no longer exists.
8646
8647 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8648
8649         Use define-minor-mode in Gnus where applicable.
8650         * mml.el (mml-mode): Use define-minor-mode.
8651         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
8652         (gnus-undo-mode): Use define-minor-mode.
8653         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
8654         (gnus-dead-summary-mode): Use define-minor-mode.
8655         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
8656         Initialize in declaration.
8657         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
8658         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
8659         (gnus-mailing-list-mode): Use define-minor-mode.
8660         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
8661         (gnus-draft-mode): Use define-minor-mode.
8662         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
8663         (gnus-dired-mode): Use define-minor-mode.
8664
8665 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
8666
8667         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
8668         handles on recursive mml-to-mime translation and check them for
8669         boundary delimiter collisions.  Reported by Greg Troxel.
8670
8671 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8672
8673         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
8674
8675 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8676
8677         * mm-util.el (mm-find-buffer-file-coding-system):
8678         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
8679
8680 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
8681
8682         * message.el (message-generate-headers): Record insertion of optional
8683         headers as well.  Otherwise the check to prevent repeated insertion of
8684         optional headers is a no-op.
8685
8686 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
8687
8688         * smime.el: Don't mention CVS.
8689
8690         * nnrss.el (nnrss-fetch): Don't mention CVS.
8691
8692         * nnir.el: Don't mention CVS.
8693
8694 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8695
8696         * gnus-sum.el (gnus-summary-bookmark-make-record):
8697         Add `location' field.
8698
8699 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * lpath.el: Fbind bookmark-default-handler,
8702         bookmark-get-bookmark-record, bookmark-make-record-default,
8703         bookmark-prop-get for Emacs <23 and XEmacs.
8704
8705 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8706
8707         * gnus-sum.el: Add bookmark declarations to silence the compiler.
8708         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
8709         Use with-current-buffer to silence the byte-compiler.
8710         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
8711         bother to require `gnus'.
8712         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
8713
8714 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8715
8716         * gnus-sum.el (gnus-summary-bookmark-make-record)
8717         (gnus-summary-bookmark-jump): New functions.
8718         (gnus-summary-mode): Setup bookmark support.
8719
8720 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
8721
8722         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
8723         if set.
8724
8725 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
8728         gnus-article-browse-html-save-cid-image; make it work recursively for
8729         forwarded messages as well.
8730         (gnus-article-browse-html-parts): Work when prefix arg is given.
8731         (gnus-article-browse-html-article): Doc fix.
8732
8733 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
8734
8735         * message.el (message-default-mail-headers):
8736         (message-default-headers): Carry the value mail-default-headers over
8737         into message-default-mail-headers, rather than message-default-headers.
8738
8739 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
8740
8741         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
8742         charset.
8743
8744         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
8745         charset into the <meta> tag when the article is encoded to utf-8.
8746
8747 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8748
8749         * gnus-art.el (gnus-article-browse-delete-temp-files):
8750         Delete directories as well.
8751         (gnus-article-browse-html-parts): Work for images that do not specify
8752         file names; delete temp directory when quitting; insert header at the
8753         right place; use file: scheme for image files.
8754
8755 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
8756
8757         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8758         (gnus-article-browse-html-parts): Use it to make temporary cid image
8759         files in addition to html file so that browser may display them.
8760
8761 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8762
8763         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8764
8765 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8766
8767         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8768
8769 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
8770
8771         * auth-source.el (auth-sources): Change default to be simpler.
8772         Explain about Secret Service API sources.  Improve Customize options.
8773         (auth-source-pick): Change to accept any number of search parameters.
8774         Implement fallbacks iteratively, not recursively.  Add scoring on the
8775         second pass and sort by score.  Call Secret Service API when needed.
8776         (auth-source-user-or-password): Use it.  Call Secret Service API
8777         directly when needed to get the user name and the password.
8778
8779 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8780
8781         * message.el (message-interactive): Doc fix.
8782         (message-qmail-inject-args): Reflow.
8783         (message-kill-to-signature): Fix typo in docstring.
8784
8785         * smiley.el (smiley-buffer): Fix typo in docstring.
8786
8787 2010-03-24  Glenn Morris  <rgm@gnu.org>
8788
8789         * mail-source.el (gnus-message): Declare.
8790         (mail-source-delete-old-incoming): Require gnus-util.
8791
8792 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8793
8794         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8795
8796         * message.el (ecomplete-setup): Autoload it for Emacs <23.
8797
8798         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8799         password-cache's default if it is not bound.
8800         (mml-secure-passphrase-cache-expiry): Default to 16 that is
8801         password-cache-expiry's default if it is not bound.
8802
8803         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8804         available in Emacs 21.
8805
8806         * lpath.el: Suppress compiler warnings for:
8807         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
8808         XEmacs;
8809         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
8810         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
8811         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
8812
8813 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
8814
8815         * auth-source.el (auth-sources): Fix up definition so extra parameters
8816         are always inline.
8817
8818 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
8819
8820         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8821         wasn't updated after mismatch.  Clear cached mailbox info correctly
8822         when uidvalidity changes.
8823         (nnimap-group-prefixed-name): New function to avoid some code
8824         duplication.
8825         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8826         (nnimap-request-group): Use it.
8827         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8828         (nnimap-update-unseen): Significantly improved speed of Gnus startup
8829         with many imap folders.  This is done by caching the group status from
8830         the imap server persistently in a group parameter `imap-status'.  (This
8831         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8832         but not persistently, so every Gnus startup was still very slow.)
8833
8834 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
8835
8836         * assistant.el (assistant-render-text): Run `widget-setup' and don't
8837         delete the extra newline.  Otherwise editing of :string and :number
8838         types don't work.
8839
8840 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8841
8842         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
8843         secrets.el dependency.
8844         (auth-sources): Add optional user name.  Add secrets.el configuration
8845         choice (unused right now).
8846
8847 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8848
8849         * gnus-sum.el (gnus-summary-make-menu-bar):
8850         Let `gnus-registry-install-shortcuts' fill in the functions.
8851
8852         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8853         warnings.
8854         (gnus-registry-misc-menus): Variable to hold registry mark menus.
8855         (gnus-registry-install-shortcuts): Populate and use it in a
8856         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8857
8858 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
8859
8860         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8861         In-place substitutions for the group name encoding/decoding.
8862         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8863         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8864         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8865         (nnimap-update-unseen, nnimap-request-list)
8866         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8867         (nnimap-request-set-mark, nnimap-split-to-groups)
8868         (nnimap-split-articles, nnimap-request-newgroups)
8869         (nnimap-request-create-group, nnimap-request-accept-article)
8870         (nnimap-request-delete-group, nnimap-request-rename-group)
8871         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
8872         `encoded-mbx' for consistency.
8873         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8874         variable `imap-current-mailbox'.
8875
8876         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8877         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8878
8879 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
8880
8881         * pop3.el (pop3-display-message-size-flag): Display message size byte
8882         counts during POP3 download.
8883         (pop3-movemail): Use it.
8884         (pop3-list): Implement listing of available messages.
8885
8886 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
8887
8888         * nnir.el (nnir-get-article-nov-override-function): New function to
8889         override the normal NOV retrieval.
8890         (nnir-retrieve-headers): Use it.
8891
8892 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
8893
8894         * auth-source.el (netrc-machine-user-or-password): Autoload.
8895
8896 2010-03-19  Glenn Morris  <rgm@gnu.org>
8897
8898         Stop message.el from loading about 40 libraries it doesn't always need.
8899         The general approach is to autoload rather than require, and to
8900         require in the specific functions rather than the file.  (Bug#5642)
8901
8902         * gmm-utils.el: Don't require wid-edit.
8903         (widget-create-child-value, widget-convert, widget-default-get):
8904         Autoload.
8905
8906         * gnus-util.el: Don't require time-date, netrc.
8907         (message-fetch-field, gnus-group-name-decode): Declare rather than
8908         autoloading.
8909         (gnus-fetch-field): Require message.
8910         (gnus-decode-newsgroups): Require gnus-group.
8911
8912         * ietf-drums.el: Don't require time-date.
8913
8914         * message.el: Don't require hashcash, canlock, ecomplete.
8915         Do require mail-utils.  Require nnheader only when compiling.
8916         (smtpmail-default-smtp-server): Remove declaration.
8917         (message-send-mail-function): Check smtpmail-default-smtp-server
8918         is bound rather than requiring smtpmail.
8919         (message-auto-save-directory, message-insert-signature):
8920         Use expand-file-name rather than nnheader-concat.
8921         (nnheader-insert-file-contents): Autoload.
8922         (hashcash-wait-async): Declare.
8923         (message-send-mail): Only call gnus-setup-posting-charset if
8924         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
8925         (message-send-mail-with-sendmail): Require sendmail.
8926         (canlock-password, canlock-password-for-verify): Declare.
8927         (message-canlock-password): Require canlock.
8928         (nnheader-get-report): Autoload.
8929         (gnus-setup-posting-charset): Declare.
8930         (message-send-news): Require gnus-msg.
8931         (message-make-references, message-make-in-reply-to): Use mail-header-id
8932         rather than the alias mail-header-message-id.
8933         (ecomplete-add-item, ecomplete-save): Declare.
8934         (message-put-addresses-in-ecomplete): Require ecomplete.
8935         (ecomplete-display-matches): Autoload.
8936
8937         * mm-decode.el: Don't require mailcap, gnus-util.
8938         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8939         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8940         Autoload.
8941         (mailcap-mime-extensions): Declare.
8942
8943         * mm-encode.el: Don't require mailcap.
8944         (mailcap-extension-to-mime): Autoload.
8945
8946         * mml-sec.el: Don't require password-cache.
8947
8948         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8949         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8950         (mml-minibuffer-read-type): Require mailcap.
8951         (mml-preview): Require gnus-msg.
8952
8953         * mml1991.el: Require password-cache.
8954         (password-cache-expiry): Remove declaration.
8955
8956         * mml2015.el: Require password-cache.
8957         (password-cache-expiry): Remove declaration.
8958
8959         * nneething.el (mailcap): Require mailcap.
8960
8961         * nnheader.el (declare-function): Add compatibility stub.
8962         (message-remove-header): Declare rather than autoload.
8963         (nnheader-replace-header): Require message.
8964
8965         * nnimap.el (declare-function): Add compatibility stub.
8966         (netrc-parse, netrc-machine-user-or-password): Declare.
8967         (nnimap-open-connection): Require netrc.
8968
8969         * nntp.el (declare-function): Add compatibility stub.
8970         (netrc-parse, netrc-machine, netrc-get): Declare.
8971         (nntp-send-authinfo): Require netrc.
8972
8973         * rfc2047.el: Don't require qp.
8974         (quoted-printable-encode-region, quoted-printable-decode-string):
8975         Autoload.
8976
8977         * sieve-mode.el: Don't require easymenu.
8978         (easy-menu-add-item): Autoload it.
8979
8980         * spam-stat.el (time-to-number-of-days): Autoload it.
8981
8982 2010-03-19  Glenn Morris  <rgm@gnu.org>
8983
8984         * password-cache.el (password-cache, password-cache-expiry): Autoload.
8985
8986 2010-03-18  Glenn Morris  <rgm@gnu.org>
8987
8988         * hashcash.el (declare-function): Remove duplicate definition.
8989
8990 2010-03-17  Kevin Ryde  <user42@zip.com.au>
8991
8992         * mml.el (mml-read-tag): Unquote values with `read' to reverse
8993         prin1 in mml-insert-tag (just stripping the quotes gave wrong
8994         value if any backslash escapes).
8995
8996 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8999         if it is available.  (bug#5647)
9000
9001         * lpath.el: Suppress compiler warning for coding-system-from-name for
9002         Emacs 21 and XEmacs.
9003
9004 2010-03-14  Juri Linkov  <juri@jurta.org>
9005
9006         * hmac-def.el:
9007         * hmac-md5.el:
9008         * netrc.el: Fix keywords.
9009
9010 2010-02-26  Glenn Morris  <rgm@gnu.org>
9011
9012         * message.el (message-send-mail-function): Change the default, so that
9013         it inherits from a customized send-mail-function.  (Bug#5643)
9014
9015 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9016
9017         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
9018         shell-command-to-string signals an error (bug#5299).
9019
9020 2010-02-24  Glenn Morris  <rgm@gnu.org>
9021
9022         * message.el (message-smtpmail-send-it)
9023         (message-send-mail-with-mailclient): Doc fixes.
9024
9025 2010-02-16  Glenn Morris  <rgm@gnu.org>
9026
9027         * message.el (message-default-mail-headers): Change the default value
9028         to ease the transition from mail-mode to message-mode.  (Bug#5555)
9029
9030 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9031
9032         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
9033         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
9034
9035 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
9036
9037         * time-date.el (date-to-time): Doc fix (Bug#5408).
9038
9039 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
9040
9041         * message.el (message-mail): Just pass yank-action on to message-setup.
9042         (message-setup): Handle (FUN . ARGS) form of yank-action.
9043         (message-with-reply-buffer, message-widen-reply)
9044         (message-yank-original): Handle non-buffer values of
9045         message-reply-buffer (Bug#4080).
9046         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
9047
9048 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
9049
9050         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
9051         Fix typo in docstring.
9052
9053 2010-01-08  Jason Rumney  <jasonr@gnu.org>
9054
9055         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
9056         response.
9057
9058 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9059
9060         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
9061
9062         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9063
9064         * message.el (message-check-news-header-syntax): Protect against a
9065         string that `rfc822-addresses' returns when parsing fails.
9066
9067 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9068
9069         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
9070         (gnus-previous-char-property-change): New functions.
9071
9072         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
9073
9074 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
9075
9076         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
9077         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
9078
9079 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
9080
9081         * message.el (message-exchange-point-and-mark): Rework last change to
9082         avoid using optional arg of exchange-point-and-mark, for backward
9083         compatibility.
9084
9085 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
9086
9087         * message.el (message-exchange-point-and-mark):
9088         Call exchange-point-and-mark with an argument rather than setting
9089         mark-active by hand (Bug#5175).
9090
9091 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * nntp.el (nntp-service-to-port): Work for service expressed with
9094         numeric string; replace [:digit:] with [0-9] for XEmacs.
9095
9096 2009-12-17  Glenn Morris  <rgm@gnu.org>
9097
9098         * gnus-group.el (gnus-bug-group-download-format-alist):
9099         Change emacs entry to debbugs.gnu.org.  Bump :version.
9100
9101 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9102
9103         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
9104
9105 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9106
9107         * message.el (message-info): Explain why we use `Info-goto-node'.
9108
9109 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9110
9111         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
9112
9113 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9114
9115         * message.el (message-completion-in-region): New compatibility function.
9116         (message-expand-group): Use it.
9117
9118 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
9121         with no unread article should be listed if the 2nd arg `predicate' is
9122         given.
9123
9124 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
9127
9128 2009-11-29  Juri Linkov  <juri@jurta.org>
9129
9130         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
9131         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
9132         on `gnus-recenter'.  (Bug#4698, Bug#4981)
9133
9134 2009-11-26  Kevin Ryde  <user42@zip.com.au>
9135
9136         * sha1.el (sha1-string-external): default-directory "/" in case
9137         otherwise non-existent.  process-connection-type pipe for touch of
9138         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
9139
9140 2009-11-25  Kevin Ryde  <user42@zip.com.au>
9141
9142         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
9143         it's comms related and sgml-mode.el has "comm" on that basis too.
9144
9145 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
9148         containing tspecial characters if they have been already quoted.
9149
9150 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
9151
9152         * dns-mode.el (auto-mode-alist): Purecopy string.
9153
9154 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9155
9156         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
9157
9158 2009-10-24  Glenn Morris  <rgm@gnu.org>
9159
9160         * gnus-art.el (help-xref-stack-item): Define for compiler.
9161
9162 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9163
9164         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
9165
9166 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9167
9168         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
9169
9170 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9171
9172         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
9173         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
9174
9175 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9176
9177         * gnus.el (gnus-overlay-get): New alias to overlay-get.
9178         (gnus-overlays-in): New alias to overlays-in.
9179
9180         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
9181         gnus-overlay-get, and gnus-delete-overlay.
9182         (gnus-summary-show-thread): Make it work as well for systems in which
9183         next-single-char-property-change is not available.
9184         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
9185
9186         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
9187         (gnus-overlay-get): New alias to extent-property.
9188         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
9189
9190         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
9191         SXEmacs.
9192
9193         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
9194         SXEmacs.
9195
9196 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
9197
9198         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
9199
9200 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
9201
9202         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
9203         and XEmacs that don't have `remove-overlays'.
9204
9205 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9206
9207         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
9208         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
9209         selective display.  Use overlays instead.
9210
9211 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
9212
9213         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
9214
9215 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
9216
9217         * spam-stat.el (spam-stat-load): Fix typo in message.
9218
9219 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9220
9221         * dig.el (dig-invoke): Fix typo in docstring.
9222         (query-dig): Reflow docstring.
9223
9224 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
9225
9226         * gnus-art.el (gnus-article-encrypt-body):
9227         * message.el (message-check-recipients):
9228         * mm-util.el (mm-codepage-setup):
9229         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
9230         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
9231
9232 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
9233
9234         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
9235         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
9236         keys from the menu if mm-{sign,encrypt}-option is 'guided.
9237         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
9238         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
9239
9240 2009-09-21  Kevin Ryde  <user42@zip.com.au>
9241
9242         * dig.el: Add "Keywords: comm", as per net-utils.el.
9243
9244 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9245
9246         * dig.el (dig-mode): Use define-derived-mode.
9247
9248 2009-09-19  Glenn Morris  <rgm@gnu.org>
9249
9250         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9251
9252 2009-09-18  Glenn Morris  <rgm@gnu.org>
9253
9254         * gnus-diary.el (gnus-diary-check-message):
9255         * message.el (message-insert-formatted-citation-line):
9256         * nnbabyl.el (top-level):
9257         * nndiary.el (nndiary-schedule):
9258         Fix typos in condition-case handlers.
9259
9260 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9261
9262         * gnus-art.el (gnus-article-edit-part): Work for the buffer
9263         configuration that provides the sole article window in a frame;
9264         position point correctly after deleting a part.
9265
9266 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
9267
9268         * spam.el (spam-unregister-on-reregister): Add boolean variable.
9269         (spam-resolve-registrations-routine): Use it to unregister articles
9270         that change status.
9271
9272 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9273
9274         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
9275         with XEmacs.
9276         (parse-time-string-chars): Use it.
9277
9278 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9279
9280         * imap.el (imap-interactive-login): Better messages.
9281         (imap-open): Fix bug with renamed buffer on reconnect.
9282         (imap-authenticate): Add buffer-local imap-last-authenticator variable
9283         for easier debugging and cleaner code.  On successful (guessed based on
9284         server capabilities) secondary authentication, set imap-state
9285         correctly.
9286         (imap-last-authenticator): Define imap-last-authenticator as a variable
9287         to avoid warnings.
9288
9289 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9290
9291         * nnrss.el (nnrss-request-article): Remove binding of
9292         default-enable-multibyte-characters that has gotten needless by
9293         the 2007-07-13 change in rfc2047-encode-message-header.
9294
9295         * mml.el (mml-insert-multipart): Error on the message header.
9296         (mml-insert-part): Error on the message header; position point at
9297         the end of a MIME tag.
9298
9299 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9300
9301         * time-date.el (autoload): Expand define-obsolete-function-alias into
9302         defalias and make-obsolete for old Emacsen that Gnus supports.
9303         (with-no-warnings): Define it for old Emacsen.
9304         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9305         is available.
9306         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9307         float-time is available; suppress compile warning for time-to-seconds.
9308
9309         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
9310         (gnus-float-time): Alias to float-time if it exists.
9311
9312         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
9313         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
9314         float-time is available; suppress compile warning for time-to-seconds.
9315
9316         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
9317         XEmacs.
9318
9319 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
9320
9321         * imap.el (imap-message-map): Docstring fix.
9322
9323 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
9326         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
9327         Add the optional argument `encoding' that overrides the default.
9328
9329         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
9330         mm-encode-buffer.
9331
9332 2009-09-04  Glenn Morris  <rgm@gnu.org>
9333
9334         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
9335         mm-disable-multibyte, rather than default-enable-multibyte-characters.
9336         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
9337         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
9338         * mm-util.el (mm-with-unibyte-current-buffer)
9339         (mm-find-buffer-file-coding-system):
9340         * yenc.el (yenc-decode-region): Use default-value rather than
9341         default-enable-multibyte-characters.
9342
9343 2009-09-03  Glenn Morris  <rgm@gnu.org>
9344
9345         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
9346         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
9347         than default-enable-multibyte-characters.
9348
9349 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
9350
9351         * gnus-art.el (gnus-article-read-summary-keys):
9352         Fix gnus-buffer-configuration's value temporarily used.
9353
9354 2009-09-02  Glenn Morris  <rgm@gnu.org>
9355
9356         * gnus-util.el (gnus-float-time): New function.
9357         * gnus-delay.el (gnus-delay-article):
9358         * gnus-sum.el (gnus-thread-latest-date):
9359         * gnus-util.el (gnus-user-date): Use gnus-float-time.
9360         * nnspool.el (nnspool-request-newgroups):
9361         Use gnus-float-time rather than time-to-seconds.
9362         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
9363
9364         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
9365         (gnus-header-subject-face, gnus-header-newsgroups-face)
9366         (gnus-header-name-face, gnus-header-content-face):
9367         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
9368         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
9369         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
9370         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
9371         (gnus-cite-face-11):
9372         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
9373         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9374         (gnus-server-closed-face, gnus-server-denied-face)
9375         (gnus-server-offline-face):
9376         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9377         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9378         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9379         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9380         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9381         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9382         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9383         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9384         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9385         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9386         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9387         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9388         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9389         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
9390         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
9391         (gnus-summary-high-undownloaded-face)
9392         (gnus-summary-low-undownloaded-face)
9393         (gnus-summary-normal-undownloaded-face)
9394         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9395         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9396         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9397         (gnus-splash-face):
9398         * message.el (message-header-to-face, message-header-cc-face)
9399         (message-header-subject-face, message-header-newsgroups-face)
9400         (message-header-other-face, message-header-name-face)
9401         (message-header-xheader-face, message-separator-face)
9402         (message-cited-text-face, message-mml-face):
9403         * sieve-mode.el (sieve-control-commands-face)
9404         (sieve-action-commands-face, sieve-test-commands-face)
9405         (sieve-tagged-arguments-face):
9406         * spam.el (spam-face):
9407         Mark face aliases with "-face" in the name as obsolete.
9408
9409 2009-09-01  Glenn Morris  <rgm@gnu.org>
9410
9411         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
9412         than goto-line.
9413
9414 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9415
9416         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
9417         Don't move point if the command is invoked inside the message header.
9418
9419 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9420
9421         * imap.el (imap-send-command): Simplify.
9422         (imap-wait-for-tag): point-max -> buffer-size.
9423
9424 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9425
9426         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
9427         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
9428         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
9429         * nnir.el (nnir-swish-e-index-file):
9430         * gnus-sum.el (gnus-summary-delete-marked-as-read)
9431         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
9432         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9433         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
9434         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
9435         (gnus-treat-display-xface): Add Emacs version of obsolescence.
9436
9437 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9438
9439         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
9440         Don't save excursion.
9441
9442 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9443
9444         * nnheader.el (nnheader-find-file-noselect):
9445         * mm-util.el (mm-insert-file-contents):
9446         Use (default-value 'major-mode) instead of default-major-mode.
9447
9448 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9449
9450         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
9451
9452 2009-08-26  Glenn Morris  <rgm@gnu.org>
9453
9454         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
9455         than placing in files.el.
9456
9457 2009-08-25  Glenn Morris  <rgm@gnu.org>
9458
9459         * nnir.el (top-level): Don't require cl at run-time.
9460         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
9461         Replace cl-function substitute with gnus-replace-in-string.
9462         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
9463         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
9464         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
9465         simplified expansions.
9466
9467 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9468
9469         * dig.el (dig): Add autoload cookie.
9470
9471 2009-08-22  Glenn Morris  <rgm@gnu.org>
9472
9473         * gnus-art.el (gnus-button-patch): Use forward-line rather than
9474         goto-line.
9475
9476 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9477
9478         * parse-time.el (parse-time-string-chars): Save match data.
9479
9480 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9481
9482         * parse-time.el (parse-time-string-chars): Compute using character
9483         classes, to handle non-ascii characters (Bug#3190).
9484
9485 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
9488
9489         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
9490         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
9491         (gnus-mm-display-part, gnus-mime-display-single)
9492         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
9493         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
9494
9495         * gnus-sum.el
9496         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
9497         (gnus-summary-move-article): Add expirable mark to articles copied or
9498         moved to group that has auto-expire turned on if the option is non-nil.
9499
9500 2009-07-24  Glenn Morris  <rgm@gnu.org>
9501
9502         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
9503         Fix typo.  (Bug#3903)
9504
9505 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9506
9507         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
9508         gnus-article-read-summary-keys rather than gnus-summary-edit-article
9509         that should not be used for draft articles.
9510         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
9511         that has no concern in minor mode keys.
9512         (gnus-article-summary-command, gnus-article-summary-command-nosave):
9513         Abolish.
9514
9515 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9516
9517         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
9518         article without making inquiry to a user for unknown encoding.
9519
9520         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
9521         (nnmaildir--scan): Assume i-node and device number that file-attributes
9522         returns might be cons-cell.
9523
9524         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
9525
9526         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
9527
9528 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
9529
9530         * auth-source.el: Remove docs now in auth.texi.  Don't use
9531         `gnus-message' for logging.  Add new variables `auth-source-debug' and
9532         `auth-source-hide-passwords' and use them.
9533
9534 2009-07-15  Glenn Morris  <rgm@gnu.org>
9535
9536         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
9537
9538 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9539
9540         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
9541         excessive whitespace from the default values of title and description.
9542
9543 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9544
9545         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
9546         mail-fetch-field to fetch Content-Description header in order to
9547         exclude newlines.
9548
9549 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
9550
9551         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
9552         format used by GnuPG 2.0.11.
9553
9554 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9555
9556         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
9557         to deleted part.
9558
9559 2009-05-30  David Engster  <dengste@eml.cc>
9560
9561         * nnmairix.el: Remove old documentation in the commentary block.
9562         (nnmairix-request-group): Do not update active file for nnml back ends.
9563         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
9564         end so that overview files are ignored.
9565         (nnmairix-update-groups): Make updating the groups more robust by using
9566         marks.
9567         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
9568         with dollar characters in message-id.
9569
9570 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
9571
9572         * spam.el: Use dns-query instead of query-dns.  Was renamed on
9573         2008-12-25 in dns.el.
9574
9575 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9576
9577         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
9578         could happen if the text is only composed of spaces and/or tabs.
9579
9580 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
9581
9582         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
9583         when sending a queued message to avoid extra mml tags.
9584
9585 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
9588
9589 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
9592         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
9593         rmail-toggle-header for XEmacs;
9594         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
9595
9596 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * gnus-dired.el: Remove autoload for gnus-setup-message.
9599         (gnus-dired-attach): Fake this-command value to prevent Gnus from
9600         displaying Gnus logo; always use compose-mail.
9601
9602 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
9605
9606 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
9609         (gnus-nocem-issuers): List currently active issuers; fix custom type.
9610         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
9611         available.
9612         (gnus-nocem-epg-verify): New function.
9613
9614 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
9615
9616         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
9617
9618 2009-02-15  Glenn Morris  <rgm@gnu.org>
9619
9620         * gnus-util.el (rmail-insert-rmail-file-header)
9621         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
9622         autoloads.
9623         (rmail-default-rmail-file): Remove unnecessary declaration.
9624         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
9625
9626 2009-02-14  Glenn Morris  <rgm@gnu.org>
9627
9628         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
9629         variable (only used in gnus-util, which declares it anyway).
9630         (rmail-output-to-rmail-file): Remove autoload of deleted function,
9631         which was only needed by gnus-art (changed to not use it any more).
9632         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
9633         only used in gnus-util, which autoloads it itself.
9634         (rmail-update-summary): Fix autoload.
9635
9636         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
9637         rather than rmail-output-to-rmail-file.
9638
9639 2009-02-07  Glenn Morris  <rgm@gnu.org>
9640
9641         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
9642         autoload of function that no longer exists.
9643         (rmail-toggle-header): Declare.
9644         (message-forward-rmail-make-body): Handle mbox Rmail.
9645
9646 2009-01-31  Glenn Morris  <rgm@gnu.org>
9647
9648         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
9649         2009-01-09 change.
9650
9651 2009-01-31  Dave Love  <fx@gnu.org>
9652
9653         * imap.el (imap-fetch-safe): Bind debug-on-error.
9654         (imap-debug): Add imap-fetch-safe.
9655
9656 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
9657
9658         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
9659         (auth-source-forget-all-cached): New convenience function.
9660         (auth-source-user-or-password): Accept list of modes or a single mode.
9661
9662         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
9663         auth-source modes.
9664
9665         * netrc.el (netrc-machine-user-or-password): Use list of
9666         auth-source modes.
9667
9668         * nnimap.el (nnimap-open-connection): Use list of
9669         auth-source modes.
9670
9671         * nntp.el (nntp-send-authinfo): Use list of
9672         auth-source modes.
9673
9674 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9675
9676         * auth-source.el: Update docs to reflect epa-file-enable is to be used
9677         now.
9678
9679 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9680
9681         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
9682         coding system in XEmacs; add a workaround for XEmacs.
9683
9684         * lpath.el: Fbind coding-system-aliasee.
9685
9686 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9687
9688         * mm-util.el (mm-coding-system-priorities): Protect against nil value
9689         of current-language-environment.
9690
9691 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9692
9693         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
9694         available at runtime.
9695
9696 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9697
9698         * gnus-art.el (article-date-ut): Fix end point of narrowing.
9699
9700 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
9701
9702         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
9703         the greatest positive fixnum value doesn't work under an XEmacs with
9704         bignum support; use the most-positive-fixnum constant instead,
9705         available since Emacs 21.1 with cl and XEmacs 21.1.
9706
9707 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9708
9709         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
9710         XEmacs gets not to work.
9711
9712 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9713
9714         * mm-util.el (mm-coding-system-priorities): Allow the value like
9715         "Japanese (UTF-8)" of current-language-environment.
9716
9717 2009-01-09  Glenn Morris  <rgm@gnu.org>
9718
9719         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
9720         with last-command-event.
9721
9722 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9723
9724         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
9725         in the doc string.
9726
9727         * message.el (message-fix-before-sending): Amend comment.
9728
9729 2009-01-08  Dave Love  <fx@gnu.org>
9730
9731         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
9732
9733 2009-01-07  David Engster  <dengste@eml.cc>
9734
9735         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
9736         simplified server definitions by converting it via
9737         gnus-server-to-method.
9738
9739 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9740
9741         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
9742         parameter's operands.
9743
9744 2009-01-06  David Engster  <dengste@eml.cc>
9745
9746         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
9747         primary select method (for gnus-group-mark-article-as-read).
9748
9749 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
9750
9751         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
9752         `(gnus)Face', not `(gnus)X-Face'.
9753
9754 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9755
9756         * mm-util.el (mm-ucs-to-char): New function.
9757
9758         * mm-url.el (mm-url-decode-entities): Use it.
9759
9760         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
9761         unicode-to-char.
9762
9763 2009-01-05  Dave Love  <fx@gnu.org>
9764
9765         * time-date.el: Require cl for `declare'.
9766
9767 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9768
9769         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
9770         Dave Love.
9771
9772 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9773
9774         * message.el (message-fix-before-sending): Add `eight-bit' to
9775         illegible-text check.
9776
9777 2009-01-03  Michael Olson  <mwolson@gnu.org>
9778
9779         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
9780         `headers' is nil.  This can occur if the IMAP server does not have
9781         permissions to read messages from a folder, but can write new messages
9782         to the folder.
9783         (nnimap-request-article-part): Do not insert `data' if it is nil.
9784
9785         * imap.el (imap-parse-fetch): Courier can insert spurious blank
9786         characters which will confuse `read', so skip past them.
9787
9788 2009-01-01  Dave Love  <fx@gnu.org>
9789
9790         * imap.el (imap-string-to-integer): Fix typo.
9791         (imap-fetch-safe): New function.
9792         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
9793
9794         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
9795
9796         * imap.el (imap-process-connection-type, imap-debug, imap-open):
9797         (imap-parse-greeting): Fix doc strings.
9798         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
9799         (imap-parse-flag-list): Make messages unique.
9800         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
9801
9802         * nnimap.el: Fix author email.
9803         (nnimap-split-rule): Add FIXME comment.
9804         (nnimap-debug): Fix doc string.
9805
9806 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9807
9808         * dns.el (dns-set-servers): Check "Address".  Fix typo.
9809
9810 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
9811
9812         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
9813         nslookup if resolv.conf isn't available.
9814         (dns-query): Rename from query-dns.
9815         (dns-query-cached): Rename from query-dns-cached.
9816
9817 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9818
9819         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
9820         overlay-arrow-position and overlay-arrow-string buffer-local; no need
9821         to check if those variables exist (first appeared in Emacs 18.50).
9822
9823 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * mm-util.el (mm-line-number-at-pos): New function.
9826
9827         * spam-report.el (spam-report-process-queue): Use it.
9828
9829 2008-12-24  David Engster  <dengste@eml.cc>
9830
9831         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
9832         parameters that haven't existed as variables as buffer-local variables.
9833
9834 2008-12-23  Dave Love  <fx@gnu.org>
9835
9836         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
9837         cadar.
9838
9839         * sieve-manage.el (sieve-manage-starttls-p): Rename from
9840         imap-starttls-p.
9841         (sieve-manage-starttls-open): Rename from imap-starttls-open.
9842
9843 2008-12-22  Dave Love  <fx@gnu.org>
9844
9845         * imap.el: Fix author email.  Doc fixes.
9846         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
9847         reply.
9848
9849 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
9850
9851         * spam-report.el (spam-report-gmane-max-requests): New constant.
9852         (spam-report-gmane-wait): New variable.
9853         (spam-report-gmane-ham, spam-report-gmane-spam)
9854         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
9855         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
9856         the server.
9857
9858         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
9859         Add explanations.
9860
9861         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
9862         nnheader-accept-process-output and nnheader-read-timeout if available.
9863         (pop3-movemail): Use it.
9864
9865         * message.el (message-check-news-body-syntax): Fix signature check if
9866         there's an attachment.
9867
9868 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * mm-util.el: Add comments to the mm- emulating functions.
9871
9872 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
9873
9874         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
9875         Reported by Stephen Berman <stephen.berman@gmx.net>.
9876
9877 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9878
9879         * mm-util.el (mm-substring-no-properties): New function.
9880         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
9881         (mm-special-display-p): Enable those lambda forms to be byte compiled.
9882         (mm-string-to-multibyte): Doc fix.
9883
9884         * mml.el (mml-attach-file): Use mm-substring-no-properties.
9885
9886 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9887
9888         * mml.el (mml-attach-file): Strip text properties from file name.
9889         (Bug#1574)
9890
9891 2008-12-16  Glenn Morris  <rgm@gnu.org>
9892
9893         * mm-util.el (mm-charset-override-alist): Declare for compiler.
9894
9895 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9896
9897         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
9898         knows since the charset specified might be a bogus alias that
9899         mm-charset-synonym-alist provides.
9900
9901 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9902
9903         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
9904         "ISO_8859-1".
9905
9906         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
9907
9908 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * mm-util.el (mm-charset-eval-alist):
9911         Define it before mm-charset-to-coding-system.
9912         (mm-charset-to-coding-system): Add optional argument `silent';
9913         define it before mm-charset-override-alist.
9914         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
9915         default value if it can be used in Emacs currently running;
9916         silence mm-charset-to-coding-system.
9917
9918 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
9921         `allow-override' which says whether to use `mm-charset-override-alist'.
9922         (rfc2047-decode-encoded-words): Use it.
9923
9924         * mm-util.el (mm-charset-override-alist): Fix custom type;
9925         add `(gb2312 . gbk)' to choices.
9926
9927 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9928
9929         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
9930         fast.
9931
9932         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9933
9934         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
9935
9936 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
9937
9938         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9939         on links.
9940
9941         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9942
9943 2008-12-03  Lute Kamstra  <lute@gnu.org>
9944
9945         * sha1.el: Remove leading * from docstrings of defcustoms,
9946         deffaces, defconsts and defuns.
9947
9948 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9949
9950         * message.el (message-idna-to-ascii-rhs-1): Protect against local
9951         users' addresses that don't have domain parts.
9952         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9953         rather than message-narrow-to-head since there will be the message
9954         header separator.
9955
9956 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9957
9958         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9959         since the result is inserted in a unibyte buffer anyway.
9960         (nnimap-demule-use-string-to-multibyte): Remove.
9961         (nnimap-demule): Alias it to mm-string-to-multibyte.
9962
9963 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9964
9965         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9966         variable for debugging bug#464 and bug#1174.
9967         (nnimap-demule): Use it.
9968
9969 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9970
9971         * gnus-score.el (gnus-score-find-trace): Handle default score in total
9972         score calculation correctly.
9973
9974 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9975
9976         * message.el (message-send-mail): Just set the buffer to unibyte
9977         rather than use mm-with-unibyte-current-buffer which does a lot more.
9978         (message-send-mail-partially): Don't bother with
9979         mm-with-unibyte-current-buffer since it's already been made unibyte by
9980         message-send-mail.
9981
9982 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
9983
9984         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9985
9986 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
9987
9988         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9989
9990 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9991
9992         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
9993         require itself and to remove `with-no-warnings'.
9994
9995 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
9996
9997         * starttls.el (starttls-any-program-available): Get the name of the
9998         available TLS layer program.
9999         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
10000         well as the host name in the "opening" message.
10001
10002         * auth-source.el (auth-source-cache, auth-source-do-cache)
10003         (auth-source-user-or-password): Cache passwords and logins by default,
10004         allow override with `auth-source-do-cache'.
10005         (auth-source-forget-user-or-password): Allow users to remove cache
10006         entries if needed.
10007
10008 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
10009
10010         * md4.el (md4-buffer): Fix typo in docstring.
10011         (md4, md4-64): Doc fixes.
10012         (md4-pack-int32): Reflow docstring.
10013
10014 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10015
10016         * ietf-drums.el (ietf-drums-remove-comments): Localize second
10017         condition-case to only the forward-sexp call.
10018
10019 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10020
10021         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
10022         quotes contained.  Make it more robust regardless by an extra
10023         condition-case wrapper.
10024
10025 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10026
10027         * lpath.el: No need to fbind codepage-setup for Emacs 23.
10028
10029 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10030
10031         * nnml.el (nnml-request-expire-articles): Check if the function set to
10032         `nnmail-expiry-target' returns the symbol `delete'.
10033
10034         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10035
10036         * nnmail.el (nnmail-expiry-target): Fix custom type.
10037
10038 2008-10-02  Glenn Morris  <rgm@gnu.org>
10039
10040         * mm-util.el (mm-codepage-setup): Tweak codepage error.
10041         Silence compiler warning.
10042
10043 2008-10-01  Magnus Henoch  <mange@freemail.hu>
10044
10045         * tls.el (open-tls-stream): Show the actual command being
10046         executed, instead of the format string.
10047
10048 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10049
10050         * lpath.el: Fbind codepage-setup for Emacs 23.
10051
10052 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
10053
10054         * mml.el (mml-menu): Don't assume mml2015 is bound.
10055
10056 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10057
10058         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
10059         exists.
10060
10061 2008-09-27  Glenn Morris  <rgm@gnu.org>
10062
10063         * gnus-util.el (mail-header-remove-comments): Autoload it.
10064
10065 2008-09-27  Andreas Schwab  <schwab@suse.de>
10066
10067         * gnus-util.el (gnus-split-references): Strip comments.
10068         (gnus-parent-id): Likewise.
10069
10070 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
10071
10072         * message.el (message-confirm-send): Fix version.
10073
10074 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10075
10076         * message.el (message-idna-to-ascii-rhs-1): Use
10077         mail-extract-address-components rather than mail-header-parse-addresses
10078         that is an alias by default to ietf-drums-parse-addresses that does not
10079         support non-ASCII names in headers' contents.
10080
10081 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10082
10083         * message.el (message-confirm-send): Fix variable documentation to
10084         avoid the "y/n" wording.
10085
10086 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
10087
10088         * message.el (message-set-auto-save-file-name): Save to a different
10089         filename so multiple messages (especially drafts) can be recovered.
10090
10091 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
10092
10093         * message.el (message-confirm-send): Add appropriate version.
10094
10095 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10096
10097         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
10098         defvar.
10099
10100 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
10101
10102         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
10103         (mm-pkcs7-enveloped-magic): Ditto.
10104
10105 2008-09-17  Simon Josefsson  <simon@josefsson.org>
10106
10107         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
10108         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
10109
10110 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
10111
10112         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
10113         default, it's better.
10114
10115 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
10116
10117         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
10118         summary line gnus-number property and ignore them (with a warning
10119         message).
10120
10121 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10122
10123         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
10124         macro caddr in the interactive form since it won't be expanded.
10125
10126 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
10129         `charset'; fix name of function called recursively.
10130         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
10131
10132 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
10135         (gnus-mime-set-charset-parameters): New function.
10136         (gnus-mime-view-part-as-charset): Use it to correctly display part
10137         specifying wrong charset.
10138
10139 2008-09-08  David Engster  <dengste@eml.cc>
10140
10141         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
10142         in completing-read for back end server.
10143
10144 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
10145
10146         * message.el (message-confirm-send): New variable to confirm sending a
10147         message.
10148         (message-send): Use it.
10149
10150 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
10151
10152         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
10153
10154 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10155
10156         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
10157
10158 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
10159
10160         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
10161         prevent tracking too many groups.
10162         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
10163         Use it.
10164
10165 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
10166
10167         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
10168         moving point to the bottom of the window in order to avoid recentering.
10169
10170 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10171
10172         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
10173
10174         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
10175         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
10176         (gnus-article-beginning-of-window): Fix calculation.
10177
10178 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10179
10180         * gnus-msg.el (gnus-summary-supersede-article)
10181         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
10182         value of gnus-newsgroup-charset to decode non-MIME encoded text in
10183         message header.
10184
10185 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
10186
10187         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
10188         pending output coming after the status change.
10189
10190 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
10191
10192         * message.el:
10193         * gnus-start.el:
10194         * gnus-registry.el: Remove VMS support.
10195
10196 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10197
10198         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
10199         macro.
10200         (rfc2104-hash): Use it.
10201
10202 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
10203
10204         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
10205         (gnus-summary-sort-by-most-recent-date): New commands.
10206         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
10207         and menu entries.
10208
10209 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10210
10211         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
10212         don't redisplay article for raw contents; remove plural articles stuff.
10213
10214         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
10215         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
10216         on gnus-summary-save-article; display results properly.
10217
10218 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10219
10220         * lpath.el: No need to fbind ns-focus-frame.
10221
10222 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
10225
10226 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10227
10228         * gnus-art.el (gnus-summary-save-in-pipe):
10229         Consider gnus-save-all-headers.
10230
10231 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
10232
10233         * gnus-util.el (ns-focus-frame): Remove declaration.
10234         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
10235         like x.
10236
10237 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
10238
10239         * rfc2104.el (rfc2104-zero): Delete defconst.
10240         (rfc2104-hex-alist): Likewise.
10241         (rfc2104-hex-to-int): Delete func.
10242         (rfc2104-hexstring-to-bitstring): Likewise.
10243         (rfc2104-nybbles): New defconst.
10244         (rfc2104-hash): Rewrite for speed.
10245
10246 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * tls.el (open-tls-stream): Make it work with the 2nd argument
10249         BUFFER that is a string but does not exist as a buffer object, as
10250         mentioned in the doc-string.
10251
10252 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10253
10254         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
10255         SXEmacs.
10256
10257 2008-07-16  Glenn Morris  <rgm@gnu.org>
10258
10259         * gnus-util.el (ns-focus-frame): Declare for compiler.
10260
10261 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10262
10263         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
10264         set as a group parameter.
10265         (gnus-summary-save-in-pipe): Work when it is called independently.
10266         (gnus-summary-pipe-to-muttprint): Don't modify
10267         gnus-summary-pipe-output-default-command.
10268
10269 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10270
10271         * message.el (message-send-mail-with-sendmail):
10272         Display the error message.
10273
10274 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10275
10276         * gnus-art.el (gnus-default-article-saver):
10277         Add gnus-summary-save-in-pipe to choices.
10278         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
10279         gnus-summary-pipe-output-default-command as the default command.
10280         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
10281         instead of gnus-last-shell-command.
10282
10283         * gnus-sum.el (gnus-summary-pipe-output-default-command):
10284         New user option.
10285         (gnus-summary-muttprint-program): Mention the value will be changed.
10286         (gnus-summary-save-article): Force showing of all headers.
10287         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
10288
10289 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
10290
10291         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
10292
10293 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
10294
10295         * nnimap.el (nnimap-id):
10296         * sieve-manage.el (sieve-manage-open): Doc fixes.
10297
10298 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
10299
10300         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
10301         if available.
10302
10303 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10304
10305         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
10306
10307         * nnkiboze.el (nnkiboze-generate-group):
10308         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
10309
10310         * nnmairix.el: Require CL.
10311
10312 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10313
10314         * dgnushack.el: Autoload get-display-table and put-display-table for
10315         XEmacs 21.5.
10316
10317         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
10318         21.4 and SXEmacs.
10319
10320 2008-06-15  David Engster  <dengste@eml.cc>
10321
10322         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
10323
10324 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
10325
10326         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
10327         New macros that expand to an `aset'/`aref' call under Emacs, and to a
10328         runtime choice under XEmacs.
10329
10330         * gnus-sum.el (gnus-summary-set-display-table):
10331         Use `gnus-put-display-table', `gnus-get-display-table',
10332         `gnus-set-display-table' for the display table, instead of `aset'.
10333
10334         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
10335         Use `gnus-put-display-table', `gnus-get-display-table',
10336         `gnus-set-display-table' for the display table.
10337
10338 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
10339
10340         * nnmairix.el: Add autoloads.
10341
10342 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
10343
10344         * nnmairix.el (nnmairix-delete-recreate-group)
10345         (nnmairix-update-and-clear-marks): Fix error messages.
10346
10347 2008-06-14  David Engster  <dengste@eml.cc>
10348
10349         * nnmairix.el: Upgrade to version 0.6.
10350         (nnmairix-group-toggle-propmarks-this-group)
10351         (nnmairix-group-toggle-readmarks-this-group)
10352         (nnmairix-group-delete-recreate-this-group)
10353         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
10354         (nnmairix-remove-tick-mark-original-article): New commands.
10355         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
10356         (nnmairix-propagate-marks-to-nnmairix-groups)
10357         (nnmairix-only-use-registry, nnmairix-allowfast-default)
10358         (nnmairix-marks-cache, nnmairix-version-output): New variables.
10359         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
10360         functions needed for marks propagation and manipulation of read marks.
10361         (nnmairix-update-groups): New function.
10362         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
10363         (nnmairix-determine-original-group-from-registry)
10364         (nnmairix-determine-original-group-from-path)
10365         (nnmairix-get-group-from-file-path, nnmairix-map-range)
10366         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
10367         New helper functions.
10368         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
10369         keystrokes for new commands.
10370         (nnmairix-delete-and-create-on-change): Doc string cleanup.
10371         (nnmairix-request-group): Check allow-fast group parameter.
10372         (nnmairix-request-create-group): Set allow-fast group parameter if
10373         nnmairix-allowfast-default is set.
10374         (nnmairix-close-group): Propagate marks upon closing if needed.
10375         (nnmairix-group-toggle-threads-this-group): Use new.
10376         nnmairix-group-toggle-parameter helper function.
10377         (nnmairix-search): Better check for empty search result.
10378         (nnmairix-goto-original-article): Use new helper functions for
10379         determining original article.
10380         (nnmairix-show-original-article): Make sure message-id is in brackets.
10381         (nnmairix-call-mairix-binary): Change variable name.
10382         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
10383         helper function.
10384         (nnmairix-widget-toggle-activate): Fix doc string.
10385
10386 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10387
10388         * nnir.el: Require edmacro when compiling with XEmacs.
10389         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
10390         available in Emacs 21.
10391
10392 2008-06-11  Glenn Morris  <rgm@gnu.org>
10393
10394         * gnus-util.el (x-focus-frame):
10395         * gnus.el (image-size):
10396         * mm-decode.el (image-size): Declare.
10397
10398         * gnus-picon.el (declare-function): Add compat definition.
10399         (image-size): Declare.
10400
10401         * gnus-group.el (tool-bar-map):
10402         * gnus-sum.el (tool-bar-map): Define for compiler.
10403
10404         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
10405
10406         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
10407
10408         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
10409         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
10410         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
10411         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
10412         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
10413         * sieve-manage.el, spam-report.el, spam.el:
10414         Remove unnecessary eval-and-compile of autoloads.
10415
10416 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
10417
10418         * auth-source.el: Precise Tramp doc.
10419
10420 2008-06-07  Glenn Morris  <rgm@gnu.org>
10421
10422         * nnmairix.el: Remove unnecessary eval-when-compile.
10423
10424 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * lpath.el: Fbind propertize for XEmacs 21.4.
10427
10428 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
10429
10430         * nnir.el: Move here from ../contrib.
10431
10432 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10433
10434         * gnus-util.el (gnus-read-shell-command): New function.
10435         * mm-decode.el (mm-pipe-part):
10436         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
10437
10438 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10439
10440         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
10441
10442 2008-06-03  Glenn Morris  <rgm@gnu.org>
10443
10444         * pop3.el (nnheader-accept-process-output): Autoload it.
10445
10446 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
10449         are not 2-digit hexadecimal characters that follow `%'s.
10450
10451 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10452
10453         * message.el (message-bogus-recipient-p): Fix type in doc string.
10454         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
10455         (message-bogus-addresses): Rename from message-bogus-address-regexp.
10456         Improve custom options.
10457         (message-bogus-recipient-p): Adjust accordingly.
10458
10459 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
10460
10461         * parse-time.el (parse-time-months, parse-time-weekdays): Add
10462         long-form month and day names.
10463
10464 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * dgnushack.el: Autoload debug, eudc-expand-inline and
10467         pgg-snarf-keys-region for XEmacs.
10468
10469         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
10470
10471         * nnmairix.el: Require edmacro when compiling with XEmacs.
10472
10473 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
10474
10475         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
10476         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
10477
10478 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
10479
10480         * auth-source.el: Add more docs.
10481
10482         * netrc.el (netrc-machine): Always match if the port is not given.
10483
10484 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10485
10486         * nnheader.el (nnheader-read-timeout): Change the default timeout from
10487         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
10488         retrieval faster in some cases, but might make CPU usage larger.
10489         If this has any bad side effects, we might revert this change.
10490
10491         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
10492         seems to make mail retrieval much, much faster.
10493         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
10494         unconditionally.
10495
10496         * gnus-draft.el (gnus-group-send-queue):
10497         Bind message-send-mail-partially-limit to nil to avoid being prompted.
10498
10499 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
10500
10501         * mml.el (mml-attach-buffer): Prompt for `disposition'.
10502
10503         * message.el (message-bogus-address-regexp): Fix and improve custom
10504         type.
10505         (message-setup-hook): Add message-check-recipients as custom option.
10506
10507 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
10508
10509         * message.el (message-cite-function): Remove bogus autoload which crept
10510         in during merge from v5-10.
10511
10512 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
10513
10514         * nnimap.el (nnimap-open-connection): Fix login/password bug.
10515
10516         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
10517
10518         * auth-source.el: Preliminary Tramp docs.
10519         (auth-sources): Change the default auth-sources to use
10520         EPA .gpg files.
10521
10522 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
10523
10524         * nntp.el: Autoload `auth-source-user-or-password'.
10525         (nntp-send-authinfo): Use it.
10526
10527         * nnimap.el: Autoload `auth-source-user-or-password'.
10528         (nnimap-open-connection): Use it.
10529
10530         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
10531         for the gnus-message function.
10532         (auth-source-user-or-password): Use it.
10533
10534 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10535
10536         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
10537         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
10538         (rfc2104-hash): Use it.
10539
10540 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
10541
10542         * gnus-art.el (gnus-article-toggle-truncate-lines):
10543         Don't use `iff' in docstring.
10544
10545 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
10546
10547         * gnus-registry.el: Adjusted copyright dates and added a keyword.
10548
10549         * gnus-util.el (gnus-extract-address-component-name)
10550         (gnus-extract-address-component-email): Convenience functions around
10551         `gnus-extract-address-components'.
10552
10553         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10554         Use `gnus-extract-address-component-email' to fix bug of comparing full
10555         sender name to `user-mail-address'.
10556
10557 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
10558
10559         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
10560         catch/throw to optimize.
10561         (gnus-registry-find-keywords): Just use member to find a keyword.
10562
10563 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10564
10565         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
10566         is current before calling gnus-server-prepare.
10567         (gnus-server-setup-buffer, gnus-server-update-server)
10568         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
10569
10570 2008-05-04  Juri Linkov  <juri@jurta.org>
10571
10572         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
10573         (mailcap-file-default-commands): Use mailcap-replace-in-string
10574         instead of replace-regexp-in-string, and mailcap-delete-duplicates
10575         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
10576
10577 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
10578
10579         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
10580
10581 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10582
10583         * gnus.el: Bump version to 0.11.
10584
10585 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10586
10587         * gnus.el: No Gnus v0.10 is released.
10588
10589 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10590
10591         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
10592         hooks.
10593         (gnus-update-read-articles): Speed up non-marks-using users.
10594         (gnus-use-marks): Define gnus-use-marks.
10595         (gnus-propagate-marks): Rename variable to something more sensible.
10596
10597 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
10598
10599         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
10600         (gmm-image-load-path-for-library): Fix typos in docstrings.
10601         (gmm-message): Reflow docstring.
10602
10603 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
10604
10605         * mail-source.el (mail-source-set-1, mail-source-bind):
10606         Move auth-source code out of the macro to clean it up and fix bugs.
10607
10608 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
10609
10610         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
10611         by sender if it's equal to user-mail-address, it's likely to be
10612         useless.
10613
10614         * mail-source.el (mail-source-bind): Don't use user or password if they
10615         are not bound.  Unintern them if they are nil.  Don't use server unless
10616         it's bound, and default it to empty string otherwise.
10617
10618 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
10619
10620         * mail-source.el: Load auth-source.el.
10621         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
10622         get user name or password, if auth-sources is set up.
10623
10624         * gnus-registry.el (gnus-registry-split-strategy): New variable for
10625         strategy of splitting with parent.
10626         (gnus-registry-split-fancy-with-parent)
10627         (gnus-registry-post-process-groups): Use it and fix prior
10628         bug (returning a list as the split result).
10629
10630         * auth-source.el (auth-sources): Remove server parameter.
10631         (auth-source-pick, auth-source-user-or-password)
10632         (auth-source-user-or-password-imap)
10633         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10634         (auth-source-user-or-password-sftp)
10635         (auth-source-user-or-password-smtp): Remove server parameter.
10636
10637 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
10638
10639         * smime.el (smime-sign-region, smime-encrypt-region)
10640         (smime-decrypt-region):
10641         Remove redundant calls to `generate-new-buffer-name'.
10642
10643 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
10644
10645         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
10646         Don't use QP for message/rfc822.
10647         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
10648
10649 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10650
10651         * sieve-manage.el (sieve-string-bytes): Remove.
10652         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
10653         correct byte-length only if the process's coding-system is the same as
10654         the one used internally by Emacs to represent strings.
10655
10656 2008-04-22  Juri Linkov  <juri@jurta.org>
10657
10658         * mailcap.el (mailcap-file-default-commands): New function.
10659
10660 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10661
10662         * message.el (message-signature-separator, message-cite-function):
10663         Change custom version.
10664
10665 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
10666
10667         * tls.el (tls-program): Add -ign_eof argument to call the openssl
10668         commands.
10669         (tls-checktrust): Ditto.
10670
10671 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10672
10673         * mm-decode.el (mm-display-external): Make temp file read-only.
10674
10675 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10676
10677         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
10678         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
10679         `C-c C-f d'.
10680
10681 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
10682
10683         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
10684
10685 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10686
10687         * gnus.el: Bump version to 0.9.
10688
10689 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
10690
10691         * gnus.el: No Gnus v0.8 is released.
10692
10693 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10694
10695         * mail-source.el (mail-source-value):
10696         Prefer fboundp to functionp so it works with macros as well.
10697
10698 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10699
10700         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10701         Fix last change in case the element is not even a symbol.
10702
10703 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10704
10705         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10706         Prefer fboundp to functionp so it works with macros as well.
10707
10708 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
10709
10710         * auth-source.el: Add docs.
10711         (auth-sources): Modify format to support server.
10712         (auth-source-pick, auth-source-user-or-password)
10713         (auth-source-user-or-password-imap)
10714         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10715         (auth-source-user-or-password-sftp)
10716         (auth-source-user-or-password-smtp): Add server parameter.
10717
10718 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
10719
10720         * gnus-registry.el: Initialize the registry when gnus-registry-install
10721         is t.
10722
10723 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10724
10725         * compface.el (uncompface): Make buffer unibyte.
10726
10727 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10728
10729         * mail-source.el (mail-source-value):
10730         Prefer fboundp to functionp so it works with macros as well.
10731
10732 2008-04-05  Glenn Morris  <rgm@gnu.org>
10733
10734         * gnus-ems.el (mm-disable-multibyte): Autoload it.
10735
10736 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10737
10738         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
10739         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
10740
10741         * nnheader.el (nnheader-init-server-buffer): Change buffer's
10742         multibyteness after rather than before erasing it.
10743
10744         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
10745         mm-with-multibyte.
10746         (gnus-request-article-this-buffer): Make sure the proper decoding is
10747         used if gnus-original-article-buffer happens to be unibyte.
10748
10749         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
10750         default-enable-multibyte-characters.
10751
10752         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
10753         default-enable-multibyte-characters.
10754
10755         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
10756
10757         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
10758
10759 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10760
10761         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10762         Fix last change in case the element is not even a symbol.
10763
10764 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10765
10766         * imap.el (imap-enable-exchange-bug-workaround): New variable.
10767         (imap-message-copyuid-1): Use it.
10768         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
10769         J. Williams in
10770         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
10771
10772         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
10773         imap-enable-exchange-bug-workaround.
10774         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
10775
10776 2008-04-01  Simon Josefsson  <simon@josefsson.org>
10777
10778         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
10779         a 100 byte status-checks into a 2-3MB transfer for each group.
10780         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
10781         to enable bug workaround or not.
10782         (nnimap-find-minmax-uid): Only enable workaround conditionally.
10783
10784 2008-03-31  Glenn Morris  <rgm@gnu.org>
10785
10786         * message.el (mml2015-use): Declare for compiler.
10787         (message-info): Require mml2015 when appropriate.
10788
10789 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10790
10791         * Makefile.in (EMACS_COMP): Quote directory name that might contain
10792         whitespace.
10793
10794 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10795
10796         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
10797         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
10798         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
10799         (nntp-service-to-port): New function.
10800         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
10801         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
10802         (nntp-open-netcat-stream): New function.
10803         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
10804
10805 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
10806
10807         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
10808
10809 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10810
10811         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
10812
10813 2008-03-28  Magnus Henoch  <mange@freemail.hu>
10814
10815         * dns.el (dns-write): Use set-buffer-multibyte.
10816
10817 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
10818
10819         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
10820
10821 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10822
10823         * message.el (message-signature-separator): Change default.
10824         Improve custom type.
10825         (message-cite-function): Change default to
10826         message-cite-original-without-signature.
10827
10828         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
10829         toggle.
10830
10831         * message.el (message-check-news-body-syntax): Fix signature check.
10832         (message-setup-1): Mark buffer as unmodified _after_ running
10833         message-setup-hook and handling message-alternative-emails.
10834         (message-shorten-references): Be more strict when building list of
10835         valid references to comply with GNKSA.
10836
10837         * gnus-group.el (gnus-read-ephemeral-bug-group)
10838         (gnus-read-ephemeral-debian-bug-group)
10839         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
10840
10841         * message.el (message-info): Don't use booleanp which isn't supported
10842         in Emacs 21 and XEmacs.
10843
10844 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
10845
10846         * gnus-group.el (gnus-gmane-group-download-format): Rename from
10847         gnus-group-gmane-group-download-format.
10848         (gnus-group-read-ephemeral-gmane-group): Rename from
10849         gnus-group-read-ephemeral-gmane-group.
10850         (gnus-read-ephemeral-gmane-group-url): Rename from
10851         gnus-group-read-ephemeral-gmane-group-url.
10852         (gnus-bug-group-download-format-alist): New variable.
10853         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
10854         (gnus-read-ephemeral-emacs-bug-group): New commands.
10855
10856 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10857
10858         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
10859         (gnus-visible-headers): Improve custom type.
10860
10861 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10862
10863         * mml.el (mml-menu): Add workarounds for XEmacs.
10864
10865         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
10866         X-Boundary header.
10867
10868         * message.el (message-simplify-recipients): Fix previous commit.
10869
10870 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10871
10872         * mm-util.el (mm-set-buffer-multibyte): New function.
10873         * mm-decode.el (mm-copy-to-buffer): Use it.
10874
10875         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10876         Prefer fboundp to functionp so it works with macros as well.
10877
10878 2008-03-19  Glenn Morris  <rgm@gnu.org>
10879
10880         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
10881         Accidentally removed in the sync process with Emacs.
10882
10883 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
10884
10885         * message.el (message-alter-recipients-discard-bogus-full-name):
10886         New function.
10887         (message-alter-recipients-function): New variable.
10888         (message-get-reply-headers): Use it.
10889         (message-replace-header): New helper function.
10890         (message-recipients-without-full-name): New variable.
10891         (message-simplify-recipients): New command.
10892
10893         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
10894
10895         * message.el (message-info): Handle EasyPG manual.
10896
10897         * mml.el (mml-menu): Add entry for EasyPG.
10898
10899 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
10900
10901         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
10902         parameter.
10903
10904         * message.el (message-disassociate-draft): Specify drafts group name
10905         fully.
10906
10907 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
10908
10909         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10910         Eliminate unnecessary duplicates from the match list.
10911
10912 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10913
10914         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
10915
10916         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
10917
10918         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
10919         args of `how-many' of which the XEmacs version doesn't take; declare
10920         Info-index-next as function.
10921
10922 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10923
10924         * gnus-score.el (gnus-score-headers): Fix handling of
10925         gnus-inhibit-slow-scoring.
10926
10927         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
10928         string.
10929         (gnus-button-url-regexp): Improve handling of parenthesis.
10930         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
10931         (gnus-button-handle-info-keystrokes): Handle index entries.
10932
10933 2008-03-15  Glenn Morris  <rgm@gnu.org>
10934
10935         * parse-time.el (parse-time-string): Simplify.
10936
10937 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
10940         Incoming* files.
10941
10942 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
10943
10944         * auth-source.el (auth-sources): Rename from auth-source-choices.
10945         (auth-source-pick): Use it.
10946
10947 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10948
10949         * binhex.el (binhex-decode-region-internal):
10950         * uudecode.el (uudecode-decode-region-internal):
10951         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
10952         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
10953         setting default-enable-multibyte-characters.
10954
10955 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10956
10957         * auth-source.el (auth-source-protocols)
10958         (auth-source-protocols-customize, auth-source-choices): Add and
10959         modified variable customizations and defaults.
10960         (auth-source-pick, auth-source-user-or-password)
10961         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
10962         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10963         (auth-source-user-or-password-sftp)
10964         (auth-source-user-or-password-smtp): Use new variables and provide an
10965         interface to netrc.el.
10966
10967 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
10970         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
10971         Make sure the nntp port to specify is a string.
10972
10973 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10974
10975         * nntp.el: Use with-current-buffer.
10976         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
10977         dubious mm-with-unibyte-current-buffer.
10978         (nntp-with-open-group-function): New function extracted from
10979         nntp-with-open-group macro.
10980         (nntp-with-open-group): Use the function, so it's easier to debug.
10981         Add indentation and debugging info.
10982         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
10983         Recommend the use of the netcat alternatives.
10984
10985         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
10986         Avoid mm-string-as-multibyte as well.
10987
10988         * nnweb.el (nnweb-insert-html):
10989         Remove use of nnheader-string-as-multibyte.
10990
10991         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
10992         (nnheader-string-as-multibyte): Remove.
10993
10994         * mm-view.el: Use inhibit-read-only.
10995         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
10996         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
10997         or unibyte-string.
10998
10999         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11000         (mm-uu-yenc-extract): Use with-current-buffer.
11001
11002         * gnus-soup.el (gnus-soup-send-packet): Don't use
11003         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11004
11005         * nnmh.el: Use with-current-buffer.
11006         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11007         mm-string-as-multibyte on the output of mm-encode-coding-string.
11008
11009         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11010         (nnimap-request-move-article): Use with-current-buffer.
11011
11012         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11013         inserting the handle-buffer's text, so the implicit multibyte->unibyte
11014         conversion uses string-make-unibyte rather than string-as-unibyte.
11015
11016         * gnus-msg.el: Use with-current-buffer.
11017
11018         * message.el (message-ignored-resent-headers): Add "Delivered-To".
11019
11020 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
11021
11022         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11023         string for caching if it is 'PIN.
11024
11025 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11026
11027         * lpath.el: Consider the case without Emacs/W3.
11028
11029 2008-03-08  Glenn Morris  <rgm@gnu.org>
11030
11031         * time-date.el (date-to-time, time-subtract, time-add)
11032         (safe-date-to-time): Doc fixes.
11033
11034 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11035
11036         * mail-source.el (mail-source-delete-old-incoming-confirm):
11037         Change default to nil.
11038         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
11039
11040 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11041
11042         * lpath.el: Rearrange.
11043
11044         * gnus-art.el (gnus-narrow-to-page): Position point properly.
11045         (gnus-article-goto-prev-page): Work for articles having ^L's.
11046
11047         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
11048
11049         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
11050
11051 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
11052
11053         * gnus-bookmark.el: Adjust for renames in bookmark.el.
11054         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
11055         (gnus-bookmark-jump): Adjust some variable names.
11056
11057 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
11058
11059         * auth-source.el: New package.
11060         (auth-source-choices): Add customization entry point variable.
11061
11062         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
11063         bug.
11064
11065 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
11066
11067         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
11068         (gnus-registry-initialize, gnus-registry-install-p): Use it.
11069         (gnus-registry-install-shortcuts): Rename from
11070         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
11071         the `gnus-registry-mark-map' keymap dynamically from
11072         `gnus-registry-marks'.  The generated functions update the summary line
11073         when a registry mark is added or deleted, and will call
11074         `gnus-registry-install-p' (see the comments in the code).
11075         (gnus-registry-user-format-function-M): Use concat intelligently.
11076
11077         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
11078         the registry mark functions.
11079
11080 2008-03-05  Glenn Morris  <rgm@gnu.org>
11081
11082         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
11083         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
11084         gnus-art.
11085         (top-level): No need to load own source when compiling.
11086
11087 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11088
11089         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
11090         Suggested by <chris.anderton@zetnet.co.uk>.
11091
11092 2008-03-04  Glenn Morris  <rgm@gnu.org>
11093
11094         * gnus-sum.el (top-level): No need to require gnus when compiling,
11095         since unconditionally required near start of file.
11096         (gnus-summary-display-while-building): Move definition before use.
11097
11098 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11099
11100         * gnus-registry.el (gnus-registry-user-format-function-M):
11101         Add formatting function.
11102
11103 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11104
11105         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
11106         with plists.
11107         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
11108         Use new format.
11109
11110 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11111
11112         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
11113         `where-is-internal' that returns a range of key sequences.
11114
11115 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11116
11117         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
11118
11119         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
11120         (gnus-summary-jump-to-group): Consider windows on other displayed
11121         frames as well.  Similar changes might be needed elsewhere, but that's
11122         the one I've bumped into during my use.
11123
11124         * nndoc.el (nndoc-oe-dbx-type-p):
11125         * gnus-msg.el (gnus-debug):
11126         * gnus-group.el (gnus-update-group-mark-positions):
11127         Use mm-string-to-multibyte.
11128
11129 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11130
11131         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
11132         doesn't handle NotDashEscaped.
11133
11134         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
11135         (mml-dnd-attach-options): Fix typo in custom choice.
11136
11137         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
11138         Change nndoc-article-type to mbox.
11139         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
11140
11141         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
11142         to nil, instead of html2text.
11143
11144         * imap.el (imap-debug): Add `imap-ping-server'.
11145
11146         * gnus-bookmark.el: Add FIXMEs.
11147
11148         * message.el (message-form-letter-separator)
11149         (message-send-form-letter-delay): New variables.
11150         (message-send-form-letter): Use them.  New command to send form
11151         letters.  Requested by Uwe Siart.
11152         (message-send-mail-function): Doc fix.  Add "Other" custom option.
11153
11154 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11155
11156         * Update copyright years.
11157
11158 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11159
11160         Sync from EMACS_22_BASE.
11161
11162         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
11163
11164 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
11165
11166         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
11167         empty author.
11168
11169 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
11170
11171         * gnus-registry.el (gnus-registry-marks): Add variable for
11172         customization of marks and their appearance.
11173         (gnus-registry-read-mark): Use it.
11174         (gnus-registry-do-marks): Add utility function to loop through
11175         `gnus-registry-marks'.
11176         (gnus-registry-install-shortcuts-and-menus): Add function to install
11177         shortcuts and menus.
11178         (gnus-registry-initialize): Use it.
11179         (gnus-registry-default-mark): Clarify documentation.
11180
11181 2008-02-29  Glenn Morris  <rgm@gnu.org>
11182
11183         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
11184         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
11185         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
11186         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
11187         Change defcustom :version from 23.0 to 23.1.
11188
11189 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
11190
11191         * gnus-registry.el (gnus-registry-follow-group-p)
11192         (gnus-registry-post-process-groups): Add functions to aid registry
11193         splitting and improve logging.  Clarify behavior in function
11194         documentation.
11195         (gnus-registry-split-fancy-with-parent): Use them.
11196
11197 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11198
11199         * gnus-art.el: Use with-current-buffer.
11200
11201 2008-02-27  David Engster  <dengste@eml.cc>
11202
11203         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
11204         Express real group name in the response.
11205
11206 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11207
11208         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
11209         (nnmairix-last-server, nnmairix-current-server): Defvar them.
11210         (nnmairix-goto-original-article): Defvar gnus-registry-install and
11211         autoload gnus-registry-fetch-group when compiling.
11212         (nnmairix-request-group-with-article-number-correction):
11213         Remove unreferenced argument passed to nnmairix-call-backend.
11214
11215 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11216
11217         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
11218         (mm-uu-extract): Improve face for low color ttys.
11219         Reported by Sascha Wilde.
11220
11221 2008-02-27  Glenn Morris  <rgm@gnu.org>
11222
11223         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
11224         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
11225         variables to defconsts.  Convert comments to doc-strings.
11226         (nnmairix-last-server, nnmairix-current-server): Convert from free
11227         variables to defvars.  Convert comments to doc-strings.
11228         (gnus-registry-fetch-group): Autoload.
11229         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
11230         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
11231         (nnmairix-widget-build-editable-fields): Use car cddr rather than
11232         caddr.
11233         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
11234         nnmairix-request-group-with-article-number-correction call.
11235         (nnmairix-fast, nnmairix-group): New, less general names, for free
11236         variables passed from nnmairix-request-group to
11237         nnmairix-request-group-with-article-number-correction.  Declare.
11238         (nnmairix-request-group-with-article-number-correction):
11239         Use nnmairix-fast, nnmairix-group rather than fast, group.
11240
11241 2008-02-26  David Engster  <dengste@eml.cc>
11242
11243         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
11244         version 0.5.
11245
11246 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
11247
11248         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
11249         instead of making an extra function call.  Don't add the current group
11250         to articles only when they have the group.  Use
11251         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
11252         Reported by David <de_bb@arcor.de>.
11253
11254 2008-02-24  Miles Bader  <miles@gnu.org>
11255
11256         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
11257         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
11258         (mm-find-mime-charset-region):
11259         * mm-bodies.el (mm-encode-body):
11260         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
11261
11262 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11263
11264         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
11265         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
11266
11267 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
11268
11269         * mail-source.el (mail-source-delete-incoming): Change default.
11270         Supplement doc string.
11271
11272         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
11273
11274 2008-02-14  Glenn Morris  <rgm@gnu.org>
11275
11276         * time-date.el (format-seconds): New function.
11277
11278 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11279
11280         * nnmail.el (nnmail-message-id-cache-file): Derive from
11281         `gnus-home-directory'.
11282
11283 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
11284
11285         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
11286         Document negative prefix.
11287
11288         * gnus-group.el (gnus-group-read-group): Document negative prefix.
11289
11290 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11291
11292         * message.el (message-unsent-separator): Add the Exim bounce
11293         separator.
11294
11295 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
11296
11297         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
11298         list.
11299         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
11300         recipient/signer list.
11301
11302 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11303
11304         * Makefile.in (datarootdir): Define.
11305         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
11306         name that might contain whitespace.
11307
11308 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11309
11310         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
11311         fbound (Emacs 23 unicode), signal an error.
11312
11313 2008-02-08  Glenn Morris  <rgm@gnu.org>
11314
11315         * gnus-art.el (pgg-display-output-buffer): Declare as function.
11316
11317 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
11318
11319         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
11320         ports to the calls to `netrc-machine-user-or-password' in addition to
11321         "imap" and "imaps".
11322
11323 2008-02-01  Zhang Wei  <id.brep@gmail.com>
11324
11325         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
11326
11327         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
11328
11329 2008-02-01  Kenichi Handa  <handa@m17n.org>
11330
11331         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
11332         rfc2104-hexstring-to-bitstring and changed to return a byte list.
11333         (rfc2104-hash): Convert the result of concat to unibyte string.
11334
11335 2008-02-01  Dave Love  <fx@gnu.org>
11336
11337         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
11338         coding-system-for-read.
11339         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
11340
11341 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
11342
11343         * gnus.el (gnus-group-startup-message): Add `find-image' call before
11344         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
11345         <hanche@math.ntnu.no>.
11346
11347 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11348
11349         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
11350
11351         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11352
11353 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
11354
11355         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
11356         * message.el (message-beginning-of-line): Use featurep instead of bound
11357         tests in order to resolve conditionals at compile time.
11358
11359 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
11360
11361         * mail-source.el (mail-sources): Add `group' choice.
11362
11363         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
11364         parameter `in-group' to control into which group the articles go.
11365         Add treatment of `group' mail-source.
11366
11367 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
11370
11371         * mm-decode.el (mm-dissect-buffer): Decode description.
11372
11373         * mml.el (mml-to-mime): Encode message header first.
11374
11375 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11376
11377         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
11378         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
11379
11380         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
11381         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
11382
11383 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
11384
11385         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
11386
11387 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
11390         prefix keys.
11391         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
11392         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
11393         gnus-xmas.el.
11394
11395         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
11396         (gnus-xmas-article-describe-bindings): New function.
11397         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
11398         gnus-xmas-article-describe-bindings.
11399
11400         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
11401
11402 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11403
11404         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
11405         Add new variables for article mark management.
11406         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
11407         list of extra data entries which, when present, will indicate that the
11408         article ID should not be trimmed from the registry.
11409         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
11410         functions.
11411         (gnus-registry-read-mark): New function to read a mark name from the
11412         user.
11413         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
11414         (gnus-registry-set-article-mark-internal): New functions to add and
11415         remove marks.
11416         (gnus-registry-get-article-marks): New function to show the marks for
11417         an article, or retrieve them for further use.
11418
11419 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11420
11421         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
11422         keys when no argument is given.
11423
11424 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11425
11426         * imap.el (imap-ping-server): New variable.
11427         (imap-opened): On add extra ping if imap-ping-server is non-nil.
11428         (imap-ping-server): Minor doc string fixes.
11429
11430 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11431
11432         * imap.el (imap-ping-server): New function.
11433         (imap-opened): Call imap-ping-server.
11434
11435 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11436
11437         * gnus-sum.el (gnus-article-sort-by-random)
11438         (gnus-thread-sort-by-random): Fix doc strings.
11439         Reported by jidanni@jidanni.org.
11440
11441 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11442
11443         * gnus-art.el (gnus-article-describe-bindings): New function.
11444         (gnus-article-read-summary-keys): Use it.
11445         (gnus-article-mode-map): Bind `C-h b' to it.
11446
11447 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11448
11449         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
11450         XEmacs.
11451         (gnus-article-describe-key, gnus-article-describe-key-briefly):
11452         Protect against non-character events.
11453
11454         * lpath.el: Fbind map-keymap for Emacs 21.
11455
11456 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
11457
11458         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
11459         New command.
11460         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
11461         instead of END.  Change name of the temp file.
11462         (gnus-group-gmane-group-download-format): Add doc string.  Make it
11463         customizable.
11464
11465 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11466
11467         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
11468         bind `S W' to gnus-article-wide-reply-with-original; set default
11469         binding to gnus-article-read-summary-send-keys.
11470         (gnus-article-read-summary-keys): Fix the order of keys; display
11471         continuation keys correctly in the echo area; describe bindings
11472         correctly when keys end with `C-h'.
11473         (gnus-article-read-summary-send-keys): New function.
11474         (gnus-article-describe-key, gnus-article-describe-key-briefly):
11475         Work for gnus-article-read-summary-send-keys; display continuation keys
11476         correctly in the echo area.
11477         (gnus-article-reply-with-original): Ignore prefix argument.
11478         (gnus-article-wide-reply-with-original): New function.
11479
11480         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
11481         Emacs 21.
11482
11483 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11484
11485         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
11486         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
11487
11488 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11489
11490         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
11491         (gnus-group-read-ephemeral-gmane-group): New command.
11492
11493 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11494
11495         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
11496
11497 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11498
11499         * message.el (message-send-mail-function): Increase custom version.
11500
11501         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
11502         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
11503
11504 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11505
11506         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
11507         for the cases where imap-authenticate is called with a nil buffer
11508         parameter.
11509
11510 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11511
11512         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
11513         html parts correctly; support forwarded messages.
11514         (gnus-article-browse-html-article): Remove work buffers.
11515
11516         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
11517         compiling.
11518         (netrc-bound-and-true-p): New macro.
11519         (netrc-parse): Use it instead of bound-and-true-p that is not available
11520         in XEmacs 21.4.
11521
11522 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
11523
11524         * gnus-registry.el (gnus-registry-mark-article)
11525         (gnus-registry-article-marks): Add functionality to mark articles
11526         through the Gnus registry.
11527
11528         * encrypt.el: Clarify documentation for the new pgg method.
11529         (encrypt-file-alist): Add PGG option.
11530         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
11531         functionality.  Abstract password key and messaging to external
11532         functions.
11533         (encrypt-password-key, encrypt-get-passphrase-if-needed)
11534         (encrypt-message-method-and-cipher): Add new convenience external
11535         functions.
11536         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
11537         (encrypt-pgg-process-buffer): Add PGG functionality glue.
11538
11539         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
11540         (netrc-parse): Use encrypt-file-alist to determine if
11541         encrypt-find-model or encrypt-insert-file-contents should be used.
11542
11543         * encrypt.el: Clarify documentation.  Load password-cache or
11544         password, whichever one is found first, instead of autoloading.
11545
11546 2007-12-19  Glenn Morris  <rgm@gnu.org>
11547
11548         * mml.el (message-options-set, message-narrow-to-head)
11549         (message-in-body-p, message-mail-p, message-encode-message-body):
11550         Autoload.
11551         (message-remove-header, message-narrow-to-headers-or-head)
11552         (message-subscribed-p, message-make-mail-followup-to)
11553         (message-position-on-field, message-news-p)
11554         (message-options-set-recipient, message-generate-headers)
11555         (message-sort-headers): Declare as functions.
11556
11557 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11558
11559         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
11560         convention in doc string.
11561
11562 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11563
11564         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
11565         title to html parts.
11566         (gnus-article-browse-html-article): Pass message header to it.
11567
11568         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
11569
11570 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
11571
11572         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
11573         or password compatible with XEmacs.
11574
11575 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11576
11577         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
11578         format document.
11579         (gnus-mime-delete-part): Don't write description line if empty.
11580         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
11581
11582 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
11583
11584         * gnus-sum.el (gnus-summary-mark-unread-as-read)
11585         (gnus-summary-mark-read-and-unread-as-read)
11586         (gnus-summary-mark-current-read-and-unread-as-read)
11587         (gnus-summary-mark-unread-as-ticked): Doc fix.
11588         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
11589
11590 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11591
11592         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
11593         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11594
11595 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11596
11597         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
11598         yes-or-no-p.
11599
11600 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11601
11602         * mm-decode.el (mm-add-meta-html-tag): New function.
11603         (mm-save-part-to-file, mm-pipe-part): Use it.
11604
11605         * gnus-art.el (gnus-article-browse-delete-temp-files):
11606         Use gnus-y-or-n-p instead of y-or-n-p.
11607         (gnus-article-browse-html-parts): Work with message/external-body; use
11608         mm-add-meta-html-tag.
11609
11610 2007-12-11  Glenn Morris  <rgm@gnu.org>
11611
11612         * gnus-cache.el: Require gnus-sum not just when compiling.
11613
11614         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
11615
11616         * gnus-int.el (gnus-server-opened, gnus-status-message):
11617         Move definitions before use.
11618
11619         * mm-decode.el: Require gnus-util.
11620         (mm-remove-part): Only call delete-annotation on XEmacs.
11621
11622         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
11623
11624         * nnmail.el: Require gnus-int.
11625
11626         * spam.el: Move `require's before `eval-when-compile's.
11627
11628         * gnus-ems.el (gnus-alive-p):
11629         * gnus-fun.el (message-goto-eoh):
11630         * gnus-util.el (gnus-group-name-decode):
11631         * mail-source.el (gnus-compress-sequence):
11632         * message.el (Info-goto-node, format-spec):
11633         * mm-bodies.el (message-options-get):
11634         * mm-decode.el (mm-view-pkcs7):
11635         * mm-util.el (gmm-write-region):
11636         * mml-smime.el (mml-compute-boundary)
11637         (gnus-completing-read-with-default):
11638         * mml.el (widget-button-press, gnus-make-hashtable):
11639         * mml1991.el (mm-decode-content-transfer-encoding)
11640         (mm-encode-content-transfer-encoding)
11641         (message-options-get, message-options-set):
11642         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
11643         * nnfolder.el (gnus-request-group):
11644         * nnheader.el (ietf-drums-unfold-fws):
11645         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
11646         * smime.el (gnus-run-mode-hooks):
11647         * spam-stat.el (gnus-message): Autoload.
11648
11649         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
11650         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
11651         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
11652         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
11653         Add declare-function compatibility definition.
11654
11655         * gnus-cache.el (nnvirtual-find-group-art):
11656         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
11657         (gnus-add-image, gnus-add-wash-type):
11658         * gnus-group.el (nnkiboze-score-file):
11659         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
11660         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
11661         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
11662         (message-tokenize-header, gnus-get-buffer-create)
11663         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
11664         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
11665         * gnus.el (gnus-group-decoded-name):
11666         * mail-source.el (imap-capability):
11667         * mm-bodies.el (message-options-set):
11668         * mm-decode.el (gnus-configure-windows):
11669         * mm-extern.el (message-goto-body):
11670         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
11671         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
11672         (epg-sub-key-validity, message-options-set):
11673         * mml.el (widget-event-point, gnus-configure-windows):
11674         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
11675         * mml2015.el (epg-check-configuration, epg-configuration)
11676         (message-options-set):
11677         * nndb.el (nndb-request-article):
11678         * nnfolder.el (gnus-request-create-group):
11679         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
11680         * nnmaildir.el (gnus-group-mark-article-read):
11681         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
11682         * rfc1843.el (message-fetch-field):
11683         * spam.el (gnus-extract-address-components):
11684         Declare as functions.
11685
11686 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
11689
11690         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11691
11692         * lpath.el: Fbind run-mode-hooks for Emacs 21;
11693         bind show-trailing-whitespace for XEmacs.
11694
11695 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11696
11697         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
11698         new no-op macro for backward compatibility.
11699
11700         * imap.el (imap-string-to-integer): New function.
11701
11702 2007-12-09  Glenn Morris  <rgm@gnu.org>
11703
11704         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
11705
11706         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
11707         * message.el, mm-view.el, sieve-manage.el, smime.el:
11708         Add declare-function compatibility definition.
11709
11710         * gnus-art.el (w3-region, w3m-region, Info-menu):
11711         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
11712         * gnus-sum.el (gnus-get-predicate):
11713         * gnus-util.el (mm-append-to-file, w32-focus-frame):
11714         * message.el (mail-abbrev-in-expansion-header-p):
11715         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
11716         (w3m-detect-meta-charset, w3m-region):
11717         * sieve-manage.el (password-read, password-cache-add)
11718         (password-cache-remove):
11719         * smime.el (password-read-and-add): Declare as functions.
11720
11721 2007-12-08  David Kastrup  <dak@gnu.org>
11722
11723         * gnus-sum.el (gnus-summary-simplify-subject-query):
11724         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
11725         `message'.
11726
11727 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
11730         it to bind idna-program, installation-directory, defined-colors, and
11731         face-attribute for XEmacs of the version that compiles defcustom forms.
11732
11733 2007-12-07  Glenn Morris  <rgm@gnu.org>
11734
11735         * gnus-art.el (article-make-date-line): Revert previous change.
11736
11737 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11738
11739         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
11740
11741 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
11742
11743         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
11744         Call gnus-add-to-range ranges only once with a prepared article-list.
11745
11746 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
11747
11748         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
11749         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
11750         group names with backslashes.
11751         Reported by Tassilo Horn <tassilo@member.fsf.org>.
11752
11753 2007-12-06  Deepak Goel  <deego3@gmail.com>
11754
11755         * gnus-art.el (article-make-date-line):
11756         * gnus-start.el (gnus-load):
11757         * pop3.el (pop3-read-response): Fix buggy call to `error'.
11758
11759 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11760
11761         * gnus-art.el (gnus-use-idna):
11762         * gnus-start.el (gnus-site-init-file):
11763         * message.el (message-use-idna):
11764         * mm-uu.el (mm-uu-hide-markers):
11765         * smiley.el (smiley-style): Revert changes that suppress warnings.
11766
11767 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11768
11769         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
11770         specify charset to html source.
11771         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11772
11773 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11774
11775         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
11776         idna-program in order to suppress byte compile warning issued by XEmacs
11777         that came to byte compile the default value section of defcustom forms
11778         recently.
11779
11780         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
11781         value of installation-directory.
11782
11783         * message.el (message-use-idna): Don't directly refer to the value of
11784         idna-program.
11785
11786         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
11787
11788         * smiley.el (smiley-style): Don't directly call face-attribute.
11789
11790 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
11791
11792         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
11793
11794         * gnus-dired.el: Reduce Gnus dependencies.
11795         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
11796         Don't require.  Use autoloads instead.
11797         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
11798         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
11799         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
11800         (gnus-dired-mode): Adjust doc string.
11801         (gnus-dired-mail-mode): New variable.
11802         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
11803         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
11804         (gnus-dired-mail-buffers): New function.  Return mail or message
11805         composition buffers.
11806         (gnus-dired-attach): Use it.
11807         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
11808         NO-DECODE.
11809         (gnus-dired-print): Use `gnus-print-buffer' depending on
11810         `gnus-dired-mail-mode'.
11811
11812 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * rfc2047.el (rfc2047-encoded-word-regexp)
11815         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
11816         explaining what regexp patterns are for.
11817
11818 2007-12-04  Glenn Morris  <rgm@gnu.org>
11819
11820         * password.el: Move to password-cache.el.
11821
11822         * mml1991.el (password-read, password-cache-add, password-cache-remove):
11823         * mml2015.el (password-read, password-cache-add, password-cache-remove):
11824         * mml-smime.el (password-read, password-cache-add)
11825         (password-cache-remove):
11826         No need to autoload, since mml-sec requires password.
11827
11828         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
11829         * message.el (gnus-extract-address-components):
11830         * mml-smime.el (gnus-extract-address-components): Define for compiler.
11831
11832         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
11833         password.
11834
11835 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11836
11837         * mailcap.el: Reduce dependencies.
11838         (mail-header-parse-content-type): Autoload.
11839         (mailcap-delete-duplicates): New alias.
11840         (mailcap-mime-info): Add optional argument NO-DECODE.
11841         (mailcap-mime-types): Use mailcap-delete-duplicates.
11842
11843         * message.el (message-ignored-supersedes-headers): Add "X-ID".
11844
11845 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
11846
11847         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11848         (imap-parse-status): Upcase status-att for servers that sends them
11849         lower-case (e.g., MS Exchange 2007).
11850
11851 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11852
11853         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
11854         function.
11855
11856         * gnus-uu.el (gnus-uu-decode-yenc): New command.
11857         (gnus-uu-yenc-article): New function.
11858
11859         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
11860
11861         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
11862
11863 2007-12-02  Glenn Morris  <rgm@gnu.org>
11864
11865         * binhex.el (binhex): New custom group.
11866         (binhex-decoder-program, binhex-decoder-switches)
11867         (binhex-use-external): Move to the binhex custom group.
11868
11869         * uudecode.el (uudecode): New custom group.
11870         (uudecode-decoder-program, uudecode-decoder-switches)
11871         (uudecode-use-external): Move to the uudecode custom group.
11872
11873         * netrc.el (top-level): Don't load `encrypt' features.
11874         (netrc-parse): Don't use encrypt.
11875         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11876
11877         * encrypt.el: Remove file.
11878
11879 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
11880
11881         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
11882         matches on patches.
11883
11884         * gnus-art.el (gnus-article-browse-html-article):
11885         Mention `mm-text-html-renderer' in the doc string.
11886
11887         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
11888         string.  Add comments.
11889
11890         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
11891         if rhs is ASCII.
11892
11893 2007-12-01  Glenn Morris  <rgm@gnu.org>
11894
11895         * mail-source.el (top-level): Require format-spec before
11896         eval-when-compile.
11897
11898 2007-11-30  Glenn Morris  <rgm@gnu.org>
11899
11900         * encrypt.el: Require password, rather than autoloading password-read.
11901
11902 2007-11-29  Glenn Morris  <rgm@gnu.org>
11903
11904         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
11905         (sasl-make-client, sasl-next-step, sasl-step-data)
11906         (sasl-step-set-data): Declare as functions.
11907
11908 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
11909
11910         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11911
11912 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
11913
11914         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
11915         certs should be verified and what is to be done in the event of a
11916         verification failure.
11917
11918         * gnus.el (gnus-method-to-server): Add an optional parameter so the
11919         caller can indicate whether the cache should be disregarded for this
11920         call.  This way the result of the call is reproducible at all times and
11921         can be considered a canonical server name for the supplied method.
11922         (gnus-agent-method-p): Canonicalize server names by pushing their
11923         method through `gnus-method-to-server' using the no-cache argument.
11924
11925         * gnus-srvr.el (gnus-server-insert-server-line):
11926         Call `gnus-method-to-server' with `no-cache' argument.
11927
11928         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
11929         gnus-agent-possibly-synchronize-flags as this should be called when the
11930         server is actually being opened.
11931         (gnus-agent-possibly-synchronize-flags)
11932         (gnus-agent-possibly-synchronize-flags-server): Move check for the
11933         flags file of an agentized server to the latter function.
11934
11935         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
11936         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
11937         after a connection has been established successfully.
11938
11939 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11940
11941         * gnus-art.el (article-display-face): Force to display face if called
11942         interactively; check if gnus-article-x-face-too-ugly matches author.
11943         (article-display-x-face): Display face even if From header is missing
11944         as article-display-face does.
11945
11946 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
11947
11948         * hashcash.el (message-narrow-to-headers-or-head)
11949         (message-fetch-field, message-goto-eoh)
11950         (message-narrow-to-headers): Declare as functions.
11951
11952 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
11953
11954         * mail-source.el (mail-sources): Default to fetch from file for
11955         compatibility with default of nnmail-spool-file.
11956
11957 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11958
11959         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
11960         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
11961         to look for encoded word that should be encoded again.
11962         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
11963         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
11964         encoding pattern.
11965         (rfc2047-decode-region): Switch strict regexp and loose one according
11966         to rfc2047-allow-irregular-q-encoded-words.
11967
11968 2007-11-25  Romain Francoise  <romain@orebokech.com>
11969
11970         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
11971
11972 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11973
11974         * tls.el (tls-program): Provide more custom choices from
11975         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
11976         (tls-process-connection-type, tls-success): Remove "*" in doc string.
11977
11978 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11979
11980         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
11981         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
11982
11983         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
11984         `nnmail-spool-file'.
11985
11986         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
11987         `nnmail-spool-file'.
11988
11989         * gnus-move.el (gnus-change-server): Ditto.
11990
11991         * gnus-kill.el (gnus-batch-score): Ditto.
11992
11993         * gnus-cache.el (gnus-jog-cache): Ditto.
11994
11995         * gnus-msg.el (gnus-summary-reply):
11996         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
11997
11998 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11999
12000         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
12001         version.  Minor improvement to doc strings.
12002         (tls-program): Add comment.
12003
12004 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
12005
12006         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
12007         (tls-checktrust): New variable.  Check if GNU TLS complained about a
12008         mismatch between the hostname provided in the certificate and the name
12009         of the host connnecting to.
12010         (open-tls-stream): Use them.  Check certificates against trusted root
12011         certificates.
12012
12013 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12014
12015         * gnus-cache.el (gnus-cache-generate-nov-databases):
12016         Use nnml-generate-nov-databases-directory instead of
12017         nnml-generate-nov-databases-1.
12018
12019 2007-11-24  Glenn Morris  <rgm@gnu.org>
12020
12021         * message.el (message-tool-bar-retro): Update for rename
12022         mail_send.xpm->mail-send.xpm.
12023
12024 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12025
12026         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12027         `smime-ldap-search' for Emacs 22 and up.
12028
12029 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12030
12031         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12032
12033         * message.el (message-send-mail-function): Fix error convention.
12034         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12035         (message-widen-reply, message-send-mail, message-talkative-question)
12036         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12037         (message-clone-locals, message-send-news): Use with-current-buffer.
12038         (message-insert-or-toggle-importance): Remove unused var `valid'.
12039         (message-make-references): Remove unused var `new-references'.
12040         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12041
12042 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
12043
12044         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12045         (spam-split-symbolic-return-positive): Reflow docstring.
12046         (spam-backends, spam-summary-exit-behavior)
12047         (spam-mark-ham-unread-before-move-from-spam-group)
12048         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12049         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12050         (spam-clear-cache, spam-backend-check, spam-install-backend)
12051         (spam-install-statistical-backend, spam-list-of-processors)
12052         (spam-group-processor-p, spam-split, spam-bogofilter-score)
12053         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12054         (spam-check-crm114, spam-initialize, spam-unload-hook):
12055         Fix typos in docstrings.
12056
12057 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12058
12059         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
12060         been checked if they have never been read and those group levels are
12061         higher than the one that a user specified.
12062
12063 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
12066         foreign groups unless a group level is specified by a user.
12067         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
12068
12069 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
12070
12071         * message.el (message-send-mail-function): Require sendmail.
12072
12073 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
12074
12075         * message.el (message-send-mail-function): Check for smtpmail too.
12076
12077         * utf7.el (utf7-encode, utf7-decode): Use coding system
12078         `utf-7'/`utf-7-imap' from utf-7.el' if available.
12079
12080         * message.el (message-send-mail-function): New function.
12081         (message-send-mail-function): Set default using
12082         message-send-mail-function.  Adjust doc string.
12083         (message-send-mail-with-mailclient): New function.
12084
12085 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
12086
12087         * smime.el (from):
12088         * rfc2047.el (message-posting-charset):
12089         * qp.el (mm-use-ultra-safe-encoding):
12090         * pop3.el (parse-time-months):
12091         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
12092         * nnml.el (files):
12093         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
12094         (jka-compr-compression-info-list, ange-ftp-path-format)
12095         (efs-path-regexp):
12096         * nndiary.el (files):
12097         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
12098         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
12099         (epg-digest-algorithm-alist, inhibit-redisplay)
12100         (password-cache-expiry):
12101         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
12102         (pgg-output-buffer, password-cache-expiry):
12103         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
12104         (efs-path-regexp):
12105         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
12106         (inhibit-redisplay):
12107         * mm-uu.el (file-name, start-point, end-point, entry)
12108         (gnus-newsgroup-name, gnus-newsgroup-charset):
12109         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
12110         (latin-unity-ucs-list):
12111         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
12112         (mm-uu-binhex-decode-function):
12113         * message.el (gnus-message-group-art, gnus-list-identifiers)
12114         (rmail-enable-mime-composing, gnus-local-organization)
12115         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
12116         (gnus-read-active-file, facemenu-add-face-function)
12117         (facemenu-remove-face-function, gnus-article-decoded-p)
12118         (tool-bar-mode):
12119         * mail-source.el (display-time-mail-function):
12120         * gnus-util.el (nnmail-pathname-coding-system)
12121         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
12122         (gnus-original-article-buffer, gnus-user-agent)
12123         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
12124         (xemacs-codename, sxemacs-codename, emacs-program-version):
12125         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
12126         * gnus-start.el (gnus-agent-covered-methods)
12127         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
12128         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
12129         (gnus-newsgroup-headers, gnus-group-list-mode)
12130         (gnus-group-mark-positions, gnus-newsgroup-data)
12131         (gnus-newsgroup-unreads, nnoo-state-alist)
12132         (gnus-current-select-method, mail-sources)
12133         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
12134         (nnmail-spool-file, gnus-cache-active-hashtb):
12135         * gnus-mh.el (mh-lib-progs):
12136         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
12137         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
12138         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
12139         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
12140         (gnus-group-buffer):
12141         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
12142         (font-lock-set-defaults):
12143         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
12144         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
12145         (gnus-summary-post-menu, total-parts, type, condition, length):
12146         * gnus-agent.el (gnus-agent-read-agentview):
12147         * flow-fill.el (show-trailing-whitespace):
12148         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
12149         eval-and-compile wrappers for byte compiler pacifiers.
12150
12151         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
12152         (mm-display-inline-fontify): Check for featurep 'xemacs not
12153         extent-list.
12154
12155         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
12156         itimer-list.
12157         (mm-create-image-xemacs): Only do something for XEmacs.
12158         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
12159
12160         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
12161
12162         * gnus-registry.el (gnus-adaptive-word-syntax-table):
12163         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
12164
12165 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
12166
12167         * nnimap.el (nnimap-split-download-body):
12168         * gnus-demon.el (gnus-demon):
12169         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
12170
12171 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
12174         New macros.
12175         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
12176         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
12177         copy data from unibyte buffer to multibyte current buffer.
12178         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
12179         to copy data from unibyte current buffer to multibyte buffer.
12180         (nntp-make-process-buffer): Make process buffer unibyte.
12181
12182         * pop3.el (pop3-open-server): Fix typo in Lisp code.
12183
12184 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
12185
12186         * pop3.el (pop3-open-server): Accept and process data more robustly at
12187         connection start to avoid spurious "POP SSL connection failed" errors.
12188
12189 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12190
12191         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
12192         read group names.
12193
12194 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
12195
12196         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
12197
12198 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12199
12200         * nnmail.el (nnmail-parse-active): Make group names unibyte.
12201         (nnmail-save-active): Use a unibyte buffer when saving active file,
12202         which may contain non-ASCII group names.
12203
12204         * nnml.el (nnml-request-group): Decode group names in messages.
12205
12206 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
12207
12208         * message.el (message-citation-line-function)
12209         (message-insert-formatted-citation-line): Fix spelling of
12210         `message-insert-formated-citation-line'.
12211
12212 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
12213
12214         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
12215
12216 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12217
12218         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
12219         nnmail-pathname-coding-system.
12220
12221         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
12222         that a user enters; decode group names in messages.
12223
12224         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
12225
12226 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12227
12228         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
12229
12230         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
12231
12232         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
12233         risky local variable.
12234
12235         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
12236
12237 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
12238
12239         * encrypt.el: Improve documentation to fix function name typo.
12240         Reported by Daiki Ueno <ueno@unixuser.org>.
12241
12242 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
12245         even if the point is not in the last page of an article.
12246         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
12247         back to the previous page.
12248
12249 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
12250
12251         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
12252
12253 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12254
12255         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
12256
12257 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12258
12259         * message.el (message-check-news-body-syntax):
12260         Avoid mm-string-as-multibyte.
12261         (message-hide-headers): Don't assume (point-min)==1.
12262
12263 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12264
12265         * message.el (message-remove-blank-cited-lines): Fix if remove is
12266         given.
12267         (message-bogus-address-regexp): New variable.
12268         (message-bogus-recipient-p): New function.
12269         (message-check-recipients): New command.
12270         (message-syntax-checks): Add `bogus-recipient'.
12271         (message-fix-before-sending): Add `bogus-recipient'.
12272
12273         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
12274         (gnus-treat-body-boundary): Don't test window-system.
12275
12276 2007-10-28  Leo  <sdl.web@gmail.com>
12277
12278         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
12279
12280 2007-10-28  Miles Bader  <miles@gnu.org>
12281
12282         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
12283         at compile-time too.
12284
12285 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12286
12287         * gnus-msg.el (gnus-message-setup-hook):
12288         Add `message-remove-blank-cited-lines' to options.
12289
12290 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12291
12292         * message.el (message-remove-blank-cited-lines): New function.
12293         Suggested by Karl Plästerer.
12294
12295 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12296
12297         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
12298         mapc.
12299
12300         * imap.el (imap-open): Replace mapcar called for effect with mapc.
12301         (top-level): Use mapc to set functions to be traced for debugging.
12302
12303         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
12304         called for effect with while loop.
12305
12306         * message.el (message-talkative-question): Replace mapcar called for
12307         effect with mapc.
12308
12309         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
12310         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
12311         called for effect with dolist.
12312
12313         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
12314
12315         * nndiary.el: Use dolist instead of mapcar to add diary headers to
12316         gnus-extra-headers and nnmail-extra-headers.
12317
12318         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
12319         called for effect with dolist.
12320         (top-level): Use mapc to set functions to be traced for debugging.
12321
12322         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
12323         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
12324         dolist.
12325
12326         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
12327         Replace mapcar called for effect with mapc.
12328         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
12329         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
12330         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
12331         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
12332
12333         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
12334         remove-if that's a cl function.
12335
12336         * webmail.el (webmail-debug): Replace mapcar called for effect with
12337         dolist.
12338
12339         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
12340         with mapc.
12341
12342 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12343
12344         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
12345         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
12346         with while loop.
12347
12348         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
12349         functions from article-* functions.
12350         (gnus-multi-decode-header): Replace mapcar called for effect with
12351         dolist.
12352
12353         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
12354         (gnus-bookmark-show-details): Replace mapcar called for effect with
12355         while loop.
12356
12357         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
12358         called for effect with while loop.
12359
12360         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
12361         with dolist.
12362
12363         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12364         Replace mapcar called for effect with dolist.
12365
12366         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
12367
12368         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
12369         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
12370         Replace mapcar called for effect with dolist.
12371         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
12372         mapc.
12373
12374         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
12375         Replace mapcar called for effect with dolist.
12376         (gnus-topic-list): Replace mapcar called for effect with mapc.
12377
12378         * gnus.el: Use mapc instead of mapcar to add autoloads.
12379
12380 2007-10-23  Richard Stallman  <rms@gnu.org>
12381
12382         * gnus-group.el (gnus-group-highlight): Mark as risky.
12383
12384 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12385
12386         * gnus.el (gnus-server-to-method): Return method found first in
12387         gnus-newsrc-alist.
12388
12389         * gnus-art.el (gnus-article-highlight-signature)
12390         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
12391         button overlay without the front stickiness.
12392
12393 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
12394
12395         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
12396         overview buffer needed a catch to receive its throw.
12397         (gnus-agent-flush-cache): Declare as interactive to make this function
12398         easier to use.
12399
12400 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
12401
12402         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
12403         `next-line'.
12404
12405 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12406
12407         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
12408         exclude address matching message-dont-reply-to-names.
12409
12410 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12411
12412         * gnus-util.el (gnus-string<): New function.
12413
12414         * gnus-sum.el (gnus-article-sort-by-author)
12415         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
12416
12417 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12418
12419         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
12420         the frame-focus tag is set in gnus-buffer-configuration.
12421
12422 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12423
12424         * gnus-art.el (gnus-article-add-button): Make a button overlay without
12425         the front stickiness.
12426
12427 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12428
12429         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
12430         url pattern; remove duplicate one.
12431         (gnus-article-extend-url-button): New function.
12432         (gnus-article-add-buttons): Use it.
12433         (gnus-button-push): Use concatenated url that it makes.
12434
12435 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
12436
12437         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
12438
12439 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12440
12441         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
12442         Don't hardcode point-min==1.
12443
12444 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
12445
12446         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
12447         Fix comment about "iso8859-1".
12448
12449 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
12450
12451         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
12452         ones returned from the verify-function.
12453
12454         * mm-uu.el (mm-uu-pgp-signed-extract-1):
12455         Call mml2015-extract-cleartext-signature if extraction failed.
12456
12457 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
12458
12459         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
12460         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
12461         failed.
12462
12463 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12464
12465         * Relicense "GPLv2 or later" files to "GPLv3 or later".
12466
12467 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
12468
12469         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
12470         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
12471         recommends to use EasyPG instead of PGG.
12472
12473         * pgg.el: Revert to revision 6.23.2.16.
12474
12475         * pgg-def.el: Revert to revision 6.6.2.14.
12476
12477         * pgg-gpg.el: Revert to revision 6.23.2.34.
12478
12479 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
12480
12481         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
12482         to mark a thread as expirable.  Add variable `hide' to handle hiding of
12483         thread for both the null and zero (kill/expire thread) universal prefix
12484         cases.
12485         (gnus-summary-expire-thread): Add new function to expire a thread,
12486         using gnus-summary-kill-thread.
12487         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
12488         shortcuts for gnus-summary-expire-thread.
12489         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
12490         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
12491
12492 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12493
12494         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
12495         extras value, so an extras entry can be deleted.
12496         (gnus-registry-delete-extra-entry): Use it.
12497         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
12498         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
12499         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
12500         storage through the gnus-registry, and provide an appropriate API for
12501         it.
12502
12503 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12504
12505         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
12506         Suggested by Leo <sdl.web@gmail.com>.
12507
12508         * gnus.el: Do.
12509
12510 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
12513         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
12514
12515         * gnus-agent.el (gnus-agent-fetch-headers): Do.
12516
12517         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12518         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
12519
12520 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12521
12522         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
12523         newline.
12524         (nnmbox-request-accept-article): Don't change article in source buffer;
12525         narrow to header to use message-fetch-field rather than
12526         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
12527         (nnmbox-request-replace-article): Quote lines that'll be misidentified
12528         as delimiters; make sure article ends with newline.
12529         (nnmbox-delete-mail): Correct last position of article to be deleted;
12530         ignore X-Gnus-Newsgroup header in article body.
12531         (nnmbox-save-mail): Quote lines looking like delimiters at the right
12532         positions; make sure article ends with newline.
12533
12534         * message.el (message-display-abbrev): Don't infloop when a user
12535         inserts SPC in the beginning of header.
12536
12537         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
12538         coding-system-for-read and coding-system-for-write for XEmacs having no
12539         file-coding feature.
12540
12541         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
12542
12543 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
12544
12545         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
12546         list of groups not followed by default.  Fix type to be regexp.
12547         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
12548
12549 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
12550
12551         * hmac-def.el (define-hmac-function): Switch from old-style to
12552         new-style backquotes.
12553
12554         * md4.el (md4-make-step): Likewise.
12555
12556 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12557
12558         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
12559         raw-text coding system when saving .newsrc file, which may contain
12560         non-ASCII group names.
12561
12562 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * gnus-cus.el (gnus-score-extra): New widget.
12565         (gnus-score-extra-convert): New function.
12566         (gnus-score-customize): Use it for Extra.
12567
12568 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
12569
12570         * mml2015.el (mml2015-extract-cleartext-signature): New function.
12571         (mml2015-mailcrypt-clear-verify): Use it.
12572         (mml2015-gpg-clear-verify): Use it.
12573         (mml2015-pgg-clear-verify): Use it.
12574         (mml2015-epg-clear-verify): Replace the current part with the output
12575         from GnuPG; don't extract the plaintext by itself.
12576
12577         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
12578         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
12579         mml2015-clear-verify-function; don't touch the armor headers or
12580         dash-escaped text here.
12581
12582 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
12585         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
12586         parts, or application/octet-stream as a last resort.
12587         (gnus-mime-view-part-as-type): Don't toggle display.
12588         (gnus-mime-view-part-as-charset): Don't turn off display before
12589         querying charset.
12590
12591         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
12592         stuff to undisplayer function in Emacs.
12593         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
12594
12595         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
12596         text/calendar parts.
12597
12598 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12599
12600         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
12601         decoding text/calendar parts.
12602
12603         * message.el (message-forward-make-body-mime): Always mark body as
12604         having no illegible text; remove signed-or-encrypted argument.
12605         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
12606
12607         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
12608         (mml-generate-mime-1): Don't encode body if it is specified to be in
12609         raw form; don't make buffer be unibyte when inserting multibyte string.
12610
12611 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12612
12613         * sha1.el: Fix up comment style.
12614         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
12615         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
12616
12617         * hex-util.el: Fix up comment style.
12618         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
12619
12620         * gnus-salt.el: Use with-current-buffer.
12621         (gnus-pick-setup-message): Fix long-standing typo.
12622
12623 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12624
12625         * imap.el (imap-logout-timeout): New variable.
12626         (imap-logout, imap-logout-wait): New functions.
12627         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
12628
12629         * nnimap.el (nnimap-logout-timeout): New server variable.
12630         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
12631         nnimap-logout-timeout.
12632
12633         * gnus-art.el (gnus-article-summary-command-nosave)
12634         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
12635
12636 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12637
12638         * gnus.el (gnus-maximum-newsgroup): New variable.
12639
12640         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
12641         according to gnus-maximum-newsgroup.
12642
12643         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12644         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
12645         Limit the range of articles according to gnus-maximum-newsgroup.
12646
12647 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
12648
12649         * gnus-art.el (gnus-sticky-article): Fix problems described in
12650         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
12651         Don't perform gnus-configure-windows here; reuse existing sticky
12652         article buffer.
12653
12654         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
12655         it doesn't exist in gnus-article-mode.
12656
12657 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12658
12659         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
12660         (gnus-agent-decoded-group-name): New function.
12661         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
12662         (gnus-agent-expire-group-1): Use it; decode group name in messages.
12663
12664 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
12665
12666         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
12667         Add binding for gnus-sticky-article.
12668         (gnus-summary-exit): Don't kill sticky article buffers.
12669
12670         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
12671         article buffer.
12672         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
12673         (gnus-kill-sticky-article-buffers): New commands.
12674
12675 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12676
12677         * nntp.el (nntp-xref-number-is-evil): New server variable.
12678         (nntp-find-group-and-number): If it is non-nil, don't trust article
12679         numbers in the Xref header.
12680
12681 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12682
12683         * gnus-agent.el (gnus-agent-read-group): New function.
12684         (gnus-agent-flush-group, gnus-agent-expire-group)
12685         (gnus-agent-regenerate-group): Use it.
12686         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
12687         nnmail-pathname-coding-system.
12688
12689 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12690
12691         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
12692
12693         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
12694         that are unread as unread, and also as selected so that information of
12695         marks having been changed by a user may be updated when exiting group.
12696
12697 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12698
12699         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
12700
12701 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * gnus-art.el (gnus-mime-display-single): Pass part number that is
12704         calculated ignoring signature parts to gnus-treat-article.
12705
12706 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12707
12708         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
12709         a point here in order to keep the window start.
12710         (gnus-insert-mime-security-button): Make a button overlay without the
12711         front stickiness.
12712         (gnus-mime-display-security): Goto the end of a button.
12713
12714         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
12715
12716 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12717
12718         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
12719         group-name-at-point.
12720         (gnus-group-completing-read): New function that offers decoded
12721         non-ASCII group names for completion.
12722         (gnus-fetch-group, gnus-group-read-ephemeral-group)
12723         (gnus-group-jump-to-group, gnus-group-make-group-simple)
12724         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
12725         (gnus-group-fetch-control): Use it.
12726         (gnus-fetch-group): Use group-name-at-point for the initial value
12727         rather than the default value; use gnus-alive-p.
12728
12729         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
12730         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
12731         (gnus-summary-post-news): Use gnus-group-completing-read.
12732
12733         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
12734         (gnus-read-move-group-name): Decode group name for completion.
12735
12736 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
12737
12738         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
12739         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
12740         Yamaoka slightly modified the code).
12741
12742 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12743
12744         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
12745         (nnmail-split-incoming): Bind it.
12746
12747         * nnml.el (nnml-group-name-charset): New function.
12748         (nnml-decoded-group-name): Use it; don't decode group name if
12749         nnmail-group-names-not-encoded-p is non-nil.
12750         (nnml-encoded-group-name): New function.
12751         (nnml-group-pathname): Inline nnml-decoded-group-name.
12752         (nnml-request-expire-articles): Decode group name in message.
12753         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
12754         nnmail-pathname-coding-system.
12755         (nnml-save-mail, nnml-active-number): Work with decoded group names and
12756         not decoded ones according to nnmail-group-names-not-encoded-p.
12757         (nnml-generate-active-info): Use nnml-encoded-group-name.
12758
12759 2007-08-08  Glenn Morris  <rgm@gnu.org>
12760
12761         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
12762         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
12763         doc-strings and comments.
12764
12765 2007-07-25  Glenn Morris  <rgm@gnu.org>
12766
12767         * Relicense all FSF files to GPLv3 or later.
12768
12769 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * gnus-sum.el (gnus-summary-move-article):
12772         Make gnus-summary-respool-article work.
12773
12774 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
12775
12776         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
12777         string.
12778
12779 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
12780
12781         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
12782         that should be ignored when comparing distant RSS articles with local
12783         ones.
12784         (nnrss-make-hash-index): New function.  Create a hash index according
12785         to the ignored fields.
12786         (nnrss-check-group): Use it.
12787
12788 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12789
12790         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
12791
12792         * gnus-art.el (article-decode-group-name): Decode Xref header too.
12793
12794         * gnus-group.el (gnus-group-make-group): Encode group name here unless
12795         the new optional argument ENCODED is non-nil.
12796         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
12797         coding system for encoding group name.
12798         (gnus-group-make-rss-group): Pass un-encoded group name to
12799         gnus-group-make-group.
12800         (gnus-group-set-info): Tell gnus-group-make-group that group name is
12801         encoded.
12802
12803         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
12804         Encode group name to which articles are moved or copied.
12805         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
12806         coding system for encoding Newsgroup, Followup-To and Xref headers.
12807
12808         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
12809         marks; use nnheader-file-coding-system to write a file.
12810         (nnagent-retrieve-headers): Bind file-name-coding-system to
12811         nnmail-pathname-coding-system.
12812
12813         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
12814
12815         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
12816         (nnml-request-article, nnml-request-create-group)
12817         (nnml-request-rename-group, nnml-find-id)
12818         (nnml-possibly-change-directory, nnml-possibly-create-directory)
12819         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
12820         (nnml-save-marks): Use nnml-group-pathname instead of
12821         nnmail-group-pathname.
12822
12823         (nnml-request-create-group, nnml-request-expire-articles)
12824         (nnml-request-move-article, nnml-request-delete-group)
12825         (nnml-deletable-article-p, nnml-possibly-create-directory)
12826         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
12827         (nnml-open-marks): Bind file-name-coding-system to
12828         nnmail-pathname-coding-system.
12829
12830         (nnml-request-article): Pass server argument to nnml-find-group-number.
12831         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
12832         Pass server argument to nnml-possibly-create-directory.
12833         (nnml-request-accept-article): Pass server argument to
12834         nnml-active-number and nnml-save-mail.
12835         (nnml-find-group-number): Pass server argument to nnml-find-id.
12836         (nnml-request-update-info): Pass server argument to
12837         nnml-marks-changed-p.
12838
12839         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
12840         (nnml-save-mail, nnml-active-number): Add server argument.
12841
12842         (nnml-request-delete-group): Warn if group is missing.
12843         (nnml-get-nov-buffer): Decode group name.
12844         (nnml-generate-active-info): Encode group name.
12845         (nnml-open-marks): Decode group name in messages.
12846
12847 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
12850         if it is not specified.
12851         (gnus-article-pipe-part, gnus-article-save-part)
12852         (gnus-article-interactively-view-part, gnus-article-copy-part)
12853         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
12854         (gnus-article-inline-part, gnus-article-save-part-and-strip)
12855         (gnus-article-replace-part, gnus-article-delete-part)
12856         (gnus-article-view-part-as-type): Pass raw prefix argument to
12857         gnus-article-part-wrapper.
12858
12859 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12860
12861         * gnus-agent.el (gnus-agent-save-active):
12862         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
12863
12864         * gnus-cache.el (gnus-cache-save-buffers)
12865         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
12866         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
12867         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
12868         (gnus-cache-braid-nov, gnus-cache-braid-heads)
12869         (gnus-cache-generate-active, gnus-cache-rename-group)
12870         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
12871         (gnus-cache-update-overview-total-fetched-for):
12872         Bind file-name-coding-system to nnmail-pathname-coding-system.
12873         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
12874         New variables.
12875         (gnus-cache-decoded-group-name): New function.
12876         (gnus-cache-file-name): Use it.
12877         (gnus-cache-generate-active): Use non-decoded group name for active.
12878
12879         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
12880         right place.
12881         (gnus-write-active-file): Don't break non-ASCII group names.
12882
12883         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
12884         nnmail-pathname-coding-system.
12885
12886         * lpath.el: Bind default-file-name-coding-system,
12887         file-name-coding-system and language-info-alist for XEmacs.
12888
12889         * gnus-uu.el (gnus-uu-decode-save): Typo.
12890
12891 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
12894
12895 2007-07-14  David Kastrup  <dak@gnu.org>
12896
12897         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
12898         finishing actions if we did not edit the article.
12899
12900 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12901
12902         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
12903         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
12904         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
12905         (gnus-agent-flush-group, gnus-agent-flush-cache)
12906         (gnus-agent-fetch-headers, gnus-agent-load-alist)
12907         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
12908         (gnus-agent-retrieve-headers, gnus-agent-request-article)
12909         (gnus-agent-regenerate-group)
12910         (gnus-agent-update-files-total-fetched-for)
12911         (gnus-agent-update-view-total-fetched-for):
12912         Bind file-name-coding-system to nnmail-pathname-coding-system.
12913         (gnus-agent-group-pathname): Don't encode file names by
12914         nnmail-pathname-coding-system.
12915         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
12916         coding-system-for-write instead of buffer-file-coding-system to
12917         gnus-agent-file-coding-system.
12918
12919         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
12920         Decode group name.
12921
12922         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
12923
12924         * gnus-start.el (gnus-update-active-hashtb-from-killed)
12925         (gnus-read-newsrc-el-file): Make group names unibyte.
12926
12927         * nnmail.el (nnmail-group-pathname): Don't encode file names by
12928         nnmail-pathname-coding-system.
12929
12930         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
12931         (nnrss-request-delete-group): Bind file-name-coding-system to
12932         nnmail-pathname-coding-system.
12933         (nnrss-read-server-data, nnrss-read-group-data):
12934         Bind file-name-coding-system correctly.
12935         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
12936
12937         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
12938         (nntp-server-to-method-cache): New variable.
12939         (nntp-group-pathname): New function that decodes non-ASCII group names.
12940         (nntp-possibly-create-directory, nntp-marks-changed-p)
12941         (nntp-save-marks, nntp-open-marks): Use it.
12942         (nntp-possibly-create-directory, nntp-open-marks):
12943         Bind file-name-coding-system to nnmail-pathname-coding-system.
12944         (nntp-open-marks): Decode group names when bootstrapping marks.
12945
12946         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
12947         Newsgroups and Followup-To headers.
12948
12949 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12950
12951         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12952         (gnus-server-closed-face, gnus-server-denied-face)
12953         (gnus-server-offline-face): Remove variable.
12954         (gnus-server-font-lock-keywords): Use faces that are not aliases.
12955
12956         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
12957         of modifying message-stack directly for XEmacs.
12958
12959         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
12960         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
12961         if the coding-system argument is nil for XEmacs.
12962
12963         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
12964         mm-charset-override-alist.
12965
12966         * rfc2047.el: Don't require base64; require rfc2045 for the function
12967         rfc2045-encode-string.
12968         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
12969         to quote the parameter value.
12970
12971 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12972
12973         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
12974         form in gnus-group-name-charset-method-alist.
12975
12976         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
12977         overrides the default layout edit-form.
12978
12979         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
12980
12981         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
12982
12983 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
12986         as unfetched articles.
12987
12988 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
12989
12990         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
12991
12992 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12993
12994         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
12995         original back end that keeps marks in the local system.
12996
12997 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12998
12999         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13000         arg of pop-to-buffer for XEmacs.
13001         (gnus-article-read-summary-keys): Ditto; don't restore window
13002         configuration if summary command ends up with neither article buffer
13003         nor summary buffer; describe bindings if summary keys end with C-h.
13004
13005 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13006
13007         * message.el (message-fix-before-sending): Skip raw message part to be
13008         forwarded while checking illegible text.
13009         (message-forward-make-body-mime, message-forward-make-body):
13010         Mark signed or encrypted raw message as having no illegible text.
13011
13012 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13015         (gnus-message-with-timestamp-1): New macro.
13016         (gnus-message-with-timestamp): New function.
13017         (gnus-message): Use them.
13018
13019         * nnheader.el (nnheader-message): Use them.
13020
13021 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
13022
13023         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13024         .newsrc.eld file.
13025
13026 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13027
13028         * gnus-agent.el (gnus-agent-fetch-headers)
13029         (gnus-agent-retrieve-headers):
13030         Bind gnus-decode-encoded-address-function to identity.
13031
13032         * nntp.el (nntp-send-xover-command): Recognize an xover command is
13033         available also when the server returns simply a dot.
13034
13035         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13036
13037 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13038
13039         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13040
13041 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13042
13043         * gnus-ems.el (gnus-x-splash): Make it work.
13044
13045         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13046         from being used.
13047
13048         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
13049
13050 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
13053         4th and the 5th arguments.
13054
13055         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13056         the front stickiness.
13057         (gnus-article-summary-command-nosave): Correct the order of the
13058         arguments passed to pop-to-buffer.
13059         (gnus-article-read-summary-keys): Ditto; make it work properly when the
13060         summary command ends up with the article buffer.
13061
13062         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
13063         the same faces.
13064
13065 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
13066
13067         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
13068
13069 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
13070
13071         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
13072         * gnus-sum.el (gnus-summary-highlight):
13073         * pgg.el (pgg-sign-region, pgg-sign):
13074         * mail-source.el (mail-source-delete-old-incoming-confirm):
13075         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
13076
13077 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13078
13079         * gnus-art.el (gnus-mime-view-part-externally)
13080         (gnus-mime-view-part-internally): Fix predicate function passed to
13081         completing-read.
13082
13083         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
13084
13085         * gnus.el (gnus-update-message-archive-method): Add :version.
13086
13087 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * gnus.el (gnus-update-message-archive-method): New variable.
13090
13091         * gnus-start.el (gnus-setup-news): Update saved "archive" method
13092         according to gnus-message-archive-method if
13093         gnus-update-message-archive-method is non-nil.
13094
13095 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13096
13097         * gnus-sum.el (gnus-summary-limit-to-address): New function.
13098         Suggested by Loic Dachary <loic@dachary.org>.
13099         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13100
13101 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13102
13103         * message.el (message-pop-to-buffer): Add switch-function argument.
13104         (message-mail): Pass switch-function argument to it.
13105
13106 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
13107
13108         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
13109         Improve doc string.
13110
13111 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13112
13113         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
13114         (gnus-header-content):
13115         * gnus-cite.el (gnus-cite-10):
13116         * gnus-srvr.el (gnus-server-closed):
13117         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
13118         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
13119         (gnus-group-mail-3-empty, gnus-group-mail-low)
13120         (gnus-group-mail-low-empty, gnus-splash):
13121         * message.el (message-header-to, message-header-cc)
13122         (message-header-subject, message-header-other, message-header-name)
13123         (message-header-xheader, message-separator, message-cited-text)
13124         (message-mml): Lighten colors of faces used for dark background.
13125
13126 2007-05-24  Simon Josefsson  <simon@josefsson.org>
13127
13128         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
13129         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
13130
13131 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13132
13133         * message.el (message-narrow-to-headers-or-head):
13134         Ignore mail-header-separator in the body.
13135
13136 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13137
13138         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
13139         same as window size.
13140
13141 2007-05-22  Kevin Ryde  <user42@zip.com.au>
13142
13143         * message.el (message-font-lock-keywords): Use message-header-xheader
13144         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
13145         ahead of the anything pattern, to get it recognized.
13146
13147 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
13150         spam.el loads uses it in the compiled defadvice form.
13151
13152 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
13153
13154         * gnus-sum.el (gnus-articles-to-read)
13155         (gnus-summary-insert-old-articles): Don't truncate group name for
13156         `read-string'.
13157
13158         * gnus-util.el (gnus-limit-string): Delete this function.
13159
13160         * gnus-sum.el (gnus-simplify-subject-fully):
13161         Use `truncate-string-to-width' instead.
13162
13163 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
13164
13165         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
13166         Tell if, on summary exit, the next group has to be selected.
13167         (gnus-summary-exit): Use it.
13168
13169 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
13170
13171         * gnus-art.el (gnus-article-mode): Fix comment about displaying
13172         non-break space.
13173
13174 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
13177         Check if group is not a directory.
13178         (nnfolder-request-expire-articles): Don't delete articles if the target
13179         group is not available.
13180
13181         * nnml.el (nnml-request-create-group): Properly check if group is not a
13182         file.
13183         (nnml-request-expire-articles): Don't delete articles if the target
13184         group is not available.
13185
13186         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13187         Don't quote characters that are within parentheses.
13188
13189 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13190
13191         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
13192         (gnus-handle-ephemeral-exit): Select article according to it.
13193
13194 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13195
13196         * message.el (message-insert-formated-citation-line): Remove newline.
13197         (message-citation-line-format): Add final \n here so that the user can
13198         avoid a blank line.
13199
13200 2007-05-03  Dan Christensen  <jdc@uwo.ca>
13201
13202         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
13203         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
13204         Update lanl/arXiv support.
13205
13206 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13207
13208         * gnus.el: Bump version number.
13209
13210 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13211
13212         * gnus.el (gnus-version-number): Bump version.
13213
13214 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13215
13216         * gnus.el: No Gnus v0.6 is released.
13217
13218 2007-04-27  Didier Verna  <didier@xemacs.org>
13219
13220         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
13221         * gmm-utils.el (gmm-regexp-concat): ... here.
13222         * message.el: Don't require 'gnus-util.
13223         (message-dont-reply-to-names): Handle name change above.
13224         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
13225
13226 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13227
13228         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
13229         since the initial value varies according to the system.
13230
13231 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13232
13233         * mm-util.el (mm-charset-synonym-alist): Defcustom.
13234
13235 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
13236
13237         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
13238
13239 2007-04-24  Didier Verna  <didier@xemacs.org>
13240
13241         Improve the type of gnus-ignored-from-addresses.
13242         * gnus-util.el (gnus-orify-regexp): New function.
13243         * message.el (gnus-util): Require it.
13244         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
13245         * gnus-sum.el (gnus-ignored-from-addresses): New function.
13246         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
13247
13248 2007-04-24  Didier Verna  <didier@xemacs.org>
13249
13250         * gnus-sum.el:
13251         * gnus-utils.el: Fix some trailing whitespaces.
13252
13253 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13254
13255         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
13256         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
13257         article's Message-ID; refer parent article in summary buffer.
13258
13259         * message.el (message-bounce): Call mime-to-mml.
13260
13261         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
13262         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
13263         optimize and/or forms properly.
13264
13265 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
13266
13267         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
13268         URL.
13269
13270 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13271
13272         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
13273
13274 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13275
13276         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
13277         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
13278         displayed of multipart/alternative part if it is invoked from summary
13279         buffer.
13280
13281         * mm-view.el (mm-inline-text-html-render-with-w3m)
13282         (mm-inline-text-html-render-with-w3m-standalone)
13283         (mm-inline-render-with-function): Use mail-parse-charset by default.
13284
13285 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
13286
13287         * parse-time.el (parse-time-string-chars): Check if CHAR
13288         is less than the length of parse-time-syntax.
13289
13290 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13291
13292         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
13293         from gnus-newsgroup-processable.
13294
13295 2007-04-16  Didier Verna  <didier@xemacs.org>
13296
13297         * gnus-msg.el (gnus-configure-posting-styles):
13298         Handle message-signature-directory properly with :file syntax.
13299         Reported by "Leo".
13300
13301 2007-04-11  Didier Verna  <didier@xemacs.org>
13302
13303         New user option: message-signature-directory.
13304         * gnus-msg.el (gnus-configure-posting-styles): Support it.
13305         * message.el (message-insert-signature): Ditto.
13306         * message.el (message-signature-file): Doc update.
13307         * message.el (message-signature-directory): New.
13308
13309 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13310
13311         * gnus-msg.el (gnus-inews-yank-articles):
13312         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
13313
13314 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13315
13316         * message.el (message-yank-original): Make sure cited text ends with
13317         newline; don't exchange point and mark.
13318
13319 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
13320
13321         * tls.el (open-tls-stream): Properly handle case where there
13322         is no associated buffer.
13323
13324 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
13325
13326         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
13327         message-yank-original, make sure (< mark TEXT point).
13328
13329 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13330
13331         * message.el (message-fill-column): New variable.
13332         (message-mode): Use it.  Add comment on a possible new hook.
13333
13334         * nnmail.el (nnmail-spool-file): Mark as obsolete.
13335         (nnmail-get-new-mail): Reformat.
13336
13337         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
13338
13339         * gmm-utils.el: Fix Commentary.
13340         (gmm-tool-bar-from-list): Fix typo in doc string.
13341
13342 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
13343
13344         * message.el (message-yank-original): Don't switch point and mark
13345         unnecessarily to put point and mark as documented.
13346
13347 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13348
13349         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
13350         from the message heads.
13351
13352 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
13353
13354         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
13355         article buffer does not have a window.  This may not be the best
13356         solution but is certainly better than setting the start of the null,
13357         that is the current, window.
13358
13359 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13360
13361         * gnus-draft.el (gnus-draft-setup-hook): New hook.
13362         (gnus-draft-setup): Run it.
13363
13364         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
13365         gnus-score-fast-scoring.  Allow regexp.
13366         (gnus-score-headers): Use it.
13367
13368         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
13369         XEmacs.
13370
13371         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
13372         string.
13373         (gnus-button-alist): Also catch `<f1> k ...'.
13374         (gnus-treat-display-x-face): Fix doc string.
13375
13376 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13377
13378         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
13379         evaluation of gnus-extended-version to ensure correct generation of the
13380         User-Agent header when message-generate-headers-first is used.
13381
13382 2007-03-24  Simon Josefsson  <simon@josefsson.org>
13383
13384         * hashcash.el (hashcash-generate-payment-async): Don't crash if
13385         hashcash-path is nil.  Don't call callback with incorrect number of
13386         parameters if val is 0.
13387
13388 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13389
13390         * message.el (message-required-news-headers):
13391         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
13392
13393 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
13394
13395         * tls.el (open-tls-stream): In handshake-waiting loop,
13396         don't wait more if there is output available to process.
13397
13398 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
13399
13400         * tls.el (tls-program): Doc fix.
13401
13402 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13403
13404         * message.el (message-generate-new-buffers): Change the meaning of the
13405         nil value; add `standard' to the choices; treat t as `unique'; improve
13406         doc string.
13407         (gnus-select-frame-set-input-focus): Autoload.
13408         (message-buffer-name): Search for the existing message buffer if
13409         message-generate-new-buffers is nil or `standard'; treat the value t of
13410         message-generate-new-buffers as `unique'.
13411         (message-pop-to-buffer): Raise the frame already displaying the message
13412         buffer; clear the echo area after querying.
13413         (message-setup): Pass the `continue' argument to compose-mail.
13414         (message-mail): Prefer `switch-function' if it is given; search for the
13415         existing message buffer if the `continue' argument is non-nil; pass
13416         continue and switch-function arguments to compose-mail by way of
13417         message-setup.
13418         (message-mail-other-window): Adjust argument of message-setup.
13419         (message-mail-other-frame): Ditto.
13420
13421 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13422
13423         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
13424         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
13425         to turn font-lock on when turning gnus-message-citation-mode on.
13426
13427 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
13428
13429         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
13430         (mml-smime-function-alist): New variable; add epg as the backend.
13431         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
13432         mml-smime- functions instead.
13433         * mm-view.el: Require smime.
13434
13435 2007-03-05  Didier Verna  <didier@xemacs.org>
13436
13437         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
13438         instead of just inheritance for posting styles.
13439         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
13440
13441 2007-02-24  Chris Moore  <dooglus@gmail.com>
13442
13443         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
13444         * pgg-pgp.el (pgg-pgp-encrypt-region):
13445         * pgg-gpg.el (pgg-gpg-encrypt-region):
13446         Check pgg-encrypt-for-me if no other recipients.
13447
13448 2007-02-24  John Paul Wallington  <jpw@pobox.com>
13449
13450         * tls.el (tls-certtool-program): Fix custom type.
13451
13452 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13453
13454         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
13455         and point-at-eol instead of line-(beginning|end)-position.
13456
13457         * assistant.el (assistant-parse-buffer): Ditto.
13458
13459         * netrc.el (netrc-parse-services): Ditto.
13460
13461 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
13462
13463         * mml2015.el (mml2015-epg-find-usable-key): New function.
13464         (mml2015-epg-sign): Use it.
13465         (mml2015-epg-encrypt): Use it.
13466
13467 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * message.el (message-make-in-reply-to): Quote name containing
13470         non-ASCII characters.  It will make the RFC2047 encoder cause an error
13471         if there are special characters.  Reported by NAKAJI Hiroyuki
13472         <nakaji@jp.freebsd.org>.
13473
13474 2007-02-27  Didier Verna  <didier@xemacs.org>
13475
13476         Include the group parameters as well as the topic ones in the
13477         inheritance filter process.
13478         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
13479         argument GROUP-PARAMS-LIST.
13480         * gnus-topic.el (gnus-group-topic-parameters): Use it.
13481
13482 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13483
13484         * nntp.el (nntp-never-echoes-commands)
13485         (nntp-open-connection-functions-never-echo-commands): New variables.
13486         (nntp-send-command): Use them.
13487
13488 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
13489
13490         * mml2015.el (mml2015-epg-verify): Simplify.
13491
13492 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * mml.el (mml-content-disposition-alist): New user option.
13495         (mml-content-disposition): New function.
13496         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
13497         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
13498
13499 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
13500
13501         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
13502         verification.
13503
13504 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13505
13506         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
13507         articles posted in the last 24 hours.
13508
13509 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
13510
13511         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
13512
13513 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
13514
13515         * nntp.el (nntp-send-command): Don't wait for echoes when
13516         nntp-open-ssl-stream is used.
13517
13518 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13519
13520         * gnus-cite.el (gnus-test-font-lock-add-keywords)
13521         (gnus-message-add-citation-keywords)
13522         (gnus-message-remove-citation-keywords): Remove.
13523         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
13524         directly, make the variables in font-lock-defaults buffer-local, add
13525         gnus-message-citation-keywords to them and then update the value of
13526         font-lock-keywords.
13527
13528 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13529
13530         * message.el (message-cite-original-1): Don't call
13531         gnus-article-highlight-citation.
13532
13533         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
13534         citations; fix line count.
13535
13536 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
13539         (gnus-message-add-citation-keywords)
13540         (gnus-message-remove-citation-keywords): Use it; fix the emulating
13541         versions of font-lock-add-keywords and font-lock-remove-keywords to
13542         work with XEmacs correctly.
13543
13544 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * gnus-cite.el (gnus-cite-face-list): Set the values of
13547         gnus-message-max-citation-depth and gnus-message-citation-keywords.
13548         (gnus-message-max-citation-depth): Use defvar rather than defconst.
13549         (gnus-message-cite-prefix-regexp): New variable.
13550         (gnus-message-search-citation-line): Use it; protect against long
13551         citation prefix; fill match data with nil rather than 0 for XEmacs; set
13552         the 0th match data for Emacs.
13553         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
13554         (gnus-message-add-citation-keywords): Append keywords rather than
13555         prepending; emulate font-lock-add-keywords if it is not available.
13556         (gnus-message-remove-citation-keywords):
13557         Emulate font-lock-remove-keywords if it is not available.
13558
13559         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
13560
13561         * message.el (message-cite-prefix-regexp): Set the value of
13562         gnus-message-cite-prefix-regexp.
13563
13564 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13565
13566         * nnweb.el (nnweb-google-parse-1): Update parser.
13567
13568 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
13569
13570         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
13571
13572 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13573
13574         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13575         regexp.
13576
13577 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13578
13579         * uudecode.el (uudecode-string-to-multibyte): New function emulating
13580         string-to-multibyte.
13581         (uudecode-decode-region-internal): Use it.
13582
13583         * lpath.el: Fbind string-as-multibyte for XEmacs.
13584
13585 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13586
13587         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
13588         Fix custom choice.
13589
13590         * gnus-art.el (gnus-signature-limit): Fix custom choice.
13591
13592 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
13593
13594         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
13595
13596         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
13597         `write-region' to respect `mm-inhibit-file-name-handlers'.
13598
13599 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
13600
13601         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
13602         Use gnus-home-directory instead of "~/" or "$HOME".
13603
13604 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
13605
13606         * encrypt.el (encrypt-insert-file-contents): Add better prompt
13607         to mention filename.
13608         Add comments at beginning regarding usage.
13609         (encrypt-write-file-contents): Change interactive so a string is
13610         acceptable.  If the file has no associated model, show an error instead
13611         of a nonsense prompt.
13612
13613 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13614
13615         * spam.el (spam-bsfilter-ham-switch): Fix typo.
13616         Thanks to Yoshihiko Yamada for kind notification of this typo.
13617
13618 2007-01-12  Kenichi Handa  <handa@m17n.org>
13619
13620         * uudecode.el (uudecode-decode-region-internal): Make it work in a
13621         multibyte buffer.
13622
13623 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13624
13625         * gnus-score.el (gnus-score-fast-scoring): New variable.
13626         (gnus-score-headers): Use it.
13627
13628         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
13629
13630         * message.el (message-cite-original-1):
13631         Call gnus-article-highlight-citation if requested.
13632         (message-make-from): Allow name and address as optional arguments.
13633
13634         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
13635
13636         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
13637         bugs to doc string.
13638         (gnus-button-alist): Add mid\\|message-id.
13639         (gnus-button-fetch-group): Extend for use in
13640         `browse-url-browser-function'.
13641         (gnus-button-url-regexp): Try to catch paired parentheses like in
13642         Wikipedia URLs.
13643
13644         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
13645         Suggested by Simon Krahnke <overlord@gmx.li>.
13646
13647 2007-01-13  Romain Francoise  <romain@orebokech.com>
13648
13649         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
13650         Update copyright.
13651
13652 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
13653
13654         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
13655
13656 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13657
13658         * gnus-registry.el (gnus-registry-unfollowed-groups)
13659         (gnus-registry-split-fancy-with-parent): Fix documentation.
13660
13661 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13662
13663         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
13664         from nnweb groups.
13665
13666 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13667
13668         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
13669         Xref urls.  Erase buffer before requesting head.
13670
13671         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13672
13673 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13674
13675         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
13676         customizable.
13677
13678 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
13679
13680         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
13681         no signing key is found.
13682         (mml2015-epg-encrypt): Ask user whether to skip or abort if
13683         no encrypting and/or signing key is found.
13684
13685 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13686
13687         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
13688
13689 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13690
13691         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
13692         headers read from disk with the ones newly found in the current search.
13693         This should no longer cause problems, because the article numbers in
13694         Gmane's `nov.php' output are ignored since the previous change.
13695
13696 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13697
13698         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
13699
13700 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13701
13702         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
13703         replace-regexp-in-string; bind url-version; fbind display-images-p and
13704         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
13705         find-face and set-itimer-function for Emacs; bind itimer-list for
13706         Emacs.
13707
13708         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13709
13710 2007-01-01  Romain Francoise  <romain@orebokech.com>
13711
13712         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
13713
13714 2006-12-31  Steve Youngs  <steve@sxemacs.org>
13715
13716         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
13717         `define-minor-mode' macro definition expanded properly.
13718         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
13719         exclude it there.
13720
13721         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
13722         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
13723         `fboundp' test.
13724         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
13725         This is OK to autoload in (S)XEmacs now.
13726
13727 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13728
13729         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
13730         keystroke.
13731         (gnus-summary-limit-to-singletons): Fix typo.
13732
13733         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
13734         else fails.
13735
13736 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13737
13738         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
13739         docstring.
13740
13741         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
13742         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
13743         (gnus-summary-insert-dormant-articles): Fix typo in message.
13744
13745 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
13746
13747         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
13748         nil for XEmacs.
13749         (gnus-message-citation-mode): Don't autoload in XEmacs.
13750
13751         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
13752
13753 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
13754
13755         * nnimap.el (nnimap-expunge-search-string):
13756         Mention nnimap-search-uids-not-since-is-evil in docstring.
13757
13758 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13759
13760         * spam.el: Revert to make-obsolete-variable because
13761         define-obsolete-variable-alias is not supported in Emacs 21.
13762
13763         * spam.el (spam-ifile-path, spam-ifile-database-path)
13764         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
13765         make-obsolete-variable.
13766         (spam-bsfilter-path, spam-bsfilter-program)
13767         (spam-spamassassin-path, spam-spamassassin-program)
13768         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
13769         Don't use "path" inappropriately.
13770         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
13771         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
13772         variable names.
13773
13774 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
13775
13776         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
13777         summary buffer.
13778
13779         * password.el (password-cache-remove): Use clear-string to burn
13780         password, if available.
13781
13782 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13783
13784         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
13785
13786         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
13787
13788         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
13789         (gnus-message-highlight-citation): Move defcustom here from
13790         gnus-cite.el.
13791         (gnus-message-citation-mode): Autoload.
13792
13793         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
13794         checks to make it compile with XEmacs.
13795         (gnus-message-citation-mode): New minor mode.
13796         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
13797         (gnus-message-highlight-citation): New variables.
13798         (gnus-message-search-citation-line)
13799         (gnus-message-add-citation-keywords)
13800         (gnus-message-remove-citation-keywords)
13801         (turn-on-gnus-message-citation-mode)
13802         (turn-off-gnus-message-citation-mode): New functions.
13803
13804 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
13805
13806         * gnus-cite.el: Enable highlighting of different citation levels in
13807         message-mode.
13808
13809 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13810
13811         * message.el (message-make-fqdn): Fix comment.
13812         (message-bogus-system-names): Add ".local".
13813
13814         * spam.el (spam-ifile-path, spam-ifile-program)
13815         (spam-ifile-database-path, spam-ifile-database)
13816         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
13817         Don't use "path" inappropriately.
13818         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
13819         strings.
13820         (spam-check-ifile, spam-ifile-register-with-ifile)
13821         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
13822         Use new variable names.
13823
13824         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
13825         (gnus-treat-display-smileys): Simplify using
13826         gnus-image-type-available-p.
13827
13828         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
13829         available.
13830
13831         * gnus-xmas.el (gnus-xmas-image-type-available-p):
13832         Use `display-images-p' if available.
13833
13834 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
13837         one after turning on the buffer's multibyteness instead of decoding
13838         them directly in the unibyte buffer that causes unexpected conversion
13839         in Emacs 23 (unicode).
13840
13841 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13842
13843         * message.el (message-generate-hashcash): Fix custom type.
13844
13845 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13846
13847         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
13848
13849 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13850
13851         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
13852         disconnect icons.  Add help text.
13853
13854 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
13855
13856         * spam.el (spam-extra-header-to-number): CRM114 spam score is
13857         negated to be consistent with the others we handle.
13858
13859 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13860
13861         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
13862         version of gnus-summary-buffer to something, so that we can use two
13863         article buffers at the same time.
13864
13865 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
13866
13867         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
13868         trigger all the extra headers.
13869         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
13870         sorting.
13871
13872 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13873
13874         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
13875         solid groups.
13876
13877 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
13878
13879         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
13880
13881 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13882
13883         * legacy-gnus-agent.el: Add Copyright notice.
13884
13885 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
13886
13887         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
13888
13889 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13890
13891         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
13892
13893         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
13894         to make it work reliably in CVS Emacs.
13895         (gnus-summary-limit-strange-charsets-predicate)
13896         (gnus-summary-limit-to-predicate): New functions.
13897
13898 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
13899
13900         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
13901         specifying array size.
13902         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
13903         array if it is too small.
13904         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
13905         (gnus-sort-threads-loop): New function.
13906
13907 2006-12-06  Chris Moore  <dooglus@gmail.com>
13908
13909         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
13910         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
13911
13912 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
13913
13914         * mm-url.el (mm-url-predefined-programs): Call curl with correct
13915         options.
13916
13917 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13918
13919         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
13920         DOS-ing the recipient.
13921
13922         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
13923         the headers when creating the mapping to avoid mismappings.
13924         (nnweb-gmane-create-mapping): Always nix out old mapping.
13925
13926 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
13929         and mm-verify-option to never.
13930
13931 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * message.el (message-signed-or-encrypted-p): New function.
13934         (message-forward-make-body): Use it.
13935
13936         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
13937         Replace encode-coding-string with mm-encode-coding-string.
13938
13939 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13940
13941         * nneething.el (nneething-decode-file-name):
13942         Replace decode-coding-string with mm-decode-coding-string.
13943
13944         * gnus-int.el (gnus-open-server): Say failed server's name.
13945
13946 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13947
13948         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
13949         strings to a single string.  Quote `errors-file-name'.
13950         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
13951         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
13952         Adjust calls.  Use `shell-quote-argument'.
13953
13954 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
13955
13956         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
13957         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
13958
13959         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
13960         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
13961         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
13962         (gnus-group-make-directory-group, gnus-group-transpose-groups):
13963         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
13964         (gnus-subscribe-newsgroup, gnus-1):
13965         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
13966         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
13967         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
13968         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
13969
13970 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13971
13972         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
13973         keystroke.
13974         (gnus-summary-limit-to-bodies): Implement headersp.
13975
13976 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13977
13978         * dns.el (query-dns): Protect against "Process dns deleted" strings.
13979
13980 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13981
13982         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
13983
13984 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13985
13986         * message.el (message-generate-hashcash): Expand range of values to
13987         include `opportunistic'.
13988         (message-send-mail): Use it.
13989
13990 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13991
13992         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
13993         and comment it.
13994
13995         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
13996
13997 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
13998
13999         * gnus-util.el (gnus-extract-address-components): Improve comment.
14000
14001 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14002
14003         * gnus-util.el (gnus-extract-address-components): Work with address in
14004         which the name portion contains @.
14005
14006         * lpath.el: Fbind custom-autoload.
14007
14008 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14009
14010         * gnus.el (gnus-start): Move custom group up.
14011         (gnus-select-method): Don't autoload, but make it available for
14012         `customize-variable'.
14013         (gnus-getenv-nntpserver): Don't autoload.
14014
14015 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
14016
14017         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14018
14019 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14020
14021         * message.el (message-sendmail-extra-arguments): New variable.
14022         (message-send-mail-with-sendmail): Use it.
14023
14024 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14025
14026         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14027         mm-with-unibyte-current-buffer to make string unibyte.
14028
14029         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14030         mm-string-as-multibyte.
14031
14032 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
14033
14034         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14035         Reported by Werner Koch <wk@gnupg.org>.
14036
14037 2006-11-14  Daiki Ueno  <ueno@p360>
14038
14039         * mml2015.el: Autoload epa-select-keys when compiling.
14040
14041 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14042
14043         * mml2015.el (mml2015-epg-sign): Save the signing keys in
14044         message-options.
14045         (mml2015-epg-encrypt): Save the recipient keys in message-options.
14046
14047 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14048
14049         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14050         EasyPG (< 0.0.6).
14051         (mml2015-always-trust): New user option.
14052         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14053         prompt.
14054
14055 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14056
14057         * nntp.el (nntp-authinfo-force): New variable.
14058         (nntp-send-authinfo): Use it.
14059
14060 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
14061
14062         * message.el (message-strip-subject-encoded-words): Allow _not_ to
14063         decode encoded words.  Improve prompt.  Add comment about forwarding.
14064         (message-replacement-char): Move up.
14065
14066 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14067
14068         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
14069         instead of gnus-intersection because arguments of gnus-sorted-nunion
14070         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
14071
14072 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
14073
14074         * message.el (message-strip-subject-encoded-words): Reformat prompt.
14075         (message-simplify-subject-functions):
14076         Enable message-strip-subject-encoded-words by default.
14077
14078 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
14079
14080         * message.el (message-strip-subject-encoded-words): New function.
14081         (message-simplify-subject-functions): New variable.
14082         (message-simplify-subject): Use it.  Fix typo in doc string.
14083         Support message-strip-subject-encoded-words.
14084
14085 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
14086
14087         * gnus-diary.el (gnus-diary-delay-format-function):
14088         * nndiary.el (nndiary-reminders):
14089         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
14090
14091 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14092
14093         * gnus-art.el (article-hide-boring-headers): Fetch date from
14094         gnus-original-article-buffer to avoid problems with localized date
14095         strings.
14096
14097 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
14100
14101 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
14102
14103         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14104         New variables.
14105         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14106         (mm-charset-synonym-alist): Move some entries to
14107         mm-codepage-iso-8859-list.
14108         (mm-charset-synonym-alist, mm-charset-override-alist):
14109         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14110
14111 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14112
14113         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
14114
14115 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14116
14117         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
14118         with Emacs 21 and XEmacs.
14119
14120 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
14121
14122         * spam.el (spam-parse-address): New function for better parsing,
14123         catching errors, etc.
14124         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
14125
14126 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14127
14128         * mm-view.el: Add interactive arg to html2text autoload.
14129
14130 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14131
14132         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
14133
14134 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
14135
14136         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14137         New variables.
14138         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14139         (mm-charset-synonym-alist): Move some entries to
14140         mm-codepage-iso-8859-list.
14141
14142         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
14143
14144 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
14145
14146         * message.el (message-citation-line-format)
14147         (message-insert-formated-citation-line): Fix implementation of %E, %N
14148         and %n according to the doc string.
14149
14150 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
14151
14152         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14153         Use car-safe to avoid bad parses.
14154
14155 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14156
14157         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
14158         names.
14159
14160         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
14161
14162 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14163
14164         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
14165         header.
14166
14167         * message.el (message-draft-headers): Add Date.
14168         (message-headers-to-generate): Fix typo in docstring.
14169
14170         * nndraft.el (nndraft-required-headers): New variable.
14171         (nndraft-generate-headers): Use it.
14172
14173         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
14174
14175 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14176
14177         * gnus-registry.el (gnus-registry-wash-for-keywords)
14178         (gnus-registry-find-keywords): New functions to allow easy searching of
14179         articles that are in the registry.
14180
14181 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14182
14183         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14184         Use ietf-drums-parse-address instead of gnus-extract-address-components.
14185         Reported by Damien Elmes <damien@repose.cx>.
14186
14187 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14188
14189         * gnus.el (gnus-mime): Remove unused custom group.
14190
14191 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14192
14193         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
14194         "blank line" when searching for end of armor headers.
14195
14196 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * gmm-utils.el (gmm-write-region): Fix variable name.
14199
14200 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14201
14202         * gmm-utils.el (gmm-write-region): New function based on compatibility
14203         code from `mm-make-temp-file'.
14204
14205         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
14206
14207         * nnmaildir.el (nnmaildir--update-nov)
14208         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
14209         Use `gmm-write-region'.
14210
14211 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14212
14213         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
14214         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14215
14216         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
14217
14218         * message.el (message-replacement-char): New variable.
14219         (message-fix-before-sending): Use it.
14220         (message-simplify-subject): New function to remove duplicate code.
14221         (message-reply, message-followup): Use it.
14222
14223         * gnus-sum.el (gnus-summary-make-menu-bar):
14224         Clarify gnus-summary-limit-to-articles.
14225
14226 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14227
14228         * gnus-util.el (gnus-with-local-quit): New macro.
14229
14230         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
14231
14232 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
14233
14234         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
14235         ignore non-string data.
14236
14237 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14238
14239         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
14240         non-string data (needs to be done in the registry too).
14241
14242 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14243
14244         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
14245         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
14246         (gnus-registry-split-fancy-with-parent)
14247         (gnus-registry-fetch-simplified-message-subject-fast)
14248         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
14249         Remove text properties on ingress into the registry and when it's saved.
14250         (gnus-registry-clean-empty-function): Fix bug with cleaning the
14251         registry from entries with no groups.
14252
14253 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14254
14255         * gnus-util.el (gnus-string-remove-all-properties): Add utility
14256         function to remove string properties.
14257
14258 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14259
14260         * gmm-utils.el (gmm): Adjust custom version.
14261
14262         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
14263         Adjust custom version.
14264
14265         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
14266
14267 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14268
14269         * gnus-art.el (gnus-insert-prev-page-button)
14270         (gnus-insert-next-page-button): Simplify.  Reformat.
14271
14272 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
14273
14274         * gnus-art.el (gnus-insert-prev-page-button)
14275         (gnus-insert-next-page-button): Apply gnus-article-button-face.
14276
14277 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
14278
14279         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
14280
14281 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
14282
14283         * gnus-art.el (gnus-insert-mime-button)
14284         (gnus-insert-mime-security-button):
14285         Apply gnus-article-button-face to MIME and security buttons.
14286
14287 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
14288
14289         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
14290         readable.
14291
14292 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14293
14294         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
14295
14296 2006-09-20  Steve Youngs  <steve@sxemacs.org>
14297
14298         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
14299         `browse-url-of-file' instead of `browse-url'.
14300
14301 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14302
14303         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14304         regexp.  Articles containing quotation were cut prematurely.
14305
14306 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14307
14308         * message.el (message-cite-original-1): Use nobody by default for the
14309         value of From header.
14310         (message-reply): Ditto.
14311
14312 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
14313
14314         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
14315         to the gnus-info.  This fixes a bug of inline-PGP message verification.
14316         Reported by Michael Piotrowski <mxp@dynalabs.de>.
14317
14318 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
14319
14320         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
14321         mails in the doc string.  Add some URLs in comment.
14322         (pop3-movemail): Warn about pop3-leave-mail-on-server.
14323
14324 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14325
14326         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
14327         backslashes handling and the way to find boundaries of quoted strings.
14328
14329 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
14330
14331         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
14332         mml1991-encrypt-to-self is set and mml1991-signers is not set.
14333         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
14334         mml2015-encrypt-to-self is set and mml2015-signers is not set.
14335
14336 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14337
14338         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
14339         doc string.
14340         (gnus-button-regexp, gnus-button-last): Remove unused variables.
14341
14342 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14343
14344         * lpath.el: Fbind epg-check-configuration.
14345
14346 2006-09-06  Simon Josefsson  <jas@extundo.com>
14347
14348         * mml2015.el (mml2015-use): Doc fix, mention epg.
14349
14350 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14351
14352         * mml2015.el (mml2015-use): Default to epg, if available.
14353
14354 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14355
14356         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
14357         message-sender.
14358         (mml1991-epg-encrypt): Ditto.
14359         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
14360         message-sender.
14361         (mml2015-epg-encrypt): Ditto.
14362
14363 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
14364
14365         * message.el (message-send-mail-with-sendmail): Look for sendmail in
14366         several common directories.
14367
14368 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
14369
14370         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
14371         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
14372
14373 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14374
14375         * gnus-art.el (article-decode-encoded-words): Make it fast.
14376
14377 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
14380
14381         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
14382         in quoted string into `\'.
14383
14384 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14385
14386         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14387         Use standard-syntax-table.
14388
14389 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * gnus-art.el (gnus-decode-address-function): New variable.
14392         (article-decode-encoded-words): Use it to decode headers which are
14393         assumed to contain addresses.
14394         (gnus-mime-delete-part): Remove useless `or'.
14395
14396         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
14397         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
14398         (gnus-nov-parse-line): Use it to decode From header.
14399         (gnus-get-newsgroup-headers): Ditto.
14400         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
14401
14402         * mail-parse.el (mail-decode-encoded-address-region): New alias.
14403         (mail-decode-encoded-address-string): New alias.
14404
14405         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14406         New function.
14407         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
14408         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
14409         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
14410         (rfc2047-decode-string): Ditto.
14411         (rfc2047-decode-address-region): New function.
14412         (rfc2047-decode-address-string): New function.
14413
14414 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
14415
14416         * message.el (message-caesar-buffer-body): Allow rotating headers.
14417
14418         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
14419
14420         * message.el (message-insert-formated-citation-line): Fix %f.
14421         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
14422
14423 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14424
14425         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
14426         (gnus-bookmark-mouse-available-p): New macro.
14427         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
14428         (gnus-bookmark-bmenu-show-infos): Use it.
14429         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
14430         (gnus-bookmark-bmenu-hide-infos): Ditto.
14431         (gnus-bookmark-remove-properties): New function.
14432         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
14433         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
14434         (gnus-bookmark-write-file): Bind coding-system-for-write.
14435         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
14436         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
14437         group before selecting it.
14438         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
14439         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
14440         quit-window if it is not available; use gnus-mouse-2 and bind it to
14441         gnus-bookmark-bmenu-select-by-mouse.
14442         (gnus-bookmark-show-details): Remove unused variable `details-list'.
14443         (gnus-bookmark-bmenu-select-by-mouse): New function.
14444
14445 2006-08-13  Romain Francoise  <romain@orebokech.com>
14446
14447         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
14448         space.
14449
14450 2006-08-10  Romain Francoise  <romain@orebokech.com>
14451
14452         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
14453         (dns-mode-soa-auto-increment-serial): New user option.
14454         (dns-mode-soa-maybe-increment-serial): New function.
14455         (dns-mode): Add the latter to `write-contents-functions'.
14456
14457 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14458
14459         * compface.el (uncompface): Use binary rather than raw-text-unix.
14460
14461 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14462
14463         * compface.el (uncompface): Make sure the eol conversion doesn't take
14464         place when communicating with the external programs.
14465         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14466
14467 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14468
14469         * nnheader.el (nnheader-insert-head): Fix typo in comment.
14470
14471 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14472
14473         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14474         Make it more robust by parsing author and date independently.
14475
14476 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14477
14478         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
14479
14480 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
14481
14482         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
14483         first matching secret key.
14484         (mml2015-epg-encrypt): Ditto.
14485
14486         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
14487         first matching secret key.
14488         (mml1991-epg-encrypt): Ditto.
14489
14490         * mml2015.el (mml2015-encrypt-to-self): New user option.
14491         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
14492         mml2015-epg-encrypt-to-self is set.
14493
14494         * mml1991.el (mml1991-encrypt-to-self): New variable.
14495         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
14496         mml1991-epg-encrypt-to-self is set.
14497
14498         * mml2015.el (mml2015-signers): New user option.
14499         (mml2015-epg-sign): Reflect the value of mml2015-signers.
14500         (mml2015-epg-encrypt): Allow to select signing keys.
14501
14502         * mml1991.el (mml1991-signers): New variable.
14503         (mml1991-epg-sign): Reflect the value of mml1991-signers.
14504         (mml1991-epg-encrypt): Allow to select signing keys.
14505
14506 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14507
14508         * nnheader.el (nnheader-insert-head): Make it work even if the file
14509         uses CRLF for the line-break code.
14510
14511 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
14512
14513         * mml2015.el: Require mml-sec instead of password.
14514         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
14515         (mml2015-cache-passphrase): Inherit the default value from
14516         mml-secure-cache-passphrase.
14517         (mml2015-passphrase-cache-expiry): Inherit the default value from
14518         mml-secure-passphrase-cache-expiry.
14519
14520         * mml1991.el: Require mml-sec instead of password.
14521         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
14522         (mml1991-cache-passphrase): Inherit the default value from
14523         mml-secure-cache-passphrase.
14524         (mml1991-passphrase-cache-expiry): Inherit the default value from
14525         mml-secure-passphrase-cache-expiry.
14526
14527         * mml-sec.el: Require password.
14528         (mml-secure-verbose): New user option.
14529         (mml-secure-cache-passphrase): New user option.
14530         (mml-secure-passphrase-cache-expiry): New user option.
14531
14532 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
14533             Andreas Vögele  <andreas@altroot.de>   (tiny change)
14534
14535         * pgg-def.el (pgg-truncate-key-identifier):
14536         Truncate the key ID to 8 letters from the end.
14537
14538 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14539
14540         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
14541         workaround for the url package included with Emacs.
14542
14543         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14544
14545 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14546
14547         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
14548         correctly.  This fixes a bug caused by the 2006-05-12 change.
14549
14550 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
14551
14552         * nnmail.el (nnmail-article-group): If splitting raises an error, give
14553         some information about the error when saying that the `bogus' mail
14554         group will be used.
14555
14556 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
14557
14558         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
14559         string.
14560
14561 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
14562
14563         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
14564
14565 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14566
14567         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
14568
14569 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14570
14571         * mml1991.el (mml1991-function-alist): Add epg.
14572         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
14573         (mml1991-epg-encrypt): New functions.
14574
14575 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14576
14577         * mml2015.el (mml2015-verbose): New variable.
14578         (mml2015-cache-passphrase): Ditto.
14579         (mml2015-passphrase-cache-expiry): Ditto.
14580         (mml2015-function-alist): Add epg.
14581         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
14582         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
14583         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
14584         New functions.
14585
14586 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14587
14588         * message.el (message-cite-original-1): Preserve region when removing
14589         quoted text due to X-No-Archive in order to avoid bogus attribution
14590         when citing multiple messages.
14591
14592 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14593
14594         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
14595         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
14596
14597 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
14598
14599         * gnus-diary.el (gnus-user-format-function-d)
14600         (gnus-user-format-function-D): Autoload.
14601
14602         * imap.el (Commentary): Fix typo.
14603
14604         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
14605         2006-04-22 contribution.
14606
14607 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14608
14609         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
14610         It didn't really fix the bogosity I'm seeing with solid web groups.
14611
14612 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14613
14614         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
14615         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
14616         created using server names.  If we use the feature without declaring
14617         it, Gnus does not properly manage server and group state.
14618
14619         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
14620         bound.
14621
14622 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14623
14624         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
14625         looking up the method using GROUP's prefix before inventing a new one.
14626         It is used on killed/unknown groups in various places where returning
14627         an all-new method isn't expected by the caller.
14628
14629         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
14630         and match semantics of gnus-group-real-prefix.
14631
14632 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
14633
14634         * nnmail.el (nnmail-broken-references-mailers): New variable.
14635         (nnmail-ignore-broken-references): New function generalizing
14636         nnmail-fix-eudora-headers.
14637         (nnmail-fix-eudora-headers): Now obsolete.
14638
14639         * gnus-art.el (gnus-button-handle-custom):
14640         Support `customize-apropos*'.
14641
14642 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14643
14644         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
14645
14646         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
14647         articles.
14648
14649 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
14650
14651         * message.el (message-cite-reply-above): New variable.
14652         (message-yank-original): Use it.
14653
14654 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14655
14656         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
14657
14658 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
14659
14660         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
14661         as read.
14662
14663         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
14664
14665 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
14666
14667         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
14668         (gnus-bookmark-default-file): Use gnus-directory.
14669         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
14670         Remove "*" in doc string.
14671         (gnus-bookmark-write-file): Simplify.
14672         (gnus-bookmark-maybe-sort-alist): Use `when'.
14673         (gnus-bookmark-get-bookmark): Fix typo in doc string.
14674         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
14675         Add FIXME about Emacs 21 and XEmacs compatibility.
14676         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
14677         compatibility.
14678         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
14679         compatibility.
14680         (gnus-bookmark-menu-heading): Fix version.
14681
14682 2006-06-19  Bastien Guerry  <bzg@altern.org>
14683
14684         * gnus-bookmark.el: New file.
14685
14686 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14687
14688         * message.el (message-syntax-checks): Doc fix.
14689
14690 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14691
14692         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
14693         unsubscribed groups as if they were killed ones.  It causes duplicate
14694         entries in gnus-newsrc-alist.
14695
14696 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14697
14698         * message.el (message-syntax-checks): Doc fix.
14699         (message-send-mail): Add check for continuation headers.
14700         (message-check-news-header-syntax): Fix regexp used to check for
14701         continuation headers.
14702
14703 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14704
14705         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
14706
14707 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
14708
14709         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
14710
14711 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14712
14713         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
14714         default-truncate-lines.
14715
14716 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14717
14718         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
14719         to fill the utf-8 entry.
14720
14721         * lpath.el: Fbind unicode-precedence-list.
14722
14723 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14724
14725         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14726
14727 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
14728
14729         * gnus-agent.el (directory-files-and-attributes): Move all the way
14730         forward (the third and final move).
14731         (gnus-agent-read-agentview): Trap reconstruction errors due to
14732         nonexistent directory.  Handle by returning nil.
14733
14734 2006-05-30  Didier Verna  <didier@xemacs.org>
14735
14736         * message.el (message-dont-reply-to-names): Update the custom type.
14737         * message.el (message-dont-reply-to-names): New defsubst: potentially
14738         convert a list of regexps into a single one.
14739         * message.el (message-get-reply-headers): Use it.
14740         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
14741
14742 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14743
14744         * gnus-agent.el (directory-files-and-attributes): Move forward.
14745
14746 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14747
14748         * gnus-ml.el (gnus-mailing-list-subscribe)
14749         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
14750         (gnus-mailing-list-message): Fix doc strings.
14751
14752 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14753
14754         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14755         of doing it manually.
14756
14757 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14758
14759         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14760         comment.
14761
14762 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
14763
14764         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14765         (gnus-agent-read-agentview): Fix handling of end-of-file error.
14766         (gnus-agent-read-local): All symbols allocated in my-obarray.
14767         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14768         (gnus-agent-regenerate-group): Check numeric names to see if they are
14769         messages or groups.
14770         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14771         better way of do this...)
14772
14773         * gnus-cache.el (gnus-agent-total-fetched-for):
14774         Ignore 'dummy.group' (there should be a better way of do this...)
14775
14776 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14777
14778         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
14779         (gnus-saved-headers): Ditto.
14780         (gnus-default-article-saver): Mention functions may have properties.
14781         (gnus-article-save): Override gnus-save-all-headers and
14782         gnus-saved-headers by :headers property which saver function may have.
14783         (gnus-summary-save-in-file): Add :headers property.
14784         (gnus-summary-write-to-file): Ditto.
14785
14786         * gnus-sum.el (gnus-summary-save-article): Bind
14787         gnus-prompt-before-saving to t when saving many articles in a file;
14788         always show all headers.
14789
14790         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
14791
14792 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14793
14794         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
14795         marks.
14796
14797         * message.el (message-indent-citation): Add optional arguments to allow
14798         using it outside of message buffers.
14799
14800         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
14801         (gnus-article-treat-unfold-headers): Use it.
14802         (gnus-article-truncate-lines): New variable.
14803         (gnus-article-mode): Use it.
14804         (gnus-article-toggle-truncate-lines): New function.
14805
14806         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14807         Add gnus-article-toggle-truncate-lines.
14808
14809         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
14810         coding system in XEmacs, use binary.
14811
14812 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14813
14814         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
14815         after-load-alist.
14816
14817         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
14818         this function should save decoded articles.
14819         (gnus-summary-write-to-file): Use property to specify this function
14820         should save decoded articles and specify gnus-summary-save-in-file
14821         should be used to save articles other than the first one when saving
14822         many articles.
14823         (gnus-summary-save-body-in-file): Use property to specify this
14824         function should save decoded articles.
14825         (gnus-summary-write-body-to-file): Use property to specify this
14826         function should save decoded articles and specify
14827         gnus-summary-save-body-in-file should be used to save articles other
14828         than the first one when saving many articles.
14829
14830         * gnus-sum.el (gnus-summary-save-article): Simplify.
14831
14832 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14833
14834         * gnus-art.el (gnus-default-article-saver):
14835         Add gnus-summary-write-body-to-file.
14836         (gnus-article-save-coding-system): Don't use coding system object
14837         in XEmacs.
14838         (gnus-read-save-file-name): Add optional `dir-var' argument which
14839         specifies directory in which files are saved; work even if optional
14840         `variable' argument is not specified.
14841         (gnus-summary-write-to-file): Read file name.
14842         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
14843         (gnus-summary-write-body-to-file): New function.
14844
14845         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
14846         (gnus-summary-local-variables): Add it.
14847         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
14848         (gnus-summary-save-article): Remove optional `decode' argument;
14849         determine whether to decode articles by the value of
14850         gnus-default-article-saver; when saving many files using
14851         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
14852         it first and use gnus-summary-save-in-file or
14853         gnus-summary-save-body-in-file thereafter unless
14854         gnus-prompt-before-saving is always; move point to article which
14855         will be saved.
14856         (gnus-summary-save-article-file): Revert.
14857         (gnus-summary-write-article-file): Revert.
14858         (gnus-summary-save-article-body-file): Revert.
14859         (gnus-summary-write-article-body-file): New function.
14860
14861 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14862
14863         * gnus-art.el (gnus-default-article-saver): Doc fix.
14864         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
14865         from gnus-summary-save-article-coding-system, and default to a
14866         certain coding system.
14867         (gnus-output-to-file): Add coding cookie and encode text according
14868         to gnus-article-save-coding-system; don't use mm-append-to-file.
14869
14870         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
14871         gnus-art.el and rename to gnus-article-save-coding-system.
14872         (gnus-summary-save-article): Require gnus-art; don't show all
14873         headers if it decodes articles; don't add coding cookie here;
14874         don't bind mm-text-coding-system-for-write.
14875         (gnus-summary-save-article-file): Save decoded articles.
14876         (gnus-summary-write-article-file): When saving many files, use
14877         gnus-summary-write-to-file first and gnus-summary-save-in-file
14878         thereafter unless gnus-prompt-before-saving is always.
14879         (gnus-summary-save-article-body-file): Save decoded articles.
14880
14881         * lpath.el: Fbind select-safe-coding-system for XEmacs.
14882
14883 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14884
14885         * nnrss.el (nnrss-check-group): Bind hash-index.
14886
14887 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
14888
14889         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
14890         its hash index.  Store this hash in `nnrss-group-data'.
14891         (nnrss-read-group-data): Update accordingly.
14892
14893 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14894
14895         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
14896         entry.
14897
14898         * gnus-sum.el (gnus-summary-make-menu-bar):
14899         Add gnus-article-browse-html-article.
14900
14901 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
14902
14903         * gnus-sum.el (gnus-summary-mime-map):
14904         Add gnus-article-browse-html-article.
14905
14906         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
14907
14908 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14909
14910         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
14911         suitable coding systems in customize.
14912
14913 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
14914
14915         * mail-source.el (mail-sources): Fix custom type.
14916
14917 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14918
14919         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
14920         (gnus-summary-expire-articles-now): Shorten prompt.
14921
14922         * gmm-utils.el (wid-edit): Require.
14923         (defun-gmm): Rename from `gmm-defun-compat'.
14924         (gmm-image-search-load-path): Use it.
14925         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
14926
14927 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14928
14929         * gnus-sum.el (gnus-summary-save-article-coding-system):
14930         New variable.
14931         (gnus-summary-save-article): Add optional `decode' argument.
14932         If it is set and gnus-summary-save-article-coding-system is non-nil,
14933         save decoded article.
14934         (gnus-summary-write-article-file): Save decoded article if
14935         gnus-summary-save-article-coding-system is non-nil.
14936
14937         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
14938         type.
14939
14940 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14941
14942         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
14943
14944 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14945
14946         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
14947         first to test gnus-single-article-buffer which may be buffer-local.
14948
14949         * gnus-sum.el (gnus-summary-setup-buffer):
14950         Make gnus-single-article-buffer buffer-local and nil in ephemeral
14951         group; make gnus-article-buffer, gnus-article-current, and
14952         gnus-original-article-buffer always buffer-local.
14953         (gnus-summary-exit): Kill article buffer belonging to ephemeral
14954         group.
14955         (gnus-handle-ephemeral-exit): Don't move to next summary line.
14956
14957 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14958
14959         * nnml.el (nnml-request-compact-group): Compressed files might not
14960         have .gz extension.
14961
14962 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14963
14964         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
14965         (mm-copy-to-buffer): Use with-current-buffer.
14966         (mm-display-part): Simplify.
14967         (mm-inlinable-p): Add optional arg `type'.
14968
14969 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14970
14971         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
14972         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
14973         Try harder to show the attachment internally or externally using
14974         gnus-mime-view-part-as-type.
14975
14976 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14977
14978         * message.el (message-from-style, message-signature-separator)
14979         (message-user-organization-file, message-send-mail-function)
14980         (message-citation-line-function, message-yank-prefix)
14981         (message-indent-citation-function, message-signature)
14982         (message-signature-file, message-signature-insert-empty-line):
14983         Remove autoloads.
14984
14985         * gnus-art.el (gnus-buttonized-mime-types):
14986         Remove "multipart/signed".  Revert 2006-04-26 change.
14987
14988 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14989
14990         * gnus.el (gnus-version-number): Bump version.
14991
14992 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14993
14994         * gnus.el: No Gnus v0.5 is released.
14995
14996 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14997
14998         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
14999         fetching articles by message-id.
15000
15001 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15002
15003         * message.el (hashcash): Require hashcash as normal.
15004
15005         * ecomplete.el (ecomplete-highlight-match-line):
15006         Use point-at-eol.
15007         (ecomplete-highlight-match-line): Use `highlight', because that
15008         face exists in both Emacs and XEmacs.
15009
15010         * message.el (message-display-abbrev): Use point-at-bol.
15011
15012         * mail-source.el: Don't require timer/timer-funcs.
15013
15014         * gnus-async.el: Ditto.
15015
15016         * password.el: Ditto.
15017
15018         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
15019
15020         * mm-url.el: Ditto.
15021
15022         * gnus-xmas.el: Don't require timer-funcs.
15023
15024         * mm-util.el: Require timer/timer-funcs.
15025
15026 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15027
15028         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15029         Close.
15030
15031 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15034         unibyte after clear-decrypt function runs.
15035
15036         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15037         returns as a unibyte string.
15038
15039 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15040
15041         * lpath.el: Revert.
15042
15043         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
15044         (pgg-gpg-process-sentinel): Revert.
15045
15046         * pgg-pgp.el (pgg-pgp-process-region): Revert.
15047         (pgg-pgp-lookup-key): Revert.
15048
15049         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
15050         (pgg-pgp5-lookup-key): Revert.
15051
15052         * pgg.el (pgg-fetch-key): Revert.
15053
15054 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15055
15056         * lpath.el: Fbind string-as-multibyte for XEmacs.
15057
15058         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15059         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15060         (mml1991-pgg-encrypt): Ditto.
15061
15062         * pgg-gpg.el (pgg-string-to-multibyte): New function.
15063         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
15064         a multibyte buffer.
15065
15066         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
15067         (pgg-pgp-lookup-key): Ditto.
15068
15069         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
15070         (pgg-pgp5-lookup-key): Ditto.
15071
15072         * pgg.el (pgg-fetch-key): Ditto.
15073
15074 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
15075
15076         * message.el (message-user-organization-file): Check several
15077         locations of the organization file.
15078
15079         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
15080         Add gnus-article-view-part-as-type.
15081
15082         * gnus-art.el (gnus-article-view-part-as-type): New function.
15083
15084         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
15085         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
15086
15087         * mml.el: Simplify autoload.
15088         (mml-mode): defvar dnd-protocol-alist instead of using
15089         symbol-value.
15090         (mml-default-directory): New variable.
15091         (mml-minibuffer-read-file): Use it.
15092         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
15093
15094         * message.el (message-citation-line-format): New variable.
15095         (message-insert-formated-citation-line): New function.
15096         (message-citation-line-function):
15097         Add `message-insert-formated-citation-line' to custom type.
15098
15099         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
15100         to doc string.
15101
15102         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
15103         depending on mm-verify-option.
15104
15105 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15106
15107         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
15108         binding pgg-* variables; reimplement the section which prevents
15109         MIME header from being signed.
15110         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
15111         pgg-text-mode; remove a blank line at the top of body.
15112
15113         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
15114         lines at the top of body; use gnus-newsgroup-charset if there's no
15115         Charset header.
15116
15117 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15118
15119         * message.el (message-self-insert-commands): Doc fix.
15120
15121         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
15122         (mm-uu-pgp-encrypted-test): Ditto.
15123         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
15124         between header and body; return application/pgp-encrypted handle
15125         if decryption failed; decode decrypted body by charset.
15126
15127         * mm-decode.el (mm-automatic-display): Don't make application/pgp
15128         element match to application/pgp-*.
15129
15130 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15131
15132         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
15133         HTML.
15134
15135 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15136
15137         * mail-source.el (mail-source-call-script): Message the error
15138         string.
15139
15140 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15141
15142         * gnus-util.el (gnus-byte-compile): Use it.
15143
15144 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
15145
15146         * gnus-util.el (kill-empty-logs): New function.
15147
15148 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15149
15150         * message.el (message-mail-alias-type): Doc fix.
15151         (message-mail-alias-type-p): New function.
15152         (message-send): Use it.
15153         (message-mode): Ditto.
15154         (message-strip-forbidden-properties): Ditto.
15155
15156         * ecomplete.el (ecomplete-database-file-coding-system):
15157         New variable.
15158         (ecomplete-save): Use it.
15159         (ecomplete-setup): Use it.
15160
15161 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15162
15163         * message.el (message-self-insert-commands): New variable.
15164         (message-strip-forbidden-properties): Use it.
15165
15166 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15167
15168         * message.el (message-put-addresses-in-ecomplete): Use a regexp
15169         that doesn't make XEmacs choke.
15170
15171 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
15172
15173         * gnus-util.el (gnus-replace-in-string):
15174         Prefer replace-regexp-in-string over of replace-in-string.
15175
15176 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15177
15178         * gnus-util.el (gnus-select-frame-set-input-focus):
15179         Use select-frame-set-input-focus if it is available in XEmacs; use
15180         definition defined in Emacs 22 for old Emacsen.
15181
15182         * dgnushack.el: Autoload unmorse-region for XEmacs.
15183
15184         * lpath.el: Bind cursor-in-non-selected-windows and
15185         select-frame-set-input-focus for XEmacs.
15186
15187 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15188
15189         * mm-view.el (mm-inline-text): Use equal instead of equalp.
15190
15191 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
15192
15193         * gnus-registry.el (gnus-registry-cache-save): Remove text
15194         properties when saving via the temp buffer.
15195
15196 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15197
15198         * message.el (message-generate-hashcash): Honor custom type.
15199
15200 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15201
15202         * message.el (message-generate-hashcash): Default to non-nil when
15203         hashcash is found.
15204
15205         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
15206         (gnus-refer-thread-limit): Increase default to 500.
15207
15208         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
15209
15210         * flow-fill.el (fill-flowed): Allow delete-space.
15211
15212 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15213
15214         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15215         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
15216         Remove autoloads.
15217
15218 2006-04-18  Simon Josefsson  <jas@extundo.com>
15219
15220         * message.el (message-generate-hashcash): Default to.
15221
15222 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15223
15224         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15225         concatenating segments rather than before concatenating them.
15226
15227 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15228
15229         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
15230
15231 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15232
15233         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
15234
15235         * message.el (message-forward-make-body-plain):
15236         Allow message-forward-ignored-headers to be a list.
15237         (message-remove-ignored-headers): Factor out into function.
15238         (message-forward-make-body-mml): Use it.
15239
15240         * imap.el (imap-quote-specials): New function.
15241         (imap-login-auth): Quote specials.
15242
15243         * rfc2231.el (rfc2231-parse-string): Remove dead code.
15244         (rfc2231-parse-string): Allow concatanation of parameters that
15245         aren't contiguous.  The test case is
15246           (mail-header-parse-content-type "message/external-body;
15247             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
15248             access-type=LOCAL-FILE;
15249             name*1*=plugh%2fhello-sailor%2fbing.pdf")
15250
15251 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15252
15253         * nntp.el (nntp-accept-process-output): Return the value of
15254         `nnheader-accept-process-output'.
15255
15256 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15257
15258         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
15259         (gnus-button-alist): Recognize more diff formats.
15260         (gnus-button-patch): Strip directory.
15261
15262 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15263
15264         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
15265         Emacs 22 when setting focus.
15266
15267 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15268
15269         * gnus-art.el (gnus-article-treat-types): Do treatment of
15270         text/x-verbatim parts.
15271         (gnus-button-patch): New command.
15272
15273         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
15274         addresses that contain invalid characters.
15275
15276 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15277
15278         * message.el (message-put-addresses-in-ecomplete):
15279         Use gnus-replace-in-string.
15280         (message-is-yours-p): Use the more correct
15281         mail-header-parse-address instead of
15282         mail-extract-address-components.
15283         (message-put-addresses-in-ecomplete): Fix typo.
15284
15285         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
15286         keystroke.
15287
15288         * gnus-art.el (gnus-treatment-function-alist): Change order of
15289         newsgroups/generic header folding to avoid double-folding.
15290
15291         * message.el (message-hidden-headers): Add X-Draft-From.
15292
15293         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
15294         New command.
15295         (gnus-summary-repeat-search-article-backward): New command.
15296
15297         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
15298         groups in the parent topic.
15299
15300 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
15301
15302         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
15303         (spam-extra-header-to-number): Return the CRM114 number as a
15304         number instead of a string.
15305
15306 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15307
15308         * gnus-art.el (gnus-face-properties-alist): Move here from
15309         gnus-fun.
15310
15311         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
15312
15313 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15314
15315         * message.el (message-strip-forbidden-properties): Only display on
15316         self-insert-command.
15317
15318         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
15319         reindent.
15320         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
15321
15322 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
15323
15324         * smiley.el (smiley-style): Fix typo.
15325
15326 2006-03-23  Kenichi Handa  <handa@m17n.org>
15327
15328         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
15329         instead of set-buffer-multibyte.
15330
15331 2006-03-23  Kenichi Handa  <handa@m17n.org>
15332
15333         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15334         buffer and then decode the buffer text if necessary.
15335         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15336         first, and after mm-encode-body, change the buffer to unibyte.
15337
15338 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15339
15340         * hashcash.el (hashcash-insert-payment-async-2):
15341         Use message-goto-eoh instead of doing it manually.
15342         (mail-add-payment): Use message-narrow-to-header instead of trying
15343         to do the same itself.
15344
15345         * message.el (message-hidden-headers): Add Face.
15346
15347         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
15348         reparenting code.
15349         (gnus-summary-reparent-children): Refactored out code.
15350         (gnus-summary-thread-map): New keystroke.
15351         (gnus-summary-reparent-children): Make into command.
15352
15353         * smiley.el (smiley-style): Default to `medium' if using a large
15354         font.
15355
15356         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
15357         does it itself.
15358
15359         * message.el (message-point-in-header-p): Simplify definition.
15360
15361 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15362
15363         * nnagent.el (nnagent-request-set-mark): Silence log file
15364         writing.
15365         (nnagent-request-set-mark): Use write-region instead of
15366         append-to-file.
15367
15368         * gnus-sum.el (gnus-read-header): Fudge article number if using a
15369         strange select method.
15370
15371         * ecomplete.el (ecomplete-display-matches): Get highlightling
15372         right.
15373         (ecomplete-display-matches): Use literals.
15374         (ecomplete-display-matches): Disable message logging.
15375
15376         * message.el (message-display-abbrev): Small optimization.
15377
15378         * ecomplete.el (ecomplete-display-matches): Allow automatic
15379         display.
15380
15381         * message.el (message-strip-forbidden-properties):
15382         Display abbrevs.
15383         (message-display-abbrev): Get automatic display right.
15384
15385         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
15386         keystrokes.
15387
15388 2006-04-13  Romain Francoise  <romain@orebokech.com>
15389
15390         TODO: Backport to v5-10!
15391
15392         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
15393         Move here (and rename) from gnus-registry.el.
15394
15395         * gnus-registry.el: Require gnus-util.
15396         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
15397
15398 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15399
15400         * gnus-group.el (gnus-group-catchup-current):
15401         Change if-then-else-if-then-else into cond.
15402         (gnus-group-catchup): Indent.
15403         (group-name-at-point): New function.
15404         (gnus-fetch-group): Provide default from thing at point.
15405
15406 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15407
15408         * message.el (message-display-abbrev): Fix regexp.
15409
15410         * ecomplete.el (ecomplete-highlight-match-line):
15411         Reimplement choosing.
15412         (ecomplete-highlight-match-line): Fix up code rewrite, remove
15413         dead variables.
15414
15415         * message.el (message-newline-and-indent): Remove debugging.
15416         (message-display-abbrev): Use new implementation.
15417
15418 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15419
15420         * gnus-art.el (gnus-article-mode):
15421         Set cursor-in-non-selected-windows to nil.
15422
15423         * smiley.el: Revert previous change.
15424         (smiley-data-directory): defvar it before using it in the
15425         defcustom of `smiley-style'.
15426
15427 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15428
15429         * message.el (message-newline-and-indent): New function.
15430
15431         * ecomplete.el: Implement more bits.
15432
15433         * message.el (message-put-addresses-in-ecomplete): Clean up the
15434         string.
15435
15436         * ecomplete.el (ecomplete-add-item): Chop off decimals.
15437
15438         * gnus-sum.el (gnus-summary-save-parts):
15439         Bind gnus-summary-save-parts-counter and use it to make unique file
15440         names.
15441
15442         * gnus-art.el (gnus-ignored-headers): Add some more headers.
15443
15444         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
15445         parameter to say whether to actually parse the individual
15446         addresses.
15447
15448         * message.el (message-put-addresses-in-ecomplete): New function.
15449         (ecomplete): Require.
15450         (message-mail-alias-type): Add ecomplete as an option.
15451
15452 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
15453
15454         * flow-fill.el (fill-flowed): Remove trailing space from blank
15455         quoted lines.
15456
15457 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15458
15459         * smiley.el (smiley-style): Move definition later to avoid a
15460         compilation warning.
15461
15462 2006-04-12  Kenichi Handa  <handa@m17n.org>
15463
15464         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15465         buffer and then decode the buffer text if necessary.
15466         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15467         first, and after mm-encode-body, change the buffer to unibyte.
15468         Use mm-disable-multibyte instead of set-buffer-multibyte.
15469
15470 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15471
15472         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
15473         Content-Type header instead of Content-Disposition header.
15474         (gnus-mime-inline-part): Ditto.
15475         (gnus-mime-view-part-as-charset): Ignore charset that the part
15476         specifies.
15477
15478         * mm-decode.el (mm-display-part): Work with external parts and
15479         usual parts similarly.
15480
15481         * mm-extern.el (mm-inline-external-body): Use mm-display-part
15482         instead of gnus-display-mime.
15483
15484         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
15485         instead of with-temp-buffer.
15486
15487         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
15488         tag to summarized topics part in order to encode non-ASCII text.
15489
15490 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15491
15492         * smiley.el (smiley-style): New variable.
15493         (smiley-directory): New function.
15494         (smiley-data-directory): Derive from `smiley-style' using
15495         `smiley-directory'.
15496         (smiley-regexp-alist): Add new entries.
15497
15498         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
15499         (gnus-article-browse-delete-temp): Add :version.
15500
15501 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
15502
15503         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
15504         the sieve region.
15505
15506 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15507
15508         * gnus.el (gnus-version-number): Bump version.
15509
15510 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15511
15512         * gnus.el: No Gnus v0.4 is released.
15513
15514 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15515
15516         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
15517         layout.
15518
15519         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
15520         unknown charset.
15521
15522         * message.el (message-header-synonyms): Add Original-To to the
15523         default.
15524
15525         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
15526         optional parameter.
15527
15528 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
15529
15530         * gnus-fun.el (gnus): Require it for gnus-directory.
15531
15532 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15533
15534         * gnus-fun.el (gnus-face-properties-alist): Add :version.
15535
15536 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15537
15538         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
15539
15540 2006-04-05  Simon Josefsson  <jas@extundo.com>
15541
15542         * password.el (password-reset): New function.
15543
15544 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15545
15546         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
15547         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
15548
15549 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15550
15551         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15552         Some whitespace was matched into the url, which broke browsing hits
15553         > 100 when mm-url-use-external was nil.
15554
15555 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15556
15557         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15558         Check gnus-extra-headers for 'Newsgroups.
15559
15560         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
15561         bound.
15562
15563 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
15564
15565         * pgg-gpg.el: Clean up process buffers every time gpg processes
15566         complete.
15567
15568 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
15569
15570         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15571         doc string.
15572
15573 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
15574
15575         * pgg-gpg.el (pgg-gpg-process-filter)
15576         (pgg-gpg-wait-for-completion): Check if buffer is alive.
15577
15578         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
15579         lines, temporary fix.
15580
15581 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15582
15583         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
15584
15585 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
15586
15587         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15588         default-enable-multibyte-characters.  This reverts the change from
15589         revision 6.17 which is no longer necessary because the passphrase
15590         is sent separately now.  GnuPG messages are unreadable under
15591         multibyte locales with default-enable-multibyte-characters set to
15592         nil.
15593
15594 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
15595
15596         * message.el (message-tool-bar-gnome): Move "spell".
15597
15598 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
15599
15600         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
15601         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
15602         instead.
15603
15604 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
15605
15606         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15607         Improve newsgroups handling for NNTP overviews which don't include
15608         Newsgroups.
15609
15610 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15611
15612         * message.el (message-resend): Bind message-generate-hashcash to nil.
15613
15614 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15615
15616         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
15617         when searching for already-paid recipients.
15618
15619 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
15620
15621         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15622         passphrases when it is not needed.
15623         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15624         passphrase stuff from gpg, should only be necessary when you use
15625         gpg with a smartcard.
15626
15627 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * mml.el (mml-insert-mime): Ignore cached contents of
15630         message/external-body part.
15631
15632         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
15633         (mm-insert-part): Ditto.
15634
15635 2006-03-23  Simon Josefsson  <jas@extundo.com>
15636
15637         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
15638         Reiner.
15639         (pgg-gpg-use-agent-p): Use it again.
15640
15641 2006-03-23  Simon Josefsson  <jas@extundo.com>
15642
15643         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
15644         older emacsen.
15645         (pgg-gpg-use-agent-p): Don't use it.
15646
15647 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
15648
15649         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
15650         if we can.
15651
15652 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
15653
15654         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15655         (pgg-gpg-update-agent): New function.
15656         (pgg-gpg-use-agent-p): New function.
15657         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15658         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15659         (pgg-gpg-sign-region): Use it.
15660
15661 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15662
15663         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
15664         Reported by Ralf Wachinger <rwachinger@gmx.de>.
15665
15666 2006-03-21  Simon Josefsson  <jas@extundo.com>
15667
15668         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15669         <wilde@sha-bang.de>.
15670         (pgg-gpg-use-agent): New variable.
15671         (pgg-gpg-process-region): Use it.
15672         (pgg-gpg-encrypt-region): Likewise.
15673         (pgg-gpg-encrypt-symmetric-region): Likewise.
15674         (pgg-gpg-decrypt-region): Likewise.
15675         (pgg-gpg-sign-region): Likewise.
15676         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15677
15678 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15679
15680         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
15681
15682         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
15683         Add comment on version.
15684
15685 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15686
15687         * smiley.el: Add missing test smiley.
15688
15689 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15690
15691         * mm-decode.el (mm-with-part): New macro.
15692         (mm-get-part): Use it; work with message/external-body as well.
15693         (mm-save-part): Treat name and filename equally.
15694
15695         * mm-extern.el (mm-extern-cache-contents): New function.
15696         (mm-inline-external-body): Use it; force the part to be displayed;
15697         move undisplayer added to the cached handle to the parent.
15698
15699         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
15700         (gnus-mime-view-part-as-type): Work with message/external-body.
15701
15702         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
15703
15704 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15705
15706         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
15707         images in image-load-path.  [Sync with image.el, revision 1.60, in
15708         Emacs.]
15709
15710 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15711
15712         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
15713         path rather than symbol.  Always return list of directories.
15714         Guarantee that image directory comes first.  [Sync with image.el,
15715         revision 1.59, in Emacs.]
15716
15717         * message.el (message-make-tool-bar): Adjust to new API of
15718         `gmm-image-load-path-for-library'.
15719
15720         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15721
15722         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15723
15724 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15725
15726         * gnus-art.el (gnus-article-only-boring-p):
15727         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
15728         intangible text.
15729         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
15730
15731 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
15732
15733         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
15734         Use `defun' instead of `gmm-defun-compat'.
15735
15736 2006-03-14  Simon Josefsson  <jas@extundo.com>
15737
15738         * message.el (message-unique-id): Don't use message-number-base36
15739         if (user-uid) is a float.
15740         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
15741
15742 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15743
15744         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
15745
15746         * gnus-art.el (gnus-mime-display-single): Make sure there is an
15747         empty line between a part and a message part.
15748
15749 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
15750
15751         * smiley.el: Add more test smileys.
15752         (smiley-data-directory, smiley-regexp-alist)
15753         (gnus-smiley-file-types): Fix doc strings.
15754         (smiley-update-cache): Clear smiley-cached-regexp-alist before
15755         adding new elements.
15756         (smiley-mouse-map): Unused code.  Make it a comment.
15757
15758 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15759
15760         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
15761         scan latest NoCeM messages instead of old ones.
15762         (gnus-nocem-check-article): Fix regexps so as to match to PGP
15763         delimiters that are recently used.
15764         (gnus-nocem-load-cache): Add autoload cookie.
15765
15766         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
15767
15768         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
15769         level which is larger than gnus-use-nocem is specified.
15770
15771         * gnus-group.el (gnus-group-get-new-news): Ditto.
15772
15773 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15774
15775         * gnus-util.el (gnus-tool-bar-update): New function.
15776
15777         * gnus-group.el (gnus-group-update-tool-bar): New variable.
15778         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
15779
15780         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
15781
15782         * gnus-group.el (gnus-group-redraw-when-idle)
15783         (gnus-group-redraw-check): Remove.
15784         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
15785
15786 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15787
15788         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
15789         if optional last element is specified in splits (FIELD VALUE...).
15790
15791 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
15792
15793         * message.el (message-make-tool-bar): Rename gmm-image-load-path
15794         to gmm-image-load-path-for-library.  Call with no-error argument.
15795         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15796
15797         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15798
15799         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15800
15801         * gmm-utils.el (gmm-image-load-path): Remove alias.
15802
15803 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
15804
15805         * gmm-utils.el (gmm-image-load-path): Add alias.
15806
15807         * nnml.el (nnml-generate-nov-databases-directory): Rename from
15808         nnml-generate-nov-databases-1.
15809         (nnml-generate-nov-databases): Use it.
15810         (nnml-generate-nov-databases-directory): Document no-active
15811         argument.
15812
15813         * gmm-utils.el (gmm-image-load-path-for-library): Return single
15814         directory if path is t.  Add no-error.
15815
15816         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
15817         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15818
15819         * gnus-art.el (gnus-article-browse-delete-temp-files):
15820         Simplify resetting gnus-article-browse-html-temp-list.
15821
15822         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
15823         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
15824         Add example to docstring.  Rename local variables.  Move error
15825         checks to default case in cond and simplify.
15826
15827 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15828
15829         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
15830         handle is multipart when calling it recursively.
15831         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
15832
15833 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
15834
15835         * nnimap.el (nnimap-request-update-info-internal): Optimize.
15836         Don't `gnus-uncompress-range' to avoid excessive memory usage.
15837
15838 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15839
15840         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
15841         is loaded.
15842
15843         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
15844         loaded.
15845
15846 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15847
15848         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
15849         to "Emacs 23 (unicode)" in doc string.
15850
15851         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
15852         "Emacs 23 (unicode)" in comment.
15853
15854 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15855
15856         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
15857
15858         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
15859         characters 160 through 255 in Emacs 23.
15860
15861 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15862
15863         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
15864         gnus-article-browse-html-temp.
15865         (gnus-article-browse-delete-temp): Make it customizable.
15866         Add `file'.  Adjust doc string.
15867         (gnus-article-browse-delete-temp-files): Add argument.
15868         Allow query for each file.  Adjust doc string.
15869         (gnus-article-browse-html-parts):
15870         Add `gnus-article-browse-delete-temp-files' to
15871         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
15872
15873 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
15874
15875         * gnus-art.el (gnus-article-browse-html-temp)
15876         (gnus-article-browse-delete-temp): New variables.
15877         (gnus-article-browse-delete-temp-files): New function.
15878         (gnus-article-browse-html-parts): Use it.
15879
15880 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15881
15882         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
15883
15884         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
15885         string.
15886
15887         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
15888         gnus-summary-insert-new-articles when unplugged.
15889         Remove gnus-summary-search-article-forward.
15890
15891         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
15892         display-visual-class instead of display-color-cells.
15893
15894 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15895
15896         * dgnushack.el: Autoload customize-group for XEmacs.
15897
15898         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
15899         message/* containing non-ASCII text properly.
15900
15901 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15902
15903         * message.el: Require gmm-utils, remove autoloads.
15904         (message-tool-bar): Set default based on
15905         gmm-tool-bar-style.
15906         (message-tool-bar-gnome): Add gmm-customize-mode.
15907
15908         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
15909         gmm-tool-bar-style.
15910         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
15911
15912         * gnus-group.el (gnus-group-tool-bar): Set default based on
15913         gmm-tool-bar-style.
15914         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
15915
15916         * gmm-utils.el (gmm-image-directory): Rename variable from
15917         gmm-image-load-path.
15918         (gmm-image-load-path): Use gmm-image-directory.
15919         (gmm-customize-mode): New function.
15920         (gmm-tool-bar-style): New variable.
15921
15922         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
15923         gnus-group-redraw-line-number.
15924         (gnus-group-redraw-check): Simplify.
15925         (gnus-group-tool-bar-update): Remove redraw check.
15926         (gnus-group-make-tool-bar): Add redraw check.
15927
15928 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
15929
15930         * gnus-art.el (gnus-button): Add missing parentheses.
15931
15932 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15933
15934         * lpath.el: Fbind line-number-at-pos.
15935
15936 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15937
15938         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
15939
15940 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15941
15942         * gnus-art.el (gnus-button): New face.
15943         (gnus-article-button-face): Use it.
15944
15945         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15946         Add gnus-summary-next-page.  Re-order.
15947
15948         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
15949         next-node are now included.
15950         (gnus-group-redraw-line-number): New internal variable.
15951         (gnus-group-redraw-check): Helper function for updating the tool
15952         bar.
15953         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
15954
15955         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
15956
15957         * spam.el (spam-spamassassin-score-regexp): New internal variable.
15958         (spam-extra-header-to-number, spam-check-spamassassin-headers):
15959         Use it to match format of Spamassassin 3.0 and later.
15960         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
15961         (spam-check-bogofilter)
15962         (spam-bogofilter-register-with-bogofilter): Fix args of
15963         `gnus-error' calls.
15964
15965 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15966
15967         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
15968         unnecessary interaction when sending queued mails.
15969         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
15970
15971 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15972
15973         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
15974         first or last are nil.
15975
15976 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15977
15978         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
15979
15980 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15981
15982         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
15983
15984 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15985
15986         * dns.el (query-dns): Protect more against buggy tcp output.
15987
15988 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15989
15990         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
15991         nov.php.
15992
15993 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15994
15995         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
15996         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
15997         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
15998         output on the server side.
15999         (nnweb-google-create-mapping): Update regexps and add some
16000         progress indication.
16001
16002 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
16003
16004         * gnus-group.el (gnus-group-tool-bar-gnome):
16005         Fix gnus-agent-toggle-plugged.  Re-order icons.
16006         (gnus-group-tool-bar-gnome):
16007         Add gnus-group-{prev,next}-unread-group.
16008         (gnus-group-tool-bar-gnome): Re-order icons.
16009
16010         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16011         Move gnus-summary-insert-new-articles.
16012
16013         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16014         Fix comments.
16015
16016         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
16017         also available in Emacs 21.3.
16018
16019         * message.el (message-fix-before-sending): Change "Emacs 22" to
16020         "Emacs 23 (unicode)" in comment.
16021
16022         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16023         "Emacs 23 (unicode)" in comment.
16024
16025         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16026         comment.
16027         (mm-coding-system-p): Add comment about no-MULE XEmacs.
16028
16029         * mm-view.el (mm-fill-flowed): Add :version.
16030
16031 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16032
16033         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16034         and load-path.
16035
16036 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
16037
16038         * message.el: Autoload gmm-image-load-path.
16039         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16040         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
16041         consitency.
16042
16043         * gmm-utils.el (gmm-image-load-path): Also search in
16044         "../etc/images".  Don't set gmm-image-load-path if we don't find
16045         the image.
16046
16047 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16048
16049         * gmm-utils.el (gmm-image-load-path): Don't make
16050         `gmm-image-load-path' include subdirectories which the second arg
16051         `image' might specify.
16052
16053         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16054         subdirectory to icon file names.
16055
16056         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16057
16058 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16059
16060         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16061         gmm-image-load-path calls.
16062
16063         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16064
16065         * message.el (message-make-tool-bar): Ditto.
16066
16067         * mml.el (mml-preview): Add comment concerning tool bar icons.
16068
16069         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16070         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
16071
16072         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16073         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
16074
16075         * message.el (message-tool-bar-gnome): Use new icon names.
16076         (message-make-tool-bar): Use `gmm-image-load-path'.
16077
16078         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
16079         New functions from MH-E.
16080         (gmm-image-load-path): New variable from MH-E.
16081         (gmm-image-load-path): New function from MH-E.  Add arguments
16082         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
16083         *-image-load-path-called-flag.
16084
16085 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
16086
16087         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
16088
16089 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
16090
16091         * nnimap.el (nnimap-request-move-article): Change folder back to
16092         source group before deleting.
16093
16094 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
16095
16096         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
16097
16098         * gnus-art.el (mm-url-insert-file-contents-external):
16099         Autoload mm-url.
16100
16101         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
16102
16103 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16104
16105         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
16106         coding system which mm-charset-to-coding-system returns for a
16107         given charset is valid.
16108
16109 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
16110
16111         * html2text.el (html2text-remove-tag-list):
16112         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
16113
16114 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
16115
16116         * gnus-cus.el: Revert 2005-10-17 change.
16117
16118 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16119
16120         * gnus-art.el (article-strip-banner):
16121         Call article-really-strip-banner only when the regexp match is made.
16122
16123 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16124
16125         * gnus-art.el (article-strip-banner):
16126         Use gnus-extract-address-components instead of
16127         mail-header-parse-addresses to make it work with non-ASCII text;
16128         remove mail-encode-encoded-word-string.
16129
16130         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
16131         values which are surrounded with \"...\"; make it never cause a
16132         Lisp error; give up parsing of parameters if it failed in
16133         extracting type.
16134
16135 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
16136
16137         * smime.el (smime-cert-by-ldap-1): Fix bug where
16138         `smime-ldap-search' returns results without userCertificates.
16139
16140 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16141
16142         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
16143
16144 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16145
16146         * spam.el (spam-check-spamassassin-headers): Adapt format for
16147         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
16148         <ari@mbf.ocn.ne.jp>.
16149         (spam-list-of-processors): Add spam-use-gmane.
16150
16151 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16152
16153         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
16154         make-temp-file; make it work with XEmacs as well.
16155
16156         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
16157         mm-make-temp-file.
16158
16159         * mm-decode.el (mm-display-external): Use the 3rd arg of
16160         mm-make-temp-file.
16161         (mm-create-image-xemacs): Ditto.
16162
16163 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16164
16165         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
16166         with message-narrow-to-headers.
16167         (gnus-draft-setup): Narrow to header to run message-fetch-field.
16168         (gnus-draft-check-draft-articles): New function.
16169         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
16170
16171 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16172
16173         * gnus-art.el (gnus-article-browse-html-parts):
16174         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
16175         Don't use suffix argument for mm-make-temp-file for Emacs 21
16176         compatibility.  Remove useless `format'.
16177
16178 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16179
16180         * nnweb.el (nnweb-google-wash-article): Update regexps.
16181         (nnweb-group-alist): Use defvoo instead of defvar.
16182
16183 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16184
16185         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
16186         re-loading nn* modules.
16187
16188 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16189
16190         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
16191         for `tool-bar-mode' and don't check it's default-value.
16192
16193         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16194
16195         * message.el (message-make-tool-bar): Ditto.
16196
16197         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
16198         `substring'.  Shorten tmp-file name.
16199
16200         * gnus.el: Remove bogus comment.
16201
16202 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
16203
16204         * gnus-art.el (gnus-article-browse-html-parts): New function.
16205         (gnus-article-browse-html-article): New function for viewing html
16206         articles with a browser.
16207
16208 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
16209
16210         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
16211         in elisp.
16212         (pgg-gpg-encrypt-symmetric-region): Ditto.
16213         (pgg-gpg-sign-region): Ditto.
16214
16215         * pgg-def.el (pgg-text-mode): New variable.
16216
16217         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
16218         (mml2015-pgg-encrypt): Ditto.
16219
16220         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
16221         (mml1991-pgg-encrypt): Ditto.
16222
16223 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16224
16225         * nnfolder.el (nnfolder-insert-newsgroup-line):
16226         Use message-make-date instead of current-time-string.
16227
16228         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
16229         to gnus-decoded which mm-uu might set.
16230
16231 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16232
16233         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
16234         don't decode quoted parameters; remove misimported Emacs code.
16235         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16236         (rfc2231-decode-encoded-string): Don't use split-string which
16237         behaves differently according to Emacs version; use
16238         mm-decode-coding-region to convert charset to coding-system.
16239         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16240         (rfc2231-encode-string): Remove misimported Emacs code.
16241
16242 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16243
16244         * gnus-art.el (article-decode-charset): Don't use ignore-errors
16245         when calling mail-header-parse-content-type.
16246         (article-de-quoted-unreadable): Ditto.
16247         (article-de-base64-unreadable): Ditto.
16248         (article-wash-html): Ditto.
16249
16250         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
16251         calling mail-header-parse-content-type and
16252         mail-header-parse-content-disposition.
16253         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
16254         mail-header-parse-content-type.
16255
16256         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
16257         insert charset and format parameters; encode description after
16258         inserting it to buffer.
16259         (mml-insert-parameter): Fold lines properly even if a parameter is
16260         segmented into two or more lines; change the max column to 76.
16261
16262         * rfc1843.el (rfc1843-decode-article-body): Don't use
16263         ignore-errors when calling mail-header-parse-content-type.
16264
16265         * rfc2231.el (rfc2231-parse-string): Return at least type if
16266         possible; don't cause an error even if it fails in parsing of
16267         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16268         (rfc2231-encode-string): Don't break lines at the beginning, leave
16269         it to mml-insert-parameter.
16270
16271         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
16272         calling mail-header-parse-content-type.
16273
16274 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
16275
16276         * spam-report.el (spam-report-gmane-use-article-number):
16277         Improve doc string.
16278         (spam-report-gmane-internal): Check if a suitable header was found
16279         in the article.
16280
16281 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16282
16283         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
16284         (rfc2231-encode-string): Make param*=value always begin with LWSP.
16285
16286 2006-02-05  Romain Francoise  <romain@orebokech.com>
16287
16288         Update copyright notices of all files in the gnus directory.
16289
16290 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16291
16292         * nnweb.el (nnweb-request-group): Avoid growing overview files.
16293
16294 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16295
16296         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
16297         segmented lines of parameter value to cope with Thunderbird 1.5
16298         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
16299         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16300         (rfc2231-encode-string): Don't make lines exceeding 76 column.
16301
16302 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
16303
16304         * mml.el (mml-generate-mime-1): Correct the order of inline signed
16305         parts.
16306
16307 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16308
16309         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
16310         there's only one active file for all servers.
16311         (nnweb-request-scan): Make sure nnweb-articles is initialized on
16312         solid groups.  Gnus might have used a FAST request to select the group.
16313         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
16314         and nnweb-search redundantly in the active file.
16315         (nnweb-request-list): Don't list bogus groups.  There can only be one.
16316         (nnweb-request-create-group): Don't use ARGS.
16317         (nnweb-possibly-change-server, nnweb-request-group): Remove some
16318         initializations.  Let nnoo do the work.
16319
16320 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16321
16322         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
16323         Say the part has been decoded.
16324
16325         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
16326
16327 2006-01-31  Kevin Ryde  <user42@zip.com.au>
16328
16329         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
16330         mailcap-viewer-test-cache when there's no 'test clause, since that
16331         will invert the meaning of a "nil" test previously determined by
16332         mailcap-mailcap-entry-passes-test.
16333
16334 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16335
16336         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
16337         compiling.
16338
16339         * gnus-sum.el: Ditto.
16340
16341         * message.el: Don't bind tool-bar-map when compiling.
16342
16343 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
16344
16345         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
16346
16347 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16348
16349         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
16350         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
16351         current Google Groups.
16352
16353 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
16354
16355         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
16356         and tool-bar-mode.
16357
16358         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
16359         and tool-bar-mode.
16360
16361         * message.el (message-tool-bar-update): Simplify.
16362         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
16363
16364         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
16365         gnus-summary-buffer.
16366         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
16367         gnus-summary-reply.
16368
16369         * gmm-utils.el (gmm): Add :version.
16370
16371 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16372
16373         * Makefile.in (clean): New rule.
16374         (distclean): Use it.
16375
16376 2006-01-26  Steve Youngs  <steve@sxemacs.org>
16377
16378         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
16379         Don't autoload.
16380
16381 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16382
16383         * gmm-utils.el (gmm-verbose): Add :group.
16384
16385 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
16386
16387         * message.el: Change some comments WRT tool-bars.
16388
16389         * gnus-sum.el (gnus-summary-tool-bar)
16390         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
16391         (gnus-summary-tool-bar-zap-list): New variables.
16392         (gnus-summary-make-tool-bar): Complete rewrite using
16393         `gmm-tool-bar-from-list'.
16394
16395         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
16396         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
16397         New variables.
16398         (gnus-group-make-tool-bar): Complete rewrite using
16399         `gmm-tool-bar-from-list'.
16400         (gnus-group-tool-bar-update): New function.
16401
16402         * message.el (message-mode-field-menu): Add "Show hidden Headers".
16403
16404 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16405
16406         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
16407         is dissected into a single part of which the type is the same as
16408         the given one; decode charset.
16409
16410 2006-01-21  Kevin Ryde  <user42@zip.com.au>
16411
16412         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
16413         into alists as symbol not string, since that's what
16414         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
16415         look for.
16416
16417 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
16418
16419         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
16420         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
16421
16422         * message.el (message-tool-bar-gnome): Use gmm-ignore.
16423
16424 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16425
16426         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
16427         (gnus-xmas-mime-security-button-menu): New function.
16428
16429         * gnus-art.el (gnus-mime-security-button-commands): New variable.
16430         (gnus-mime-security-button-menu): New definition.
16431         (gnus-mime-security-button-map): Use them.
16432         (gnus-mime-security-button-menu): New function.
16433         (gnus-insert-mime-security-button): Addition to help echo.
16434         (gnus-mime-security-run-function, gnus-mime-security-save-part)
16435         (gnus-mime-security-pipe-part): New functions.
16436
16437         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
16438         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
16439
16440         * mm-decode.el (mm-handle-set-disposition): Remove.
16441         (mm-handle-set-description): Remove.
16442
16443 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16444
16445         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
16446         (mm-w3m-standalone-supports-m17n-p): New function.
16447         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
16448         w3m usage.
16449
16450         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
16451         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
16452
16453 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16454
16455         * message.el (message-tool-bar-zap-list):
16456         Use gmm-tool-bar-zap-list as custom type.
16457         (message-tool-bar-update): New function.
16458         (message-tool-bar, message-tool-bar-gnome)
16459         (message-tool-bar-retro): Add message-tool-bar-update.
16460         (message-tool-bar-gnome): Add flyspell-buffer.
16461
16462         * gnus-util.el (gnus-error): Describe `args'.
16463
16464         * gmm-utils.el (gmm-error): Describe `args'.
16465         (gmm-tool-bar-zap-list): New widget.
16466         (gmm-tool-bar-from-list): Improve description of `zap-list'.
16467
16468 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16469
16470         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
16471         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
16472         the number of recursive calls.
16473
16474         * mm-decode.el (mm-handle-set-disposition): New macro.
16475         (mm-handle-set-description): New macro.
16476
16477 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16478
16479         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
16480         encoding.
16481
16482 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16483
16484         * message.el (message-tool-bar-zap-list, message-tool-bar)
16485         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
16486         (message-tool-bar-local-item-from-menu): Remove.
16487         (message-tool-bar-map): Replace by `message-make-tool-bar'.
16488         (message-make-tool-bar): New function.
16489         (message-mode): Use `message-make-tool-bar'.
16490
16491         * gmm-utils.el: New file.
16492         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
16493         (gmm-lazy): New widget copied from `nnmail.el'.
16494         (gmm-tool-bar-from-list): New function for creating customizable
16495         tool bars.
16496         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
16497         output.
16498         (gmm): Add :prefix to defgroup.
16499
16500 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
16501
16502         * gmm-utils.el (gmm-widget-p): New function.
16503
16504 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16505
16506         * mml.el (mml-attach-file): Describe `description' in doc string.
16507         (mml-menu): Add Emacs MIME manual and PGG manual.
16508
16509 2006-01-20  Richard M. Stallman  <rms@gnu.org>
16510
16511         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
16512
16513 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
16514
16515         * nntp.el (nntp-end-of-line): Doc fix.
16516
16517 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
16518
16519         * imap.el (imap-open): Handle case where buffer is a buffer
16520         object.
16521
16522 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16523
16524         * gnus-delay.el (gnus-delay): Don't autoload.
16525         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16526         to be re-loaded when customizing the `gnus-delay' group.
16527
16528 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
16529
16530         * message.el (message-insert-citation-line): Use newlines.
16531
16532 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
16533
16534         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16535         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
16536         these routines, so the passphrase can be managed externally and
16537         passed in to the system.
16538         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16539         pgg-add-passphrase-to-cache function.
16540
16541         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16542         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
16543         these routines, so the passphrase can be managed externally and
16544         passed in to the system.
16545         (pgg-pgp5-sign-region): Use new name of
16546         pgg-add-passphrase-to-cache function.
16547
16548 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
16549
16550         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16551         part of the decoded armor to find the key-identifier.
16552         (pgg-gpg-lookup-key-owner): New function to return the
16553         human-readable identifier of a key owner.
16554         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
16555         itself.
16556         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16557         the key value) if we have a key and can match it against a secret
16558         key.  Also, added a note pointing out fact that the prompt only
16559         indicates the first matching key.
16560
16561         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
16562         pgg-decrypt-region.
16563         (pgg-add-passphrase-to-cache): Rename from
16564         `pgg-add-passphrase-cache' to reduce confusion (all callers
16565         changed).
16566         (pgg-remove-passphrase-from-cache): Rename from
16567         `pgg-remove-passphrase-cache' to reduce confusion (all callers
16568         changed).
16569         (pgg-read-passphrase, pgg-add-passphrase-cache)
16570         (pgg-remove-passphrase-cache): Add informative docstrings.
16571         (pgg-decrypt): Convey provided passphrase in subordinate call to
16572         pgg-decrypt-region.
16573
16574 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
16575
16576         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16577         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16578         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16579         'passphrase' argument, so the passphrase can be managed externally
16580         and then passed in to the system.
16581
16582         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16583         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
16584         so the passphrase cache can be used reliably with identifiers
16585         besides a pgp packet's key id.
16586
16587         * pgg-gpg.el (pgg-gpg-encrypt-region)
16588         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16589         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
16590         these routines, so the passphrase can be managed externally and
16591         passed in to the system.
16592
16593         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16594         'notruncate' argument, so the passphrase cache can be used
16595         reliably with identifiers besides a pgp packet's key id.
16596
16597 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
16598
16599         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16600         symmetric encryption.
16601         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16602         encrypted session key.
16603         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16604         message ask for the passphrase in a proper way.
16605
16606         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16607         New user commands for symmetric encryption.
16608
16609 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16610
16611         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
16612
16613         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
16614
16615 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
16616
16617         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
16618
16619 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16620
16621         * mm-decode.el (mm-inlined-types): Add application/pgp.
16622         (mm-automatic-display): Ditto.
16623
16624         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
16625         part as text.
16626
16627 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16628
16629         * nnrss.el: Update copyright.
16630         (nnrss-opml-import): Query whether to subscribe to each entry.
16631
16632         * gnus-art.el:
16633         * gnus-sum.el:
16634         * gnus-xmas.el:
16635         * messagexmas.el:
16636         * mm-uu.el:
16637         * mm-view.el: Update copyright.
16638
16639 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
16640
16641         * message.el (message-info): New function.
16642         (message-mode-menu): Add it.
16643         Update copyright.
16644
16645         * ChangeLog: Fix and update copyright.
16646
16647 2006-01-13  Romain Francoise  <romain@orebokech.com>
16648
16649         * message.el (message-forward-subject-name-subject): Prefer the
16650         address to 'nowhere' if the sender has no name.
16651         Fix typo.  Update copyright year.
16652
16653 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16654
16655         * gnus-art.el (article-wash-html):
16656         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
16657         (gnus-article-wash-html-with-w3m-standalone): New function.
16658
16659         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
16660         mm-inline-text-html-render-with-w3m-standalone.
16661         (mm-text-html-washer-alist): Map w3m-standalone to
16662         gnus-article-wash-html-with-w3m-standalone.
16663         (mm-inline-text-html-render-with-w3m-standalone): New function.
16664
16665 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16666
16667         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
16668         Improve LaTeX.
16669
16670 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16671
16672         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
16673         (nnrss-request-article): Render text/plain parts as HTML.
16674
16675         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
16676         the buffer.
16677
16678 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
16679
16680         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
16681         custom definition of `gnus-posting-styles'.
16682
16683         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
16684         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
16685
16686 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16687
16688         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
16689         Use nntp for bug archive.
16690
16691 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16692
16693         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
16694         parts.
16695         (nnrss-normalize-date): New function converts ISO 8601 date into
16696         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16697         (nnrss-check-group): Use it.
16698
16699 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16700
16701         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
16702
16703         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
16704         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16705         (nnrss-insert-w3): Ditto.
16706
16707 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16708
16709         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
16710         the articles to be forwarded including the case where neither a
16711         number of articles nor a region is specified.
16712
16713 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16714
16715         * nnrss.el (nnrss-request-article): Fix last change; fill
16716         text/plain parts.
16717
16718 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16719
16720         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
16721         in text/plain part.
16722         (nnrss-check-group): Don't add excessive newline to dc:subject.
16723
16724 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
16725
16726         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
16727         article.
16728
16729 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16730
16731         * nnml.el: Don't require gnus-bcklg.  Autoload it.
16732         (nnml-use-compressed-files, nnml-save-mail): Support other
16733         comression programs such as bzip2.
16734
16735 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16736
16737         * dns.el (query-dns): Make sure we check the buffer size before
16738         removing tcp headers.
16739
16740 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16741
16742         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
16743         remove MIME buttons associated with multipart/alternative parts.
16744         (gnus-mime-display-alternative): Tag buttons using `article-type'
16745         text property.
16746
16747         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
16748         associated with multipart/alternative parts.
16749
16750         * gnus-art.el (gnus-signature-separator): Fix custom type.
16751
16752         * mm-decode.el (mm-inlined-types): Fix custom type.
16753         (mm-keep-viewer-alive-types): Ditto.
16754         (mm-automatic-display): Ditto.
16755         (mm-attachment-override-types): Ditto.
16756         (mm-inline-override-types): Ditto.
16757         (mm-automatic-external-display): Ditto.
16758
16759 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16760
16761         * spam-report.el (spam-report-user-mail-address)
16762         (spam-report-user-agent): New variables.
16763         (spam-report-url-ping-plain): Use spam-report-user-agent.
16764
16765 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
16766
16767         * gnus-art.el (gnus-button-handle-custom): Do not just use
16768         `customize-apropos' for any "M-x customize-*" button but the
16769         function called for.  Accept both the function name and its
16770         argument in order to achieve this.
16771         (gnus-button-alist): Remove support for "custom:" URL's.
16772         Pass function name to `gnus-button-handle-custom' in case of "M-x
16773         customize-*" buttons.
16774
16775 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16776
16777         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
16778         multipart/alternative and add xref to mm-discouraged-alternatives
16779         in doc string.
16780
16781         * mm-decode.el (mm-discouraged-alternatives): Add xref to
16782         gnus-buttonized-mime-types in doc string.
16783
16784 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
16785
16786         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16787         Suggest image/.* in the doc string.
16788
16789 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
16790
16791         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16792         message-marks (Debian bug #342521).
16793
16794 2005-12-12  Simon Josefsson  <jas@extundo.com>
16795
16796         * password.el (password-read-from-cache): Add.
16797         (password-read): Use it.
16798
16799 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16800
16801         * rfc2047.el (rfc2047-charset-to-coding-system):
16802         Recognize us-ascii as a MIME charset.
16803
16804         * mm-bodies.el (mm-decode-content-transfer-encoding):
16805         Protect against the case where the 2nd arg TYPE is nil.
16806
16807 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16808
16809         * pop3.el (pop3-stream-type): Fix custom version.
16810
16811         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
16812
16813 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16814
16815         * mm-decode.el (mm-display-external): Add missing cdr.
16816
16817 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16818
16819         * mm-decode.el (mm-display-external): Use nametemplate (defined in
16820         RFC1524) if it is in mailcap or add a suffix according to
16821         mailcap-mime-extensions when generating a temp filename; postpone
16822         deleting a temp file for 2 seconds for some wrappers, shell
16823         scripts, and so on, which might exit right after having started a
16824         viewer command as a background job.
16825
16826 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16827
16828         * nntp.el (nntp-marks-directory): Fix custom group.
16829
16830         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
16831         steps when < 10.
16832
16833         * gnus-start.el (gnus-no-server-1):
16834         Mention `gnus-level-default-subscribed' in doc string.
16835
16836 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16837
16838         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
16839         parens.
16840
16841 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16842
16843         * gnus-xmas.el (gnus-use-toolbar): Revert.
16844         (gnus-xmas-setup-toolbar): Use global default-toolbar if
16845         gnus-use-toolbar is default.
16846
16847         * messagexmas.el (message-use-toolbar): Revert.
16848         (message-setup-toolbar): Use global default-toolbar if
16849         message-use-toolbar is default.
16850
16851 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16852
16853         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
16854         according to default-toolbar-visible-p.
16855
16856         * messagexmas.el (message-use-toolbar): Ditto.
16857
16858 2005-11-26  Dave Love  <fx@gnu.org>
16859
16860         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
16861         (tls-program, tls-success): Provide openssl alternative.
16862
16863         * starttls.el: Doc fixes.
16864         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
16865         SERVICE to PORT.
16866
16867         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
16868         port null or service name.
16869         (starttls-negotiate): Autoload.
16870
16871 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16872
16873         * message.el (message-kill-to-signature): Fix interactive spec.
16874
16875 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16876
16877         * pop3.el (pop3-open-server): Recognize a string as a service name.
16878
16879 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
16880
16881         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
16882
16883 2005-11-23  Dave Love  <fx@gnu.org>
16884
16885         Add pop3s, pop3/starttls.
16886
16887         * pop3.el (pop3-authentication-scheme): Clarify doc.
16888         (open-tls-stream, starttls-open-stream): Autoload.
16889         (pop3-stream-type): New.
16890         (pop3-open-server): Use it.
16891
16892         * mail-source.el (mail-sources): Fix some :types.  Add stream type
16893         for POP.
16894         (mail-source-keyword-map): Add :stream for POP.
16895         (mail-source-fetch-pop): Use pop3-stream-type.
16896
16897 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16898
16899         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
16900         of current-time-string.
16901
16902 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
16903
16904         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
16905         date header.
16906
16907 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16908
16909         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
16910         it can seriously impact performance as it bypasses the agent's
16911         local caches.
16912
16913 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16914
16915         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
16916         must be explicitly online rather than "not explicitly offline" for
16917         its flags to be synchronized.
16918
16919         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
16920         that gnus-uu-unmark-thread will function correctly.
16921
16922         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
16923         1024K is instead displayed as 1M.
16924
16925 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16926
16927         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
16928
16929 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
16930
16931         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
16932
16933 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
16934
16935         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
16936         error message to display actual error condition.
16937         (gnus-agent-save-local): Avoid saving symbols that are bound to
16938         nil as they simply result in a warning message in
16939         gnus-agent-read-local.
16940
16941 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16942
16943         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
16944         rather than make-variable-buffer-local for file-precious-flag.
16945
16946 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16947
16948         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
16949         for duplicates which are removed.  The invalid sort check then
16950         triggers a rescan after the sort as sorting may have moved
16951         duplicate entries such that they can be cheaply detected.
16952
16953 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16954
16955         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
16956
16957 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16958
16959         * gnus-agent.el (gnus-agent-article-alist-save-format):
16960         Change internal variable to a custom variable.  Change default value
16961         from compressed(2) to uncompressed(1).
16962         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
16963         support for uncompressed agentview files.  Taken together, reading
16964         the agentview file should now be 6-7 times faster.
16965
16966 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16967
16968         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
16969         as a buffer-local variable.  This avoids creating truncated
16970         dribble files as a result of a hang up, eg.
16971
16972 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
16973
16974         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
16975         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
16976         XEmacs.
16977
16978 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16979
16980         * gnus-start.el (gnus-start-draft-setup):
16981         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
16982
16983         * gnus.el (gnus-splash): Change custom group.
16984         (gnus-group-get-parameter, gnus-group-parameter-value):
16985         Describe allow-list argument.
16986
16987         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
16988         string.
16989
16990 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16991
16992         * gnus-art.el (gnus-default-article-saver): Add user-defined
16993         `function' to custom type.
16994
16995 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16996
16997         * imap.el (imap-open): Handle case where buffer is a buffer
16998         object.
16999
17000 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17001
17002         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17003         long lines.
17004         (gnus-cache-delete-group): Wrap doc strings.
17005
17006         * gnus-agent.el (gnus-agent-rename-group)
17007         (gnus-agent-delete-group): Wrap doc strings.
17008
17009 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17010
17011         * messagexmas.el (message-use-toolbar): Change the valid values
17012         into default, top, bottom, left, and right.
17013         (message-toolbar-thickness): New variable.
17014         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
17015         well.
17016         (message-setup-toolbar): Make it work.
17017
17018         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
17019         (gnus-use-toolbar): Change the valid values into default, top,
17020         bottom, left, and right.
17021         (gnus-toolbar-thickness): New variable.
17022         (gnus-xmas-setup-toolbar): New function.
17023         (gnus-xmas-setup-group-toolbar): Use it.
17024         (gnus-xmas-setup-summary-toolbar): Use it.
17025
17026 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17027
17028         * gnus-start.el (gnus-1): Add "native" to
17029         gnus-predefined-server-alist.
17030
17031         * gnus.el (gnus-method-to-server): Don't add "native" to the
17032         lists here, because that leads to problems when
17033         gnus-select-method is bound.
17034
17035 2005-11-09  Simon Josefsson  <jas@extundo.com>
17036
17037         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17038         use (not sort-by-date) instead.
17039
17040 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17041
17042         * gnus-delay.el (gnus-delay-group): Don't autoload.
17043         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17044         to be re-loaded when customizing the `gnus-delay' group.
17045
17046 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17047
17048         * message.el: Revert last changes.
17049         (message-insert-citation-line): Use newlines.
17050
17051 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17052
17053         * message.el (message-courtesy-message)
17054         (message-mark-insert-begin, message-mark-insert-end)
17055         (message-elide-ellipsis, message-cancel-message)
17056         (message-add-header, message-change-subject)
17057         (message-cross-post-followup-to-header)
17058         (message-cross-post-insert-note, message-reduce-to-to-cc)
17059         (message-widen-reply, message-delete-not-region)
17060         (message-kill-to-signature, message-insert-signature)
17061         (message-insert-importance-high, message-insert-importance-low)
17062         (message-insert-or-toggle-importance)
17063         (message-insert-disposition-notification-to)
17064         (message-indent-citation, message-yank-original)
17065         (message-cite-original-without-signature, message-cite-original)
17066         (message-insert-citation-line, message-position-on-field)
17067         (message-fix-before-sending, message-send-mail-partially)
17068         (message-send-mail, message-send-mail-with-sendmail)
17069         (message-send-mail-with-qmail, message-send-news)
17070         (message-check-news-header-syntax, message-generate-headers)
17071         (message-insert-courtesy-copy, message-fill-address)
17072         (message-fill-header, message-shorten-references)
17073         (message-setup-1, message-cancel-news)
17074         (message-forward-make-body-plain, message-forward-make-body-mime)
17075         (message-forward-make-body-mml, message-encode-message-body)
17076         (message-forward-make-body-digest-plain)
17077         (message-forward-make-body-digest-mime)
17078         (message-use-alternative-email-as-from): Insert `hard-newline'
17079         instead of ordinary newlines.
17080
17081 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17082
17083         * message.el (message-generate-headers): Downcase the argument
17084         given to message-check-element.
17085
17086 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
17087
17088         * nntp.el (nntp-authinfo-rejected): New error condition.
17089         (nntp-wait-for): Use new error condition to signal authentication
17090         error.
17091         (nntp-retrieve-data): Rethrow new error condition to break out of
17092         recursive call to nntp-send-authinfo.
17093
17094 2005-11-08  Romain Francoise  <romain@orebokech.com>
17095
17096         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17097         (gnus-summary-exit-map): Bind to `Z p'.
17098         (gnus-summary-make-menu-bar): Add menu item.
17099
17100 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
17101
17102         * gnus-art.el (gnus-article-treat-custom): Add `first'.
17103         (gnus-treat-*): Add `first' in all doc strings.
17104
17105         * gnus-group.el (gnus-group-compact-group): Fix typo.
17106
17107 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17108
17109         * gnus.el (gnus-parameters-case-fold-search): New variable.
17110         (gnus-parameters-get-parameter): Use it.
17111
17112         * gnus-score.el (gnus-home-score-file): Doc fix.
17113
17114 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
17115
17116         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17117
17118 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17119
17120         * mm-util.el (mm-special-display-p): New function.
17121
17122         * mml.el (mml-preview): Use it; doc fix.
17123
17124 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17125
17126         * imap.el (imap-open): Handle case where buffer is a buffer object.
17127
17128 2005-10-29  Romain Francoise  <romain@orebokech.com>
17129
17130         * message.el (message-fix-before-sending): Fix comment.
17131
17132 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17133
17134         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17135
17136 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17137
17138         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17139         Used in gnus-score.el.
17140
17141 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17142
17143         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17144
17145 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17146
17147         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17148         whitespace removed in revision 7.8.  Use concatenated string to
17149         protect trailing whitespace.
17150
17151 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
17152
17153         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17154         (nnimap-request-expire-articles): Use it to avoid sending 'UID
17155         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17156         Courier IMAP ("some version from 2004").  Mostly based on similar
17157         code in the same function.
17158
17159 2005-10-26  Didier Verna  <didier@xemacs.org>
17160
17161         * gnus-group.el (gnus-group-compact-group): Invalidate original
17162         article buffer.
17163         * gnus-srvr.el (gnus-server-compact-server): Ditto.
17164         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17165         NOV database and in article itself.
17166         Invalidate article backlog.
17167
17168 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17169
17170         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17171
17172 2005-10-26  Simon Josefsson  <jas@extundo.com>
17173
17174         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17175         part of 2004-07-25 change.
17176
17177 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17178
17179         * message.el (message-display-completion-list): New function.
17180         (message-expand-group): Use it; make sure the Completions buffer
17181         is modifiable.
17182 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
17183
17184         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
17185         user-mail-name is an empty string.
17186
17187 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17188
17189         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
17190         depending on gnus-score-decay-constant.
17191
17192         * encrypt.el (encrypt-insert-file-contents)
17193         (encrypt-write-file-contents): Don't use `gnus-message'.
17194
17195         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
17196         arguments.
17197         (mm-uu-type-alist): Add message-marks and insert-marks.
17198         Pass arguments to mm-uu-verbatim-marks-extract.
17199         (mm-uu-hide-markers): New variable.
17200         (mm-uu-extract): Use face similar to `gnus-cite-3'.
17201
17202         * gnus-fun.el (gnus-convert-image-to-x-face-command)
17203         (gnus-convert-image-to-face-command): Use "convert" by default to
17204         allow other input image formats.
17205         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
17206         accordingly.
17207
17208 2005-10-23  Simon Josefsson  <jas@extundo.com>
17209
17210         * imap.el (imap-gssapi-program): Align command line parameters
17211         with latest GNU SASL.
17212         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
17213
17214 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17215
17216         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
17217         HTML.
17218         (nnslashdot-request-article): Ditto.
17219
17220         * lpath.el (featurep): Add nobreak-char-display.
17221
17222 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17223
17224         * mail-source.el (mail-source-fetch-pop): Require pop3.
17225         (mail-source-check-pop): Ditto.
17226
17227 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17228
17229         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
17230         errors.
17231
17232 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17233
17234         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
17235         (gnus-treat-strip-leading-blank-lines): Improve doc string.
17236
17237         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
17238
17239         * mm-bodies.el (mm-decode-string):
17240         Call `mm-charset-to-coding-system' with allow-override argument.
17241
17242 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17243
17244         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
17245         (rfc2047-charset-to-coding-system): New function.
17246         (rfc2047-decode-encoded-words): New function.
17247         (rfc2047-decode-region): Use them.
17248         (rfc2047-decode-cte): Remove.
17249         (rfc2047-parse-and-decode): Remove.
17250         (rfc2047-decode): Remove.
17251
17252 2005-10-15  Kenichi Handa  <handa@m17n.org>
17253
17254         * rfc2047.el (rfc2047-decode-cte): New function.
17255         (rfc2047-decode-region): Change the way to decode successive
17256         encoded-words: decode B- or Q-encoding in each encoded-word,
17257         concatenate them, and decode it as charset.
17258
17259 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17260
17261         * lpath.el: Fbind codepage-setup for XEmacs.
17262
17263 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
17264
17265         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
17266         widget-move-and-invoke.
17267         (gnus-custom-mode): Use gnus-custom-map.
17268
17269 2005-10-15  Bill Wohler  <wohler@newt.com>
17270
17271         * message.el (message-tool-bar-map): Rename image file from
17272         mail_send to mail/send.
17273
17274 2005-10-16  Masatake YAMATO  <jet@gyve.org>
17275
17276         * message.el (message-expand-group): Pass the common
17277         prefix substring of completion to `display-completion-list'.
17278
17279 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
17280
17281         * mml-sec.el (mml-secure-method): New internal variable.
17282         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
17283         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
17284         New functions using mml-secure-method.
17285
17286         * mml.el (mml-mode-map): Add key bindings for those functions.
17287         (mml-menu): Simplify security menu entries.  Suggested by Jesper
17288         Harder <harder@myrealbox.com>.
17289         (mml-attach-file, mml-attach-buffer, mml-attach-external):
17290         Goto end of message if point is the headers of the message.
17291
17292         * message.el (message-in-body-p): New function.
17293
17294         * assistant.el: Autoload gnus-util and netrc.
17295
17296         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
17297         Use `mm-charset-override-alist' only when decoding.
17298
17299         * mm-bodies.el (mm-decode-body):
17300         Call `mm-charset-to-coding-system' with allow-override argument.
17301
17302         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
17303         `filename' from Content-Disposition if Content-Type doesn't
17304         provide `name'.
17305         (gnus-mime-view-part-as-type): Set default instead of
17306         initial-input.
17307
17308 2005-10-09  Daniel Brockman  <daniel@brockman.se>
17309
17310         * format-spec.el (format-spec): Propagate text properties of % spec.
17311
17312 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17313
17314         * gnus-art.el (gnus-treat-predicate): Add `first'.
17315
17316 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17317
17318         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
17319         (mm-charset-override-alist): New variable.
17320         (mm-charset-to-coding-system): Use it.
17321         (mm-codepage-setup): New helper function.
17322         (mm-charset-eval-alist): New variable.
17323         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
17324         Warn about unknown charsets.
17325
17326         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
17327
17328 2005-10-04  David Hansen  <david.hansen@gmx.net>
17329
17330         * nnrss.el (nnrss-request-article): Add support for the comments tag.
17331         (nnrss-check-group): Ditto.
17332
17333 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17334
17335         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
17336         Rename x-gnus-verbatim to x-verbatim.
17337         (mm-uu-type-alist): Fix regexp for verbatim-marks.
17338
17339         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
17340         x-verbatim.
17341
17342         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
17343
17344         * gnus-util.el (gnus-remove-duplicates): Remove.
17345
17346         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
17347         instead of gnus-remove-duplicates.
17348
17349         * message.el (message-remove-duplicates): Remove.
17350         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
17351         message-remove-duplicates.
17352
17353         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
17354         available, else use implementation from `delete-dups'.
17355
17356         * message.el (message-insert-expires): New function.
17357         (message-mode-map): Add key binding.
17358         (message-mode-field-menu): Add menu entry.
17359         (message-mode): Document it.
17360         (message-make-expires-date): Use `message-make-date'.
17361
17362 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
17363
17364         * message.el (message-make-expires-date): New function.
17365
17366 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17367
17368         * Makefile.in (list-installed-shadows): New entry.
17369         (install): Use it.
17370         (remove-installed-shadows): New entry.
17371
17372         * dgnushack.el (dgnushack-default-load-path): New variable.
17373         (dgnushack-find-lisp-shadows): New function.
17374         (dgnushack-remove-lisp-shadows): New function.
17375
17376 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17377
17378         * Makefile.in (install-el-elc): New entry.
17379         (install): Use it so that .el files are necessarily installed.
17380
17381 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17382
17383         * time-date.el: Autoload parse-time-string, XEmacs needs it.
17384
17385 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17386
17387         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
17388         function rather than the diff-mode.el package.
17389         (mm-display-external): Use with-current-buffer.
17390         (mm-viewer-completion-map, mm-viewer-completion-map):
17391         Move initialization inside declaration.
17392
17393 2005-09-29  Simon Josefsson  <jas@extundo.com>
17394
17395         * spam.el: Load hashcash when compiling, to avoid warnings.
17396         Don't autoload mail-check-payment.
17397         (spam-check-hashcash): Define unconditionally, since hashcash.el
17398         is part of Gnus now.  Ignore errors from payment checking.
17399
17400 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17401
17402         * message.el (message-bold-region, message-unbold-region):
17403         Rename from `bold-region' and `unbold-region'.
17404
17405         * message.el: Remove useless autoloads.
17406
17407 2005-09-28  Simon Josefsson  <jas@extundo.com>
17408
17409         * message.el (message-use-idna): Default to t.
17410         (message-use-idna): Test whether encoding works too.  Doc fix.
17411
17412 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17413
17414         * nntp.el (nntp-warn-about-losing-connection): Remove.
17415
17416 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17417
17418         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
17419         customizable.  Change default value.
17420         (mm-uu-diff-groups-regexp): Change default value.
17421         (mm-uu-type-alist): Add doc string.
17422         (mm-uu-configure): Add doc string.  Make it interactive.
17423         (mm-uu-tex-groups-regexp): New variable.
17424         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
17425         (mm-uu-type-alist): Add LaTeX documents.
17426         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
17427         of "text/verbatim".
17428         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
17429
17430         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
17431         instead of "text/verbatim".
17432
17433         * message.el (message-mark-inserted-region)
17434         (message-mark-insert-file): Use slrn style marks when called with
17435         prefix argument.
17436
17437 2005-09-27  Simon Josefsson  <jas@extundo.com>
17438
17439         * message.el (message-idna-to-ascii-rhs-1): Reformat.
17440
17441 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
17442
17443         * message.el (message-remove-duplicates): New function.
17444         Implementation borrowed from `gnus-remove-duplicates'.
17445         (message-idna-to-ascii-rhs): Also encode idna addresses in
17446         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17447         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
17448         only ask about the same idna domain once per header and also tell
17449         in what header to replace the idna domain.
17450
17451         * gnus-art.el (article-decode-idna-rhs): Also decode idna
17452         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17453         (article-decode-idna-rhs): Fix regexp so that all idna-address in
17454         a header is decoded and not just the last one.
17455
17456 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17457
17458         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
17459         has been decoded.
17460
17461         * mm-decode.el (mm-automatic-display): Add text/verbatim.
17462         (mm-insert-part): Don't modify text if it has been decoded.
17463
17464         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
17465         decoded.
17466
17467         * mm-view.el (mm-inline-text): Don't strip text props unless
17468         decoding enriched or richtext parts.
17469
17470 2005-09-25  Romain Francoise  <romain@orebokech.com>
17471
17472         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
17473         * gnus-start.el (gnus-subscribe-interactively):
17474         * gnus-uu.el (gnus-uu-grab-articles):
17475         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
17476         space.
17477
17478 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
17479
17480         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
17481         * mm-view.el (mm-view-pkcs7-decrypt):
17482         * gnus-sum.el (gnus-summary-limit-to-extra)
17483         (gnus-summary-respool-article, gnus-read-move-group-name):
17484         * gnus-score.el (gnus-summary-increase-score):
17485         * gnus-util.el (gnus-completing-read-with-default):
17486         * gnus-art.el (gnus-read-save-file-name)
17487         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
17488         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
17489         * message.el (message-check-news-header-syntax):
17490         Follow convention for reading with the minibuffer.
17491
17492 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
17493
17494         * spam-report.el (spam-report-url-ping-plain):
17495         Use gnus-extended-version as User-Agent.
17496
17497         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
17498         default value is nil.
17499
17500         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
17501         (mm-uu-verbatim-marks-extract): New function.
17502         (mm-uu-extract): New face.
17503         (mm-uu-copy-to-buffer): Use it.
17504
17505         * spam-report.el (spam-report-gmane-ham): Rename from
17506         `spam-report-gmane-unspam'.
17507         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
17508         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
17509
17510         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
17511         Autoload.
17512         (spam-report-gmane-unregister-routine):
17513         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
17514
17515 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
17516
17517         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
17518         (spam-report-gmane-unregister-routine): Add support for gmane
17519         unregistration.
17520
17521         * spam-report.el (spam-report-gmane-unspam)
17522         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
17523         (spam-report-gmane): Change to take a single article and do unspam
17524         registration.
17525
17526 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17527
17528         * mm-url.el (mm-url-decode-entities): Fix regexp.
17529
17530 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17531
17532         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
17533         default to nil, to be able to use Gnus at all.  If the default
17534         switches to something else, then the function should be fixed not
17535         be exceedingly slow.
17536
17537 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
17538
17539         * gnus-start.el (gnus-activate-group): If the server is nil, don't
17540         fail hard.
17541
17542         * spam-report.el: Add better Keywords line.
17543
17544         * spam.el: Add Maintainer and better Keywords line.
17545
17546 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17547
17548         * gnus-art.el (gnus-article-replace-part)
17549         (gnus-mime-replace-part): New functions.
17550         (gnus-mime-action-alist, gnus-mime-button-commands)
17551         (gnus-mime-save-part-and-strip): Add file argument.
17552         (gnus-article-part-wrapper): Add interactive argument.
17553
17554         * gnus-sum.el (gnus-summary-mime-map):
17555         Add `gnus-article-replace-part'.
17556
17557 2005-09-19  Didier Verna  <didier@xemacs.org>
17558
17559         The nnml compaction feature:
17560         * nnml.el (nnml-request-compact-group): New function.
17561         * nnml.el (nnml-request-compact): New function.
17562         * gnus-int.el (gnus-request-compact-group): New function.
17563         * gnus-int.el (gnus-request-compact): New function.
17564         * gnus-group.el (gnus-group-compact-group): New function.
17565         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
17566         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
17567         * gnus-srvr.el (gnus-server-compact-server): New function.
17568         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
17569         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
17570
17571 2005-09-18  Deepak Goel  <deego@gnufans.org>
17572
17573         * sieve.el (sieve-help): Fix `message' call: first arg should be a
17574         format spec.
17575
17576 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17577
17578         * gnus.el (gnus-group-startup-message): Bind image-load-path.
17579
17580 2005-09-15  Romain Francoise  <romain@orebokech.com>
17581
17582         * message.el (message-fill-paragraph): Clarify docstring.
17583
17584 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17585
17586         * gnus-art.el (gnus-mime-display-part): Protect against broken
17587         MIME messages.
17588
17589 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17590
17591         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
17592         before parsing header.
17593
17594 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
17595
17596         * html2text.el (html2text-replace-list): Add new entities.
17597
17598 2005-09-11  Romain Francoise  <romain@orebokech.com>
17599
17600         * message.el (message-alternative-emails): Improve docstring.
17601         (message-setup-1): Call `message-use-alternative-email-as-from'
17602         after `message-setup-hook' to give it precedence over posting
17603         styles, etc.
17604         (message-use-alternative-email-as-from): Add docstring.
17605         Remove the original From header if present.
17606
17607         * nnml.el (nnml-compressed-files-size-threshold): New variable.
17608         (nnml-save-mail): Use it.
17609
17610         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
17611         articles.  Add new argument `silent'.
17612         (gnus-uu-mark-all): Report the total number of marked articles.
17613
17614 2005-09-10  Romain Francoise  <romain@orebokech.com>
17615
17616         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
17617         (gnus-uu-mark-series): Likewise.
17618
17619 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
17620
17621         * spam-report.el (spam-report-gmane): Fix generation of spam
17622         report URL.
17623
17624 2005-09-10  Simon Josefsson  <jas@extundo.com>
17625
17626         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
17627         t, based on discussion on the ding list with Robert Epprecht
17628         <epprecht@solnet.ch>.
17629
17630 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
17631
17632         * spam-report.el (spam-report-gmane): Make it work without
17633         X-Report-Spam header.  Gmane now only provides Archived-At.
17634         This is only used if `spam-report-gmane-use-article-number' is nil.
17635         (spam-report-gmane-spam-header): Remove.  Not used anymore.
17636
17637         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
17638         make `gnus-summary-sort-by-recipient' work with threading.
17639
17640         * nnweb.el (nnweb-google-wash-article): Print a message if article
17641         is not available.
17642
17643 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17644
17645         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
17646         change.  Decode text/* parts content before displaying.
17647
17648 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17649
17650         * mml-smime.el: Remove defvar of gnus-extract-address-components.
17651
17652 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17653
17654         * mm-view.el (mm-display-inline-fontify): Disable support modes.
17655
17656         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
17657         url-package-name, url-package-version,
17658         w3m-cid-retrieve-function-alist, w3m-current-buffer,
17659         w3m-display-inline-images, and w3m-minor-mode-map.
17660
17661 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
17662
17663         * message.el (message-tab-body-function): Fix mismatched custom type.
17664
17665         * gnus.el (gnus-group-change-level-function): Ditto.
17666
17667         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
17668
17669         * gnus-art.el (gnus-signature-limit)
17670         (gnus-article-mime-part-function): Ditto.
17671
17672 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17673
17674         * mml.el (mml-mode): Silence the byte compiler.
17675
17676         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
17677         using `(sit-for 0)' before moving the point to the specified part;
17678         skip unbuttonized parts.
17679         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
17680         return to the summary window if gnus-auto-select-part is non-nil.
17681
17682 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
17683
17684         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
17685         New variables.
17686         (mml-dnd-attach-file, mml-mode): Use them.
17687
17688         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
17689         Make fetching article by MID work again for Google Groups.
17690         Add FIXME concerning gnus-group-make-web-group.
17691
17692         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
17693         Don't depend on Gnus by using mail-extract-address-components if
17694         gnus-extract-address-components is not bound.
17695
17696 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17697
17698         * gnus-art.el (gnus-mime-display-security): Don't display the
17699         signature, but only the signed part.
17700
17701 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17702
17703         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
17704
17705         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
17706         list, not listp.
17707
17708 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
17709
17710         * mm-encode.el (mm-encode-content-transfer-encoding):
17711         Likewise when encoding.
17712
17713         * mm-bodies.el (mm-decode-content-transfer-encoding):
17714         De-canonicalize CRLF for all text content types, not just
17715         text/plain.
17716
17717 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17718
17719         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
17720         valid article; point arrow and cursor at the MIME button.
17721
17722 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17723
17724         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
17725         Suggested by Dan Christensen <jdc@uwo.ca>.
17726
17727         * mm-decode.el (mm-save-part): Enable change of prompt.
17728
17729 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
17730
17731         * gnus-msg.el (gnus-inews-add-send-actions):
17732         Make `message-post-method' lambda parameter ARG `&optional'.
17733
17734 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17735
17736         * gnus-sum.el (gnus-summary-mime-map):
17737         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
17738         gnus-article-jump-to-part.
17739
17740         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
17741         (gnus-article-edit-part): Use it.
17742         (gnus-article-part-wrapper): Add no-handle argument.
17743         (gnus-article-save-part-and-strip, gnus-article-delete-part):
17744         New functions.
17745
17746 2005-08-29  Romain Francoise  <romain@orebokech.com>
17747
17748         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17749         docstring.
17750         (gnus-face-from-file): Likewise.
17751
17752 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17753
17754         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17755         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17756         non-nil.
17757         (gnus-auto-select-part): New variable.
17758         (gnus-article-jump-to-part): New function.
17759         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17760         (gnus-mime-delete-part): Allow selecting specified part after
17761         deleting or stripping parts.
17762         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
17763         part if argument is bogus.
17764
17765 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
17766
17767         * gnus-art.el (w3m-minor-mode-map):
17768         * gnus-spec.el (gnus-newsrc-file-version):
17769         * gnus-util.el (nnmail-active-file-coding-system)
17770         (gnus-original-article-buffer, gnus-user-agent):
17771         * gnus.el (gnus-ham-process-destinations)
17772         (gnus-parameter-ham-marks-alist)
17773         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
17774         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
17775         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
17776         * mm-decode.el (gnus-current-window-configuration):
17777         * mm-extern.el (gnus-article-mime-handles):
17778         * mm-url.el (url-current-object, url-package-name)
17779         (url-package-version):
17780         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
17781         (smime-keys, w3m-cid-retrieve-function-alist)
17782         (w3m-current-buffer, w3m-display-inline-images)
17783         (w3m-minor-mode-map):
17784         * mml-smime.el (gnus-extract-address-components):
17785         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17786         (gnus-newsrc-hashtb, message-default-charset)
17787         (message-deletable-headers, message-options)
17788         (message-posting-charset, message-required-mail-headers)
17789         (message-required-news-headers):
17790         * mml1991.el (mc-pgp-always-sign):
17791         * mml2015.el (mc-pgp-always-sign):
17792         * nnheader.el (nnmail-extra-headers):
17793         * rfc1843.el (gnus-decode-encoded-word-function)
17794         (gnus-decode-header-function, gnus-newsgroup-name):
17795         * spam-stat.el (gnus-original-article-buffer): Add defvars.
17796
17797 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
17798
17799         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17800         the end of the date treatments.
17801
17802 2005-08-15  Simon Josefsson  <jas@extundo.com>
17803
17804         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
17805         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
17806         Capello and Romain Francoise.
17807         (pgg-fetch-key-function): Remove, not used?
17808         (pgg-insert-url-with-w3): Require url, to get
17809         url-insert-file-contents regardless of where it is defined.
17810
17811 2005-08-13  Romain Francoise  <romain@orebokech.com>
17812
17813         * message.el (message-cite-original-1): New function.
17814         (message-cite-original): Use it.
17815         (message-cite-original-without-signature): Ditto.
17816
17817 2005-08-08  Romain Francoise  <romain@orebokech.com>
17818
17819         * message.el (message-yank-empty-prefix): New variable.
17820         (message-indent-citation): Use it.
17821         (message-cite-original-without-signature): Respect X-No-Archive.
17822
17823 2005-08-08  Simon Josefsson  <jas@extundo.com>
17824
17825         * pgg.el: Autoload url-insert-file-contents instead of loading
17826         w3/url.
17827         (pgg-insert-url-with-w3): Don't load url here.
17828
17829 2005-08-07  Jesper Harder  <harder@phys.au.dk>
17830
17831         * message.el (message-kill-to-signature): Don't insert newline at
17832         bol.
17833         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
17834
17835 2005-08-06  Romain Francoise  <romain@orebokech.com>
17836
17837         * message.el (message-user-fqdn): Fix typo in docstring.
17838
17839 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
17840
17841         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
17842
17843         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
17844
17845 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17846
17847         * mm-bodies.el (mm-encode-body): Use coding system rather than
17848         charset to encode text.
17849
17850         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
17851         number of charsets if utf-8 is available (XEmacs).
17852
17853 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17854
17855         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
17856         taken from `gnus-button-mid-or-mail-regexp'.
17857         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
17858         (gnus-button-alist): Improve regexp for domain part of the MIDs
17859         for news:localpart@domain buttons.
17860         (gnus-button-ctan-directory-regexp): Update.
17861
17862 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17863
17864         * sieve-manage.el (sieve-manage-interactive-login):
17865         Use make-local-variable rather than make-variable-buffer-local.
17866         (sieve-manage-open): Ditto.
17867         (sieve-manage-authenticate): Ditto.
17868
17869         * mml.el (mml-generate-mime-1): Make the content type default to
17870         text/plain if the filename is not specified.
17871
17872 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17873
17874         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
17875         instead of insert-buffer.
17876
17877         * message.el (message-yank-original): Ditto; set the mark at the
17878         end of the yanked message.
17879
17880 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17881
17882         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
17883         lines to scroll rather than to stop it.
17884
17885         * mml.el (mml-generate-default-type): Add doc string.
17886         (mml-generate-mime-1): Use mm-default-file-encoding or make it
17887         default to application/octet-stream when determining the content
17888         type if it is not specified for the part or the mml contents; add
17889         a comment about mml-generate-default-type.
17890
17891 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
17892
17893         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
17894         make it default to application/octet-stream when determining the
17895         content type if it is not specified for the external contents.
17896
17897 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17898
17899         * rfc2231.el (rfc2231-parse-string): Take care that not only a
17900         segmented parameter but also other parameters might be there.
17901
17902 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17903
17904         * mm-decode.el (mm-display-external): Delete temp file, directory
17905         and buffer immediately if the external process is exited.
17906
17907 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17908
17909         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
17910         fewer lines than that of scroll-margin.
17911         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
17912
17913 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17914
17915         * gnus-art.el (gnus-article-next-page): Revert.
17916         (gnus-article-beginning-of-window): New macro.
17917         (gnus-article-next-page-1): Use it.
17918         (gnus-article-prev-page): Ditto.
17919         (gnus-article-edit-part): Use insert-buffer-substring instead of
17920         insert-buffer.
17921         (gnus-article-edit-exit): Ditto.
17922
17923         * gnus-util.el (gnus-beginning-of-window): Remove.
17924         (gnus-end-of-window): Remove.
17925
17926         * lpath.el: Don't bind header-line-format and scroll-margin.
17927
17928 2005-07-25  Simon Josefsson  <jas@extundo.com>
17929
17930         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
17931         to have the url package without w3.  Reported by Daiki Ueno
17932         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
17933
17934 2005-07-20  Didier Verna  <didier@xemacs.org>
17935
17936         * gnus-diary.el: Remove the description comment (nndiary is now
17937         properly documented in the Gnus manual).
17938         Fix the spelling of "Back End".
17939         * nndiary.el: Ditto.
17940         Fix the copyright notice.
17941
17942 2005-07-18  Romain Francoise  <romain@orebokech.com>
17943
17944         * gnus-sum.el (gnus-summary-to-prefix)
17945         (gnus-summary-newsgroup-prefix): New variables.
17946         (gnus-summary-from-or-to-or-newsgroups): Use them.
17947
17948 2005-07-17  Romain Francoise  <romain@orebokech.com>
17949
17950         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
17951         space as it's generally not especially interesting to the user.
17952
17953 2005-07-16  Romain Francoise  <romain@orebokech.com>
17954
17955         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
17956         nil to avoid prompting and file modification if one of the
17957         messages at the top of the nnfolder file contains a copyright
17958         notice.
17959         Update copyright notice.
17960
17961         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
17962         instead of `current-time-string' as the latter creates a time
17963         string that is not RFC 2822 compliant (it lacks the zone).
17964         Update copyright notice.
17965
17966 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17967
17968         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17969         for text/rtf.  Display default in prompt.  Pass default for M-n.
17970
17971         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17972
17973 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17974
17975         * gnus-msg.el (gnus-button-mailto):
17976         Remove save-selected-window-window hackery because it relies on
17977         save-selected-window internals.
17978
17979 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17980
17981         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
17982         (gnus-article-next-page-1): Use gnus-beginning-of-window.
17983         (gnus-article-prev-page): Ditto.
17984
17985         * gnus-util.el (gnus-beginning-of-window): New function.
17986         (gnus-end-of-window): New function.
17987
17988         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
17989
17990 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17991
17992         * gnus-score.el (gnus-score-edit-all-score):
17993         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
17994         gnus-message.
17995
17996 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17997
17998         * gnus-msg.el (gnus-button-mailto):
17999         Remove save-selected-window-window hackery because it relies on
18000         save-selected-window internals.
18001
18002 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18003
18004         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18005         add-minor-mode.
18006         (gnus-binary-mode): Ditto.
18007
18008         * gnus-topic.el (gnus-topic-mode): Ditto.
18009
18010 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
18011
18012         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18013         (gnus-article-prev-page): Take scroll-margin into consideration.
18014
18015 2005-07-04  Lute Kamstra  <lute@gnu.org>
18016
18017         Update FSF's address in GPL notices.
18018
18019 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18020
18021         * gnus.el (gnus-exit):
18022         * gnus-group.el (gnus-group-icons):
18023         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18024
18025         * gnus-nocem.el (gnus-nocem):
18026         * message.el (message-various, message-buffers, message-sending)
18027         (message-interface, message-forwarding, message-insertion)
18028         (message-headers, message-news, message-mail):
18029         * pgg-gpg.el (pgg-gpg):
18030         * pgg-parse.el (pgg-parse):
18031         * pgg-pgp.el (pgg-pgp):
18032         * pgg-pgp5.el (pgg-pgp5):
18033         * pop3.el (pop3): Finish `defgroup' description with period.
18034
18035 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18036
18037         * gnus-art.el (article-display-face): Improve the efficiency.
18038         (article-display-x-face): Ditto; remove gray x-face stuff.
18039
18040 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18041
18042         * gnus-art.el (article-display-face): Correct the position in
18043         which Faces are inserted.
18044
18045 2005-06-29  Didier Verna  <didier@xemacs.org>
18046
18047         * gnus-art.el (article-display-face): Display faces in correct
18048         order.
18049
18050 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18051
18052         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18053         (gnus-fill-real-hashtb): Use hash table instead of obarray.
18054         (gnus-nocem-check-article): Fetch the Type header.
18055         (gnus-nocem-message-wanted-p): Fix the way to examine types.
18056         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18057         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18058         make sure gnus-nocem-hashtb is initialized.
18059         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18060         (gnus-nocem-unwanted-article-p): Ditto.
18061
18062         * pgg.el (pgg-verify): Return the verification result.
18063
18064 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18065
18066         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18067         is ascii.
18068
18069 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
18070
18071         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18072         `show-nonbreak-escape'.
18073
18074 2005-06-23  Lute Kamstra  <lute@gnu.org>
18075
18076         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18077
18078         * dig.el (dig-mode):
18079         * smime.el (smime-mode): Use gnus-run-mode-hooks.
18080
18081 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
18082
18083         * nnimap.el (nnimap-split-download-body): Fix spellings.
18084
18085 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
18086
18087         * gnus-art.el (gnus-article-encrypt-body):
18088         * gnus-cus.el (gnus-score-customize):
18089         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18090         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18091
18092 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
18093
18094         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18095         header by looking for magic "MII" at the beginning.
18096
18097 2005-06-16  Miles Bader  <miles@gnu.org>
18098
18099         * gnus-xmas.el (gnus-xmas-group-startup-message):
18100         Use renamed gnus-splash face.
18101
18102         * assistant.el (assistant-field): Remove "-face" suffix from face name.
18103         (assistant-field-face): New backward-compatibility alias for renamed
18104         face.
18105         (assistant-render-text): Use renamed assistant-field face.
18106
18107         * spam.el (spam): Remove "-face" suffix from face name.
18108         (spam-face): New backward-compatibility alias for renamed face.
18109         (spam-face, spam-initialize): Use renamed spam face.
18110
18111         * message.el (message-header-to, message-header-cc)
18112         (message-header-subject, message-header-newsgroups)
18113         (message-header-other, message-header-name)
18114         (message-header-xheader, message-separator, message-cited-text)
18115         (message-mml): Remove "-face" suffix from face names.
18116         (message-header-to-face, message-header-cc-face)
18117         (message-header-subject-face, message-header-newsgroups-face)
18118         (message-header-other-face, message-header-name-face)
18119         (message-header-xheader-face, message-separator-face)
18120         (message-cited-text-face, message-mml-face):
18121         New backward-compatibility aliases for renamed faces.
18122         (message-font-lock-keywords): Use renamed message faces.
18123
18124         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18125         (sieve-test-commands, sieve-tagged-arguments):
18126         Remove "-face" suffix from face names.
18127         (sieve-control-commands-face, sieve-action-commands-face)
18128         (sieve-test-commands-face, sieve-tagged-arguments-face):
18129         New backward-compatibility aliases for renamed faces.
18130         (sieve-control-commands-face, sieve-action-commands-face)
18131         (sieve-test-commands-face, sieve-tagged-arguments-face):
18132         Use renamed sieve faces.
18133
18134         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18135         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18136         (gnus-group-news-3-empty, gnus-group-news-4)
18137         (gnus-group-news-4-empty, gnus-group-news-5)
18138         (gnus-group-news-5-empty, gnus-group-news-6)
18139         (gnus-group-news-6-empty, gnus-group-news-low)
18140         (gnus-group-news-low-empty, gnus-group-mail-1)
18141         (gnus-group-mail-1-empty, gnus-group-mail-2)
18142         (gnus-group-mail-2-empty, gnus-group-mail-3)
18143         (gnus-group-mail-3-empty, gnus-group-mail-low)
18144         (gnus-group-mail-low-empty, gnus-summary-selected)
18145         (gnus-summary-cancelled, gnus-summary-high-ticked)
18146         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18147         (gnus-summary-high-ancient, gnus-summary-low-ancient)
18148         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18149         (gnus-summary-low-undownloaded)
18150         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18151         (gnus-summary-low-unread, gnus-summary-normal-unread)
18152         (gnus-summary-high-read, gnus-summary-low-read)
18153         (gnus-summary-normal-read, gnus-splash):
18154         Remove "-face" suffix from face names.
18155         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18156         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18157         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18158         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18159         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18160         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18161         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18162         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18163         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18164         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18165         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18166         (gnus-summary-selected-face, gnus-summary-cancelled-face)
18167         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18168         (gnus-summary-normal-ticked-face)
18169         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18170         (gnus-summary-normal-ancient-face)
18171         (gnus-summary-high-undownloaded-face)
18172         (gnus-summary-low-undownloaded-face)
18173         (gnus-summary-normal-undownloaded-face)
18174         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18175         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18176         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18177         (gnus-splash-face):
18178         New backward-compatibility aliases for renamed faces.
18179         (gnus-group-startup-message): Use renamed gnus faces.
18180
18181         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18182         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18183         (gnus-server-agent): Remove "-face" suffix from face names.
18184         (gnus-server-agent-face, gnus-server-opened-face)
18185         (gnus-server-closed-face, gnus-server-denied-face)
18186         (gnus-server-offline-face):
18187         New backward-compatibility aliases for renamed faces.
18188         (gnus-server-agent-face, gnus-server-opened-face)
18189         (gnus-server-closed-face, gnus-server-denied-face)
18190         (gnus-server-offline-face): Use renamed gnus faces.
18191
18192         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18193         Remove "-face" suffix from face names.
18194         (gnus-picon-xbm-face, gnus-picon-face):
18195         New backward-compatibility aliases for renamed faces.
18196
18197         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18198         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18199         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18200         (gnus-cite-11): Remove "-face" suffix from face names.
18201         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18202         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18203         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18204         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18205         New backward-compatibility aliases for renamed faces.
18206         (gnus-cite-attribution-face, gnus-cite-face-list)
18207         (gnus-article-boring-faces): Use renamed gnus faces.
18208
18209         * gnus-art.el (gnus-signature, gnus-header-from)
18210         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18211         (gnus-header-content): Remove "-face" suffix from face names.
18212         (gnus-signature-face, gnus-header-from-face)
18213         (gnus-header-subject-face, gnus-header-newsgroups-face)
18214         (gnus-header-name-face, gnus-header-content-face):
18215         New backward-compatibility aliases for renamed faces.
18216         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
18217
18218         * gnus-sum.el (gnus-summary-selected-face)
18219         (gnus-summary-highlight): Use renamed gnus faces.
18220         * gnus-group.el (gnus-group-highlight): Likewise.
18221
18222 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
18223
18224         * gnus-sieve.el (gnus-sieve-article-add-rule):
18225         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
18226         * spam-stat.el (spam-stat-buffer-change-to-spam)
18227         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
18228
18229         * message.el (message-is-yours-p):
18230         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
18231
18232 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18233
18234         * mm-view.el (mm-inline-text): Withdraw the last change.
18235
18236 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18237
18238         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
18239         executing enriched-decode.
18240
18241 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18242
18243         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
18244         charset of tar files.
18245
18246 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
18247
18248         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
18249
18250 2005-06-04  Lute Kamstra  <lute@gnu.org>
18251
18252         * nnfolder.el (nnfolder-read-folder): Make sure that undo
18253         information is never recorded.
18254
18255 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18256
18257         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
18258
18259 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18260
18261         * pop3.el (pop3-apop): Run md5 in the binary mode.
18262
18263         * starttls.el (starttls-set-process-query-on-exit-flag):
18264         Use eval-and-compile.
18265
18266 2005-05-31  Simon Josefsson  <jas@extundo.com>
18267
18268         * smime.el (smime-replace-in-string): Define.
18269         (smime-cert-by-ldap-1): Use it.
18270
18271 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18272
18273         * gnus-art.el (article-display-x-face): Replace
18274         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18275
18276         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
18277         set-process-query-on-exit-flag or process-kill-without-query.
18278
18279         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
18280         loop instead of replace-regexp.
18281
18282         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
18283         instead of process-kill-without-query if it is available.
18284
18285         * lpath.el: Fbind ldap-search-entries.
18286
18287         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
18288         instead of find-file-hooks if it is available.
18289
18290         * mml1991.el: Bind pgg-default-user-id when compiling.
18291
18292         * mml2015.el: Bind pgg-default-user-id when compiling.
18293
18294         * nndraft.el (nndraft-request-associate-buffer):
18295         Use write-contents-functions instead of write-contents-hooks if it is
18296         available.
18297
18298         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
18299         instead of find-file-hooks if it is available.
18300
18301         * nntp.el (nntp-open-connection): Replace
18302         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18303         (nntp-open-ssl-stream): Ditto.
18304         (nntp-open-tls-stream): Ditto.
18305
18306         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
18307         set-process-query-on-exit-flag or process-kill-without-query.
18308         (starttls-open-stream-gnutls): Use it instead of
18309         process-kill-without-query.
18310         (starttls-open-stream): Ditto.
18311
18312 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
18313
18314         * smime.el (smime-cert-by-ldap-1): Don't use
18315         replace-regexp-in-string.
18316
18317 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
18318
18319         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
18320
18321         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
18322         in PEM format.  Adjust to the XEmacs compatibility.
18323
18324 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
18325
18326         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
18327         by `string-to-number'.
18328         * gnus-agent.el (gnus-agent-regenerate-group)
18329         (gnus-agent-fetch-articles): Ditto.
18330         * gnus-art.el (gnus-button-fetch-group): Ditto.
18331         * gnus-cache.el (gnus-cache-generate-active)
18332         (gnus-cache-articles-in-group): Ditto.
18333         * gnus-group.el (gnus-group-set-current-level)
18334         (gnus-group-insert-group-line): Ditto.
18335         * gnus-score.el (gnus-score-set-expunge-below)
18336         (gnus-score-set-mark-below, gnus-summary-score-effect)
18337         (gnus-summary-score-entry): Ditto.
18338         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
18339         (gnus-soup-pack): Ditto.
18340         * gnus-spec.el (gnus-xmas-format): Ditto.
18341         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
18342         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
18343         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
18344         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
18345         * nndb.el (nndb-get-remote-expire-response): Ditto.
18346         * nndiary.el (nndiary-parse-schedule-value)
18347         (nndiary-string-to-number, nndiary-request-replace-article)
18348         (nndiary-request-article): Ditto.
18349         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
18350         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
18351         * nneething.el (nneething-make-head): Ditto.
18352         * nnfolder.el (nnfolder-request-article)
18353         (nnfolder-retrieve-headers): Ditto.
18354         * nnheader.el (nnheader-file-to-number): Ditto.
18355         * nnkiboze.el (nnkiboze-request-article): Ditto.
18356         * nnmail.el (nnmail-process-unix-mail-format)
18357         (nnmail-process-babyl-mail-format): Ditto.
18358         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
18359         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
18360         (nnmh-request-create-group, nnmh-request-list-1)
18361         (nnmh-request-group, nnmh-request-article): Ditto.
18362         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
18363         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
18364         * nnsoup.el (nnsoup-make-active): Ditto.
18365         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
18366         * nntp.el (nntp-find-group-and-number)
18367         (nntp-retrieve-headers-with-xover): Ditto.
18368         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
18369         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
18370         (pgg-format-key-identifier): Ditto.
18371         * pop3.el (pop3-last, pop3-stat): Ditto.
18372         * qp.el (quoted-printable-decode-region): Ditto.
18373
18374         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
18375         of concat.
18376
18377 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18378
18379         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
18380
18381         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
18382
18383         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
18384
18385         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
18386
18387         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
18388
18389         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
18390
18391         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
18392         (gnus-carpal-mode): Ditto.
18393
18394         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
18395         (gnus-browse-mode): Ditto.
18396
18397         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
18398
18399         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
18400
18401 2005-05-29  Richard M. Stallman  <rms@gnu.org>
18402
18403         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
18404
18405 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18406
18407         * gnus-util.el (gnus-run-mode-hooks): New function.
18408
18409         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
18410
18411         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
18412         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
18413
18414 2005-05-27  Lute Kamstra  <lute@gnu.org>
18415
18416         * dns-mode.el (dns-mode): Specify customization group.
18417
18418 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
18419
18420         * gnus-agent.el (gnus-agent-make-mode-line-string):
18421         Use mode-line-highlight as mouse-face.
18422
18423 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18424
18425         * canlock.el (canlock): Change the parent group to news.
18426
18427         * deuglify.el (gnus-outlook-deuglify): Add :group.
18428
18429         * dig.el (dig): Add :group.
18430
18431         * dns-mode.el (dns-mode): Add :group.
18432
18433         * encrypt.el (encrypt): Add :group.
18434
18435         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
18436         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
18437         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
18438         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
18439         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
18440
18441         * gnus-diary.el (gnus-diary): Add :group.
18442
18443         * gnus.el (gnus-group-news-1-face): Add :group.
18444         (gnus-group-news-1-empty-face): Ditto.
18445         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
18446         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
18447         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
18448         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
18449         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
18450         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
18451         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
18452         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
18453         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
18454         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
18455         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
18456         (gnus-summary-high-ticked-face): Ditto.
18457         (gnus-summary-low-ticked-face): Ditto.
18458         (gnus-summary-normal-ticked-face): Ditto.
18459         (gnus-summary-high-ancient-face): Ditto.
18460         (gnus-summary-low-ancient-face): Ditto.
18461         (gnus-summary-normal-ancient-face): Ditto.
18462         (gnus-summary-high-undownloaded-face): Ditto.
18463         (gnus-summary-low-undownloaded-face): Ditto.
18464         (gnus-summary-normal-undownloaded-face): Ditto.
18465         (gnus-summary-high-unread-face): Ditto.
18466         (gnus-summary-low-unread-face): Ditto.
18467         (gnus-summary-normal-unread-face): Ditto.
18468         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
18469         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
18470
18471         * hashcash.el (hashcash): New custom group.
18472         (hashcash-default-payment): Add :group.
18473         (hashcash-payment-alist): Ditto.
18474         (hashcash-default-accept-payment): Ditto.
18475         (hashcash-accept-resources): Ditto.
18476         (hashcash-path): Ditto.
18477         (hashcash-extra-generate-parameters): Ditto.
18478         (hashcash-double-spend-database): Ditto.
18479         (hashcash-in-news): Ditto.
18480
18481         * message.el (message-minibuffer-local-map): Add :group.
18482
18483         * netrc.el (netrc): Add :group.
18484
18485         * sieve-manage.el (sieve-manage-log): Add :group.
18486         (sieve-manage-default-user): Diito.
18487         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
18488         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
18489         (sieve-manage-authenticators): Ditto.
18490         (sieve-manage-authenticator-alist): Ditto.
18491         (sieve-manage-default-port): Ditto.
18492
18493         * sieve-mode.el (sieve-control-commands-face): Add :group.
18494         (sieve-action-commands-face): Ditto.
18495         (sieve-test-commands-face): Ditto.
18496         (sieve-tagged-arguments-face): Ditto.
18497
18498         * smime.el (smime): Add :group.
18499
18500         * spam-report.el (spam-report): Add :group.
18501
18502         * spam.el (spam, spam-face): Add :group.
18503
18504 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18505
18506         * nntp.el (nntp-next-result-arrived-p): Some news servers may
18507         return \n.\n.\n at the end of articles.  Protect against that.
18508         (nntp-with-open-group): Allow debugging.
18509
18510         * nnheader.el (mail-header-set-extra): Make into a function
18511         because I just could't understand how to quote the list properly.
18512
18513         * dns.el (query-dns-cached): New function.
18514
18515 2005-05-26  Lute Kamstra  <lute@gnu.org>
18516
18517         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
18518
18519 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18520
18521         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
18522
18523         * gnus-art.el: Don't autoload mail-extract-address-components.
18524
18525         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
18526         eval-and-compile to evaluate it.
18527
18528         * hashcash.el: Don't autoload executable-find.
18529
18530         * nndb.el: Don't declare the nndb back end two or more times; don't
18531         autoload news-reply-mode, news-setup, cancel-timer and telnet.
18532
18533         * nntp.el: Autoload format-spec instead of format; use
18534         eval-and-compile to evaluate autoload forms.
18535
18536 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
18537
18538         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
18539
18540 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18541
18542         * gnus.el (gnus-version-number): Bump version.
18543
18544 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18545
18546         * gnus.el: No Gnus v0.3 is released.
18547
18548 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18549
18550         * lpath.el (featurep): Bind show-nonbreak-escape.
18551
18552 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18553
18554         * gnus-art.el (gnus-article-edit-part): Disable undo.
18555
18556 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18557
18558         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
18559         gnus-article-date-lapsed-new-header is t if date timer is active;
18560         skip headers in which the original date value is empty.
18561         (gnus-article-save-original-date): Redefine it as a macro.
18562         (gnus-display-mime): Use it.
18563
18564 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18565
18566         * gnus-art.el (article-date-ut): Support converting date in
18567         forwarded parts as well.
18568         (gnus-article-save-original-date): New function.
18569         (gnus-display-mime): Use it.
18570
18571 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
18572
18573         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
18574         enclosure element of <item>.
18575
18576 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
18577
18578         * message.el (message-kill-buffer-query): Rename from
18579         `message-kill-buffer-query-if-modified'.  Add :version.
18580
18581 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18582
18583         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
18584         window layout.
18585
18586 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18587
18588         * mml.el: Autoload dnd when compiling.
18589
18590 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18591
18592         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
18593         x-dnd-*.
18594
18595 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18596
18597         * qp.el (quoted-printable-encode-region): Save excursion.
18598
18599 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
18600
18601         * message.el (message-kill-buffer-query-if-modified): Add new variable
18602         so the user can kill a modified message buffer quickly.
18603         (message-kill-buffer): Use it.
18604
18605 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18606
18607         * lpath.el: Fbind display-time-event-handler; don't fbind
18608         string-to-multibyte.
18609
18610         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18611
18612 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18613
18614         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18615         contained in text because xml.el decodes entities) with LFs.
18616
18617 2005-04-11  Lute Kamstra  <lute@gnu.org>
18618
18619         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18620         differently.
18621
18622 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18623
18624         * mm-util.el (mm-detect-coding-region): Typo.
18625
18626 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18627
18628         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
18629
18630 2005-04-06  Deepak Goel  <deego@gnufans.org>
18631
18632         * spam-stat.el (spam-stat-score-buffer): Add a call to a
18633         user-function allow user modifications of the scores.
18634         (spam-stat-score-buffer-user): New function, to allow
18635         user-computed modifications to the score.
18636         (spam-stat-score-buffer-user-functions): List of additional
18637         scoring functions.
18638         (spam-stat-error-holder): Global temporary error holder.
18639         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
18640         variable.
18641
18642 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
18643
18644         * gnus-registry.el (gnus-registry-clean-empty-function)
18645         (gnus-registry-trim, gnus-registry-fetch-groups)
18646         (gnus-registry-delete-group): Groups that match
18647         `gnus-registry-ignored-groups' are removed from the registry
18648         entries, not just ignored for splitting.  This helps clean up the
18649         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
18650         to get all the groups a message ID is in.
18651
18652         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
18653         (spam-stat-split-fancy): Change "threshhold" to "threshold".
18654         (spam-stat-score-buffer-user-functions): Add :number custom type.
18655
18656 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18657
18658         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
18659         argument in XEmacs.
18660
18661         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
18662         (nnrss-request-group): Decode group name first.
18663         (nnrss-request-article): Make a text/plain article if mml-to-mime
18664         failed.
18665         (nnrss-get-encoding): Return a compatible encoding according to
18666         nnrss-compatible-encoding-alist.
18667         (nnrss-find-el): Use consp instead of listp.
18668         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
18669
18670 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18671
18672         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
18673         which Emacs 20 doesn't support.
18674         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
18675
18676 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18677
18678         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
18679         silence the byte compiler inside the defun.
18680
18681         * gnus-demon.el (parse-time-string): Add autoload.
18682
18683         * gnus-delay.el (parse-time-string): Add autoload.
18684
18685         * gnus-art.el (parse-time-string): Add autoload.
18686
18687         * nnultimate.el (parse-time): Require for `parse-time-string'.
18688
18689 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18690
18691         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
18692
18693         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
18694
18695         * smime.el (smime-ldap-host-list): Add :version.
18696
18697 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18698
18699         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
18700         pass it to `gnus-browse-read-group'.
18701         (gnus-browse-read-group): Add NUMBER argument and pass it to
18702         `gnus-group-read-ephemeral-group'.
18703
18704         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
18705         argument and pass it to `gnus-group-read-group'.
18706
18707 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
18708
18709         * mm-util.el (mm-xemacs-find-mime-charset): Only call
18710         mm-xemacs-find-mime-charset-1 if we have the mule feature
18711         available at runtime.
18712
18713 2005-03-25  Werner Lemberg  <wl@gnu.org>
18714
18715         * nnmaildir.el: Replace `illegal' with `invalid'.
18716
18717 2005-03-23  Lute Kamstra  <lute@gnu.org>
18718
18719         * time-date.el: Add comment on time value formats.
18720         Don't require parse-time.
18721         (with-decoded-time-value): New macro.
18722         (encode-time-value): New function.
18723         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18724         (days-to-time): Return a valid time value when arg is huge.
18725         (time-since): Use time-subtract.
18726         (time-to-number-of-days): Use time-to-seconds.
18727
18728 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18729
18730         * gnus-start.el (gnus-display-time-event-handler):
18731         Check display-time-timer at runtime rather than only at load time
18732         in case display-time-mode is turned off in the mean time.
18733
18734 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18735
18736         * nnimap.el (nnimap-open-connection): Print which authinfo file is
18737         used.
18738
18739         * nneething.el (nneething-map-file-directory): Derive from
18740         `gnus-directory'.
18741
18742         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
18743         the To/Cc button.
18744
18745 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18746
18747         * nnmaildir.el (nnmaildir-request-accept-article):
18748         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
18749
18750 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18751
18752         * gnus-async.el: Require timer-funcs at compile time when in
18753         XEmacs for `run-with-idle-timer'.
18754
18755 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18756
18757         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18758         autoloaded function.
18759
18760 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18761
18762         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
18763
18764 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
18765
18766         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
18767
18768 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18769
18770         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
18771         Add gnus-expert-user to default.
18772
18773 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
18774
18775         * nnimap.el (nnimap-open-server): Ditto.
18776
18777         * imap.el (imap-authenticate): Fix typo.
18778
18779 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
18780
18781         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
18782         buffer (since IMAP server might return FETCH response out of
18783         order, and the nntp buffer must be sorted).
18784
18785 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
18786
18787         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
18788         comparison on string.
18789
18790         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
18791         (gnus-agent-score): Rename category keywords to match gnus-cus.
18792         (gnus-agent-summary-fetch-series): Modify to protect against
18793         gnus-agent-summary-fetch-group clearing processable flags.
18794         (gnus-agent-synchronize-group-flags): Update live group buffer as
18795         synchronization may occur due to the user toggle the plugged
18796         status.
18797         (gnus-agent-fetch-group-1): Clear downloadable flag when article
18798         successfully downloaded.
18799         (gnus-agent-expire-group-1): Avoid using markers when the overview
18800         is in ascending order; greatly improves performance.
18801         (gnus-agent-regenerate-group):
18802         Use gnus-agent-synchronize-group-flags to reset read status in both
18803         gnus and server.
18804         (gnus-agent-update-files-total-fetched-for): Fix initial size.
18805
18806 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
18807
18808         * message.el: Don't autoload former message-utils variables.
18809         (message-strip-subject-trailing-was): Change doc string.
18810
18811         * nnweb.el: Fixes for `gnus-group-make-web-group'.
18812         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
18813         (nnweb-google-search): Add "hl=en" here.
18814         (nnweb-google-parse-1, nnweb-google-create-mapping):
18815         Don't hardcode URL.
18816
18817 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18818
18819         * message.el (message-get-reply-headers, message-followup):
18820         Mention related variables `message-use-followup-to' and
18821         `message-use-mail-followup-to', in the information buffer.
18822
18823         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
18824         of broken groups(-beta).google.com.
18825
18826 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
18827
18828         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
18829         parameter to invoked gnus-request-move-article; remove the
18830         redundant gnus-sum-hint-move-is-internal variable; apply the marks
18831         all at once instead of once per article.
18832         (gnus-summary-remove-process-mark): Accept a list of articles as
18833         well as a single article for processing.
18834
18835         * gnus-int.el (gnus-request-move-article): Add move-is-internal
18836         parameter.
18837
18838         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
18839
18840         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
18841
18842         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
18843         parameter.
18844
18845         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
18846         parameter.
18847
18848         * nnimap.el (nnimap-request-move-article): Add move-is-internal
18849         parameter and remove the gnus-sum-hint-move-is-internal variable.
18850
18851         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
18852         parameter.
18853
18854         * nndraft.el (nndraft-request-move-article): Add move-is-internal
18855         parameter.
18856
18857         * nndiary.el (nndiary-request-move-article): Add move-is-internal
18858         parameter.
18859
18860         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
18861
18862         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
18863         parameter.
18864
18865         * nnagent.el (nnagent-request-move-article): Add move-is-internal
18866         parameter.
18867
18868 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18869
18870         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
18871         a more conservative way.
18872
18873 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18874
18875         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
18876         buffer, so it moves the window's cursor.
18877
18878 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
18879
18880         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
18881         `mm-dissect-multipart' and receive the from field as an (optional)
18882         argument from `mm-dissect-multipart'.
18883         (mm-dissect-multipart): Receive the from field as an argument and
18884         pass it on when we call `mm-dissect-buffer' on MIME parts.
18885         Fixes verification/decryption of signed/encrypted MIME parts.
18886
18887 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
18888
18889         * gnus-sum.el (gnus-summary-move-article):
18890         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
18891         whatever it calls (right now, only nnimap-request-move article
18892         respects it).
18893
18894         * nnimap.el (nnimap-request-move-article):
18895         When gnus-sum-hint-move-is-internal is set, don't do the extra
18896         nnimap-request-article.
18897
18898 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18899
18900         * nnheader.el (nnheader-find-file-noselect): Add doc string.
18901
18902         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
18903         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
18904
18905         * gnus-sum.el (gnus-summary-caesar-message):
18906         Apply `gnus-treat-article' after rotation.
18907
18908         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
18909         doc string.
18910
18911 2005-02-22  Simon Josefsson  <jas@extundo.com>
18912
18913         * encrypt.el (encrypt-password-cache-expiry): Remove (use
18914         `password-cache-expiry' instead).  Reported by Arne Jørgensen
18915         <arne@arnested.dk>.
18916         (encrypt): Add password-cache and password-cache-expiry as group
18917         members.
18918
18919 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
18920
18921         * smime.el (smime-ldap-host-list): Doc fix.
18922         (smime-ask-passphrase): Use `password-read-and-add' to read (and
18923         cache) password.
18924         (smime-sign-region): Use it.
18925         (smime-decrypt-region): Use it.
18926         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
18927         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
18928         fails.
18929         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
18930         certificate from DER to PEM format rather than calling openssl.
18931
18932         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
18933
18934         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
18935         for signing/encryption.
18936
18937         * mml.el (mml-parse-1): Use them.
18938
18939 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
18940
18941         * nnrss.el (nnrss-verbose): Remove.
18942         (nnrss-request-group): Use `nnheader-message' instead.
18943
18944 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
18945
18946         * nnrss.el (nnrss-verbose): New variable.
18947         (nnrss-request-group): Make it say nnrss is requesting a group.
18948
18949 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18950
18951         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
18952         Handle news URL with given port correctly.
18953
18954 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18955
18956         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
18957         containing special characters.
18958
18959         * gnus-sum.el (gnus-summary-edit-article): Ditto.
18960
18961         * mml.el (mime-to-mml): Ditto.
18962
18963         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
18964         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
18965         (rfc2047-decode-region): Quote decoded words containing special
18966         characters when rfc2047-quote-decoded-words-containing-tspecials
18967         is non-nil.
18968
18969 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
18970
18971         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
18972
18973         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
18974
18975 2005-02-15  Simon Josefsson  <jas@extundo.com>
18976
18977         * nnimap.el (nnimap-debug): Doc fix.
18978
18979         * imap.el (imap-debug): Doc fix.
18980
18981 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18982
18983         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
18984
18985 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
18986
18987         * gnus.el (spam-contents): Improve docs for spam-contents
18988         parameter in its variable incarnation.
18989
18990 2005-02-14  Simon Josefsson  <jas@extundo.com>
18991
18992         * smime-ldap.el: Use require instead of load-library for ldap.
18993         (smime-ldap-search): Indent.
18994         (smime-ldap-search-internal): Shorten line.
18995
18996         * smime.el (smime-cert-by-dns): Add doc-string.
18997         (smime-cert-by-ldap-1): Indent.
18998
18999         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19000         mml-smime-get-dns-ldap.
19001         (mml-smime-encrypt-query): Use new function.  Default to ldap.
19002
19003 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
19004
19005         * smime.el: Require smime-ldap.
19006         (smime-ldap-host-list): New variable.
19007         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19008
19009         * mml-smime.el (mml-smime-encrypt-query): New function.
19010         (mml-smime-encrypt-query): Use it.
19011
19012         * smime-ldap.el: New file.
19013
19014 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19015
19016         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19017
19018 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19019
19020         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19021         argument in doc string.  Make query for type more clear.
19022
19023 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19024
19025         * gnus.el (gnus-group-startup-message): Search for gnus images in
19026         etc/images/gnus.
19027         * mm-util.el (mm-image-load-path): Likewise.
19028         * smiley.el (smiley-data-directory): Search for smilies in
19029         etc/images/smilies.
19030
19031 2005-02-09  Kim F. Storm  <storm@cua.dk>
19032
19033         Change Emacs release version from 21.4 to 22.1 throughout.
19034         Change Emacs development version from 21.3.50 to 22.0.50.
19035
19036 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19037
19038         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19039
19040         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19041         non-Mule XEmacs as well.
19042         (mm-decompress-buffer): Signal an error intentionally if it does
19043         not decompress compressed data because auto-compression-mode is
19044         disabled.
19045
19046 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
19047
19048         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19049         an ID in the registry even if it has no groups.
19050
19051 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19052
19053         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19054         merge it into mm-decompress-buffer.
19055         (gnus-mime-copy-part): Use the MIME part charset, the value which
19056         a user specified or gnus-newsgroup-charset for decoding, like
19057         gnus-mime-inline-part does; set buffer-file-coding-system to tell
19058         save-buffer what was used.  Suggested by Kevin Ryde
19059         <user42@zip.com.au>.
19060         (gnus-mime-inline-part): Allow the name parameter as well as the
19061         filename parameter; force decompressing of compressed data; always
19062         display contents being not decoded as unibyte.
19063
19064         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19065         as well as the filename parameter.
19066
19067         * mm-util.el (mm-decompress-buffer):
19068         Merge gnus-mime-jka-compr-maybe-uncompress.
19069         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19070         of compressed data.
19071
19072 2005-02-08  Simon Josefsson  <jas@extundo.com>
19073
19074         * imap.el (imap-log): Doc fix.
19075
19076 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19077
19078         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19079         the coding cookies; decompress compressed parts.
19080
19081         * mml.el (mml-generate-mime-1): Add the charset parameter according
19082         to the value which a user specified manually or the coding cookie.
19083
19084         * mm-util.el (mm-string-to-multibyte): New function.
19085         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19086         (mm-coding-system-to-mime-charset): New function.
19087         (mm-decompress-buffer): New function.
19088         (mm-find-buffer-file-coding-system): New function.
19089
19090         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19091         (mm-display-inline-fontify): Rewrite for decoding and decompressing
19092         parts.
19093
19094 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19095
19096         * mm-view.el (mm-display-inline-fontify): Decode a part according
19097         to the charset parameter.
19098
19099 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19100
19101         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19102         prefix arg is neither nil nor a number, as info specifies.
19103
19104 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19105
19106         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19107         timestamps.
19108
19109 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
19110
19111         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19112         groups error checking and notify user.
19113
19114 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
19115
19116         * message.el (message-send-mail-function): Check existence of
19117         sendmail-program first before using default value
19118         `message-send-mail-with-sendmail'.  Otherwise use more generic
19119         `smtpmail-send-it'.
19120
19121 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19122
19123         * nntp.el (nntp-request-update-info): Always return nil.
19124
19125 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19126
19127         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19128
19129 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19130
19131         * message.el (message-beginning-of-line): Change the behavior when
19132         invoked between BOL and : so that it first moves backward.
19133
19134 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19135
19136         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19137         article buffer when editing of the article is discarded.
19138         (gnus-article-prepare): Revert.
19139
19140 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19141
19142         * gnus-art.el (gnus-article-prepare):
19143         Remove message-strip-forbidden-properties from the local hook.
19144
19145 2005-01-27  Simon Josefsson  <jas@extundo.com>
19146
19147         * password.el (password-cache-add): Only start one timer per key.
19148         Reported by Derek Atkins <warlord@MIT.EDU>.
19149
19150 2005-01-26  Steve Youngs  <steve@sxemacs.org>
19151
19152         * run-at-time.el: Remove.  It is no longer needed as
19153         timer-funcs.el in the xemacs-base package has a working version of
19154         `run-at-time'.
19155
19156         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
19157
19158         * password.el: Require timer-funcs instead of run-at-time in
19159         XEmacs.
19160         Remove `password-run-at-time' macro.
19161         (password-cache-add): Use `run-at-time' instead of
19162         `password-run-at-time'.
19163
19164         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
19165         Remove `nnheader-cancel-function-timers' alias,
19166         `cancel-function-timers' exists in XEmacs in timer-funcs.
19167
19168         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19169         for `run-with-idle-timer'.
19170
19171         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19172         for `run-at-time'.
19173
19174         * mm-url.el: Require timer-funcs at compile time when in XEmacs
19175         for `with-timeout'.
19176
19177         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
19178         the same as for XEmacs 21.4.
19179         No need to ignore `run-with-idle-timer', this function exists in
19180         XEmacs now in timer-funcs.el in the xemacs-base package.
19181         (dgnushack-compile): No need to delete
19182         run-at-time.el from the list of files to compile because it
19183         doesn't exist anymore.
19184
19185 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19186
19187         * mml.el (mml-generate-mime-1): Convert string into unibyte when
19188         inserting " *mml*" buffer's contents into a unibyte temp buffer.
19189
19190 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
19191
19192         * mail-source.el (mail-source-fetch-imap): Search for ^From case
19193         sensitively.
19194
19195 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
19196
19197         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19198
19199 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19200
19201         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19202         which will be inserted according to the multibyteness of a buffer
19203         rather than the type of contents.  Suggested by ARISAWA Akihiro
19204         <ari@mbf.ocn.ne.jp>.
19205
19206         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19207         of string which old xml.el may return rather than a string.
19208
19209 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19210
19211         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19212
19213 2005-01-16  Simon Josefsson  <jas@extundo.com>
19214
19215         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19216         idn/idna.el isn't available.
19217         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
19218         <michael@waxrat.com>.
19219
19220         * hashcash.el: Remove non-FSF copyright header.
19221
19222         * hashcash.el (hashcash-extra-generate-parameters): New variable.
19223         (hashcash-generate-payment): Use it.
19224         (hashcash-generate-payment-async): Use it.
19225
19226 2005-01-15  Simon Josefsson  <jas@extundo.com>
19227
19228         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19229         Suggested by Raymond Scholz <ray-2005@zonix.de>.
19230
19231         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19232         gnus-summary-idna-message.
19233         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19234         (gnus-summary-idna-message): New function.
19235
19236 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
19237
19238         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19239         gnus-novice-user.
19240
19241 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19242
19243         * nnrss.el (nnrss-request-delete-group): Delete entries in
19244         nnrss-group-alist as well.
19245         (nnrss-save-server-data): Insert newline.
19246
19247 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
19248
19249         * gnus.el (gnus-user-agent): Use list of symbols instead of
19250         symbols.  Display full version number for (S)XEmacs.
19251         Optionally display (S)XEmacs codename.
19252
19253         * gnus-util.el (gnus-emacs-version): Update for new
19254         `gnus-user-agent'.
19255
19256         * gnus-msg.el (gnus-extended-version): Make it possible to omit
19257         Gnus version.
19258
19259 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19260
19261         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
19262         which is unreadable in some setups.
19263
19264 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19265
19266         * gnus-spec.el (gnus-update-format-specifications): Flush the
19267         group format spec cache if it doesn't support decoded group names.
19268
19269 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
19270
19271         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
19272         Allow to apply decay on score files matching a regexp.
19273
19274 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19275
19276         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
19277         compatibility in %g and %c.
19278
19279 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19280
19281         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
19282         name for only %g and %c.
19283         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
19284         of gnus-tmp-group to decoded group name.
19285         (gnus-group-make-rss-group): Exclude `/'s from group names.
19286
19287 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19288
19289         * nnrss.el (nnrss-get-encoding): Fix regexp.
19290
19291 2004-12-27  Simon Josefsson  <jas@extundo.com>
19292
19293         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
19294         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
19295         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
19296
19297 2004-12-17  Kim F. Storm  <storm@cua.dk>
19298
19299         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
19300
19301         * gnus-sum.el (gnus-summary-mode-map): Likewise.
19302
19303 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19304
19305         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
19306
19307 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19308
19309         * nnrss.el: Require rfc2047 and mml.
19310         (nnrss-file-coding-system): New variable.
19311         (nnrss-format-string): Redefine it as an inline function.
19312         (nnrss-decode-group-name): New function.
19313         (nnrss-string-as-multibyte): Remove.
19314         (nnrss-retrieve-headers): Decode group name; don't use
19315         nnrss-format-string.
19316         (nnrss-request-group): Decode group name.
19317         (nnrss-request-article): Decode group name; allow a Message-ID as
19318         well as an article number; don't use nnrss-format-string; encode a
19319         Message-ID string which may contain non-ASCII characters; use
19320         mml-to-mime to compose a MIME article.
19321         (nnrss-request-expire-articles): Decode group name.
19322         (nnrss-request-delete-group): Decode group name.
19323         (nnrss-fetch): Clarify error message.
19324         (nnrss-read-server-data): Use insert-file-contents instead of load;
19325         bind file-name-coding-system; use multibyte buffer.
19326         (nnrss-save-server-data): Bind coding-system-for-write to the
19327         value of nnrss-file-coding-system; bind file-name-coding-system;
19328         add coding cookie.
19329         (nnrss-read-group-data): Use insert-file-contents instead of load;
19330         bind file-name-coding-system; use multibyte buffer.
19331         (nnrss-save-group-data): Bind coding-system-for-write to the
19332         value of nnrss-file-coding-system; bind file-name-coding-system.
19333         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
19334         make it work with non-ASCII text.
19335         (nnrss-find-el): Make it work with old xml.el as well.
19336
19337 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19338
19339         * nnrss.el (nnrss-get-encoding): New function.
19340         (nnrss-fetch): Use unibyte buffer initially; bind
19341         coding-system-for-read while performing mm-url-insert; remove ^Ms;
19342         decode contents according to the encoding attribute.
19343         (nnrss-save-group-data): Add coding cookie.
19344         (nnrss-mime-encode-string): New function.
19345         (nnrss-check-group): Use it to encode subject and author.
19346
19347 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
19348
19349         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
19350         imaginary variable.
19351
19352 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19353
19354         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
19355         correctly even if there are wide characters.
19356
19357 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
19358
19359         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
19360         downcased symbol names; make a new cache instead of reusing
19361         bbdb-hashtable.
19362
19363 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19364
19365         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19366         concatenating segments rather than before concatenating them.
19367         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19368
19369         * message.el (message-get-reply-headers): Bind `extra'.
19370
19371 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19372
19373         * message.el (message-extra-wide-headers): New variable.
19374         (message-get-reply-headers): Use it.
19375
19376 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19377
19378         * gnus-agent.el (gnus-agent-group-path): Decode group name.
19379         (gnus-agent-group-pathname): Ditto.
19380
19381         * gnus-cache.el (gnus-cache-file-name): Decode group name.
19382
19383         * gnus-group.el (gnus-group-make-group): Decode group name.
19384         (gnus-group-make-rss-group): Register the group data after opening
19385         the nnrss group.
19386
19387 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
19388
19389         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
19390         by expiry now get marked as read.
19391
19392 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19393
19394         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
19395
19396 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
19397
19398         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
19399         unify Latin characters in XEmacs.
19400         (mm-find-mime-charset-region): Use it.
19401
19402 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19403
19404         * gnus-util.el (gnus-delete-directory): New function.
19405
19406         * gnus-agent.el (gnus-agent-delete-group): Use it.
19407
19408         * gnus-cache.el (gnus-cache-delete-group): Use it.
19409
19410 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19411
19412         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
19413         names.
19414
19415 2004-12-16  Simon Josefsson  <jas@extundo.com>
19416
19417         * hashcash.el (hashcash-payment-alist): Fix custom :type.
19418
19419 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19420
19421         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
19422
19423         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
19424         (gnus-group-set-current-level): Decode group name.
19425
19426 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
19427
19428         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
19429         failed.
19430
19431 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19432
19433         * gnus-group.el (gnus-group-delete-group): Decode group name.
19434         (gnus-group-make-rss-group): Encode group name.
19435         (gnus-group-catchup-current): Decode group name.
19436         (gnus-group-kill-group): Decode group name.
19437
19438 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19439
19440         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
19441
19442 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19443
19444         * gnus-group.el (gnus-group-make-rss-group):
19445         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
19446
19447         * gnus-start.el (gnus-setup-news): Honor user's setting to
19448         gnus-message-archive-method.  Suggested by Lute Kamstra
19449         <lute@gnu.org>.
19450
19451 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
19452
19453         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
19454         global counterparts of the buffer-local variables.
19455
19456 2004-11-16  Romain Francoise  <romain@orebokech.com>
19457
19458         * gnus-sum.el (gnus-summary-exit): Don't clear the global
19459         counterparts of the buffer-local variables.
19460
19461 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19462
19463         * message.el (message-forbidden-properties): Fix typo in doc
19464         string.
19465
19466 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19467
19468         * gnus-util.el (gnus-replace-in-string): Add doc string.
19469
19470         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
19471         to avoid problems when splitting mails with many recipients.
19472
19473 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19474
19475         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
19476         pop-to-buffer, covered by the subsequent gnus-configure-windows.
19477
19478 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
19479
19480         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
19481         if there is no hashtable in memory or file modification time is
19482         newer than cached timestamp.
19483
19484 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
19485
19486         * gnus-sum.el (gnus-summary-limit-to-recipient):
19487         Implement not-matching option.
19488
19489 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
19490
19491         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
19492         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
19493         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
19494         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
19495         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
19496         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
19497
19498 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19499
19500         * message.el (message-forward-make-body-mml): Remove headers
19501         according to message-forward-ignored-headers if a message is decoded.
19502
19503 2004-12-02  Romain Francoise  <romain@orebokech.com>
19504
19505         * message.el (message-forward-make-body-plain): Always remove
19506         headers according to message-forward-ignored-headers.
19507
19508 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
19509
19510         * spam.el (spam-summary-prepare-exit): Remove the
19511         gnus-summary-limit pop for now, it has problems with ham marks for
19512         me.
19513
19514 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
19515
19516         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
19517         correctly.
19518
19519 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
19520
19521         * format-spec.el (format-spec): Message the char.
19522
19523 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
19524
19525         * gnus-art.el (gnus-split-methods): Reformat comments.
19526
19527         * spam.el (spam-summary-prepare-exit): Remove article limits
19528         before exiting the summary buffer.
19529
19530 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19531
19532         * lpath.el: Remove bbdb-create-internal, bbdb-records,
19533         spam-BBDB-register-routine and spam-enter-ham-BBDB.
19534
19535         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
19536         order to silence the byte compiler.
19537
19538         * spam.el: Fix the way to silence the byte compiler, which
19539         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
19540         bbdb-search-simple, spam-BBDB-register-routine,
19541         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
19542         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
19543         spam-stat-buffer-is-spam, spam-stat-load,
19544         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
19545         spam-stat-save and spam-stat-split-fancy.
19546
19547 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19548
19549         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
19550         which may confuse users.
19551         (canlock-password-for-verify): Ditto.
19552
19553         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
19554
19555         * gnus-art.el (gnus-emphasis-alist): Ditto.
19556
19557         * gnus-registry.el (gnus-registry-max-entries): Ditto.
19558
19559         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
19560
19561         * gnus-start.el (gnus-save-killed-list): Ditto.
19562
19563         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
19564         (gnus-sum-thread-tree-root): Ditto.
19565         (gnus-sum-thread-tree-false-root): Ditto.
19566         (gnus-sum-thread-tree-single-indent): Ditto.
19567
19568         * message.el (message-courtesy-message): Ditto.
19569         (message-archive-note): Ditto.
19570         (message-subscribed-address-file): Ditto.
19571         (message-user-fqdn): Ditto.
19572
19573         * spam-report.el (spam-report-gmane-regex): Ditto.
19574
19575         * spam.el (spam-blackhole-good-server-regex): Ditto.
19576
19577 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19578
19579         * mml.el (mml-preview): Widen the message buffer before copying
19580         the contents to the preview buffer; sort headers before previewing.
19581
19582         * message.el (message-hidden-headers): Fix the way to avoid a bug
19583         in the `repeat' widget in Emacs 21.3 or earlier.
19584
19585 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19586
19587         * message.el (message-hidden-headers): Default to "^References:".
19588         Improve customization type.  Suggested by Reiner Steib
19589         <Reiner.Steib@gmx.de>.
19590
19591 2004-11-25  Romain Francoise  <romain@orebokech.com>
19592
19593         * message.el (message-strip-forbidden-properties): Remove check for
19594         obsolete `message-hidden' text property, hidden headers are not
19595         accessible in the buffer anymore.
19596
19597 2004-11-22  Romain Francoise  <romain@orebokech.com>
19598
19599         * message.el (message-header-format-alist): Add `From' in list
19600         so that it can be sorted.
19601         (message-fix-before-sending): Widen and sort headers before
19602         sending.
19603         (message-hide-headers): Use narrowing to hide headers by moving
19604         them to the top of the buffer and narrowing to the region
19605         underneath.
19606
19607 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19608
19609         * message.el (message-strip-forbidden-properties):
19610         Bind buffer-read-only (etc) to nil.
19611
19612 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19613
19614         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19615         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19616
19617 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
19618
19619         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19620
19621 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19622
19623         * dns.el (query-dns): Use sit-for to time instead of
19624         accept-process-output, since that doesn't seem to work on udp
19625         sockets.
19626
19627 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19628
19629         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19630
19631 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
19632
19633         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19634         doc string.  Improve doc string.
19635
19636 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19637
19638         * nntp.el (nntp-request-update-info): Return nil if
19639         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19640         may not call gnus-activate-group which uselessly issues the GROUP
19641         commands for all nntp groups and wastes time.  Reported by Romain
19642         Francoise <romain@orebokech.com>.
19643
19644         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19645
19646 2004-11-15  Simon Josefsson  <jas@extundo.com>
19647
19648         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19649         headers separately.
19650         (gnus-button-openpgp): New function, inspired by Jochen Küpper
19651         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19652
19653 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19654
19655         * gnus-start.el (gnus-convert-old-newsrc):
19656         Assign legacy-gnus-agent to 5.10.7.
19657
19658 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19659
19660         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
19661         start of the lines.
19662
19663 2004-11-14  Magnus Henoch  <mange@freemail.hu>
19664
19665         * hashcash.el (hashcash-default-payment): Change default to 20.
19666         (hashcash-default-accept-payment): Change default to 20.
19667         (hashcash-process-alist): New variable.
19668         (hashcash-generate-payment-async): Add.
19669         (hashcash-already-paid-p): Add.
19670         (hashcash-insert-payment): Don't generate payments twice.
19671         (hashcash-insert-payment-async): Add.
19672         (hashcash-insert-payment-async-2): Add.
19673         (hashcash-cancel-async): Add.
19674         (hashcash-wait-async): Add.
19675         (hashcash-processes-running-p): Add.
19676         (hashcash-wait-or-cancel): Add.
19677         (mail-add-payment): New optional argument.  Conditionally start
19678         asynchronous calculation.
19679         (mail-add-payment-async): Add.
19680
19681         * message.el (message-send-mail): Wait for asynchronous hashcash
19682         results.  Don't clobber existing X-Hashcash headers.
19683         (message-setup-1): Call mail-add-payment-async when
19684         message-generate-hashcash is non-nil.
19685
19686 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19687
19688         * message.el (message-use-alternative-email-as-from): Examine the
19689         From header as well; use message-make-from in order to include a
19690         user's full name.
19691
19692 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19693
19694         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
19695         default; improve customization type.
19696         (gnus-emphasis-custom-with-format): New macro.
19697         (gnus-emphasis-custom-value-to-external): New function.
19698         (gnus-emphasis-custom-value-to-internal): New function.
19699
19700 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19701
19702         * dns.el (query-dns): Resolve reverse addresses.
19703
19704 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19705
19706         * gnus-group.el (gnus-group-get-new-news): Use it.
19707
19708         * gnus-start.el (gnus-check-reasonable-setup): New function.
19709
19710 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19711
19712         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
19713         "Args out of range" error.  Reported by Arnaud Giersch
19714         <arnaud.giersch@free.fr>.
19715
19716 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19717
19718         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
19719
19720 2004-11-04  Richard M. Stallman  <rms@gnu.org>
19721
19722         * spam.el (spam group): Add :version.
19723
19724         * pgg-def.el (pgg group): Add :version.
19725
19726 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19727
19728         * gnus-art.el (gnus-article-edit-article): Don't associate the
19729         article buffer with a draft file.  This is a temporary measure
19730         against the 2004-08-22 change to gnus-article-edit-mode.
19731
19732 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19733
19734         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
19735         (html2text-format-tags): Remove unused variable `attr'.
19736
19737 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19738
19739         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
19740
19741         * tls.el (tls-process-connection-type, tls-success)
19742         (tls-certtool-program): Add :version.
19743
19744         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
19745         (starttls-extra-arguments, starttls-process-connection-type)
19746         (starttls-connect, starttls-failure, starttls-success): Add :version.
19747
19748         * spam-stat.el (spam-stat): Add :version.
19749
19750         * sieve.el (sieve): Add :version.
19751
19752         * sha1.el (sha1): Add :version.
19753         (sha1-use-external): Remove redundant version.
19754
19755         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19756         (nnmail-cache-ignore-groups, nnmail-spool-hook)
19757         (nnmail-split-fancy-match-partial-words)
19758         (nnmail-split-lowercase-expanded): Add :version.
19759
19760         * nndiary.el (nndiary): Add :version.
19761
19762         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
19763
19764         * mml-sec.el (mml-default-sign-method)
19765         (mml-default-encrypt-method, mml-signencrypt-style-alist):
19766         Add :version.
19767
19768         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
19769
19770         * mm-url.el (mm-url-use-external, mm-url-program)
19771         (mm-url-arguments): Add :version.
19772
19773         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
19774         (mm-attachment-file-modes, mm-decrypt-option)
19775         (mm-w3m-safe-url-regexp): Add :version.
19776
19777         * message.el (message-cite-prefix-regexp)
19778         (message-sendmail-envelope-from, message-minibuffer-local-map)
19779         (message-user-fqdn, message-completion-alist): Add :version.
19780
19781         * gnus-win.el (gnus-configure-windows-hook)
19782         (gnus-use-frames-on-any-display): Add :version.
19783
19784         * gnus-art.el (gnus-article-address-banner-alist)
19785         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19786         (gnus-treat-from-picon, gnus-treat-mail-picon)
19787         (gnus-treat-x-pgp-sig): Add :version.
19788
19789         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19790         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19791         (gnus-summary-article-delete-hook)
19792         (gnus-summary-display-while-building): Add :version.
19793
19794         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
19795         (gnus-get-top-new-news-hook): Add :version.
19796
19797         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19798         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19799
19800         * gnus-registry.el (gnus-registry): Add :version.
19801
19802         * gnus-spec.el (gnus-use-correct-string-widths)
19803         (gnus-make-format-preserve-properties): Add :version.
19804
19805         * gnus.el (gnus-group-charter-alist)
19806         (gnus-group-fetch-control-use-browse-url)
19807         (gnus-install-group-spam-parameters): Add :version.
19808
19809         * gnus-diary.el (gnus-diary): Add :version.
19810
19811         * gnus-delay.el (gnus-delay): Add :version.
19812
19813         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
19814         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
19815         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
19816         Add :version.
19817
19818         * gnus-agent.el (gnus-agent-max-fetch-size)
19819         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
19820         (gnus-agent-prompt-send-queue): Add :version.
19821
19822         * deuglify.el (gnus-outlook-deuglify): Add :version.
19823
19824         * html2text.el: Beautify code.  Improve doc strings.
19825         Some checkdoc cleanup.
19826         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
19827
19828 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
19829
19830         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
19831
19832 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
19833
19834         * gnus-registry.el (gnus-registry-hashtb): Create the registry
19835         when package is loaded.
19836
19837         * spam.el (spam-summary-score-preferred-header): Add global preference
19838         for people who want to override the default SpamAssassin over
19839         Bogofilter preference (when both are set).
19840         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
19841         (spam-user-format-function-S):
19842         Check spam-summary-score-preferred-header.
19843         (spam-extra-header-to-number): Add X-Bogosity header parsing.
19844         (spam-user-format-function-S): Format the score correctly.
19845
19846 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19847
19848         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
19849         signature file.  Suggested by Manoj Srivastava
19850         <srivasta@golden-gryphon.com>.
19851
19852         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
19853         iso-2022-jp even in the Japanese language environment.
19854         Suggested by Jason Rumney <jasonr@gnu.org>.
19855
19856 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19857
19858         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
19859         use the same characters as the dummy marks; make it free from
19860         getting affected by the language environment.
19861         (gnus-summary-read-group-1): Update mark positions only when the
19862         format spec is updated.
19863
19864         * gnus-spec.el (gnus-update-format-specifications): Return a list
19865         of updated types.
19866
19867 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19868
19869         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
19870         of boundp to check if display-warning is available.
19871
19872 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
19873
19874         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
19875
19876 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19877
19878         * nnspool.el (nnspool-spool-directory): Use news-path if the
19879         news-directory variable is not bound.
19880
19881         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
19882         function instead of display-warning if it is not available.
19883
19884 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19885
19886         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
19887         v5-10: Use `point-at-bol'.
19888
19889 2004-10-26  Simon Josefsson  <jas@extundo.com>
19890
19891         * hashcash.el: Fix URL in comment, reported by Cheng Gao
19892         <chenggao@gmail.com>.
19893
19894 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19895
19896         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
19897         instead.
19898
19899 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
19900
19901         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
19902         to remove a server from the nnimap-server-buffer-alist.
19903         (nnimap-open-connection, nnimap-close-server): Use it.
19904
19905         * gnus-encrypt.el: Remove file in favor of encrypt.el.
19906
19907 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19908
19909         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
19910         running the major-mode function.
19911
19912 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19913
19914         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
19915         dummy marks in the right way.
19916
19917 2004-10-18  David Edmondson  <dme@dme.org>
19918
19919         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
19920         excessively.
19921
19922 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
19923
19924         * gnus-util.el (gnus-split-references): Accept a nil references
19925         string and go on blissfully.
19926
19927         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
19928         cases where the references string is non-nil but has no references.
19929
19930         * encrypt.el: Add autoload tags.
19931
19932         * spam.el (spam-resolve-registrations-routine): Remove article
19933         from unregistration list too.  Reported by David Hanak
19934         <dhanak@isis.vanderbilt.edu>
19935
19936 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
19937
19938         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
19939         nil.  Change custom type.
19940
19941 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
19942
19943         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
19944
19945         * gnus-sum.el (gnus-summary-move-article): Use it.
19946
19947 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
19948
19949         * encrypt.el: Add autoload cookies.
19950
19951         * spam.el (spam-backend-article-list-property)
19952         (spam-backend-get-article-todo-list)
19953         (spam-backend-put-article-todo-list)
19954         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
19955         Resolve registrations separately.
19956         (spam-register-routine): Format comments.
19957         (spam-unregister-routine, spam-register-routine): Always call with
19958         specific-articles, no default list.
19959         (spam-summary-prepare-exit): Use the spam-classifications function.
19960
19961         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
19962         gnus-encrypt.el.
19963
19964         * encrypt.el: Copied from gnus-encrypt.el.
19965
19966         * gnus-encrypt.el: Commented that it's obsolete.
19967
19968 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19969
19970         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
19971         (gnus-score-save): Use it.
19972
19973         * message.el (message-bury): Use `window-dedicated-p'.
19974
19975 2004-10-15  Simon Josefsson  <jas@extundo.com>
19976
19977         * pop3.el (top-level): Don't require nnheader.
19978         (pop3-read-timeout): Add.
19979         (pop3-accept-process-output): Add.
19980         (pop3-read-response, pop3-retr): Use it.
19981
19982 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
19983
19984         * spam.el (spam-register-routine): Move comment.
19985         (spam-verify-bogofilter): Use 'unknown for the initial
19986         spam-bogofilter-valid state, not 'never.
19987
19988         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
19989         for netrc-machine.
19990
19991         * nnimap.el (nnimap-open-connection):
19992         Use netrc-machine-user-or-password.
19993
19994 2004-10-17  Richard M. Stallman  <rms@gnu.org>
19995
19996         * gnus-registry.el (gnus-registry-unload-hook):
19997         Set as a variable with add-hook.
19998
19999         * nnspool.el (nnspool-spool-directory): Use news-directory instead
20000         of news-path.
20001
20002         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20003
20004         * spam.el: Delete duplicate `provide'.
20005         (spam-unload-hook): Set as a variable with add-hook.
20006
20007 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20008
20009         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20010         in the doc string.
20011
20012         * message.el (message-ignored-news-headers)
20013         (message-ignored-supersedes-headers)
20014         (message-ignored-resent-headers)
20015         (message-forward-ignored-headers): Improve custom type.
20016
20017 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20018
20019         * message.el (message-tokenize-header): Fix 2004-09-06 change
20020         which used point-min in the wrong place.
20021
20022 2004-10-12  Simon Josefsson  <jas@extundo.com>
20023
20024         * tls.el (tls-certtool-program): New variable.
20025         (tls-certificate-information): New function, based on
20026         ssl-certificate-information.
20027
20028 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20029
20030         * compface.el: Move the version of ELisp-based uncompface program
20031         to the contrib directory because of the copyright problem.
20032
20033 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20034
20035         * message.el (message-kill-buffer): Raise the current frame.
20036
20037 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
20038
20039         * gnus-sum.el: Mention that multibyte characters don't work as marks.
20040
20041         * gnus.el (message-y-or-n-p): Autoload.
20042
20043         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20044         (pop3-password-required, pop3-authentication-scheme)
20045         (pop3-leave-mail-on-server): Make customizable.
20046         (pop3): New custom group.
20047         (pop3-retr): Remove `sleep-for' statements.
20048         Suggested by Dave Love <fx@gnu.org>.
20049
20050         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20051         Windows/DOS.
20052
20053         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20054         (imap-parse-body): Fix incorrect use of `assert'.
20055         Suggested by Dave Love <fx@gnu.org>.
20056
20057         * mml.el (mml-minibuffer-read-disposition): Require match.
20058         Suggested by Dave Love <fx@gnu.org>.
20059
20060 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20061
20062         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
20063         doc string.
20064
20065 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20066
20067         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20068
20069 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20070
20071         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20072         instead of calling `mm-insert-inline', to decode text/* parts
20073         before displaying them.
20074
20075 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20076
20077         * mm-uu.el (mm-uu-text-plain-type): New variable.
20078         (mm-uu-pgp-signed-extract-1): Use it.
20079         (mm-uu-pgp-encrypted-extract-1): Use it.
20080         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20081         bind mm-uu-text-plain-type with that value.
20082         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20083         mm-uu-dissect.
20084
20085 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20086
20087         * gnus-group.el (gnus-update-group-mark-positions):
20088         * gnus-sum.el (gnus-update-summary-mark-positions):
20089         * message.el (message-check-news-body-syntax):
20090         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20091         of string-as-multibyte.
20092
20093 2004-10-05  Juri Linkov  <juri@jurta.org>
20094
20095         * gnus-group.el (gnus-update-group-mark-positions):
20096         * gnus-sum.el (gnus-update-summary-mark-positions):
20097         * message.el (message-check-news-body-syntax):
20098         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20099         8-bit unibyte values to a multibyte string for search functions.
20100
20101 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20102
20103         * mm-uu.el (mm-uu-dissect): Allow optional arg.
20104         (mm-uu-dissect-text-parts): New function.
20105
20106         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20107         dissect text parts.
20108
20109         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20110         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20111
20112         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20113
20114         * gnus-topic.el (gnus-topic-hierarchical-parameters):
20115         Use gnus-current-topics instead of gnus-current-topic.
20116
20117 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
20118
20119         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20120
20121 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
20122
20123         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
20124         where appropriate.
20125
20126         * nnml.el (nnml-generate-active-info): do.
20127
20128         * nndiary.el (nndiary-generate-active-info): do.
20129
20130         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20131         (gnus-topic-move): do.
20132
20133         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20134         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20135
20136         * gnus-srvr.el (gnus-server-prepare)
20137         (gnus-server-open-all-servers): do.
20138
20139         * gnus-msg.el (gnus-summary-cancel-article)
20140         (gnus-summary-resend-message)
20141         (gnus-summary-mail-crosspost-complaint): do.
20142
20143         * gnus-move.el (gnus-change-server): do.
20144
20145         * gnus-group.el (gnus-group-unmark-all-groups)
20146         (gnus-group-set-current-level): do.
20147
20148 2004-10-04  Simon Josefsson  <jas@extundo.com>
20149
20150         * message.el (message-generate-hashcash): Doc fix.
20151
20152 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
20153
20154         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20155         avoid infinite recursion via gnus-get-function.
20156
20157 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
20158
20159         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20160
20161         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20162
20163         * nnmail.el (nnmail-split-history): do.
20164
20165         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20166         (nnml-request-delete-group): do.
20167
20168         * nnslashdot.el (nnslashdot-read-groups): do.
20169
20170         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20171         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20172
20173         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20174         (nnspool-sift-nov-with-sed): Use last.
20175         (nnspool-retrieve-headers-with-nov): Use mapc.
20176         (nnspool-request-newgroups): Use dolist.
20177         (nnspool-request-group): Use last.
20178
20179         * nntp.el (nntp-read-server-type): Use dolist.
20180
20181         * nnvirtual.el (nnvirtual-create-mapping)
20182         (nnvirtual-update-read-and-marked): Use dolist.
20183         (nnvirtual-convert-headers): Simplify.
20184
20185 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20186
20187         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20188         Add support for sync'ing tick marks.
20189
20190 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20191
20192         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20193         there's no visible header.
20194
20195 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20196
20197         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20198         When necessary, pass full group name to gnus-request-set-marks.
20199
20200 2004-10-01  Simon Josefsson  <jas@extundo.com>
20201
20202         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
20203         acroread.
20204
20205 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20206
20207         * spam-report.el (spam-report-gmane): Fix interactive.
20208
20209         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20210
20211         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20212         when writing file.
20213         (gnus-agent-synchronize-flags): Don't default to being
20214         interactive.
20215
20216 2004-09-30  Simon Josefsson  <jas@extundo.com>
20217
20218         * message.el (message-generate-hashcash): Add.
20219         (message-send-mail): Use it, call mail-add-payment.
20220
20221 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
20222
20223         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20224
20225 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
20226
20227         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
20228         gnus-requst-update-info with explicit code to sync the in-memory
20229         info read flags with the marks being sync'd to the backend.
20230
20231         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
20232
20233 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20234
20235         * spam.el (spam-verify-bogofilter): Add new function.
20236         (spam-check-bogofilter)
20237         (spam-bogofilter-register-with-bogofilter): Use it.
20238         (spam-verify-bogofilter): Add small fixes.
20239
20240 2004-09-28  Simon Josefsson  <jas@extundo.com>
20241
20242         * hashcash.el (hashcash-generate-payment): Revert.
20243
20244 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20245
20246         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20247         Use gnus-extract-references instead of gnus-split-references.
20248
20249         * gnus-util.el (gnus-extract-references): Add new function, analogous
20250         to gnus-split-references but extracts only the message-ID without
20251         anything extra.
20252
20253         * hashcash.el (hashcash-generate-payment)
20254         (hashcash-check-payment): Do the right thing if hashcash-path is
20255         nil (because the hashcash program could not be found).
20256
20257         * spam.el (spam-use-hashcash): Remove comment.
20258
20259 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
20260
20261         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
20262         (gnus-cache-enter-article, gnus-cache-remove-article)
20263         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
20264
20265         * gnus-async.el (gnus-async-prefetch-remove-group): do.
20266
20267         * gnus-art.el (article-hide-boring-headers)
20268         (article-translate-strings, article-display-face)
20269         (gnus-article-mime-match-handle-first)
20270         (gnus-article-highlight-headers)
20271         (gnus-article-add-buttons-to-head): do.
20272
20273 2004-09-27  Simon Josefsson  <jas@extundo.com>
20274
20275         * hashcash.el: New version, from
20276         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
20277         ../contrib/.
20278
20279 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20280
20281         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
20282
20283 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
20284
20285         * gnus-dup.el (gnus-dup-open): Use mapc.
20286         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
20287
20288         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
20289         Reported by Stefan Wiens <s.wi@gmx.net>.
20290
20291         * gnus.el (gnus-shutdown): Use dolist.
20292
20293         * gnus-undo.el (gnus-undo): Use mapc.
20294
20295         * nnrss.el (nnrss-generate-active): do.
20296
20297         * message.el (message-cite-original-without-signature)
20298         (message-cite-original): Use mapc.
20299         (message-do-actions, message-make-forward-subject): Use dolist.
20300
20301 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20302
20303         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
20304         deletion to remove entire duplicate line.  Fixes merged article
20305         number bug.
20306
20307 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20308
20309         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
20310         servers that are offline.  Avoids having gnus-agent-toggle-plugged
20311         first ask if you want to open a server and then, even when you
20312         responded with no, asking if you want to synchronize the server's
20313         flags.
20314         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
20315         multi-line expressions.
20316         (gnus-agent-synchronize-group-flags): New internal function.
20317         Updates marks in memory (in the info structure) AND in the
20318         backend.
20319
20320         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
20321
20322         * nnagent.el (nnagent-request-set-mark):
20323         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
20324         method, to ensure that synchronization updates marks in the
20325         backend and in the info (in memory) structure.
20326
20327 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20328
20329         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
20330         convention fully; don't miss the root article of a thread; make
20331         the X-Draft-From header with correct article numbers.
20332
20333 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
20334
20335         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
20336         unless plugged.  Disable the agent so that an open failure causes
20337         an error.
20338
20339         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
20340         Revert 2004-09-21 change.  The backend must be opened while
20341         synchronizing flags even when the backend stores the flags
20342         locally.
20343
20344 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
20345
20346         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
20347         in `header' match.  Reported by Svend Tollak Munkejord.
20348
20349         * message.el (message-cite-original): Fix use of
20350         `message-cite-articles-with-x-no-archive'.
20351
20352 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20353
20354         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
20355         (gnus-window-to-buffer): Ditto.
20356
20357         * mml.el (mml-preview-buffer): New variable.
20358         (mml-preview): Manage window layout with gnus-buffer-configuration.
20359
20360         * gnus-msg.el (gnus-setup-message): Put article numbers into the
20361         X-Draft-From header even if those articles aren't quoted.
20362
20363 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
20364
20365         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
20366         (gnus-request-set-mark, gnus-request-update-mark): Use new
20367         g-s-t-u-l-m to decide to use backend even when unplugged.
20368
20369 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20370
20371         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
20372         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
20373
20374 2004-09-20  Simon Josefsson  <jas@extundo.com>
20375
20376         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
20377         "utf-16-le".
20378
20379 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20380
20381         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
20382
20383 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20384
20385         * uudecode.el (uudecode-use-external): Add :version.
20386
20387         * smime.el (smime-CA-file, smime-encrypt-cipher)
20388         (smime-dns-server): Add :version.
20389
20390         * smiley.el (gnus-smiley-file-types): Add :version.
20391
20392         * sha1.el (sha1-use-external): Add :version.
20393
20394         * pgg-def.el (pgg-query-keyserver): Add :version.
20395
20396         * nnmail.el (nnmail-fancy-expiry-targets)
20397         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
20398         Add :version.
20399
20400         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
20401         (nnimap-retrieve-groups-asynchronous): Add :version.
20402         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
20403
20404         * mml.el (mml-content-disposition-parameters)
20405         (mml-insert-mime-headers-always): Add :version.
20406
20407         * mm-util.el (mm-coding-system-priorities): Add :version.
20408
20409         * mm-decode.el (mm-inline-text-html-with-images)
20410         (mm-keep-viewer-alive-types, mm-external-terminal-program)
20411         (mm-verify-option): Add :version.
20412         (mm-text-html-renderer): Change :version.
20413
20414         * message.el (message-fcc-externalize-attachments)
20415         (message-required-headers, message-draft-headers)
20416         (message-subject-trailing-was-query)
20417         (message-subject-trailing-was-ask-regexp)
20418         (message-subject-trailing-was-regexp, message-mark-insert-begin)
20419         (message-mark-insert-end, message-archive-header)
20420         (message-archive-note, message-cross-post-default)
20421         (message-cross-post-note, message-followup-to-note)
20422         (message-cross-post-note-function, message-use-mail-followup-to)
20423         (message-subscribed-address-functions)
20424         (message-subscribed-address-file, message-subscribed-addresses)
20425         (message-subscribed-regexps, message-allow-no-recipients)
20426         (message-yank-cited-prefix, message-signature-insert-empty-line)
20427         (message-hidden-headers, message-hierarchical-addresses)
20428         (message-mail-user-agent, message-use-idna)
20429         (message-valid-fqdn-regexp)
20430         (message-strip-special-text-properties, message-header-synonyms)
20431         (message-beginning-of-line, message-tab-body-function): Add :version.
20432         (message-insert-canlock, message-wide-reply-confirm-recipients):
20433         Change :version.
20434
20435         * mail-source.el (mail-source-ignore-errors): Add :group, :type
20436         and :version.
20437         (mail-source-delete-old-incoming-confirm)
20438         (mail-source-movemail-program): Add :version.
20439
20440         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
20441         (gnus-agent-cache, gnus-agent): Change :version.
20442
20443         * gnus-util.el (gnus-use-byte-compile): Change :version.
20444
20445         * gnus-sum.el (gnus-summary-make-false-root-always)
20446         (gnus-summary-default-high-score)
20447         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
20448         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
20449         (gnus-read-all-available-headers, gnus-article-emulate-mime)
20450         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
20451         (gnus-sum-thread-tree-single-indent)
20452         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
20453         (gnus-sum-thread-tree-leaf-with-other)
20454         (gnus-sum-thread-tree-single-leaf): Add :version.
20455         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
20456         (gnus-article-loose-mime): Change :version.
20457
20458         * gnus-start.el (gnus-backup-startup-file)
20459         (gnus-save-startup-file-via-temp-buffer): Add :version.
20460
20461         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
20462         (gnus-server-offline-face): Add :version.
20463
20464         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
20465
20466         * gnus-msg.el (gnus-gcc-externalize-attachments)
20467         (gnus-debug-files, gnus-debug-exclude-variables)
20468         (gnus-discouraged-post-methods): Change :version.
20469         (gnus-confirm-mail-reply-to-news)
20470         (gnus-confirm-treat-mail-like-news): Add :version.
20471
20472         * gnus-int.el (gnus-server-unopen-status): Add :version.
20473
20474         * gnus-group.el (gnus-group-jump-to-group-prompt)
20475         (gnus-large-ephemeral-newsgroup)
20476         (gnus-fetch-old-ephemeral-headers): Add :version.
20477
20478         * gnus-fun.el (gnus-x-face-directory)
20479         (gnus-convert-pbm-to-x-face-command)
20480         (gnus-convert-image-to-x-face-command)
20481         (gnus-convert-image-to-face-command): Add :version.
20482
20483         * gnus-delay.el (gnus-delay-default-hour): Add :version.
20484
20485         * gnus-cite.el (gnus-cite-blank-line-after-header)
20486         (gnus-article-boring-faces): Add :version.
20487
20488         * gnus-art.el (gnus-buttonized-mime-types)
20489         (gnus-inhibit-mime-unbuttonizing)
20490         (gnus-treat-display-face)
20491         (gnus-treat-body-boundary): Change :version.
20492         (gnus-body-boundary-delimiter, gnus-picon-databases)
20493         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
20494         (gnus-treat-date-english, gnus-treat-fold-headers)
20495         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
20496         (gnus-treat-mail-picon, gnus-treat-wash-html)
20497         (gnus-article-encrypt-protocol)
20498         (gnus-use-idna, gnus-article-over-scroll)
20499         (gnus-mime-display-multipart-alternative-as-mixed)
20500         (gnus-mime-display-multipart-related-as-mixed)
20501         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
20502         (gnus-ctan-url, gnus-button-ctan-handler)
20503         (gnus-button-handle-ctan-bogus-regexp)
20504         (gnus-button-ctan-directory-regexp)
20505         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
20506         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
20507         (gnus-button-man-level, gnus-button-emacs-level)
20508         (gnus-button-message-level, gnus-button-browse-level): Add :version.
20509
20510         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
20511         (gnus-agent-go-online): Change :version.
20512         (gnus-agent-expire-unagentized-dirs)
20513         (gnus-agent-auto-agentize-methods): Add :version.
20514
20515         * flow-fill.el (fill-flowed-display-column)
20516         (fill-flowed-encode-column): Add :version.
20517
20518         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20519         (gnus-outlook-deuglify-unwrap-max)
20520         (gnus-outlook-deuglify-cite-marks)
20521         (gnus-outlook-deuglify-unwrap-stop-chars)
20522         (gnus-outlook-deuglify-no-wrap-chars)
20523         (gnus-outlook-deuglify-attrib-cut-regexp)
20524         (gnus-outlook-deuglify-attrib-verb-regexp)
20525         (gnus-outlook-deuglify-attrib-end-regexp)
20526         (gnus-outlook-display-hook): Add :version.
20527
20528         * binhex.el (binhex-use-external): Add :version.
20529
20530 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
20531
20532         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
20533         and `invisible'.
20534
20535 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
20536
20537         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
20538         in gnus-registry-trim.
20539
20540 2004-09-13  Simon Josefsson  <jas@extundo.com>
20541
20542         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
20543
20544         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
20545
20546         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
20547         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20548         <yamaoka@jpl.org>.
20549         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
20550         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20551         <yamaoka@jpl.org>.
20552
20553         * sieve.el (sieve-manage-mode): Ditto.
20554
20555 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
20556
20557         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
20558
20559 2004-09-11  Simon Josefsson  <jas@extundo.com>
20560
20561         * dns-mode.el: Add.
20562
20563         * mm-view.el (mm-display-dns-inline): Add.
20564
20565         * mm-decode.el (mm-inline-media-tests): Add text/dns.
20566         (mm-automatic-display): Ditto.
20567
20568         * mailcap.el (mailcap-mime-data): Add text/dns.
20569         (mailcap-mime-extensions): Map .soa to text/dns.
20570
20571 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
20572
20573         * gnus-art.el (article-decode-mime-words, article-babel)
20574         (gnus-article-highlight-signature, gnus-article-add-buttons)
20575         (gnus-signature-toggle): Remove unnecessary bindings of
20576         `inhibit-read-only' inherited from v5.10 merge.
20577
20578 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
20579
20580         * nntp.el (nntp): New customization group.
20581         (nntp-authinfo-file): Add customization group.
20582
20583         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
20584
20585         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
20586
20587         * gnus.el (to-address, to-list, subscribed)
20588         (large-newsgroup-initial): Ditto.
20589
20590         * flow-fill.el (fill-flowed-display-column)
20591         (fill-flowed-encode-column): Ditto.
20592
20593 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20594
20595         * message.el (message-tokenize-header, message-send-mail-with-qmail):
20596         Use point-min rather than 1.
20597         (message-send-mail): Use buffer-size rather than point-max.
20598
20599         * gnus-sum.el (gnus-summary-search-article-forward):
20600         Signal a specific `search-failed' rather than a generic `error'.
20601
20602         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20603         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20604         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20605
20606 2004-09-10  Simon Josefsson  <jas@extundo.com>
20607
20608         * nndb.el (require): Remove tcp and duplicate cl.
20609
20610 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20611
20612         * gnus-agent.el (directory-files-and-attributes): Move forward.
20613
20614 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20615
20616         * gnus-agent.el (directory-files-and-attributes):
20617         Optionally defined to support XEmacs.
20618
20619 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20620
20621         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
20622         to avoid run-time CL dependencies.
20623         (gnus-agent-unfetch-articles): New function.
20624         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20625         article numbers even when local .overview file is missing.
20626         (gnus-agent-read-article-number): New function.  Only accepts
20627         27-bit article numbers.
20628         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20629         Use gnus-agent-read-article-number.
20630         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20631         from backend while recognizing that article numbers in .overview
20632         must be valid.
20633         (gnus-agent-update-files-total-fetched-for):
20634         Use directory-files-and-attributes to improve performance.
20635         * gnus-int.el (gnus-request-move-article):
20636         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
20637         improve performance.
20638
20639         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
20640         some users confused by references to .newsrc when they only have a
20641         .newsrc.eld file.
20642         (gnus-convert-mark-converter-prompt)
20643         (gnus-convert-converter-needs-prompt): Fix use of property list.
20644         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
20645         New function.  Used internally to only display 'gnus converting
20646         files' message when actually necessary.
20647
20648         * gnus-sum.el (): Remove (require 'gnus-agent) as required
20649         methods now autoloaded.
20650
20651 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20652
20653         * gnus-sum.el (gnus-summary-insert-subject): Remove list
20654         identifiers.
20655
20656 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
20657
20658         * gnus-picon.el: Fix indentation and closing parenthesis.
20659
20660 2004-09-01  Simon Josefsson  <jas@extundo.com>
20661
20662         * message.el (message-canlock-generate): Require sha1, not
20663         sha1-el.  (Can we get rid of this require altogether?  It is ugly
20664         to require within a function.  Sadly, if sha1.el isn't loaded, the
20665         let binding in m-c-g will hide the defcustom definition, which is
20666         bad.)
20667
20668         * canlock.el: Require sha1, not sha1-el.
20669
20670         * message.el: Don't autoload sha1 (there is a autoload cookie in
20671         sha1.el).
20672
20673         * sha1-el.el: Rename to sha1.el.
20674
20675 2004-08-30  Juanma Barranquero  <lektu@terra.es>
20676
20677         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
20678
20679 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20680
20681         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
20682
20683 2004-08-30  Kim F. Storm  <storm@cua.dk>
20684
20685         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
20686
20687         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
20688         Add :group 'nnimap.
20689
20690 2004-08-30  Andreas Schwab  <schwab@suse.de>
20691
20692         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
20693         ?* and ?\;.
20694
20695         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
20696         and ?\' to symbol instead of whitespace.
20697
20698 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20699
20700         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
20701
20702         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
20703         instead of re-search-forward.
20704
20705         * gnus-uu.el (gnus-uu-save-article): Ditto.
20706         (gnus-uu-post-encode-uuencode): Ditto.
20707
20708         * html2text.el (html2text-clean-list-items): Ditto.
20709         (html2text-clean-dtdd): Ditto.
20710         (html2text-format-tags): Ditto.
20711
20712         * message.el (message-send-mail-with-sendmail): Fix regexp.
20713         (message-fill-field-general): Use search-forward instead of
20714         re-search-forward.
20715         (unbold-region): Ditto.
20716
20717         * nnrss.el (nnrss-request-article): Ditto.
20718
20719         * nnslashdot.el (nnslashdot-request-article): Ditto.
20720
20721         * nnweb.el (nnweb-gmane-wash-article): Ditto.
20722
20723         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
20724         "Unrecognized menu descriptor" error in XEmacs.
20725
20726 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20727
20728         * gnus-sum.el (gnus-read-header): Don't remove a header for the
20729         parent article of a sparse article in the thread hashtb.
20730
20731 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
20732
20733         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
20734         (nnmail-expand-newtext): Lowercase expanded entries if
20735         nnmail-split-lowercase-expanded is non-nil.
20736
20737 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20738
20739         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
20740
20741         * gnus-group.el (gnus-group-line-format-alist): Convert the value
20742         of gnus-tmp-news-method into string under XEmacs.  It will be
20743         passed to gnus-correct-length which takes only a string argument.
20744
20745 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20746
20747         * gnus-util.el (gnus-bind-print-variables): New macro.
20748         (gnus-prin1): Use it.
20749         (gnus-prin1-to-string): Use it.
20750         (gnus-pp): New function.
20751         (gnus-pp-to-string): New function.
20752
20753         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20754         Replace pp-to-string with gnus-pp-to-string.
20755         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20756         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20757         * gnus-msg.el (gnus-debug): Ditto.
20758         * gnus-score.el (gnus-score-save): Ditto.
20759         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20760         gnus-pp-to-string.
20761         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
20762         with gnus-pp.
20763         * score-mode.el (gnus-score-pretty-print): Ditto.
20764         * webmail.el (webmail-debug): Ditto.
20765
20766 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20767
20768         * gnus-art.el (article-display-face, article-display-x-face):
20769         Use buffer-read-only.
20770
20771 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20772
20773         * gnus-art.el (article-hide-list-identifiers):
20774         Bind inhibit-read-only as t.
20775
20776 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
20777
20778         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
20779
20780 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20781
20782         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
20783         (gnus-narrow-to-page): Don't assume point-min == 1.
20784         (gnus-article-edit-mode): Derive from message-mode.
20785
20786         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20787         point-min == 1.
20788
20789         * imap.el (imap-parse-address-list, imap-parse-body-ext):
20790         Disable incorrect use of `assert'.
20791
20792         * message.el (message-mode): Set comment-start-skip.
20793
20794
20795 2004-08-22  Sam Steingold  <sds@gnu.org>
20796
20797         * pop3.el (pop3-leave-mail-on-server): New user variable.
20798         (pop3-movemail): Delete mail only when it is nil.
20799
20800 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
20801
20802         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
20803
20804         * mml.el (mml-preview): Use `pop-to-buffer'.
20805
20806         * message.el (message-goto-mail-followup-to): Insert after "To".
20807         (message-carefully-insert-headers): Add comment.
20808
20809         * gnus.el: Remove unused variable `gnus-article-check-size'.
20810
20811         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
20812
20813         * gnus-art.el (gnus-button-alist):
20814         Improve `gnus-button-handle-library' entry.
20815
20816 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
20817
20818         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
20819         Use downcase, since XEmacs capitalizes error messages differently.
20820
20821 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
20822
20823         * nntp.el: Add (require 'gnus) due to reference to
20824         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
20825
20826 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
20827
20828         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
20829         Bind `mm-fill-flowed'.
20830
20831         * mm-decode.el (mm-dissect-singlepart): Check it.
20832
20833 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
20834
20835         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
20836         'imap' for netrc parsing.
20837
20838 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
20839
20840         * mailcap.el (mailcap-mime-data): Mark as risky.
20841
20842 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20843
20844         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
20845         may be included in the encoded word.
20846         (rfc2047-encode): Don't append a space if the encoded word
20847         includes close parenthesis.
20848
20849 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20850
20851         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
20852         of text within parentheses.
20853
20854 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
20855
20856         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
20857         (gnus-encrypt-write-file-contents): Make the password key the file
20858         name PLUS the cipher, not just the cipher.  Also remove failed
20859         passwords from the cache.
20860
20861 2004-08-06  Simon Josefsson  <jas@extundo.com>
20862
20863         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
20864         Doc fix.
20865
20866 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20867
20868         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
20869         LWSP.
20870
20871 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
20872
20873         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20874         Try to append in-reply-to: data to the references: header.
20875
20876         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
20877         (netrc-parse): Use gnus-encrypt.el functions.
20878
20879         * gnus-encrypt.el: Add new file for encryption support; currently
20880         does only a few GPG ciphers and an internal XOR cipher.
20881
20882         * password.el: Add comments on using password-read-and-add.
20883         (password-read-and-add): Add function to read and add the
20884         password to the cache at once.
20885
20886 2004-07-28  Simon Josefsson  <jas@extundo.com>
20887
20888         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
20889         parameter (but don't use it, for now).
20890
20891         * imap.el (imap-ssl-open): Use imap-process-connection-type,
20892         instead of hard coding to nil.
20893
20894 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20895
20896         * mm-view.el (mm-inline-image-emacs): Open lines under an image
20897         as mm-inline-image-xemacs does.
20898
20899 2004-07-26  Simon Josefsson  <jas@extundo.com>
20900
20901         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
20902         Revert part of 2004-07-17 change below.
20903
20904 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20905
20906         * rfc2047.el (rfc2047-encode-region): Don't infloop.
20907         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20908
20909 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20910
20911         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
20912         quotes that actually start with ">" at the beginning of the
20913         lines.
20914
20915 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20916
20917         * rfc2047.el (rfc2047-encode-region): Fix last change.
20918         (rfc2047-encode-parameter): Remove useless concat.
20919
20920 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20921
20922         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
20923         encode special characters; fix some kind of misconfigured headers;
20924         signal a real error if debug-on-quit or debug-on-error is non-nil.
20925         (rfc2047-encode-max-chars): New variable.
20926         (rfc2047-encode-1): Use it.
20927         (rfc2047-encode-parameter): New function.
20928
20929         * mml.el (mml-insert-parameter): Remove an excessive space.
20930
20931 2004-07-17  Simon Josefsson  <jas@extundo.com>
20932
20933         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
20934         Kai Grossjohann <kai@emptydomain.de>.
20935         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
20936         (gnus-group-make-menu-bar): Ditto.
20937
20938         * gnus-util.el (gnus-group-server): Add.
20939
20940 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
20941
20942         * message.el (message-clone-locals): Clone sendmail and smtp
20943         variables.
20944
20945 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20946
20947         * rfc2047.el (rfc2047-encode-region): Fix last change.
20948
20949 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20950
20951         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
20952         characters as non-special.
20953
20954 2004-07-09  Simon Josefsson  <jas@extundo.com>
20955
20956         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
20957         Users will lose all flag changes made while unplugged with
20958         e.g. nntp unless flag synchronization happens, thus `nil' is not a
20959         good default.  See numerous reports on ding mailing list.
20960
20961 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20962
20963         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
20964         add generate-head-function and generate-article-function to the
20965         rfc822-forward entry.
20966         (nndoc-rfc822-forward-generate-article): New function.
20967         (nndoc-rfc822-forward-generate-head): New function.
20968
20969         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
20970
20971 2004-07-06  Dan Christensen  <jdc@uwo.ca>
20972
20973         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
20974         respect display group parameter and gnus-summary-expunge-below.
20975         (gnus-articles-to-read): Remove unused reference to display group
20976         parameter.
20977
20978 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20979
20980         * nnheader.el (nnheader-uniquify-message-id): New experimental
20981         variable.
20982         (nnheader-nov-read-message-id): Use it.
20983
20984         * spam-report.el (spam-report-gmane): Add interactive.
20985
20986 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20987
20988         * mm-encode.el (mm-content-transfer-encoding-defaults):
20989         Use qp-or-base64 for the application/* types.
20990
20991 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
20992
20993         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
20994
20995 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
20996
20997         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
20998         trim value.
20999
21000 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21001
21002         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21003         New macro and function.
21004         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21005
21006 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21007
21008         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21009         after-load-alist.
21010
21011 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21012
21013         * gnus-group.el (gnus-group-get-new-news-this-group):
21014         Don't update info that isn't there.
21015
21016 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
21017
21018         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21019         entry.
21020
21021 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21022
21023         * mm-view.el (mm-inline-render-with-function): Use multibyte
21024         buffer; decode html source by charset.
21025
21026         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21027
21028         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21029         Mule-UCS is loaded under XEmacs.
21030         (mm-mime-mule-charset-alist): Avoid duplicated entries.
21031
21032 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
21033
21034         * nnheader.el (nnheader-max-head-length): Increase to 8192.
21035
21036 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21037
21038         * mm-util.el (mm-coding-system-p): Return a coding-system.
21039         (mm-mime-mule-charset-alist): Use shift_jis instead of
21040         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21041         entries for the mime charsets iso-2022-jp-3 and shift_jis.
21042         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21043         instead of japanese-shift-jis and iso-latin-1 respectively in
21044         order to share the default value with both Emacs and XEmacs-mule.
21045         (mm-mule-charset-to-mime-charset):
21046         Make mm-coding-system-priorities effective.
21047         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21048         while predicating of candidates upon the priorities.
21049
21050 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
21051
21052         * gnus-sum.el (gnus-summary-make-menu-bar):
21053         Add gnus-uu-invert-processable.
21054
21055         * gnus.el: Autoload gnus-uu-invert-processable.
21056
21057 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21058
21059         * mm-util.el (mm-with-multibyte-buffer): New macro.
21060
21061         * rfc2047.el (rfc2047-encode-string): Use it.
21062         (rfc2047-encode-region): Move point to the end of the region after
21063         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21064
21065 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21066
21067         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21068         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21069
21070 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21071
21072         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21073         (gnus-cite-parse): Ignore quoted envelope From_.
21074         Suggested by Karl Chen <quarl@nospam.quarl.org>.
21075
21076 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
21077
21078         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21079         invalid addresses.
21080
21081 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
21082
21083         * spam.el: Change section markers, revise TODO list.
21084         (spam-backends): Make new master list of all installed backends.
21085         (spam-summary-exit-behavior): Add new variable to determine how
21086         messages moves are done at summary exit.
21087         (spam-move-spam-nonspam-groups-only)
21088         (spam-process-ham-in-nonham-groups)
21089         (spam-process-ham-in-spam-groups): Remove variables, the
21090         spam-summary-exit-behavior variable should be used to manage this
21091         behavior.
21092         (spam-old-ham-articles, spam-old-spam-articles): Remove.
21093         (spam-old-articles): Add variable, replacing spam-old-ham-articles
21094         and spam-old-spam-articles.
21095         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21096         Add empty variables, placeholders for the backends they represent.
21097         (spam-set-difference): Move, unchanged.
21098         (spam-list-of-processors): Declare OBSOLETE, not used anymore
21099         unless the user has a processor variable.
21100         (spam-classifications, spam-classification-valid-p)
21101         (spam-backend-properties, spam-backend-property-valid-p)
21102         (spam-backend-function-type-valid-p)
21103         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21104         (spam-report-articles-gmane, spam-report-articles-resend):
21105         Remove functions, they are not needed.
21106         (spam-install-backend-super, spam-backend-list)
21107         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21108         (spam-backend-function, spam-backend-ham-registration-function)
21109         (spam-backend-spam-registration-function)
21110         (spam-backend-ham-unregistration-function)
21111         (spam-backend-spam-unregistration-function)
21112         (spam-backend-statistical-p, spam-backend-mover-p)
21113         (spam-install-backend-alias, spam-install-checkonly-backend)
21114         (spam-install-mover-backend, spam-install-nocheck-backend)
21115         (spam-install-backend, spam-install-statistical-backend)
21116         (spam-install-statistical-checkonly-backend): Add backend installation
21117         support.
21118         (spam-summary-prepare-exit): Rewrite to use the new backend code.
21119         (spam-group-processor-p): Use the new backend code and respect the
21120         summary exit behavior.
21121         (spam-mark-spam-as-expired-and-move-routine): Remove.
21122         (spam-summary-prepare): Change to use the new spam-old-articles
21123         variable.
21124         (spam-copy-or-move-routine, spam-copy-spam-routine)
21125         (spam-move-spam-routine, spam-copy-ham-routine)
21126         (spam-move-ham-routine): Add code to copy/move ham or spam.
21127         (spam-fetch-field-fast): Improve doc and code, plus allow the
21128         'number request.
21129         (spam-list-of-checks, spam-list-of-statistical-checks):
21130         Remove variables.
21131         (spam-split, spam-find-spam): Use the new backend code.
21132         (spam-registration-functions): Remove variable.
21133         (spam-unregister-routine): Add convenience wrapper.
21134         (spam-log-undo-registration, spam-register-routine)
21135         (spam-log-processing-to-registry)
21136         (spam-log-unregistration-needed-p): Rename "check" to "backend"
21137         where possible.
21138         (spam-check-gmane-xref, spam-check-regex-headers)
21139         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21140         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21141         (spam-check-bogofilter-headers, spam-check-spamoracle)
21142         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21143         (spam-check-crm114-headers): Use the spam-split-group that
21144         spam-split prepares, no need to determine it every time.
21145
21146         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21147         to the nnheader-parse-naked-head call.
21148
21149         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21150
21151         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21152         the nnheader-nov-read-message-id call.
21153
21154 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21155
21156         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21157         gnus-activate-group twice.  Suggested by Markus Peter
21158         <warp@spin.de>.
21159
21160 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21161
21162         * gnus-art.el (gnus-article-time-format): Exchange the order of
21163         day and month in the default value; fix customization type.
21164         (article-date-ut): Use add-text-properties.
21165         (article-make-date-line): Use message-make-date instead of
21166         current-time-string.
21167
21168         * message.el (message-fetch-field): Don't use set-text-properties.
21169         (message-make-date): Simplify.
21170
21171         * messagexmas.el (message-xmas-make-date): New function.
21172         (message-xmas-redefine): Defalias message-make-date to it.
21173
21174 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21175
21176         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21177         (rfc2047-encode-region): Treat text within parentheses as special;
21178         show the original text when error has occurred.
21179
21180         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21181         already-computed method to gnus-activate-group.
21182
21183         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21184         same select-methods identical Lisp objects.
21185
21186         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21187         object when modifying the info.
21188
21189 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21190
21191         * gnus-srvr.el (gnus-server-set-info): Remove the server from
21192         gnus-opened-servers since it has never been opened with the new
21193         configuration yet.
21194
21195 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21196
21197         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21198         arg to nnheader-generate-fake-message-id.
21199
21200 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
21201
21202         * nnheader.el (nnheader-generate-fake-message-id): Accept a
21203         number and build a fake message ID localized to a group and
21204         article number (so it's repeatable from that point on).
21205         (nnheader-fake-message-id-p): Change regex to accomodate new fake
21206         ID format.
21207
21208         * gnus-sum.el (gnus-get-newsgroup-headers):
21209         Call nnheader-generate-fake-message-id with the article number.
21210
21211 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
21212
21213         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21214         end-of-buffer.
21215
21216 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21217
21218         * message.el (message-ignored-supersedes-headers): Add Approved.
21219
21220 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21221
21222         * rfc2047.el (rfc2047-encode-message-header): Remove useless
21223         goto-char.
21224         (rfc2047-encode): Fold the line before encoding.
21225
21226 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21227
21228         * rfc2047.el (rfc2047-encode-message-header): Disabled header
21229         folding -- not all headers can be folded, and this should be done
21230         by the message composition mode.  Probably.  I think.
21231
21232 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21233
21234         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21235         fast.
21236
21237         * gnus-ems.el (gnus-remove-image): Don't use
21238         message-text-with-property; remove only the image found first.
21239
21240         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
21241         found first.
21242
21243 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
21244
21245         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
21246
21247 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21248
21249         * message.el (message-text-with-property): Make it fast and accept
21250         optional arguments.
21251         (message-strip-forbidden-properties): Use it.
21252         (message-fix-before-sending): Follow the m-t-w-p change.
21253
21254         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
21255
21256 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21257
21258         * gnus-art.el (article-hide-headers): Don't change the buffer
21259         mistakenly when performing mml-preview even if
21260         gnus-single-article-buffer is nil.
21261
21262 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
21263
21264         * message.el (message-expand-name-databases): New user option.
21265         (message-expand-name): Use it.
21266
21267 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
21268
21269         * spam.el (spam-report-articles-resend)
21270         (spam-report-resend-register-routine): Allow ham reporting.
21271         (spam-report-resend-register-ham-routine): Add wrapper.
21272         (spam-registration-functions): Add ham resending functions.
21273         (spam-list-of-processors): Add ham resend processor.
21274
21275         * gnus.el (ham-resend-to): Add new group parameter.
21276         (spam-process): Add ham resend option.
21277
21278         * spam-report.el (spam-report-resend): Allow reporting ham.
21279         (spam-report-resend-ham): Add wrapper.
21280
21281 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21282
21283         * message.el (message-cite-articles-with-x-no-archive):
21284         New variable.
21285         (message-cite-original): Use it.
21286
21287 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21288
21289         * message.el (message-cite-original): Respect X-No-Archive.
21290
21291 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21292
21293         * gnus-art.el (article-hide-headers): Refer to the values for
21294         gnus-ignored-headers and gnus-visible-headers in the summary
21295         buffer since a user may have set them as group parameters.
21296
21297 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
21298
21299         * assistant.el (assistant-node-name): Add convenience function.
21300         (assistant-render-text, assistant-render-node): Add error handling,
21301         plus handle multiple next nodes.
21302         (assistant-find-next-node): Comment out for now.
21303         (assistant-find-next-nodes): Add function, returns list of next
21304         nodes.
21305
21306 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
21307
21308         * mail-source.el (mail-source-directory): Fix doc-string.
21309
21310 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
21311
21312         * assistant.el (assistant-render-text, assistant-eval): Add :set
21313         widget type, which is different because it takes and returns a
21314         list.  Much hilarity ensues.
21315
21316 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
21317
21318         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
21319
21320         * gnus-group.el (gnus-group-get-new-news-this-group):
21321         Add doc-string.
21322
21323         * gnus-start.el (gnus-activate-group): Add doc-string.
21324
21325 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21326
21327         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
21328
21329 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
21330
21331         * assistant.el (assistant-render-text): Try to add a :set
21332         widget, more to come.
21333
21334         * spam.el (spam-group-spam-contents-p): Handle empty groupname
21335         strings.
21336         (spam-report-articles-resend)
21337         (spam-register-routine): Do registration iff any articles warrant
21338         it.
21339         (spam-summary-prepare-exit): Change log message for nil group
21340         destinations.
21341
21342 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
21343
21344         * spam.el (spam-report-resend-register-routine):
21345         Allow spam-report-resend-to to be a group parameter or a global value.
21346
21347 2004-05-26  Simon Josefsson  <jas@extundo.com>
21348
21349         * starttls.el: Merge with my GNUTLS based starttls.el.
21350         (starttls-gnutls-program, starttls-use-gnutls)
21351         (starttls-extra-arguments, starttls-process-connection-type)
21352         (starttls-connect, starttls-failure, starttls-success):
21353         New variables.
21354         (starttls-program, starttls-extra-args): Doc fix.
21355         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
21356         New functions.
21357         (starttls-negotiate, starttls-open-stream):
21358         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
21359         function if it is set.
21360
21361 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21362
21363         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
21364         structured fields.
21365
21366 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21367
21368         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
21369
21370 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
21371
21372         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
21373         Add variable.
21374         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
21375         assigning the spam-mark to new messages.
21376
21377 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
21378
21379         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
21380
21381 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21382
21383         * dgnushack.el: Autoload customize-set-variable for XEmacs.
21384
21385         * rfc2047.el (rfc2047-encodable-p): Don't move point.
21386         (rfc2047-decode): Treat the ascii coding-system as raw-text by
21387         default.
21388
21389 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
21390
21391         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
21392         correct data.
21393
21394 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
21395
21396         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
21397         (spam-group-processor-p): Fix function.
21398         (spam-group-processor-multiple-p)
21399         (spam-group-spam-processor-report-gmane-p)
21400         (spam-group-spam-processor-report-resend-p)
21401         (spam-group-spam-processor-bogofilter-p)
21402         (spam-group-spam-processor-blacklist-p)
21403         (spam-group-spam-processor-ifile-p)
21404         (spam-group-ham-processor-ifile-p)
21405         (spam-group-spam-processor-spamoracle-p)
21406         (spam-group-spam-processor-crm114-p)
21407         (spam-group-ham-processor-bogofilter-p)
21408         (spam-group-spam-processor-stat-p)
21409         (spam-group-ham-processor-stat-p)
21410         (spam-group-ham-processor-whitelist-p)
21411         (spam-group-ham-processor-BBDB-p)
21412         (spam-group-ham-processor-spamoracle-p)
21413         (spam-group-ham-processor-copy-p): Remove functions with some
21414         prejudice against unneeded code.
21415         (spam-report-articles-resend)
21416         (spam-report-resend-register-routine): Allow the group/topic
21417         spam-resend-to value to override spam-report-resend-to.
21418         (spam-summary-prepare-exit): Invoke spam-group-processor-p
21419         properly now.
21420
21421         * gnus.el (spam-resend-to): Add group/topic parameter.
21422         (spam-process): Move the OBSOLETE processors to the end of the
21423         choices.
21424
21425 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
21426
21427         * spam-report.el (spam-report-resend-to, spam-report-resend):
21428         Start with resend-to set to nil, and then ask the user if necessary.
21429         (spam-report-resend): spam-report-resend takes a list of articles, not
21430         separate article numbers.
21431
21432 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21433
21434         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
21435         addition to emacs-w3m.
21436
21437 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21438
21439         * assistant.el (assistant-authinfo-data): New function.
21440         (assistant-eval): Eval for entire assistant.
21441
21442         * netrc.el (netrc-services-file): New variable.
21443         (netrc-parse-services): New function.
21444         (netrc-find-service-name): New function.
21445         (netrc-find-service-number): New function.
21446         (netrc-port-equal): New function.
21447         (netrc-machine): Use it.
21448
21449         * nnimap.el (nnimap-open-connection): Use netrc.
21450
21451         * gnus-util.el (gnus-netrc-get): Remove aliases.
21452
21453         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
21454
21455         * assistant.el (wid-edit): Fix compilation.
21456
21457         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
21458
21459 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
21460
21461         * gnus-util.el (gnus-set-file-modes): New function.  (small
21462         patch).
21463
21464 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21465
21466         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
21467
21468         * assistant.el (assistant-render-node): Fix up rendering and
21469         read-only text.
21470         (assistant-render-node): Reset.
21471         (assistant-make-read-only): Not sticky.
21472
21473 2004-05-20  Danny Siu  <dsiu@adobe.com>
21474
21475         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
21476         centered even when gnus-auto-center-summary is t.
21477
21478 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21479
21480         * dns.el (dns-get-txt-answer): New function.
21481         (dns-read-txt): Ditto.
21482         (query-dns): Use it.
21483
21484 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21485
21486         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
21487         active for foreign groups even if the group level is higher than
21488         the specified value.
21489
21490 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21491
21492         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
21493         non-active groups.
21494
21495         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
21496
21497 2004-05-20  Magnus Henoch  <mange@freemail.hu>
21498
21499         * dns.el (dns-read-type): Add support for SVR.  (small patch)
21500
21501 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
21502
21503         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
21504         (spam-crm114-header, spam-crm114-spam-switch)
21505         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
21506         (spam-crm114-positive-spam-header)
21507         (spam-crm114-database-directory, spam-list-of-processors)
21508         (spam-group-spam-processor-crm114-p)
21509         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
21510         (spam-generic-score, spam-list-of-checks)
21511         (spam-list-of-statistical-checks, spam-registration-functions)
21512         (spam-check-crm114-headers, spam-crm114-score)
21513         (spam-check-crm114, spam-crm114-register-with-crm114)
21514         (spam-crm114-register-spam-routine)
21515         (spam-crm114-unregister-spam-routine)
21516         (spam-crm114-register-ham-routine)
21517         (spam-crm114-unregister-ham-routine): Add CRM114 support.
21518
21519 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
21520
21521         * gnus.el: Add spam-use-crm114.
21522
21523         * spam.el (spam-list-of-processors, spam-registration-functions):
21524         Add spam-use-resend.
21525         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
21526         (spam-report-articles-gmane): Add doc fix.
21527         (spam-report-articles-resend, spam-report-resend-register-routine):
21528         Add wrappers around spam-report-resend-to.
21529
21530         * spam-report.el (spam-report-resend-to, spam-report-resend):
21531         Add support for resending spam.
21532         (spam-report-gmane): Fix line length >80.
21533
21534         * gnus.el (spam-process): Add spam-use-resend.
21535
21536 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21537
21538         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
21539         number of processed spam messages.
21540         (spam-ham-copy-or-move-routine): Return the number of processed
21541         ham messages.
21542         (spam-summary-prepare-exit): Use the above values to decide
21543         whether status messages shouled be displayed.
21544
21545 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21546
21547         * rfc2047.el (rfc2047-encode-function-alist): Rename from
21548         `rfc2047-encoding-function-alist' in order to avoid conflicting
21549         with the old version.
21550         (rfc2047-encode-region): Concatenate words containing non-ASCII
21551         characters in structured fields; don't encode space-delimited
21552         ASCII words even in unstructured fields; don't break words at
21553         char-category boundaries.
21554         (rfc2047-encode-1): New function.
21555         (rfc2047-encode): Use it; encode text so that it occupies the
21556         maximum width within 76-column; work correctly on Q encoding for
21557         iso-2022-* charsets.
21558         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
21559         sure not to break a line just after the header name.
21560         (rfc2047-b-encode-region): Remove.
21561         (rfc2047-b-encode-string): New function.
21562         (rfc2047-q-encode-region): Remove.
21563         (rfc2047-q-encode-string): New function.
21564
21565         * mm-util.el (mm-replace-in-string): New function.
21566
21567 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21568
21569         * gnus-msg.el (gnus-inews-make-draft-meta-information):
21570         Really get it right.
21571         (gnus-inews-make-draft): Really.
21572
21573 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
21574
21575         * nnmh.el (nnmh-request-list-1): Don't check the link count
21576         before descending.  (small patch)
21577
21578 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21579
21580         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
21581         stuff.
21582
21583         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
21584         Match on real group name.
21585
21586         * gnus-art.el (gnus-signature-limit): Doc fix.
21587
21588         * gnus-msg.el (gnus-inews-make-draft): Quote list.
21589
21590         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
21591
21592 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
21593
21594         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
21595         isn't a string.
21596
21597 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21598
21599         * gnus-draft.el (gnus-draft-send):
21600         Bind rfc2047-encode-encoded-words.
21601
21602         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21603         (rfc2047-encodable-p): Say that =? needs encoding.
21604         (rfc2047-encode-encoded-words): New variable.
21605
21606         * gnus-group.el (gnus-group-select-group): Doc fix.
21607
21608         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
21609
21610         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21611         to nil.
21612
21613         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
21614
21615         * nnheader.el (nnheader-get-lines-and-char): New function.
21616
21617 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
21618
21619         * gnus-msg.el (gnus-summary-followup-with-original):
21620         Document yanking of region when active.
21621
21622 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21623
21624         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21625         groups if the group level is higher than the specified value.
21626
21627 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21628
21629         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
21630         (gnus-group-jump-to-group): Add prefix argument using
21631         `gnus-group-jump-to-group-prompt'.  Query before jumping to
21632         non-active group.
21633
21634         * compface.el (uncompface): Be verbose when changing
21635         `uncompface-use-external'.
21636
21637         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21638         handle manual section.
21639
21640 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21641
21642         * gnus-art.el (gnus-button-alist): Revert previous change.
21643
21644 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21645
21646         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
21647
21648 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21649
21650         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21651         whether backend can accept message.
21652
21653         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
21654
21655 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
21656
21657         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21658         Avoid creating directory when nntp-marks-is-evil is true.
21659         Reported by Reiner Steib.
21660
21661 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21662
21663         * gnus-picon.el (gnus-picon-insert-glyph):
21664         Add optional `nostring' argument.
21665
21666 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21667
21668         * gnus-picon.el (gnus-picon-style): New variable.
21669         (gnus-picon-transform-address): Support `gnus-picon-style'.
21670
21671 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21672
21673         * message.el (message-fill-field): Return point.
21674         (message-generate-headers): Go to end of field.
21675
21676         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21677         stuff for non-living groups.
21678
21679 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21680
21681         * gnus-art.el (gnus-article-followup-with-original)
21682         (gnus-article-reply-with-original): gnus-mark-active-p ->
21683         gnus-region-active-p.
21684
21685 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
21686
21687         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
21688         only when there is spam or ham to be processed.
21689
21690 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21691
21692         * mail-source.el (mail-source-delete-crash-box): Refactor.
21693         (mail-source-fetch): Use it.
21694         (mail-source-fetch-file): Ditto.
21695         (mail-source-fetch-directory): Run postscript in loop.
21696         (mail-source-fetch-pop): Delete.
21697         (mail-source-fetch-maildir): Ditto.
21698         (mail-source-fetch-imap): Ditto.
21699
21700         * imap.el (imap-authenticators): Comment out sasl.
21701
21702         * message.el (message-skip-to-next-address): New function.
21703         (message-fill-header-address): Refactor.
21704         (message-fill-address): Use it.
21705         (message-delete-address): Use it.
21706         (message-fill-header-general): Refactor.
21707         (message-fill-field-address): Rename.
21708         (message-narrow-to-field): Find the start of the header.
21709         (message-header-format-alist): Don't pre-fill.
21710         (message-fill-header): Remove.
21711         (message-insert-header): New function.
21712         (message-shorten-references): Use it.
21713
21714         * rfc2047.el (rfc2047-field-value): Strip props.
21715
21716         * mail-parse.el (mail-header-make-address): New alias.
21717
21718         * ietf-drums.el (ietf-drums-make-address): New function.
21719
21720         * imap.el: Add compiler directives.
21721
21722         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
21723
21724         * gnus-art.el (article-decode-idna-rhs): Don't use
21725         message-idna-inside-rhs-p.
21726
21727 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21728
21729         * message.el (message-idna-inside-rhs-p): Remove.
21730         (message-idna-to-ascii-rhs-1): Use proper address parsing.
21731
21732         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
21733         false positives.
21734
21735 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
21736
21737         * imap.el (imap-sasl-make-mechanisms): Use sasl.
21738
21739 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21740
21741         * nneething.el (nneething-file-name): Don't create spurious
21742         files.
21743
21744         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
21745         (gnus-inews-do-gcc): Remove sleep.
21746
21747         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
21748         part under point.
21749
21750         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
21751         (gnus-agent-regenerate-group): Using nil messages aren't valid.
21752
21753 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
21754
21755         * spam.el (spam-summary-prepare-exit): Fix (length).
21756
21757 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
21758
21759         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21760         as expired without moving it" message when there are spam
21761         messages left.
21762
21763 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
21764
21765         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
21766         header is not nil.
21767
21768 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
21769
21770         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21771         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
21772         (nntp-marks-changed-p): New arg SERVER.
21773         (nntp-request-update-info): Adjust caller.
21774
21775 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
21776
21777         * nntp.el (nntp-save-marks): Pass missing arg.
21778
21779 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
21780
21781         * nntp.el: Support marks.
21782         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
21783         (nntp-marks-modtime, nntp-marks-directory): New variables.
21784         (nntp-request-set-mark, nntp-request-update-info)
21785         (nntp-possibly-create-directory, nntp-marks-changed-p)
21786         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
21787         New functions.
21788
21789 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
21790
21791         * gnus-xmas.el (gnus-xmas-select-lowest-window)
21792         (gnus-xmas-redefine): Rename.
21793
21794         * gnus-score.el (gnus-score-insert-help):
21795         Use gnus-select-lowest-window.
21796
21797         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21798         appt-select-lowest-window and rename to gnus-select-lowest-window.
21799
21800         * gnus.el: do.
21801
21802 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21803
21804         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
21805         encodings of MIME-encoded words, in order to improve
21806         interoperability with several broken MUAs.
21807
21808 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21809
21810         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
21811         tags, only when charsets are not specified in headers.
21812         (mm-inline-text-html-render-with-w3m): Ditto.
21813
21814         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
21815         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
21816
21817 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21818
21819         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
21820         instead of MIME-decoded from fields when checking
21821         `gnus-article-address-banner-alist'.
21822
21823 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
21824
21825         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
21826         description rather than subject.
21827
21828 2004-05-02  Steve Youngs  <steve@youngs.au.com>
21829
21830         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
21831
21832 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21833
21834         * gnus.el (gnus-version-number): Bump.
21835
21836 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21837
21838         * gnus.el: No Gnus v0.2 is released.
21839
21840 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21841
21842         * gnus-agent.el (gnus-agent-read-agentview):
21843         Inline gnus-uncompress-range.
21844
21845 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21846
21847         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
21848         `exec-installed-p'.
21849
21850 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21851
21852         * gnus.el (spam-process, spam-autodetect-methods):
21853         Add bsfilter and bsfilter-headers.
21854
21855         * spam.el (spam-bsfilter): New customize group.
21856         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
21857         (spam-bsfilter-header, spam-bsfilter-probability-header)
21858         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
21859         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
21860         (spam-bsfilter-database-directory): New options.
21861         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
21862         (spam-list-of-statistical-checks, spam-registration-functions):
21863         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
21864         (spam-bsfilter-score): New command.
21865         (spam-check-bsfilter-headers, spam-check-bsfilter)
21866         (spam-bsfilter-register-with-bsfilter)
21867         (spam-bsfilter-register-spam-routine)
21868         (spam-bsfilter-unregister-spam-routine)
21869         (spam-bsfilter-register-ham-routine)
21870         (spam-bsfilter-unregister-ham-routine): New functions.
21871         (spam-generic-score): Support bsfilter; Accept an optional argument
21872         to recalcurate spam score even if scoring header has already been
21873         added.
21874         (spam-bogofilter-score, spam-spamassassin-score): Accept an
21875         optional argument to recalcurate spam score even if scoring header
21876         has already been added.
21877
21878 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
21879
21880         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
21881         strings!  Reported by David D. Smith <davidsmith@acm.org>.
21882         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
21883         link is missing.
21884
21885 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
21886
21887         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
21888         (html2text-get-attr): Rewrite.
21889
21890         * message.el (message-setup-1): Remove redundant put-text-property
21891         on mail-header-separator.
21892
21893 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
21894
21895         * gnus-registry.el (gnus-registry-cache-whitespace)
21896         (gnus-registry-action, gnus-registry-spool-action)
21897         (gnus-registry-split-fancy-with-parent): Change message levels
21898         from 5 to 3 or 7, as needed.
21899
21900         * spam.el (spam-summary-prepare-exit)
21901         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
21902         (spam-split, spam-find-spam, spam-log-undo-registration)
21903         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
21904         level from 5 to 6.
21905
21906 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21907
21908         * gnus-ems.el: Autoload appt-select-lowest-window (revert
21909         2004-03-04 change).
21910
21911 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
21912
21913         * sieve-manage.el (sieve-manage-open):
21914         * nnweb.el (nnweb-insert-html):
21915         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
21916         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
21917         * nnspool.el (nnspool-request-group):
21918         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
21919         * nnml.el (nnml-request-update-info):
21920         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
21921         (nnmh-request-create-group, nnmh-update-gnus-unreads):
21922         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
21923         (nnimap-request-set-mark):
21924         * nnfolder.el (nnfolder-request-update-info):
21925         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
21926         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
21927         * gnus-uu.el (gnus-uu-find-articles-matching):
21928         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
21929         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
21930         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
21931         * gnus-nocem.el (gnus-nocem-scan-groups):
21932         * gnus-int.el (gnus-start-news-server):
21933         * gnus-group.el (gnus-group-make-kiboze-group)
21934         (gnus-group-browse-foreign-server):
21935         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
21936         Use mapc when appropriate.
21937
21938 2004-04-22  Dan Christensen  <jdc@uwo.ca>
21939             Adam Sjøgren  <asjo@koldfront.dk>
21940             Wes Hardaker  <wes@hardakers.net>
21941             Michael Shields  <shields@msrl.com>
21942
21943         * spam.el (spam-necessary-extra-headers): Get the extra headers we
21944         may need for spam sorting and scoring.
21945         (spam-user-format-function-S): Add user format function suitable for
21946         general use.
21947         (spam-article-sort-by-spam-status): Add sorting function for summary
21948         sorting.
21949         (spam-extra-header-to-number): Add function to get a score from a
21950         header.
21951         (spam-summary-score): Add function to get a numeric score from the
21952         headers.
21953         (spam-generic-score): Fix function doc, was in wrong place.
21954         (spam-initialize): Take symbols when it's run, and install the
21955         extra headers that spam-necessary-extra-headers thinks we need.
21956
21957 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
21958
21959         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
21960         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
21961
21962 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
21963
21964         * gnus-sum.el (gnus-set-global-variables)
21965         (gnus-build-all-threads, gnus-get-newsgroup-headers)
21966         (gnus-article-get-xrefs, gnus-summary-best-group)
21967         (gnus-summary-next-article, gnus-summary-enter-digest-group)
21968         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
21969         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
21970         Use with-current-buffer.
21971
21972 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
21973
21974         * spam.el (spam-summary-prepare-exit): Simplify logic.
21975         (spam-fetch-article-header): Read the article header if it's not
21976         available.
21977         (spam-list-articles): Simplify logic.
21978         (spam-filelist-register-routine): Fix bug with unregister-list.
21979
21980         * gnus-registry.el: Fix comments at beginning.
21981
21982 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
21983
21984         * message.el (message-cater-to-broken-inn): Remove.
21985         (message-shorten-references): Make sure the total folded length of
21986         References is shorter than 998 characters to cater to a bug in INN
21987         2.3.  Also, don't pretend that references aren't folded -- this
21988         hasn't worked for a while.
21989
21990 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21991
21992         * gnus-agent.el (gnus-agentize):
21993         gnus-agent-send-mail-real-function no longer set to current value
21994         of message-send-mail-function but rather a lambda that calls
21995         message-send-mail-function.  The change makes the agent real-time
21996         responsive to user changes to message-send-mail-function.
21997
21998 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21999
22000         * legacy-gnus-agent.el
22001         (gnus-agent-convert-to-compressed-agentview): Fix typos with
22002         help from Florian Weimer <fw@deneb.enyo.de>
22003
22004 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22005
22006         * nnmail.el (nnmail-cache-insert): Revert last change.
22007
22008 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22009
22010         * nnmail.el (nnmail-cache-insert): Always check whether
22011         nnmail-cache-ignore-groups matches a group name.
22012
22013 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
22014
22015         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22016         (spam-find-spam, spam-log-processing-to-registry)
22017         (spam-log-registered-p, spam-log-unregistration-needed-p)
22018         (spam-log-undo-registration): Use gnus-message instead of
22019         gnus-error, none of these errors are fatal.
22020
22021         * gnus-registry.el (gnus-registry-clean-empty-function)
22022         (gnus-registry-clean-empty): Remove only empty entries without
22023         extra data.
22024
22025 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
22026
22027         * spam-stat.el (spam-stat-buffer-change-to-spam)
22028         (spam-stat-buffer-change-to-non-spam): Change (error) to
22029         (gnus-message 8) invocation.
22030
22031 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22032
22033         * nntp.el (nntp-via-netcat-command): New variable.
22034         (nntp-via-netcat-switches): New variable.
22035         (nntp-open-via-rlogin-and-netcat): New function.
22036         (nntp-open-connection-function): Doc fix.
22037         (nntp-telnet-command): Doc fix.
22038         (nntp-end-of-line): Doc fix.
22039         (nntp-via-rlogin-command): Doc fix.
22040         (nntp-via-user-name): Doc fix.
22041         (nntp-via-address): Doc fix.
22042
22043 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22044
22045         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22046         error in Emacs 21.1.
22047
22048 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
22049
22050         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
22051
22052 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22053
22054         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22055         (gnus-agent-with-refreshed-group): New macro.
22056         (gnus-agent-rename-group): New function.
22057         (gnus-agent-delete-group): New function.
22058         (gnus-agent-save-group-info): Use gnus-command-method when
22059         `method' parameter is nil.  Don't write nil entries into the
22060         active file.
22061         (gnus-agent-get-group-info): New function.
22062         (gnus-agent-fetch-articles):
22063         Use gnus-agent-update-files-total-fetched-for to increment disk space
22064         used.
22065         (gnus-agent-fetch-headers, gnus-agent-save-alist):
22066         Use gnus-agent-update-view-total-fetched-for to increment disk space
22067         used.
22068         (gnus-agent-get-local): Add optional parameters to avoid calling
22069         gnus-group-real-name and gnus-find-method-for-group.
22070         (gnus-agent-set-local): Delete stored entry if either min, or max,
22071         are nil.
22072         (gnus-agent-fetch-session): Reworded error/quit messages.
22073         On quit, use gnus-agent-regenerate-group to record existance of any
22074         articles fetched to disk before the quit occurred.
22075         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22076         gnus-agent-update-view-total-fetched-for, and
22077         gnus-agent-update-files-total-fetched-for to decrement disk space
22078         used.
22079         (gnus-agent-retrieve-headers):
22080         Use gnus-agent-update-view-total-fetched-for to increment disk space
22081         used.
22082         (gnus-agent-regenerate-group): Replace gnus-group-update-group
22083         with gnus-agent-update-files-total-fetched-for to decrement disk
22084         space and fresh group buffer.
22085         (gnus-agent-inhibit-update-total-fetched-for): New variable.
22086         (gnus-agent-need-update-total-fetched-for): New variable.
22087         (gnus-agent-update-files-total-fetched-for): New function.
22088         (gnus-agent-update-view-total-fetched-for): New function.
22089         (gnus-agent-total-fetched-for): New function.
22090
22091         * gnus-cache.el (gnus-cache-save-buffers):
22092         Use gnus-cache-update-overview-total-fetched-for to change disk space
22093         used by this group.
22094         (gnus-cache-possibly-enter-article):
22095         Use gnus-cache-update-file-total-fetched-for to increment disk space
22096         used by this group.
22097         (gnus-cache-possibly-remove-article):
22098         Use gnus-cache-update-file-total-fetched-for to decrement disk space
22099         used by this group.
22100         (gnus-cache-generate-nov-databases): Purge total fetched cache.
22101         (gnus-cache-rename-group): New function.
22102         (gnus-cache-delete-group): New function.
22103         (gnus-cache-inhibit-update-total-fetched-for): New variable.
22104         (gnus-cache-need-update-total-fetched-for): New variable.
22105         (gnus-cache-with-refreshed-group): New macro.
22106         (gnus-cache-update-file-total-fetched-for): New function.
22107         (gnus-cache-update-overview-total-fetched-for): New function.
22108         (gnus-cache-rename-group-total-fetched-for): New function.
22109         (gnus-cache-delete-group-total-fetched-for): New function.
22110         (gnus-cache-total-fetched-for): New function.
22111
22112         * gnus-group.el: Require gnus-sum and autoload functions to
22113         resolve warnings when gnus-group.el compiled alone.
22114         (gnus-group-line-format): Documented new %F.
22115         (size of Fetched data) group line format; identifies disk space
22116         used by agent and cache.
22117         (gnus-group-line-format-alist): Defined new F format.
22118         (gnus-total-fetched-for): New function.
22119         (gnus-group-delete-group): No longer update
22120         gnus-cache-active-altered as gnus-request-delete-group now keeps
22121         the cache in sync.
22122         (gnus-group-list-active): Let the agent store a server's active
22123         list if currently plugged.
22124
22125         * gnus-int.el (gnus-request-delete-group):
22126         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
22127         local disk in sync with the server.
22128         (gnus-request-rename-group):
22129         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
22130         local disk in sync with the server.
22131
22132         * gnus-start.el (gnus-get-unread-articles):
22133         Cosmetic simplification to logic.
22134
22135         * gnus-util.el (gnus-rename-file): New function.
22136
22137 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
22138
22139         * mm-util.el (mm-image-load-path): Handle nil in load-path.
22140
22141 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
22142
22143         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22144         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
22145
22146 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
22147
22148         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22149         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
22150
22151 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
22152
22153         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22154
22155 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
22156
22157         * spam.el (spam-set-difference): Add function to replace
22158         gnus-set-difference in spam.el.
22159         (spam-summary-prepare-exit): Use spam-set-difference.
22160
22161 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
22162
22163         * gnus-registry.el (gnus-registry-cache-file): Update to use
22164         gnus-dribble-directory OR gnus-home-directory OR ~.
22165         (gnus-registry-split-fancy-with-parent): Fix doc.
22166
22167 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22168
22169         * message.el (message-exchange-point-and-mark):
22170         Use message-mark-active-p.  Suggested by Jesper Harder
22171         <harder@ifa.au.dk>.
22172
22173 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22174
22175         * message.el (message-exchange-point-and-mark): Don't activate
22176         region if it was inactive.  Suggested by Hiroshi Fujishima
22177         <pooh@nature.tsukuba.ac.jp>.
22178
22179 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22180
22181         * gnus-art.el (article-display-face): Display Faces in the same
22182         order as X-Faces.
22183
22184 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22185
22186         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
22187
22188 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22189
22190         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22191         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22192         (gnus-article-mime-hierarchy): Remove.
22193         (gnus-article-mime-hierarchy-next): Remove.
22194         (gnus-article-mode): Revert 2004-03-19 change.
22195         (gnus-article-setup-buffer): Revert 2004-03-19 change.
22196         (gnus-insert-mime-button): Revert 2004-03-19 change.
22197         (gnus-mime-accumulate-hierarchy): Remove.
22198         (gnus-mime-enter-multipart): Remove.
22199         (gnus-mime-leave-multipart): Remove.
22200         (gnus-mime-display-part): Revert 2004-03-19 change.
22201         (gnus-mime-display-alternative): Revert 2004-03-19 change.
22202
22203         * mml.el (mml-preview): Revert 2004-03-19 change.
22204
22205 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
22206
22207         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
22208
22209 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22210
22211         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22212         t while entering a file name using the mm-with-multibyte macro.
22213         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22214
22215         * mm-util.el (mm-with-multibyte): New macro.
22216
22217 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22218
22219         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22220         New user option.
22221         (gnus-mime-multipart-functions): Doc and customization fix.
22222         (gnus-article-mime-hierarchy): New variable.
22223         (gnus-article-mime-hierarchy-next): New variable.
22224         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22225         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22226         gnus-article-mime-hierarchy-next to nil.
22227         (gnus-insert-mime-button): Show hierarchy numbers.
22228         (gnus-mime-accumulate-hierarchy): New function.
22229         (gnus-mime-enter-multipart): New function.
22230         (gnus-mime-leave-multipart): New function.
22231         (gnus-mime-display-part): Recompute hierarchical MIME structure.
22232         (gnus-mime-display-alternative): Show hierarchy numbers.
22233
22234         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22235         gnus-article-mime-hierarchy-next to nil.
22236
22237 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
22238
22239         * dns.el: Don't require gnus-xmas.
22240
22241 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
22242
22243         * mml.el (mml-generate-mime-1): Don't use format=flowed with
22244         inline PGP.
22245         (mml-menu): Disable mml-quote-region if mark is inactive.
22246
22247 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22248
22249         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22250         when the group's active is not available.
22251
22252 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22253
22254         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22255         error.
22256
22257 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
22258
22259         * imap.el (imap-store-password): New variable.
22260         (imap-interactive-login): Use it.
22261         Suggested by Mark Plaksin <happy@mcplaksin.org>.
22262
22263 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22264
22265         * gnus-art.el (gnus-article-read-summary-keys): Restore new
22266         window-start and hscroll to summary window.
22267
22268 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22269
22270         * gnus-start.el (gnus-convert-old-newsrc): Only write the
22271         conversion message to newsrc-dribble when an actual conversion is
22272         performed.
22273
22274 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
22275
22276         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
22277
22278 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22279
22280         * mm-decode.el (mm-complicated-handles): New function reviving
22281         former definition of mm-multiple-handles.
22282
22283         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
22284         (gnus-mime-delete-part): Use it.
22285
22286 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22287
22288         * gnus-agent.el (gnus-agent-read-local):
22289         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
22290         avoid the implicit assumption that they will always be equal.
22291         (gnus-agent-save-local): Bind buffer-file-coding-system, not
22292         coding-system-for-write, as the with-temp-file macro first prints
22293         to a buffer then saves the buffer.
22294
22295 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22296
22297         * gnus-art.el (gnus-article-edit-part): New function.
22298         (gnus-mime-save-part-and-strip): Use it; do query instead of
22299         signaling an error; don't use mm-multiple-handles.
22300         (gnus-mime-delete-part): Ditto.
22301
22302 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22303
22304         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
22305         old file versions.
22306         (gnus-group-prepare-hook): Remove function that converted list
22307         form of gnus-agent-expire-days to group properties.
22308
22309         * gnus-int.el: Autoload gnus-agent-regenerate-group.
22310         (gnus-request-accept-article): Re-indented.
22311
22312         * gnus-start.el (gnus-convert-old-newsrc): Registered new
22313         converters to handle old agent file formats.  Add logic for a
22314         "backup before upgrading warning".
22315         (gnus-convert-mark-converter-prompt): Developers can mark
22316         functions as needing (default), or not needing,
22317         gnus-convert-old-newsrc's "backup before upgrading warning".
22318         (gnus-convert-converter-needs-prompt): Tests whether the user
22319         should be protected from potentially irreversable changes by the
22320         function.
22321
22322         * legacy-gnus-agent.el: New.  Provides converters that are only
22323         loaded when gnus-convert-old-newsrc needs to call them.
22324
22325 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22326
22327         * mail-source.el (mail-source-touch-pop): Doc fix.
22328
22329         * message.el (message-smtpmail-send-it): Doc fix.
22330
22331 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
22332
22333         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
22334
22335         * nnmail.el (nnmail-split-fancy): do.
22336
22337         * gnus-kill.el (gnus-kill, gnus-execute): do.
22338
22339 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
22340
22341         * gnus-sum.el (gnus-widget-reversible-match)
22342         (gnus-widget-reversible-to-internal)
22343         (gnus-widget-reversible-to-external): New functions.
22344         (gnus-widget-reversible): New widget.
22345         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
22346
22347 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
22348
22349         * gnus-sum.el (gnus-thread-sort-functions)
22350         (gnus-article-sort-functions): Document `(not F)' items.
22351
22352 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
22353
22354         * spam.el (spam-use-gmane-xref): Add new backend.
22355         (spam-gmane-xref-spam-group): Add variable to control the name of the
22356         Gmane spam group.
22357         (spam-blackhole-servers, spam-blackhole-good-server-regex)
22358         (spam-regex-headers-spam, spam-regex-headers-ham)
22359         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
22360         (spam-list-of-checks): Add spam-use-gmane-xref to list of
22361         backends and checks.
22362         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
22363
22364         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
22365         an autodetect method.
22366
22367 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22368
22369         * gnus-int.el (gnus-request-accept-article): Inform the agent that
22370         articles are being added to a group.
22371         (gnus-request-replace-article): Inform the agent that articles
22372         need to be uncached as the cached contents are no longer valid.
22373
22374 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22375
22376         * binhex.el: Don't autoload executable-find.
22377
22378         * canlock.el: Don't autoload mail-fetch-field.
22379
22380         * dgnushack.el: Autoload c-mode for XEmacs.
22381
22382         * gnus-ems.el: Don't autoload appt-select-lowest-window.
22383
22384         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
22385         rmail-dont-reply-to and rmail-output.
22386
22387         * gnus-score.el: Don't autoload ffap-string-at-point.
22388
22389         * gnus-setup.el: Don't autoload sc-cite-original.
22390
22391         * imap.el: Don't autoload base64-decode-string,
22392         base64-encode-string and md5.
22393
22394         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
22395         and rmail-msg-restore-non-pruned-header.
22396
22397         * mm-decode.el: Don't autoload executable-find.
22398
22399         * mm-url.el: Don't autoload executable-find.
22400
22401         * mm-view.el: Don't autoload diff-mode.
22402
22403         * nndb.el: Don't autoload news-reply-mode, news-setup,
22404         cancel-timer and telnet.
22405
22406         * password.el: Don't autoload run-at-time for Emacs.
22407
22408         * sha1-el.el: Don't autoload executable-find.
22409
22410         * sieve-mode.el: Don't autoload c-mode.
22411
22412         * uudecode.el: Don't autoload executable-find.
22413
22414 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22415
22416         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
22417         (gnus-agent-possibly-alter-active): Avoid null in numeric
22418         comparison.
22419         (gnus-agent-set-local): Refuse to save null in local object table.
22420         (gnus-agent-regenerate-group): The REREAD parameter can now be a
22421         list of articles that will be marked as unread.
22422
22423 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22424
22425         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
22426
22427 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
22428
22429         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
22430         language tags.
22431
22432 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
22433
22434         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
22435         Don't bind "obarray".
22436
22437         * gnus-sum.el (gnus-thread-sort-functions):
22438         Add `gnus-thread-sort-by-most-recent-number' and
22439         `gnus-thread-sort-by-most-recent-date'.
22440         Reported by Kai Grossjohann <kai@emptydomain.de>.
22441
22442 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22443
22444         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
22445
22446 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22447
22448         * gnus-cus.el (gnus-agent-customize-category):
22449         Remove ignore-errors macro reference that required cl to be loaded at
22450         run-time.
22451
22452         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
22453         single-interval range of the form (min . max).  Previously the
22454         range had to look like ((min . max)).  Likewise, return
22455         (min . max) rather than ((min . max)).
22456         (gnus-range-map): Use gnus-range-normalize to accept
22457         single-interval range.
22458
22459         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
22460         the cache, but not the agent, now appear with their usual face.
22461
22462         * dgnushack.el (loaddir): New variable that is bound to the
22463         directory containing the dgnushack.el file. Use loaddir, rather
22464         than srcdir, to update load-path. Change lets dgnushack compile
22465         code in directories other than GNUS/lisp.
22466
22467 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22468
22469         * lpath.el: Don't bind w3m-safe-url-regexp.
22470
22471         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
22472         w3m-safe-url-regexp variable buffer-local.
22473
22474         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22475
22476 2004-02-27  Simon Josefsson  <jas@extundo.com>
22477
22478         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
22479         gnus-group-real-prefix.
22480         (gnus-summary-move-article): Use it, instead of
22481         gnus-group-real-prefix.
22482
22483 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22484
22485         * lpath.el: Bind w3m-safe-url-regexp.
22486
22487         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
22488         w3m-safe-url-regexp variable buffer-local and set it as the value
22489         of mm-w3m-safe-url-regexp.
22490
22491         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22492
22493         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
22494         parsing gnus-posting-styles when the message is not for replying.
22495
22496         * dgnushack.el: Autoload sgml-mode for XEmacs.
22497
22498         * nnrss.el (nnrss-opml-export):
22499         Use mm-set-buffer-file-coding-system instead of
22500         set-buffer-file-coding-system.
22501
22502 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
22503
22504         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
22505         of checkdoc.el).
22506         * nnrss.el: do.
22507         * gnus-mlspl.el: do.
22508         * gnus-ml.el: do.
22509         * gnus-srvr.el: do.
22510
22511         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
22512
22513 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
22514
22515         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
22516         Corrections to custom-manual links.
22517
22518         * gnus-art.el (gnus-article): Ditto.
22519
22520         * mm-decode.el (mime-display, mime-security): Ditto.
22521
22522 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22523
22524         * flow-fill.el: Typo.
22525
22526 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
22527
22528         * spam-wash.el: New file.
22529
22530 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
22531
22532         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
22533
22534 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
22535
22536         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
22537         to be run with new-articles as LIST1, not LIST2.
22538         (spam-registration-functions): Add spam-use-ham-copy as a nil
22539         registration backend.
22540
22541 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22542
22543         * spam-stat.el (spam-stat-washing-hook): New option.
22544         (spam-stat-buffer-words): Use it.
22545         (spam-stat-process-directory, spam-stat-test-directory):
22546         Use insert-file-contents-literally.
22547         (spam-stat-coding-system): New variable.
22548         (spam-stat-load, spam-stat-save): Use it.
22549
22550 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22551
22552         * spam-report.el (spam-report-plug-agent):
22553         Quote spam-report-url-to-file and spam-report-url-ping-plain.
22554
22555 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
22556
22557         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
22558         Allow / in mailto URLs.
22559
22560 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22561
22562         * spam-report.el (spam-report-process-queue): Fix interactive use.
22563         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
22564         (spam-report-unplug-agent): Doc fixes.
22565         (spam-report-url-ping-mm-url, spam-report-url-to-file)
22566         (spam-report-agentize, spam-report-deagentize): Autoload.
22567
22568 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22569
22570         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
22571
22572         * message.el (message-setup-fill-variables): Add mml tags to
22573         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
22574         <ajk@iu.edu>.
22575         (message-mode): Don't modify paragraph-separate there.
22576
22577 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22578
22579         * compface.el (uncompface-use-external): Default to undecided.
22580         (uncompface-use-external-threshold): New variable.
22581         (uncompface-float-time): New macro.
22582         (uncompface): Determine whether to use the external decoder if
22583         uncompface-use-external is undecided.
22584
22585 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22586
22587         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
22588         after images.
22589
22590         * gnus-art.el (gnus-mime-display-single): Remove dead code.
22591
22592 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
22593
22594         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
22595
22596         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
22597
22598         * gnus-sum.el (gnus-summary-limit-to-age)
22599         (gnus-summary-limit-children): do.
22600
22601         * gnus-int.el (gnus-request-scan): do.
22602
22603         * gnus-group.el (gnus-group-suspend): do.
22604
22605         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
22606
22607         * gnus-cite.el (gnus-cite-parse-attributions): do.
22608
22609         * gnus-agent.el (gnus-summary-set-agent-mark)
22610         (gnus-agent-regenerate-group): do.
22611
22612         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
22613
22614         * binhex.el (binhex-decode-region-internal): do.
22615
22616 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22617
22618         * gnus-fun.el (gnus-face-properties-alist): New user option.
22619         (gnus-display-x-face-in-from): Use it.
22620
22621         * gnus-art.el (article-display-face): Ditto.
22622
22623         * compface.el (uncompface-use-external): Default to nil.
22624
22625 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
22626
22627         * nntp.el (nntp-erase-buffer): New function.
22628         (nntp-retrieve-data, nntp-send-command)
22629         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22630         (nntp-possibly-change-group): Use it.
22631
22632         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22633         Use with-current-buffer.
22634
22635 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
22636
22637         * compface.el: Merge the ELisp-based uncompface program.
22638         (compface): New customization group.
22639         (uncompface-use-external): New user option.
22640         (uncompface): Call uncompface-internal if uncompface-use-external
22641         is nil.
22642         (uncompface-internal): New function.  Note that there are also
22643         some other functions and variables added for this function.
22644
22645 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
22646
22647         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22648         if necessary.
22649
22650 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
22651
22652         * spam-report.el (spam-report-unplug-agent)
22653         (spam-report-plug-agent, spam-report-deagentize)
22654         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22655         Add support for the Agent in spam-report: when unplugged, report to a
22656         file; when plugged, submit all the requests.
22657
22658         * spam.el (spam-register-routine): Fix message about
22659         registration.
22660
22661 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
22662
22663         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22664         dependencies.
22665         (rfc2047-encode): Use it.
22666
22667         * gnus-art.el (gnus-button-marker-list): Move before first
22668         reference.
22669
22670         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22671         (imap-parse-body): Fix format string mismatch.
22672
22673         * gnus-score.el (gnus-summary-increase-score): do.
22674
22675         * nnrss.el (nnrss-close): New function.
22676
22677 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
22678
22679         * nnrss.el (nnrss-make-filename): New function.
22680         (nnrss-request-delete-group, nnrss-read-server-data)
22681         (nnrss-save-server-data, nnrss-read-group-data)
22682         (nnrss-save-group-data): Use it.
22683         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22684         (nnrss-read-server-data, nnrss-read-group-data): Use load.
22685         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22686
22687 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
22688
22689         * mml.el (mml-compute-boundary-1): Don't uncompress files.
22690
22691 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
22692
22693         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22694         files.
22695
22696         * message.el (message-generate-headers-first): Don't quote nil
22697         and t in docstrings.
22698
22699         * imap.el (imap-id): do.
22700
22701         * gnus-agent.el (gnus-agent-consider-all-articles)
22702         (gnus-agent-queue-mail): do.
22703
22704 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
22705
22706         * spam-report.el (spam-report-process-queue): New function.
22707         Process requests from `spam-report-requests-file'.
22708         (spam-report-process-queue): Doc fix.
22709
22710 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
22711
22712         * spam.el (spam-register-routine)
22713         (spam-log-processing-to-registry, spam-log-registered-p)
22714         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22715         Change "check" to "spam-check" for semi-clarity.
22716
22717 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
22718
22719         * pop3.el: Require nnheader.
22720
22721         * mml-smime.el: Require cl.  Autoload message-fetch-field.
22722
22723         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22724
22725         * gnus-picon.el: Require cl.
22726
22727         * gnus-fun.el: Require gnus-ems and gnus-util.
22728
22729         * gnus.el (gnus-method-to-server): Move defsubst before first use.
22730
22731         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
22732
22733         * gnus-art.el (gnus-article-edit-mode): Define before first
22734         reference.
22735
22736 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
22737
22738         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
22739         (gnus-uu-post-encoded): Use point-at-bol.
22740
22741         * gnus-topic.el (gnus-group-active-topic-p): do.
22742
22743         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
22744
22745         * gnus-group.el (gnus-group-kill-region): do.
22746
22747         * gnus-art.el (article-date-ut): do.
22748
22749         * message.el (message-fetch-field): Remove redundant
22750         case-fold-search binding.
22751         (message-narrow-to-field): Simplify.
22752
22753 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
22754
22755         * spam.el (spam-directory): Derive from `gnus-directory'.
22756
22757         * spam-report.el (spam-report-url-to-file)
22758         (spam-report-requests-file): New function and variable for offline
22759         reporting.
22760         (spam-report-url-ping-function): Add `spam-report-url-to-file'
22761         and user defined function.
22762         (spam-report-url-ping-mm-url): Remove doubled slash.
22763
22764 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
22765
22766         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
22767
22768 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
22769
22770         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22771         Fix format string mismatch.
22772
22773         * sieve.el (sieve-deactivate-all): do.
22774
22775         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
22776
22777         * nnlistserv.el (nnlistserv-kk-wash-article): do.
22778
22779         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
22780
22781         * mm-bodies.el (mm-7bit-chars): Don't include \r.
22782
22783 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
22784
22785         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22786         the list of checks.
22787
22788 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
22789
22790         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22791         padding.
22792
22793 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
22794
22795         * mm-view.el (mm-fill-flowed): New variable.
22796         (mm-inline-text): Use it.
22797
22798 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
22799
22800         * spam.el (spam-spamassassin-register-ham-routine)
22801         (spam-spamassassin-register-spam-routine): Fix function names.
22802
22803 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22804
22805         * gnus.el (gnus-tmp-grouplens): Remove.
22806         (gnus-summary-line-format): Remove grouplens.
22807
22808         * gnus-group.el (gnus-group-line-format): Ditto.
22809
22810         * gnus-spec.el (gnus-format-specs): Ditto.
22811         (gnus-update-format-specifications): Flush the group format spec
22812         cache if there's the grouplens stuff.
22813         (gnus-parse-simple-format): Replace %l with the empty string.
22814
22815 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
22816
22817         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
22818         omission.
22819
22820 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22821
22822         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
22823         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22824
22825 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22826
22827         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
22828         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
22829         New macros and functions.
22830         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
22831         Handle > NLINK_MAX messages.
22832         * nnmaildir.el (nnmaildir-request-set-mark):
22833         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
22834
22835 2004-01-25  Alex Schroeder  <alex@gnu.org>
22836
22837         * spam-stat.el (spam-stat-process-directory-age): New option.
22838         (spam-stat-process-directory): Use it.
22839
22840 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
22841
22842         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
22843         (spam-stat-save): Accept prefix argument.
22844
22845 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
22846
22847         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
22848         links" error.
22849
22850 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22851
22852         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
22853         the rest of the and/or forms.
22854
22855 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22856
22857         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
22858         compatibility with old .newsrc.eld files.
22859
22860         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
22861
22862         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
22863
22864         * gnus-start.el (gnus-1): do.
22865
22866         * gnus-group.el (gnus-group-line-format-alist): do.
22867
22868         * gnus.el (gnus-use-grouplens, gnus-visual): do.
22869
22870         * gnus-gl.el: Remove.
22871
22872 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22873
22874         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
22875         marks consisting of a single range {for example, (3 . 5)} rather
22876         than a list of a single range { ((3 . 5)) }.
22877
22878 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22879
22880         * spam-stat.el (spam-stat-store-gnus-article-buffer):
22881         Use with-current-buffer.
22882         (spam-stat-store-current-buffer): Use insert-buffer-substring to
22883         avoid consing a string.
22884
22885         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
22886         Remove obsolete entries for big5 and gb2312.
22887
22888 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22889
22890         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
22891         uncompressed list.
22892
22893 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
22894
22895         * spam-stat.el (spam-stat-strip-xref): New function.
22896         (spam-stat-process-directory): Use it.
22897
22898         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
22899         here -- it's done in message-fetch-field.
22900
22901 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22902
22903         * gnus-agent.el (gnus-agent-queue-mail)
22904         (gnus-agent-prompt-send-queue): New variables.
22905         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
22906         * gnus-draft.el (gnus-group-send-queue): Pass the group name
22907         "nndraft:queue" along to gnus-draft-send.
22908         Use gnus-agent-prompt-send-queue.
22909         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
22910         is "nndraft:queue".  Suggested by Gaute Strokkenes
22911         <gs234@srcf.ucam.org>
22912
22913         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
22914         (agent-enable-undownloaded-faces): Add.
22915         (gnus-agent-cat-groups): Use eval-and-compile, not
22916         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
22917         method of gnus-agent-cat-groups even when the buffer has been
22918         evaled.
22919         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
22920         delete gnus-agent-save-active-1.
22921         (gnus-agent-save-groups): Delete.  Identical to
22922         gnus-agent-save-active.
22923         (gnus-agent-write-active): No longer adjust agent's copy of active
22924         file as agent's adjustments are now stored in their own
22925         file.  Remove optional parameter.
22926         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
22927         servers.  Add use of min/max range limits from server's local
22928         file.
22929         (gnus-agent-save-alist): Remove unused optional argument.
22930         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
22931         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
22932         (gnus-agent-set-local): A per-server file that keeps min/max range
22933         limits for articles known to the agent.  Provides a fast mechanism
22934         for altering many active ranges.
22935         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
22936         active file (local makes it unnecessary).
22937         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
22938
22939         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
22940         (agent-enable-undownloaded-faces): Add.
22941
22942         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
22943         disable it when sending to "nndraft:queue".
22944         (gnus-group-send-queue): Add safety check to avoid sending queue
22945         when unplugged.
22946
22947         * gnus-group.el (gnus-group-catchup): Use new
22948         gnus-sequence-of-unread-articles, not
22949         gnus-list-of-unread-articles, to avoid exhausting memory with huge
22950         numbers of articles.  Use gnus-range-map to avoid having to
22951         uncompress the unread list.
22952         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
22953         Fix invalid ange-ftp reference.
22954
22955         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
22956         (gnus-sorted-range-intersection): Intersection of two ranges
22957         without requiring that they first be uncompressed.
22958
22959         * gnus-start.el (gnus-activate-group): Unless blocked by the
22960         caller, possibly expand the active range to include both cached
22961         and agentized articles.
22962         (gnus-convert-old-newsrc): Rewrote in anticipation of having
22963         multiple version-dependent converters.
22964         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
22965         gnus-agent-save-active.
22966         (gnus-save-newsrc-file): Save dirty agent range limits.
22967
22968         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
22969         gnus-agent-possibly-alter-active.
22970         (gnus-adjust-marked-articles): Faster handling of simple lists.
22971
22972 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
22973
22974         * spam-stat.el (spam-stat-test-directory): New optional argument
22975         displays a list of files detected.  Suggested by Andrew Cohen
22976         <cohen@andy.bu.edu>.
22977         (spam-stat-buffer-words-with-scores): Don't narrow and change
22978         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
22979
22980 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
22981
22982         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
22983         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
22984         (spam-spamassassin-arguments)
22985         (spam-spamassassin-spam-flag-header)
22986         (spam-spamassassin-positive-spam-flag-header)
22987         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
22988         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
22989         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
22990         (spam-list-of-processors, spam-list-of-checks)
22991         (spam-list-of-statistical-checks, spam-registration-functions)
22992         (spam-check-spamassassin-headers, spam-check-spamassassin)
22993         (spam-spamassassin-score)
22994         (spam-spamassassin-register-with-sa-learn)
22995         (spam-spamassassin-register-spam-routine)
22996         (spam-spamassassin-register-ham-routine)
22997         (spam-assassin-register-spam-routine)
22998         (spam-assassin-register-ham-routine): Add SpamAssassin support.
22999         (spam-bogofilter-score): Fix to show article before scoring.
23000
23001 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
23002
23003         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23004         default scoring function.
23005         (spam-generic-score): Call spam-spamassassin-score if
23006         spam-use-spamassassin or spam-use-spamassassin-headers is on;
23007         spam-bogofilter-score otherwise.
23008
23009         * gnus.el (spam-process, spam-autodetect-methods):
23010         Add spamassassin and spamassassin-headers.
23011
23012 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
23013
23014         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23015         Suppress unnecessary messages.
23016
23017 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
23018
23019         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23020         make-hash-table.
23021
23022 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23023
23024         * canlock.el (base64-encode-string): Don't autoload it.
23025
23026 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23027
23028         * run-at-time.el: Remove useless (require 'itimer),
23029         eval-and-compile and (featurep 'xemacs).
23030
23031 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
23032
23033         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23034         GROUP is a virtual group.
23035
23036 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
23037
23038         * gnus.el: Autoload `message-y-or-n-p'.
23039
23040 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
23041
23042         * pgg-parse.el: Remove unnecessary (require 'custom).
23043
23044         * pgg-def.el: do.
23045
23046         * nnmail.el: do.
23047
23048         * gnus-undo.el: do.
23049
23050         * gnus-picon.el: do.
23051
23052         * gnus-util.el: do.
23053
23054 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
23055
23056         * gnus-sum.el (gnus-pick-line-number): Add autoload.
23057
23058 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23059
23060         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
23061         handle, as well as a list.
23062
23063         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
23064         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
23065         (mm-w3m-cid-retrieve): Simplify.
23066
23067 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
23068
23069         * message.el (message-kill-to-signature): Allow prefix arg to
23070         specify number of lines to keep before signature.
23071
23072 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
23073
23074         * message.el (message-kill-to-signature): Change docstring.
23075
23076 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23077
23078         * canlock.el: Always require sha1-el.
23079         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
23080
23081         * message.el: Autoload sha1 only when compiling.
23082
23083         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
23084         eudc-expand-inline for XEmacs.
23085
23086 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23087
23088         * message.el (message-canlock-generate): Require sha1-el.
23089
23090 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
23091
23092         * message.el (message-expand-name): Silence the byte compiler.
23093
23094         * lpath.el: Add detect-coding-system.
23095
23096         * dgnushack.el (dgnushack-compile): Remove obsolete check for
23097         cus-edit.
23098
23099 2004-01-13  Simon Josefsson  <jas@extundo.com>
23100
23101         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23102         Invoke gnus-score-mode.
23103         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23104
23105         * gnus-range.el (gnus-compress-sequence): Doc fix.
23106         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23107
23108 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23109
23110         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23111
23112 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
23113
23114         * spam.el (spam-get-article-as-string): Update to use
23115         gnus-request-article-this-buffer, much simpler.
23116         (spam-get-article-as-buffer): Remove.
23117
23118 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
23119
23120         * message.el (message-expand-name): Use EUDC if the user uses that.
23121
23122 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23123
23124         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23125         character for the encoding to avoid consing a string.
23126
23127         * rfc2047.el (rfc2047-decode-string): Don't cons a string
23128         unnecessarily.
23129
23130         * mm-util.el (mm-replace-chars-in-string): Remove.
23131
23132         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23133         of mm-replace-chars-in-string.
23134
23135 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
23136
23137         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
23138
23139         * mm-util.el (mm-subst-char-in-string): Support inplace.
23140
23141         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23142         a new string in every iteration.  Use shy groups.
23143
23144 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
23145
23146         * gnus-srvr.el (gnus-browse-unsubscribe-group):
23147         * gnus-soup.el (gnus-soup-group-brew):
23148         * gnus-msg.el (gnus-put-message):
23149         * gnus-move.el (gnus-group-move-group-to-server):
23150         * gnus-kill.el (gnus-batch-score):
23151         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23152         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23153         (gnus-group-update-group, gnus-group-read-group)
23154         (gnus-group-make-group, gnus-group-make-help-group)
23155         (gnus-group-make-archive-group, gnus-group-make-directory-group)
23156         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23157         (gnus-group-sort-by-unread, gnus-group-catchup)
23158         (gnus-group-unsubscribe-group, gnus-group-kill-group)
23159         (gnus-group-yank-group, gnus-group-set-info)
23160         (gnus-group-list-groups):
23161         * gnus.el (gnus-generate-new-group-name):
23162         * gnus-delay.el (gnus-delay-send-queue):
23163         * nnvirtual.el (nnvirtual-catchup-group):
23164         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23165         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23166         (gnus-group-prepare-topics, gnus-topic-check-topology):
23167         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23168         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23169         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23170         (gnus-group-make-articles-read):
23171         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23172         (gnus-group-change-level, gnus-kill-newsgroup)
23173         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23174         (gnus-get-unread-articles, gnus-make-articles-unread)
23175         (gnus-make-ascending-articles-unread): Use accessor
23176         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23177         to get group information for improved readability.
23178
23179
23180 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23181
23182         * gnus-art.el (article-decode-mime-words, article-babel)
23183         (gnus-article-highlight-signature, gnus-article-add-buttons)
23184         (gnus-signature-toggle): Use gnus-with-article-buffer.
23185
23186         * gnus-art.el (gnus-article-highlight-headers)
23187         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
23188
23189         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23190         (gnus-article-set-globals, gnus-request-article-this-buffer)
23191         (gnus-button-message-id, gnus-article-maybe-hide-headers)
23192         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23193         (gnus-mime-display-alternative): Use with-current-buffer.
23194
23195 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23196
23197         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23198         also under 80 char limit, and call gnus-error if needed.
23199         (spam-fetch-article-header): Fix - it was a
23200         buffer-local variable (gnus-newsgroup-data).
23201         (spam-find-spam): Use spam-generate-fake-headers, forget about
23202         spam-insert-fake-headers.
23203         (spam-insert-fake-headers): Remove.
23204
23205 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23206
23207         * deuglify.el (gnus-article-outlook-unwrap-lines)
23208         (gnus-outlook-rearrange-article)
23209         (gnus-outlook-repair-attribution-outlook)
23210         (gnus-outlook-repair-attribution-block)
23211         (gnus-outlook-repair-attribution-other): Remove redundant
23212         save-excursion.
23213
23214 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23215
23216         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23217         (spam-fetch-field-subject-fast)
23218         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23219         (spam-fetch-article-header): Add functions to deal with Gnus
23220         internals for fast retrieval of article header data.
23221         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
23222
23223 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23224
23225         * pop3.el (pop3-md5): Remove.
23226         (pop3-apop): Replace pop3-md5 with md5.
23227
23228         * mm-bodies.el: base64 is always built-in.
23229
23230         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23231         Use with-current-buffer.
23232
23233 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23234
23235         * canlock.el (canlock-insert-header): Remove excessive grouping in
23236         regexp.
23237
23238         * gnus-sum.el (gnus-summary-read-document): Ditto.
23239
23240         * gnus-uu.el (gnus-uu-part-number): Ditto.
23241
23242         * html2text.el (html2text-remove-tags): Ditto.
23243         (html2text-format-tags): Ditto.
23244         (html2text-format-single-elements): Ditto.
23245
23246         * mml.el (mml-parse-1): Ditto.
23247
23248 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23249
23250         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23251
23252         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23253
23254         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23255
23256         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23257
23258 2003-11-15  Simon Josefsson  <jas@extundo.com>
23259
23260         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
23261         (pgg-gpg-lookup-key): Use regexp match instead of
23262         split-string (split-string is different between emacs 21.2 and
23263         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
23264
23265 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23266
23267         * gnus-art.el (gnus-mime-view-all-parts)
23268         (gnus-article-part-wrapper, gnus-article-view-part):
23269         Use with-current-buffer.
23270
23271 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23272
23273         * spam.el (spam-disable-spam-split-during-ham-respool)
23274         (spam-spamoracle-database, spam-cache-lookups)
23275         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
23276         (spam-group-ham-mark-p, spam-group-spam-mark-p)
23277         (spam-group-ham-marks, spam-group-spam-marks)
23278         (spam-group-spam-contents-p, spam-group-ham-contents-p)
23279         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
23280         also add spam-use-blackholes to the statistical checks.
23281         (spam-fetch-field-fast): Add interface to fetching fields, may
23282         become a macro.
23283         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
23284         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
23285         (spam-insert-fake-headers): Fake an article when needed.
23286         (spam-find-spam): Fake article when possible.
23287         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
23288         (spam-check-bogofilter-headers): Use message-fetch-field instead
23289         of nnmail-fetch-field.
23290
23291 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
23292
23293         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
23294
23295 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23296
23297         * spam.el (spam-split): Do not require spam-use-CHECK to be
23298         enabled if that check is passed to spam-split explicitly; also
23299         fix so 'spam doesn't get converted to spam-split-group when
23300         spam-split-symbolic-return is t.
23301         (spam-find-spam): Find registrations of the article and use those
23302         instead of re-running spam-split to find the spam/ham
23303         classification of the article.
23304         (spam-log-processing-to-registry, spam-log-registered-p)
23305         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23306         Use gnus-error instead of gnus-message.
23307         (spam-log-registration-type): Add function to determine the
23308         classification of a message based on registry entries; will
23309         return nil if both 'spam and 'ham are found.
23310         (spam-check-BBDB): Expand all the BBDB macros here so we can have
23311         a reasonably fast local cache without the loading errors.
23312         (spam-cache-lookups): Set to t by default.
23313         (spam-find-spam): Don't try to guess spam-cache-lookups.
23314         (spam-enter-whitelist, spam-enter-blacklist): Clear the
23315         spam-caches entry.
23316         (spam-filelist-build-cache, spam-filelist-check-cache):
23317         Fix caching of whitelist/blacklist entries.
23318         (spam-check-whitelist, spam-check-blacklist):
23319         Invoke spam-from-listed-p with a type, not a cache variable.
23320         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
23321
23322 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23323
23324         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
23325
23326         * nnmail.el (nnmail-split-fancy): do.
23327
23328         * mml.el (mml-parse): do.
23329
23330         * gnus-score.el (gnus-enter-score-words-into-hashtb)
23331         (gnus-score-adaptive): do.
23332
23333 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23334
23335         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
23336         (gnus-mime-button-map): Don't set keymap parent.
23337         (gnus-button-ctan-directory-regexp): Use shy grouping.
23338         (gnus-prev-page-map): Don't set keymap parent.
23339         (gnus-prev-page-map): Remove duplicated one.
23340         (gnus-next-page-map): Don't set keymap parent.
23341         (gnus-mime-security-button-map): Ditto.
23342
23343         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
23344         version number.
23345
23346         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
23347
23348 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23349
23350         * canlock.el (canlock-sha1-function): Remove.
23351         (canlock-sha1-function-for-verify): Remove.
23352         (canlock-openssl-program): Remove.
23353         (canlock-openssl-args): Remove.
23354         (canlock-ignore-errors): Remove.
23355         (canlock-sha1-with-openssl): Remove.
23356         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
23357         (canlock-verify): Don't use canlock-ignore-errors.
23358
23359         * sha1-el.el (sha1-string-external): Make it can return a string
23360         in binary form.
23361         (sha1-region-external): Ditto.
23362         (sha1-string-internal): Ditto.
23363         (sha1-region-internal): Ditto.
23364         (sha1-region): Ditto.
23365         (sha1-string): Ditto.
23366         (sha1): Ditto.
23367
23368 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23369
23370         * spam.el (spam-report-articles-gmane): New command.
23371
23372 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23373
23374         * gnus.el: Don't make unnecessary *Group* buffer when loading.
23375
23376         * run-at-time.el (run-at-time-saved): Remove.
23377         (run-at-time): Doc fix.
23378
23379 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23380
23381         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
23382         (gnus-summary-limit-map): Add it.
23383         (gnus-summary-make-menu-bar): do.
23384
23385 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
23386
23387         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
23388         Make attempt at some caching support (done for BBDB only now).
23389         (spam-find-spam): Set spam-cache-lookups if there are more than 2
23390         addresses to be checked.
23391         (spam-clear-cache-BBDB): Add function, to be invoked by
23392         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
23393         (spam-check-BBDB): Check and use the caches, if
23394         spam-cache-lookups is on, remove superfluous (provide).
23395
23396 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
23397
23398         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
23399
23400 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
23401
23402         * run-at-time.el (run-at-time-saved): Move to after the definition
23403         of `run-at-time'.
23404
23405         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
23406
23407 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23408
23409         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
23410         mm-w3m-local-map-property.
23411
23412         * mm-view.el (mm-w3m-mode-map): Remove.
23413         (mm-w3m-local-map-property): Remove.
23414         (mm-inline-text-html-render-with-w3m): Don't use
23415         mm-w3m-local-map-property.
23416
23417 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23418
23419         * run-at-time.el: New file.
23420
23421         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
23422         under Emacs.
23423
23424         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
23425         of gnus-set-text-properties.
23426
23427         * gnus-uu.el (gnus-uu-save-article): Ditto.
23428
23429         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
23430
23431         * gnus-cite.el (gnus-cite-parse): Ditto.
23432
23433         * gnus-art.el (gnus-button-push): Use set-text-properties instead
23434         of gnus-.
23435
23436         * gnus-xmas.el (run-at-time): Require run-at-time.
23437
23438         * gnus.el: Change calls to nnheader-run-at-time and
23439         password-run-at-time throughout to use run-at-time directly.
23440
23441         * password.el: Remove definition of run-at-time.
23442
23443         * nnheaderxm.el: Remove definition of run-at-time.
23444
23445 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
23446
23447         * mml.el (mml-minibuffer-read-disposition): Show attachment type
23448         in prompt.
23449
23450 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23451
23452         * messagexmas.el (message-xmas-redefine): Alias
23453         `message-make-caesar-translation-table' to
23454         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
23455         version.
23456
23457         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
23458         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
23459         `gnus-xmas-set-text-properties'.
23460         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
23461         `gnus-xmas-completing-read'.
23462         (gnus-xmas-completing-read): Removed.
23463         (gnus-xmas-open-network-stream): Removed.
23464
23465         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
23466         XEmacs version.
23467
23468         * dns.el (dns-make-network-process): Use `open-network-stream'
23469         instead of `gnus-xmas-open-network-stream'.
23470
23471         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
23472
23473         * .cvsignore: Add auto-autoloads.el, custom-load.el.
23474
23475 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23476
23477         * gnus-art.el (gnus-mime-display-alternative)
23478         (gnus-insert-mime-button, gnus-insert-mime-security-button)
23479         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
23480         Don't use gnus-local-map-property.
23481
23482         * gnus-util.el (gnus-local-map-property): Remove.
23483
23484         * mm-view.el (mm-view-pkcs7-decrypt):
23485         Replace gnus-completing-read-maybe-default with completing-read.
23486
23487         * gnus-util.el (gnus-completing-read): do.
23488         (gnus-completing-read-maybe-default): Remove.
23489
23490 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23491
23492         * password.el: Only autoload `run-at-time' if not XEmacs.
23493         Only autoload the itimer functions if XEmacs.
23494
23495 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23496
23497         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
23498         XEmacsen.
23499
23500         * dgnushack.el: Autoload executable-find for XEmacs.
23501
23502 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23503
23504         * gnus-art.el (gnus-read-string): Remove.
23505         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
23506         read-string.
23507
23508 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
23509
23510         * netrc.el: Autoload password-read.
23511         (netrc): Add configuration group.
23512         (netrc-encoding-method, netrc-openssl-path):
23513         Add variables for encoding and decoding of files with symmetric
23514         ciphers.
23515         (netrc-encode): Add assistant function to encode a file with
23516         netrc-encoding-method.
23517         (netrc-parse): Add interactive parameter, added optional
23518         decoding if netrc-encoding-method is non-nil but otherwise
23519         behavior is standard.
23520         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
23521         Do s/encode/encrypt/ everywhere.
23522
23523         * spam.el: Remove executable-find autoload.
23524
23525 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23526
23527         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
23528
23529         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
23530
23531 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23532
23533         * gnus-art.el (gnus-treat-ansi-sequences)
23534         (article-treat-ansi-sequences): New variable and function.
23535         Suggested by Dan Jacobson <jidanni@jidanni.org>.
23536
23537         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
23538         Use it.
23539
23540 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23541
23542         * mm-util.el (mm-quote-arg): Remove.
23543
23544         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
23545         shell-quote-argument.
23546
23547         * gnus-uu.el (gnus-uu-command): do.
23548
23549         * gnus-sum.el (gnus-summary-insert-pseudos): do.
23550
23551         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
23552         with make-char.
23553
23554         * mm-util.el (mm-make-char): Remove.
23555
23556         * mml.el (mml-mode): Replace gnus-add-minor-mode with
23557         add-minor-mode.
23558
23559         * gnus-undo.el (gnus-undo-mode): do.
23560
23561         * gnus-topic.el (gnus-topic-mode): do.
23562
23563         * gnus-sum.el (gnus-dead-summary-mode): do.
23564
23565         * gnus-start.el (gnus-slave-mode): do.
23566
23567         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
23568
23569         * gnus-ml.el (gnus-mailing-list-mode): do.
23570
23571         * gnus-gl.el (gnus-grouplens-mode): do.
23572
23573         * gnus-draft.el (gnus-draft-mode): do.
23574
23575         * gnus-dired.el (gnus-dired-mode): do.
23576
23577         * gnus-ems.el (gnus-add-minor-mode): Remove.
23578
23579         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23580         Replace gnus-char-width with char-width.
23581
23582         * gnus-ems.el (gnus-char-width): Remove.
23583
23584         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23585         Replace gnus-char-width with char-width.
23586
23587         * gnus-ems.el (gnus-char-width): Remove.
23588
23589         * spam-stat.el (with-syntax-table): Remove with-syntax-table
23590         definition.
23591         Remove Emacs 20 hash table compatibility code.
23592
23593         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
23594         20 compatibility code.
23595
23596         * spam.el (spam-point-at-eol): Replace with point-at-eol.
23597
23598         * smime.el (smime-point-at-eol): Replace with point-at-eol.
23599
23600         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
23601         Replace with point-at-{eol,bol}.
23602
23603         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
23604
23605         * imap.el (imap-point-at-eol): Replace with point-at-eol.
23606
23607         * flow-fill.el (fill-flowed-point-at-bol)
23608         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
23609
23610         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23611         Replace with point-at-{eol,bol} throughout all files.
23612
23613 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23614
23615         * ntlm.el (ntlm-string-as-unibyte): New macro.
23616         (ntlm-build-auth-response): Use it.
23617
23618         Remove Emacs 20 stuff:
23619         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
23620         (butlast, mapc, remove): Remove the compiler macros.
23621         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23622         of delq and copy-sequence.
23623         * gnus-art.el (popup-menu): Remove the compiler macro.
23624         * nnmail.el (nnmail-split-fancy): Don't support customizing with
23625         Emacs 20.
23626
23627 2004-01-05  Simon Josefsson  <jas@extundo.com>
23628
23629         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
23630         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23631         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23632         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23633         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23634         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23635         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23636         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23637         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23638         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23639         ntlm-string-permute, string-lshift into ntlm-string-lshift,
23640         string-xor into ntlm-string-xor.
23641         Suggested by Jesper Harder <harder@myrealbox.com>.
23642
23643         * ntlm.el: Don't include poem.
23644
23645         * md4.el (print-int32, print-string-hexa): Remove.
23646         Suggested by Jesper Harder <harder@myrealbox.com>.
23647
23648         * sasl-ntlm.el, ntlm.el, md4.el: New files.
23649
23650         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
23651         probably breaks emacs with DL patch, but do we care? Is anyone
23652         still using the DL stuff?)
23653
23654         * sieve-manage.el: Use the password package.
23655         (sieve-manage-read-passwd): Remove.
23656         (sieve-manage-interactive-login): Use password.  Re-add
23657         condition-case around loop.
23658
23659         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
23660         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23661         Use the password package.
23662
23663 2003-02-19  Simon Josefsson  <jas@extundo.com>
23664
23665         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23666         token.
23667
23668 2002-08-07  Simon Josefsson  <jas@extundo.com>
23669
23670         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23671         (sieve-manage-authenticators):
23672         (sieve-manage-authenticator-alist): Add some SASL mechs.
23673         (sieve-sasl-auth): New function.
23674         (sieve-manage-cram-md5-auth):
23675         (sieve-manage-plain-auth): Rewrite using SASL library.
23676         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23677         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23678         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23679         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23680
23681 2004-01-05  Simon Josefsson  <jas@extundo.com>
23682
23683         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23684         New files.
23685
23686 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23687
23688         * gnus-group.el (gnus-no-groups-message): Update.
23689
23690         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23691
23692 2003-11-09  Simon Josefsson  <jas@extundo.com>
23693
23694         * imap.el: Support for ID IMAP extension (RFC 2971).
23695         (imap-local-variables): Add imap-id.
23696         (imap-id): New variable.
23697         (imap-id): New function.
23698         (imap-parse-response): Parse untagged ID response.
23699         * nnimap.el (nnimap-id): New variable.
23700         (nnimap-open-connection): Use it.
23701
23702 2003-12-28  Simon Josefsson  <jas@extundo.com>
23703
23704         * gnus-score.el (gnus-score-edit-all-score): New.
23705         * gnus-group.el (gnus-group-score-map): Bind it to W e.
23706
23707 2004-01-04  Simon Josefsson  <jas@extundo.com>
23708
23709         * password.el: Add.
23710
23711 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
23712
23713         * dns.el (dns-query-types): Fix typo.
23714         (dns-query-types): New function.
23715         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
23716         PTR and SOA replies, see RFC 1035.
23717
23718 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23719
23720         * gnus.el (gnus-logo-color-style): Change colors to `no'.
23721
23722         * Move to Changelog.2.
23723
23724 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23725
23726         * gnus.el (gnus-version-number): Bump version.
23727
23728 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23729
23730         * gnus.el: No Gnus v0.1 is released.
23731
23732 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23733
23734         * gnus.el: No Gnus v0.0 is released.
23735
23736 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23737
23738         * gnus.el (gnus-version-number): Bump.
23739         (gnus-version): No.
23740
23741 See ChangeLog.2 for earlier changes.
23742
23743   Copyright (C) 2004-2012  Free Software Foundation, Inc.
23744
23745   This file is part of GNU Emacs.
23746
23747   GNU Emacs is free software: you can redistribute it and/or modify
23748   it under the terms of the GNU General Public License as published by
23749   the Free Software Foundation, either version 3 of the License, or
23750   (at your option) any later version.
23751
23752   GNU Emacs is distributed in the hope that it will be useful,
23753   but WITHOUT ANY WARRANTY; without even the implied warranty of
23754   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23755   GNU General Public License for more details.
23756
23757   You should have received a copy of the GNU General Public License
23758   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23759
23760 ;; Local Variables:
23761 ;; coding: utf-8
23762 ;; fill-column: 79
23763 ;; add-log-time-zone-rule: t
23764 ;; End: