(gnus-activate-group): Document more parameters (bug#9694).
[gnus] / lisp / ChangeLog
1 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-start.el (gnus-activate-group): Document more parameters
4         (bug#9694).
5
6         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
7         (bug#9692).
8
9         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
10         article was fetched, so that it can be expired later (bug#9958).
11         (gnus-agent-summary-fetch-series): Add doc string.
12         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
13         (bug#9517).
14
15         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
16         retrieval is happening.
17
18         * gnus.el (gnus-parameters): Doc fix.
19
20 2012-01-06  Dave Abrahams  <dave@boostpro.com>  (tiny change)
21
22         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
23         show the thread after expansion.
24
25 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26
27         * gnus-art.el (article-narrow-to-head): If the head is completely
28         empty, narrow to the empty region (bug#9764).
29
30         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
31         read, and then mark them as unread only when the unread mark is used.
32         This makes `C-- T k' actually work, even though it's confusing.
33
34         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
35         alive before we try to find its window.
36
37 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
38
39         * mm-decode.el (mm-display-external): Use a longer timeout for the
40         deletion to allow slow programs to display the file.
41
42 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43
44         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
45         prompt to be less confusing.
46
47         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
48         argument to `message-reply'.  This broke `special-display-*' frame
49         pop-uping (bug#10238).
50
51 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
52
53         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
54         systems, since these allegedly don't work there.
55
56 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
57
58         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
59         live buffer.
60
61 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
62
63         * nnir.el (nnir-retrieve-headers): Protect against the article not
64         existing on the server (bug#10335).
65
66 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
67
68         * gnus-agent.el (gnus-agent-load-local): Recompute
69         gnus-agent-article-local on changing method.
70
71 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
72
73         * gnus.el (gnus-parameters): Note precedence.
74
75 2012-01-04  Leo  <sdl.web@gmail.com>
76
77         * nndraft.el (nndraft-update-unread-articles): Don't move point around
78         in the group buffer.
79
80 2012-01-04  Julien Danjou  <julien@danjou.info>
81
82         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
83         change.
84
85 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
86
87         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
88         too.
89
90         * nntp.el (nntp-retrieve-group-data-early): Use it.
91
92 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
93
94         * nntp.el (nntp-retrieval-in-progress): New variable.
95         (nntp-make-process-buffer): Make it buffer-local.
96
97         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
98         2010.
99         (gnus-demon-init): Use it to compute the time if time is on the form
100         "04:23".
101
102         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
103
104         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
105         status in the correct buffer.
106
107 2012-01-03  Leo  <sdl.web@gmail.com>
108
109         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
110         when opening topics (bug#10407).
111
112 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
113
114         * gnus-cus.el (gnus-score-customize):
115         * gnus-sum.el (gnus-sort-gathered-threads):
116         * message.el (message-shorten-references):
117         * nnmairix.el (nnmairix-request-group):
118         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
119
120 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
121
122         * gnus-agent.el (gnus-agent-regenerate-group):
123         * gnus-int.el (gnus-retrieve-group-data-early):
124         * mm-util.el (mm-codepage-ibm-list):
125         * nndiary.el (Commentary, nndiary-get-new-mail):
126         * nnir.el (nnir):
127         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
128
129 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
130
131         * mm-view.el (mm-display-inline-fontify): Add comment.
132
133 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
134
135         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
136         * ntlm.el (ntlm-smb-dohash): Spelling fix.
137
138 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
139
140         * gnus-art.el (gnus-split-methods):
141         * gnus-msg.el (gnus-configure-posting-styles):
142         * gnus-spec.el (gnus-parse-simple-format):
143         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
144         * message.el (message-do-actions): Spelling fix.
145
146 2011-12-15  Juri Linkov  <juri@jurta.org>
147
148         * mm-decode.el (mm-inline-media-tests): Add missing
149         `mm-handle-media-subtype'.
150
151 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
152
153         * gnus-group.el (gnus-group-tool-bar):
154         * gnus-sum.el (gnus-summary-tool-bar):
155         * message.el (message-tool-bar):
156         * rfc2231.el (rfc2231-parse-string): Spelling fix.
157
158 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
159
160         * plstore.el (plstore--insert-buffer): Spelling fix.
161
162 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
163
164         * message.el (message-valid-fqdn-regexp): Update with newly approved
165         top-level domain names ".tel" and ".asia".
166
167 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
168
169         * gnus-sum.el (gnus-summary-show-article): Don't load shr
170         unconditionally.
171
172 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
173
174         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
175         pop-to-buffer-same-window for old Emacsen.
176
177 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
178
179         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
180
181 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
182
183         * netrc.el (netrc-credentials): Spelling fix.
184
185 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
186
187         * gnus-fun.el (gnus-fun-ppm-change-string):
188         * gnus-msg.el (gnus-inews-do-gcc):
189         * gnus-sum.el (gnus-summary-find-for-reselect):
190         * gnus.el (gnus-summary-cancelled):
191         * message.el (message-cancel-hook, message-send-news):
192         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
193         * nnir.el (nnir-run-hyrex):
194         * nntp.el (nntp-with-open-group-function):
195         * pgg.el (pgg-pending-timers): Spelling fix.
196
197 2011-12-04  Chong Yidong  <cyd@gnu.org>
198
199         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
200         change (Bug#10200).
201
202 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
203
204         * compface.el (uncompface):
205         * gnus-art.el (gnus-article-x-face-command): Update the header format
206         of icon data for the most recent icontopbm program.
207
208 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
209
210         * gnus-msg.el (gnus-inews-do-gcc):
211         * message.el (message-send-mail):
212         * mml.el (mml-generate-mime): Share the value of the buffer-local
213         `message-options' variable between a draft buffer and temprary working
214         buffers.
215
216 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
217
218         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
219
220 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
221
222         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
223         for Cygwin.
224
225 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
226
227         * gnus-group.el (gnus-group-prepare-flat):
228         * mm-bodies.el (mm-encode-body):
229         * mml.el (mml-preview):
230         * nnml.el (nnml-request-compact-group):
231         * pop3.el (pop3-stream-type): Spelling fix.
232
233 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
234
235         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
236
237 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
238
239         * color.el (color-rgb-to-hsl):
240         * gmm-utils.el (gmm-tool-bar-style):
241         * gnus-group.el (gnus-group-prepare-flat):
242         * gnus-topic.el (gnus-topic-prepare-topic):
243         * mm-decode.el (mm-discouraged-alternatives):
244         * rfc2047.el (rfc2047-encode-1):
245         * starttls.el: Spelling fix.
246
247 2011-11-24  Glenn Morris  <rgm@gnu.org>
248
249         * binhex.el (binhex-begin-line): Give it basic doc-string.
250
251         * starttls.el, tls.el: Fix case of "GnuTLS".
252
253 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
254
255         * gnus-group.el (gnus-group-highlight): Fix typo.
256
257 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
258
259         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
260         value of `delete-file', that returns nil for a local file but returns t
261         for a remote file using ssh.
262
263 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
264
265         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
266
267 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
268
269         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
270         avoid later breakage.
271
272 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
273
274         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
275         article buffers' name.
276
277 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
278
279         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
280         by Paul Eggert's spellfixes two days ago.
281
282 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
283
284         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
285         doesn't have it.
286
287         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
288         buffer-local instead of binding them to avoid warnings.  Also demote
289         errors (bug#10063).
290         (font-lock-mode-hook): Shut up byte compiler.
291
292 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
293
294         * mm-util.el (mm-charset-after):
295         * nnir.el (nnir-run-hyrex):
296         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
297         (ntlm-get-password-hashes, ntlm-md4hash):
298         * smime.el: Fix typo.
299
300 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
301
302         * gnus-agent.el (gnus-agent-expire-group-1):
303         * nndiary.el (nndiary-last-occurence):
304         * nnimap.el (nnimap-request-set-mark):
305         * nnmairix.el (nnmairix-only-use-registry):
306         * gnus-group.el (gnus-group-prepare-flat):
307         * gnus-sum.el (gnus-decode-encoded-word-methods):
308         * message.el (message-wash-subject):
309         * nntp.el (nntp-retrieve-headers-with-xover):
310         * smime.el (smime-certificate-directory): Spelling fix.
311
312 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
313
314         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
315
316         * color.el:
317         * gnus-agent.el (gnus-agent-possibly-alter-active):
318         * gnus-dired.el (gnus-dired-print):
319         * mail-parse.el:
320         * nnmairix.el (nnmairix-request-group):
321         * shr.el (shr-image-displayer):
322         * sieve-manage.el:
323         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
324
325 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
326
327         * gnus-sum.el (gnus-auto-select-subject):
328         * spam-report.el (spam-report-resend): Spelling fix.
329
330 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
331
332         * gnus-agent.el (gnus-agent-get-undownloaded-list):
333         * gnus-art.el (gnus-default-article-saver):
334         * gnus-srvr.el (gnus-server-copy-server):
335         * gnus.el (gnus-sloppily-equal-method-parameters):
336         * html2text.el (html2text-format-tag-list):
337         * message.el (message-narrow-to-head):
338         * nndiary.el:
339         * nnmairix.el (nnmairix-determine-original-group-from-registry):
340         * sieve.el: Spelling fix.
341
342 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
343
344         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
345         * gnus-sum.el (gnus-summary-make-menu-bar):
346         * gnus-uu.el (gnus-uu-decode-postscript)
347         (gnus-uu-decode-postscript-and-save):
348         * mailcap.el (mailcap-print-command):
349         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
350         Fix typos.
351
352 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
353
354         * gnus-art.el (gnus-article-part-wrapper):
355         * html2text.el (html2text-fix-paragraphs):
356         * mm-decode.el (mm-image-fit-p):
357         * rfc2047.el (rfc2047-encode-message-header):
358         * shr-color.el (shr-color-visible-distance-min)
359         (shr-color-relative-to-absolute, set-minimum-interval)
360         (shr-color-visible): Fix typos.
361
362 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
363
364         * gmm-utils.el (gmm-tool-bar-item):
365         * gnus-art.el (gnus-treat-body-boundary):
366         * gnus-diary.el (gnus-user-format-function-d):
367         * gnus-start.el (gnus-get-unread-articles):
368         * pgg-gpg.el (pgg-gpg-update-agent):
369         * smime.el (smime-cert-by-ldap-1): Spelling fix.
370
371 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
372
373         * gnus-topic.el (gnus-group-prepare-topics):
374         * gnus-uu.el (gnus-extract-view):
375         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
376
377 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
378
379         * spam.el: Move BBDB autoloads.
380         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
381         BBDB 2 and 3.
382         (spam-check-BBDB): Use it.
383         (spam-enter-ham-BBDB): Use it.
384
385 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
386
387         * smime.el (smime-draw-buffer): Spelling fix.
388
389 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
390
391         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
392         for scanning exactly one level.
393         * gnus-start.el (gnus-get-unread-articles): Ditto.
394
395 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
396
397         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
398         slightly clearer.
399
400 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
401
402         * gnus-sync.el: More commentary about setup.
403
404 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
405
406         * message.el (message-send-and-exit): Document `arg'.
407
408 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
409
410         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
411
412 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
413
414         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
415
416         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
417         we don't use `bound-and-true-p'.
418
419 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
420
421         * gnus-util.el (gnus-bound-and-true-p): Remove.
422         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
423         * nnir.el: Use it.
424         * nnmairix.el: Use it.
425
426 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
427
428         * gnus-sync.el: Improve docs about CouchDB admins.
429
430         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
431         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
432         for reasons unknown.
433         * nnir.el: Use it.
434         * nnmairix.el: Use it.
435
436         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
437         * nnir.el: Ditto.
438         * nnmairix.el: Ditto.
439
440         * gnus-registry.el (gnus-registry-enabled): Default to nil.
441
442 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
443
444         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
445         not needed.  Provide xmlplistread list function to produce XML plist
446         output for non-Gnus LeSync clients.
447
448 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
449
450         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
451
452         * gnus-sync.el: Add LeSync synchronization backend and logic to read
453         and save against it.  Group subscriptions, read marks, other marks,
454         subscription levels, topic names, and topic offsets (the group's
455         position within the topic) are saved.  This is an experimental backend
456         and may change significantly.  Load json.el from the gnus-fallback-lib
457         if it's not available otherwise.
458         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
459
460 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
461
462         * message.el (message-completion-function): Make sure
463         message-tab-body-function is not attempted if one of
464         message-completion-alist fails to find a completion (bug#9158).
465
466 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
467
468         * mml.el (mml-quote-region): Quote <#secure> tag.
469         (mml-generate-mime-1): Unquote <#secure> tag.
470
471 2011-10-20  Chong Yidong  <cyd@gnu.org>
472
473         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
474         calling a minor mode from Lisp with nil arg enables it, so we have to
475         make the wording a bit ambiguous here).
476
477 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
478
479         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
480         * nnir.el (nnir-mode): Use it.
481         * nnmairix.el (nnmairix-determine-original-group-from-registry):
482         Use it.
483
484         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
485         * nnmairix.el (gnus-registry-enabled): Ditto.
486
487 2011-10-17  Dave Abrahams  <dave@boostpro.com>  (tiny change)
488
489         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
490         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
491         only while we need to find out if it should be t or nil.
492         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
493         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
494         the registry is installed.  Set it to nil when it's unloaded.
495         (gnus-registry-install-p): Provide user guidance for the initial value
496         of `gnus-registry-install' when it's 'ask, otherwise return its value.
497         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
498         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
499         * nnmairix.el (nnmairix-determine-original-group-from-registry):
500         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
501         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
502         `gnus-registry-install'.
503
504 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
505
506         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
507         previous change.
508         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
509         primary key is marked as disabled.
510
511 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
512
513         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
514         primary key is marked as disabled.
515
516 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
517
518         * html2text.el (html2text-clean-anchor): Check for quotes around
519         `href' value.
520
521 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
522
523         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
524         searching.  Drop `bbdb-cache'.
525
526 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
527
528         * message.el (message-signed-or-encrypted-p): Exclude header when
529         checking if there is signed or encrypted body in text/plain message.
530
531 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
532
533         * html2text.el (html2text-get-attr): Correctly handle attribute values
534         containing "=".
535
536 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
537
538         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
539         handle bindings.
540
541 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
542
543         * gnus-win.el (gnus-configure-windows): Protect against reading
544         ephemeral groups outside of Gnus.
545
546 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
547
548         * shr.el (shr-tag-img): Don't get images displayed in tables.
549
550 2011-10-03  Glenn Morris  <rgm@gnu.org>
551
552         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
553         the "maintainer" version of debbugs.gnu.org reports.
554
555 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
556
557         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
558         make asynchronous adjacent image insertion work better.
559
560 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
561
562         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
563         documentation.
564
565 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
566
567         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
568         `gnus-asynchronous' isn't shadowed.
569
570 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
571
572         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
573
574         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
575         (nnimap-insert-partial-structure): The charset parameter isn't
576         case-sensitive.
577
578         * nnheader.el (nnheader-message-maybe): New function.
579
580         * shr.el (shr-tag-table): Render totally broken tables better.
581
582         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
583         computing the boundary.
584
585 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
586
587         * pop3.el (pop3-number-of-responses): Remove.
588         (pop3-wait-for-messages): Rewrite to take linear time instead of
589         exponential time.
590
591 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
592
593         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
594         re-fetch images.
595
596         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
597         re-fetch images when hitting `g' in Gnus.
598
599 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
600
601         * mml.el (mml-inhibit-compute-boundary): New internal variable.
602         (mml-compute-boundary): Don't check collision if it is non-nil.
603         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
604         before checking collision.
605
606 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
607
608         * message.el (message-indent-citation): Really make sure there's a
609         newline at the end.
610
611         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
612         Fix suggested by John Wiegley.
613
614         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
615
616         * gnus-art.el (gnus-treat-hide-citation): Add doc.
617
618         * message.el (message-default-send-rename-function): Break out into its
619         own function.
620
621         * ecomplete.el (ecomplete-display-matches): Revert patch since it
622         doesn't work under XEmacs.
623
624         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
625         of "imaps" to word around Windows problems.
626         (nnimap-open-connection-1): Use it.
627
628         * message.el (message-indent-citation): Revert last change which made
629         `F' not work.
630
631 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
632
633         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
634         terminal as well.
635
636 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
637
638         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
639         because it displays images using overlays that aren't easy to copy to
640         the article buffer.
641
642 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
643
644         * message.el (message-indent-citation): Fix empty line removal at the
645         end of the citation.
646
647 2011-09-20  Julien Danjou  <julien@danjou.info>
648
649         * auth-source.el (auth-source-netrc-create): Use default value for
650         password if specified.  Evaluate default.
651         (auth-source-plstore-create): Ditto.
652         (auth-source-plstore-create, auth-source-netrc-create): Fix default
653         value evaluation.
654         (auth-source-netrc-create): Typo fix.
655         (auth-source-plstore-create): Ditto.
656
657         * password-cache.el (password-cache-remove): Remove entries even if the
658         value is nil, so that password with a nil value (negative caching) is
659         possible to invalidate.
660
661         * auth-source.el (auth-source-format-cache-entry): New function.
662
663 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
664
665         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
666
667 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
668
669         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
670
671 2011-09-19  Julien Danjou  <julien@danjou.info>
672
673         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
674         which work with things that are not ASCII.
675
676 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
677
678         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
679
680 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
681
682         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
683         message level.
684
685 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
686
687         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
688
689 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
690
691         * gnus.el (gnus-interactive-exit): Update defcustom spec.
692
693 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
694
695         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
696         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
697
698 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
699
700         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
701         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
702         articles.
703
704 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
705
706         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
707         (message-mail-other-window, message-mail-other-frame)
708         (message-news-other-window, message-news-other-frame):
709         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
710         instead of setting buffer display varibles.
711
712 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
713
714         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
715
716         * gnus-sum.el (gnus-fetch-headers): Bump message level.
717
718 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
719
720         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
721         duplicates" to a higher level.
722
723         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
724         most egregious messages.
725
726 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
727
728         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
729
730 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
731
732         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
733         up the file (bug#9351).
734
735 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
736
737         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
738         it does with all other backends, but decode the names immediately after
739         getting them.
740
741         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
742         decoding nnimap groups.
743
744         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
745         newsrc file.  It doesn't seem like an important optimization any more.
746
747 2011-09-10  Dave Abrahams  <dave@boostpro.com>  (tiny change)
748
749         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
750         overflows.
751
752 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753
754         * gnus.el (gnus-article-mark-lists): Remove `recent'.
755         (gnus-interactive-exit): Extend to `quiet'.
756
757         * gnus-sum.el (gnus-offer-save-summaries): Use it.
758
759         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
760         string.
761
762         * plstore.el (plstore--get-buffer): Silence compiler warnings by
763         renaming function arguments from `this'.
764
765         * gnus-sum.el (gnus-newsgroup-recent): Remove.
766
767         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
768         has been renamed.
769         (gnus-lrm-string-p): Include RLM and PDF, too.
770
771         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
772         (bug#9225).
773
774 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
775
776         Add autoload cookies for functions used by sendmail.el.
777         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
778
779         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
780
781 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
782
783         * gnus-art.el (article-date-ut): Work properly even when there are
784         things like Date header in the body; work for forwarded parts.
785
786 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
787
788         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
789         original-article-buffer.
790
791 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
792
793         * nnir.el (nnir-compose-result): Fix matching of server type.
794         (nnir-run-swish++): Ditto.
795         (nnir-run-namazu): Ditto.
796         (nnir-run-notmuch): Ditto.
797
798 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
799
800         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
801         (bug#9405).
802
803         * gnus-score.el (gnus-summary-increase-score): Doc clarification
804         (bug#9421).
805
806         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
807         (bug#9425).
808
809         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
810         thing (bug#9426).
811
812 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
813
814         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
815         the error message.
816
817 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
818
819         * message.el (message-setup-1): Return t (Bug#9392).
820
821 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
822
823         * gnus-sum.el: When adding article headers to a summary buffer also
824         update gnus-newsgroup-articles (bug#9386).
825
826 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
827
828         * auth-source.el: Autoload help-mode.
829
830 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
831
832         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
833         names.
834
835 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
836
837         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
838         mm-replace-in-string for compatibility issues.
839         * mml2015.el (mml2015-epg-verify): Ditto.
840
841 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
842
843         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
844
845         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
846
847 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
848
849         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
850         continue on and do the clean-up phase (bug#9188).
851
852         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
853         just ignore groups that can't be opened instead of erroring out
854         (bug#9225).
855
856         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
857         nil since some many people are fuddy-duddies.
858
859         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
860         images.
861
862         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
863         instead.
864
865         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
866
867         * gnus-util.el (gnus-process-live-p): Copy over compat function.
868
869         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
870         processing.
871
872         * nntp.el (nntp-kill-buffer): Kill the process before killing the
873         buffer to avoid warnings.
874
875 2011-08-20  Simon Josefsson  <simon@josefsson.org>
876
877         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
878         specified to reduce precision.
879
880 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
881
882         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
883         bodystructures (bug#9314).
884
885 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
886
887         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
888         Make button keymap non-sticky after buttons.
889
890 2011-08-18  David Engster  <dengste@eml.cc>
891
892         * nnmairix.el (nnmairix-request-set-mark)
893         (nnmairix-goto-original-article): Remove adding of article to registry,
894         since `gnus-registry-add-group' isn't available anymore.
895         (nnmairix-determine-original-group-from-registry):
896         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
897         available anymore.
898
899 2011-08-12  Simon Josefsson  <simon@josefsson.org>
900
901         * starttls.el (starttls-any-program-available): Define as obsolete
902         function.
903
904 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905
906         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
907         versions which Gnus use when appropriate.
908
909         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
910         a pretty destructive command.
911
912         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
913
914 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
915
916         * message.el (message-fix-before-sending): Make a different warning
917         about NUL characters (bug#9270).
918
919         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
920         from custom (bug#9260).
921
922         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
923         things work in Emacs 22 and XEmacs, too.
924
925         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
926         default From.
927
928         * gnus-spec.el (gnus-lrm-string-p): New macro.
929         (gnus-lrm-string): New constant.
930         (gnus-summary-line-format-spec): LRM-ify the from.
931         (gnus-tilde-max-form): LRM-ify string chopping.
932
933         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
934
935         * message.el (message-is-yours-p): Allow disabling canlock checking
936         (bug#9295).
937         (message-shoot-gnksa-feet): Add `canlock-verify'.
938         (message-auto-save-directory): Use ~/ as the auto-save directory if the
939         message directory isn't writable (bug#9304).
940
941         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
942         non-world-readable.
943
944 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
945
946         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
947         articles.
948
949 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
950
951         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
952         copy-list.
953
954 2011-08-12  Sam Steingold  <sds@gnu.org>
955
956         * gnus-score.el (gnus-score-find-alist): Keep the score files already
957         in the reverse order to avoid modifying the cache with `nreverse'.
958         (gnus-all-score-files): Do not modify the value returned by
959         `gnus-score-find-alist' because it lives in a cache variable.
960         (gnus-current-home-score-file): No need to `nreverse' the return value
961         of `gnus-score-find-alist', it is already in the correct order.
962
963 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
964
965         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
966         type MESSAGE and subtype RFC822 is slightly different from those of
967         type TEXT.
968
969 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
970
971         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
972         This allows article-referral to work from an nnir group.
973
974 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
975
976         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
977
978 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
979
980         * mml1991.el (mml1991-epg-find-usable-key)
981         (mml1991-epg-find-usable-secret-key): New function.
982         (mml1991-epg-sign): Check if signing key is usable.
983         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
984
985 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
986
987         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
988         server-variables only.  This should fix a bug introduced with commit
989         e1889675b7f4adf057833c5513c9374134c4e053.
990         (nnir-run-query): 'nnir-search-engine should not be set from the global
991         environment.
992
993 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
994
995         * nnir.el (nnir-search-thread): Position point on referring article
996         line.
997         (nnir-warp-to-article): Clean up summary buffers.
998
999         * nnimap.el (nnimap-request-thread): Whitespace fix.
1000
1001 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
1002
1003         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
1004
1005 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1006
1007         * starttls.el (starttls-available-p): Rename from
1008         `starttls-any-program-available' and changed return convention.
1009
1010 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
1011
1012         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
1013         `unix-sync' unless it's defined.
1014
1015 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
1016
1017         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
1018         `aref' for XEmacs compatibiltiy.
1019
1020 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1021
1022         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
1023
1024 2011-07-31  Dave Abrahams  <dave@boostpro.com>  (tiny change)
1025
1026         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
1027         closures, quote the form properly (bug#9194).
1028
1029 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1030
1031         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
1032         (gnus-summary-insert-new-articles): Protect against servers that are
1033         down.
1034
1035 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1036
1037         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
1038         in mm handle if none is specified.
1039
1040 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
1041
1042         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
1043
1044 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
1045
1046         * nnir.el (nnir-search-thread): New function to make an nnir group
1047         based on a thread query.
1048
1049         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
1050         of nnir in thread referral.
1051         (gnus-summary-refer-thread): Use it.
1052
1053         * nnimap.el (nnimap-request-thread): Use it.
1054
1055 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1056
1057         * shr.el (shr-tag-comment): Ignore HTML comments.
1058
1059 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
1060
1061         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
1062         argument.
1063         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
1064         Use `nnir-address' to handle server info rather than passing an arg.
1065
1066         * nnimap.el (nnimap-make-thread-query): New utility function to format
1067         an imap thread search query.
1068         (nnimap-request-thread): Use it.
1069
1070         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
1071         right select-method if we are not going back to the group buffer.
1072
1073 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
1076         enter invalid buffer configurations into the quit form (bug#9107).
1077         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
1078         unplugged/plugged.
1079
1080         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
1081         keep track of which ones are unread (bug#9061).
1082
1083         * gnus.el (gnus-refer-article-method): Allow entering any sexp
1084         (bug#9055).
1085
1086         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
1087         (bug#9041).
1088
1089         * gnus-html.el (mm-util): Require (bug#9073).
1090
1091         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
1092         (gnus-summary-refer-thread): Use it to remove duplicates in the
1093         un-threaded view (bug#9053).
1094         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
1095
1096 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
1097
1098         * nnir.el (nnir-read-server-parm): Use default value from global
1099         variable.  Without this the default search engine parameters aren't
1100         used at all.
1101
1102 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1103
1104         * message.el (message-unique-id): Don't use the undocumented return
1105         value from (random t) (bug#9118).
1106
1107 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1108
1109         * message.el (message-auto-save-directory): If the ~/Mail directory
1110         doesn't exist, use ~ as the auto-save directory (bug#4432).
1111
1112         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
1113         hasn't already been started.
1114
1115 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1116
1117         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
1118
1119         * message.el (message-reply): Work around mysterious bug where
1120         `message-mode' seems to overwrite the locally bound `subject' variable.
1121
1122 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
1123
1124         * nnimap.el (nnimap-request-thread): Ensure search is performed in
1125         correct group.
1126
1127         * gnus-int.el (gnus-request-thread): Add group argument.
1128
1129         * gnus-sum.el (gnus-summary-refer-thread): Use it.
1130
1131 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1132
1133         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
1134
1135         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
1136         renamed to `debbugs-gnu-*'.
1137
1138 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
1139
1140         * plstore.el: Revert the editing feature since it is not urgent.
1141         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
1142         (plstore-mode-decoded): Remove.
1143
1144 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145
1146         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
1147         isn't very interesting any more, and it leaks potentially secret data.
1148         (gnus-debug): Remove.
1149
1150         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
1151         use of :custom-show.
1152
1153 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
1154
1155         * plstore.el: Add documentation.
1156         (plstore-mode): New mode to edit plstore file.
1157         (plstore-mode-toggle-display, plstore-mode-original)
1158         (plstore-mode-decoded): New command.
1159         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1160         (plstore--insert-buffer, plstore--make): New function.
1161         (plstore-open, plstore-save): Simplify by using them.
1162
1163 2011-07-06  Glenn Morris  <rgm@gnu.org>
1164
1165         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
1166
1167 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1168
1169         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
1170         no longer is much used.
1171         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
1172         Articles".
1173
1174 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
1175
1176         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
1177         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
1178         `notmuch' backend.
1179
1180 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1181
1182         * mm-decode.el (mm-text-html-renderer): Doc fix.
1183
1184         * gnus-msg.el (gnus-bug): Fix the MML tag.
1185
1186         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
1187
1188 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
1189
1190         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
1191         secondary methods if started with `gnus-no-server'.
1192
1193 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
1194
1195         * message.el (message-return-action): Fix typo in docstring.
1196
1197 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1198
1199         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
1200         bug reports at once.
1201
1202         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
1203
1204 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1205
1206         * nndraft.el: Require gnus-group.
1207         (nndraft-request-list): Declare.
1208
1209         * nndraft.el (nndraft-update-unread-articles): Don't show group having
1210         no unread article unless it matches gnus-permanently-visible-groups.
1211
1212         * nndraft.el (nndraft-update-unread-articles): New function.
1213         (nndraft-request-associate-buffer): Use it to update the number of
1214         unread articles for the nndraft groups in the group buffer when saving
1215         or killing a draft message.
1216
1217 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1218
1219         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
1220         systems to binary before writing and reading the mbox files.
1221
1222         * gnus.el (gnus-summary-line-format): Link to the info node for %U
1223         instead of trying to list them all (bug#8978).
1224
1225 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1226
1227         * pop3.el (pop3-open-server): Use :end-of-capability.
1228
1229 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1230
1231         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
1232         the id is always a number.
1233
1234         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
1235
1236         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
1237         debbugs mode, if possible.
1238
1239 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
1240
1241         * auth-source.el (auth-source-token-passphrase-callback-function):
1242         Reindent.
1243         (epg-context-operation): Remove unnecessary autoload.
1244
1245 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1246
1247         * gnus.el (gnus-list-debbugs): New command.
1248
1249         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
1250         mboxstat instead of the maintbox, since the stat seems to be fuller.
1251
1252         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
1253         summary buffers.
1254
1255         * message.el (message-get-reply-headers): Delete all duplicates,
1256         instead of the first.
1257         (message-get-reply-headers): Ensure that we have progress while
1258         deleting duplicates.
1259
1260         * gnus-msg.el (gnus-configure-posting-styles): Get the local
1261         gnus-posting-style value from the summary buffer to make it easier to
1262         make that a per-buffer conf.
1263
1264 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
1265
1266         * nnir.el (nnir-run-imap): Allow halting a search when an article is
1267         found by setting `shortcut' in 'query.
1268         (nnir-request-article): Use `shortcut' setting when requesting article
1269         by Message-ID.
1270
1271 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
1272
1273         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
1274         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
1275         Bring the pseudo-headers back too.
1276
1277 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1278
1279         * auth-source.el (auth-source-token-passphrase-callback-function):
1280         Simplify and remove EPA dependency.
1281
1282 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
1283
1284         * nnir.el (nnir-request-article): Fix error message text.
1285
1286 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1287
1288         * auth-source.el (plstore-delete): Autoload.
1289         (auth-source-plstore-search): Support delete operation.
1290         * plstore.el (plstore-delete): New function.
1291
1292 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1293
1294         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
1295         mark actually existing articles as unread rather than the ones that
1296         active asserts.
1297
1298 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
1299
1300         * nntp.el (nntp-record-command):
1301         * gnus-util.el (gnus-message-with-timestamp-1):
1302         Use format-time-string rather than decoding time stamps by hand.
1303         This is simpler and insulates the code from potential changes to
1304         current-time format.
1305
1306 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1307
1308         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
1309
1310 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1311
1312         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
1313         (plstore-save): Support public key encryption.
1314         (plstore--init-from-buffer): New function.
1315         (plstore-open): Use it; fix error when opening a non-existent file.
1316         (plstore-revert): Use plstore--init-from-buffer.
1317
1318 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1319
1320         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
1321
1322 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1323
1324         * mml2015.el (mml2015-use): Replace string-match-p with string-match
1325         for old Emacsen.
1326
1327 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1328
1329         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
1330         is not fully working.
1331
1332 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1333
1334         * dgnushack.el: Autoload sha1 on XEmacs.
1335
1336         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
1337         quit window configuration.
1338
1339         * auth-source.el (epg-context-set-passphrase-callback):
1340         Remove duplicate autoload.
1341
1342 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1343
1344         * nnir.el (nnir-request-article): Allow requesting articles by
1345         Message-ID with nnimap.
1346
1347         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
1348         current server.
1349
1350 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1351
1352         * auth-source.el: Autoload EPA/EPG functions.
1353         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
1354         changed when EPA/EPG is not available.
1355         (auth-source-backend): Rename "arg" member to "data".
1356         (auth-source-backend-parse, auth-source-plstore-search)
1357         (auth-source-plstore-create): Use it.
1358
1359 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1360
1361         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
1362         `gnus-refer-article-methods'.
1363
1364 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1365
1366         * auth-source.el: Require EPA and EPG.
1367         (auth-source-passphrase-alist): New variable.
1368         (auth-source-passphrase-callback-function)
1369         (auth-source-token-passphrase-callback-function): Callbacks for the
1370         netrc field encryption (GPG tokens).
1371         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
1372         Symmetric encryption and decryption of the netrc GPG tokens.
1373         (auth-source-netrc-normalize): Use them, simplifying the closure.
1374
1375 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1376
1377         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
1378         is available.
1379
1380 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1381
1382         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
1383         non-nil, and `nnimap-split-methods' is nil, use the former.
1384
1385 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1386
1387         * plstore.el (plstore-revert): New function.
1388         (plstore-open): Use it; hide the buffer from user.
1389
1390 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1391
1392         * auth-source.el (auth-source-backend): New member "arg".
1393         (auth-source-backend-parse): Handle new backend 'plstore.
1394         * plstore.el: New file.
1395
1396 2011-06-30  Glenn Morris  <rgm@gnu.org>
1397
1398         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
1399
1400 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401
1402         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
1403         expiring articles to.
1404
1405         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
1406         variations as ASCII (bug#5458).
1407
1408 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1409
1410         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
1411
1412 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1413
1414         * message.el (message-point-in-header-p): Tweak the function to default
1415         to saying that we're not in the headers if there is no separator at
1416         all.  This makes it possible to use the Message version of `M-q' in
1417         buffers with no headers (bug#7987).
1418         (message-point-in-header-p): Fix last checkin to work with an empty
1419         mail-header-separator, too.
1420
1421         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
1422         again, save the choice via customize.
1423
1424 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1425
1426         * message.el (message-send-mail-function): Add `sendmail-query-once'.
1427
1428         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
1429         ended the connection, bail out before waiting infinitely on a new
1430         connection.
1431
1432 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
1433
1434         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
1435         reports.
1436
1437         * gnus.el (gnus-bug-package): Use "gnus."
1438         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
1439
1440 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1441
1442         * dgnushack.el: Make the timer warning go away on XEmacs.
1443
1444         * gnus-art.el (gnus-article-stop-animations): New function to stop any
1445         animations going on at article exit time.
1446
1447         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
1448         since removing it breaks people upgrading.
1449
1450         * shr.el (shr-put-image): Use the new interface for animating images.
1451         (shr-put-image): Animate for 60 seconds.
1452
1453         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
1454         avoid compiler warnings.
1455
1456         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
1457         error with `find-file-hooks' on Emacs 22.
1458         (with-auth-source-epa-overrides): Ugly hack to Wrap the
1459         `find-file-hook' things in `symbol-value' to avoid compilation warnings
1460         on all architectures.
1461
1462         * spam.el (spam-stat): Require in a normal fashion without binding
1463         `spam-stat-install-hooks' to avoid compilation warnings.
1464
1465         * spam-stat.el (spam-stat-install-hooks): Remove.
1466         (spam-stat-install-hooks): Don't run automatically.
1467
1468 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
1469
1470         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
1471         and keystroke.
1472
1473 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1474
1475         * auth-source.el (auth-source-netrc-cache): Move forward.
1476
1477 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1478
1479         * proto-stream.el (proto-stream-open-starttls): Use
1480         `gnutls-available-p' to see whether we have built-in support.
1481
1482         * auth-source.el (auth-source-netrc-create): Don't query the bits that
1483         we already know.
1484         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
1485         (auth-source-netrc-create): Don't prompt for the stuff we already know.
1486
1487 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1488
1489         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
1490         %S format, since that looks odd.
1491         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
1492         file, especially when saving.
1493
1494 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
1495
1496         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
1497         article found.
1498
1499 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1500
1501         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
1502         `auth-source-save-secrets' with a more sensitive alist that can be
1503         configured per file.  Experimental, so defaults to 'never.
1504         (auth-source-netrc-create): Use it.  Still experimental code.
1505         (with-auth-source-epa-overrides): Use `find-file-hooks' if
1506         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
1507
1508 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
1509
1510         * auth-source.el (auth-source-save-secrets): New variable to control if
1511         secret tokens should be saved encrypted.
1512         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
1513         to `auth-source-netrc-normalize'.
1514         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
1515         on the EPA variables being defined.
1516         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
1517         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
1518         the lexical-let closure.
1519         (auth-source-netrc-create): Create "gpg:" tokens according to
1520         `auth-source-save-secrets'.
1521
1522 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1523
1524         * gnus-group.el (gnus-group-update-group): Add new argument
1525         `info-unchanged' that stops updating dribble buffer.
1526
1527         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
1528         deletes lines matching to it in dribble buffer.
1529
1530         * gnus-agent.el (gnus-agent-fetch-group-1):
1531         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
1532         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
1533         * gnus-start.el (gnus-group-change-level):
1534         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
1535
1536         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
1537         if newsgroup info is not changed.
1538
1539         * gnus-group.el (gnus-group-get-new-news-this-group):
1540         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
1541         Don't update dribble buffer.
1542
1543 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
1544
1545         * gnus-registry.el (gnus-registry-remove-ignored): New function to
1546         remove entries with groups we ignore.
1547
1548 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1549
1550         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
1551         the underline comes at the bottom.
1552
1553 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1554
1555         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
1556         `gnus-registry-user-format-function-M' and declare the latter obsolete.
1557         (gnus-registry-article-marks-to-names): Rename from
1558         `gnus-registry-user-format-function-M2'.
1559
1560 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1561
1562         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
1563         ephemeral group.
1564
1565 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1566
1567         * shr.el (shr-browse-image): Copy the URL if called interactively.
1568
1569 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1570
1571         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
1572         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
1573         done, then unselected articles may be marked as read.
1574
1575         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
1576         since not doing this seems to lead to a race condition in pop3-logon.
1577
1578         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
1579         so that the call chain it correct when we call "upwards".
1580
1581         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
1582         in read-only groups.
1583
1584         * gnus-group.el (gnus-group-mark-article-read): Ditto.
1585
1586         * message.el (message-cite-reply-position): Doc string fix.
1587
1588         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
1589         avoid regexp overflow.
1590         (nnimap-transform-split-mail): Ditto.
1591
1592         * pop3.el (pop3-retr): Error out if the server closes the connection.
1593
1594 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1595
1596         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
1597         mm-with-unibyte-current-buffer.  The buffer should not contain any
1598         multibyte chars anyway at this stage.
1599
1600 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1601
1602         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1603         at the end of lines.
1604
1605 2011-05-29  Julien Danjou  <julien@danjou.info>
1606
1607         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1608
1609 2011-05-27  Glenn Morris  <rgm@gnu.org>
1610
1611         * gnus-group.el (gnus-bug-group-download-format-alist):
1612         Use the "maintainer" version of debian reports as well.
1613
1614 2011-05-26  Glenn Morris  <rgm@gnu.org>
1615
1616         * gnus-group.el (gnus-bug-group-download-format-alist):
1617         Use the "maintainer" version of debbugs.gnu.org reports.
1618
1619 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1620
1621         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1622
1623 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1624
1625         * gnus-cus.el (gnus-agent-customize-category):
1626         * gnus-delay.el (gnus-delay-send-queue):
1627         * gnus.el (gnus-other-frame):
1628         Don't quote lambda expressions with `quote'.
1629
1630 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1631
1632         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1633         the thread moves us backwards and so we loop forever.
1634
1635 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1636
1637         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1638         whitespace in base64 data lines.
1639
1640 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1641
1642         * gnus-registry.el (gnus-registry-user-format-function-M):
1643         Use `mapconcat'.
1644         (gnus-registry-user-format-function-M2): Use to see the full text of
1645         the marks.  Make "," the mark text separator.
1646
1647         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1648         authentication with auth-source.
1649
1650 2011-05-17  Glenn Morris  <rgm@gnu.org>
1651
1652         * gnus-group.el (gnus-import-other-newsrc-file):
1653         Use insert-file-contents.
1654
1655 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
1656
1657         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1658         1000 iterations.
1659
1660 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * nntp.el (nntp-open-connection): Check if process-type is available.
1663
1664 2011-05-16  Julien Danjou  <julien@danjou.info>
1665
1666         * shr.el (shr-tag-del): Add support for del tag.
1667
1668 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1669
1670         * gnus-html.el (gnus-html-put-image): Register a displayer.
1671
1672         * shr.el (shr-image-displayer): Don't remove text props from alt text.
1673
1674 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
1675
1676         * registry.el (prune-factor): New initialization parameter defaulting
1677         to 0.1.
1678         (registry-prune-hard): Use it.
1679
1680         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1681         0.1 expicitly.
1682
1683 2011-05-13  Glenn Morris  <rgm@gnu.org>
1684
1685         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1686         is bound, since this function requires sendmail.
1687
1688 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1689
1690         * registry.el (registry-usage-test): Disable pruning test.
1691
1692 2011-05-11  David Engster  <dengste@eml.cc>
1693
1694         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
1695         Bind set-network-process-option for XEmacs.
1696
1697 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
1698
1699         * registry.el (registry-prune-hard-candidates)
1700         (registry-prune-soft-candidates): Helper methods for registry pruning.
1701         (registry-prune): Use them.  Make the sort function optional.
1702
1703 2011-05-10  Jim Meyering  <meyering@redhat.com>
1704
1705         * shr.el (shr-colorize-region): Fix typo "on on -> on".
1706
1707 2011-05-10  Julien Danjou  <julien@danjou.info>
1708
1709         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1710         symbol and not a list.
1711
1712 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1713
1714         * gnus-art.el (gnus-article-mode): Move binding of
1715         shr-put-image-function here from gnus-article-prepare-display.
1716
1717         * shr.el (shr-put-image-function): New variable.
1718         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1719         (shr-put-image): Return scaled image.
1720
1721         * gnus-art.el (gnus-shr-put-image): New function.
1722         (gnus-article-prepare-display): Bind shr-put-image-function to it.
1723
1724         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1725         original ones, as deletable.
1726
1727 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1728
1729         * nntp.el (nntp-open-connection): Set TCP keepalive option.
1730
1731 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1732
1733         * registry.el (registry-full): Add convenience method.  Fix logic.
1734         (registry-insert): Use it.  Fix logic here too.
1735
1736         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1737         `registry-prune' if `registry-full' returns t.
1738         (gnus-registry-handle-action)
1739         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1740         (gnus-registry-usage-test): Use it.
1741
1742 2011-05-07  Julien Danjou  <julien@danjou.info>
1743
1744         * shr.el (shr-link): Make shr-link inherit from link by default.
1745
1746 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
1747
1748         * shr.el (shr-urlify, shr-link): Fix shr-link face.
1749
1750 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1751
1752         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1753         error out because the face is not a list.
1754
1755 2011-05-05  Glenn Morris  <rgm@gnu.org>
1756
1757         * proto-stream.el (gnutls-negotiate): Fix declarations.
1758
1759         * gnus-start.el (gnus-propagate-marks): Declare.
1760
1761 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1762
1763         * registry.el (registry-reindex): Fix percentage message.
1764
1765         * proto-stream.el (network-stream-open-starttls): Adjust to call
1766         `gnutls-negotiate' with :process and :hostname arguments.
1767
1768 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1769
1770         * shr.el: Add shr-link face for links.
1771         (shr-urlify): Use it.
1772
1773         * registry.el (registry-insert): Make error message more helpful.
1774
1775 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1776
1777         * gnus-html.el (gnus-html-schedule-image-fetching):
1778         Use url-queue-retrieve, if it exists.
1779
1780         * shr.el (shr-tag-img): Ditto.
1781
1782         * gnus.el: Autoload more gnus-agent functions.
1783
1784         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1785         agent if we haven't already (bug#8502).
1786
1787         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1788         into the Agent, too.
1789
1790         * gnus-agent.el (gnus-agent-store-article): New function.
1791
1792         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1793         and moved from that file for reuse.
1794
1795         * pop3.el (pop3-open-server): Error messages are "-ERR".
1796
1797 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1798
1799         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1800         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1801
1802 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1803
1804         * gnus.el: No Gnus v0.17 is released.
1805
1806 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1807
1808         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1809         buffer has moved to a different frame.
1810
1811 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1812
1813         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1814         to get the conversion from unibyte to multibyte buffers to work on
1815         Emacs 22.
1816
1817         * nntp.el (nntp-request-article): Slight clean-up.
1818
1819 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1820
1821         * shr.el (shr-strike-through): New face.
1822         (shr-tag-s): Use it to provide <s> support.
1823         (shr-tag-s): Remove duplicate definition.
1824
1825 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1826
1827         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1828         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1829
1830 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1831
1832         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
1833         `gnutls-negotiate'.
1834         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
1835
1836 2011-04-23  Glenn Morris  <rgm@gnu.org>
1837
1838         * gnus-sum.el (gnus-extra-headers): Bump :version.
1839
1840 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1841
1842         * shr.el (shr-tag-sup): New function.
1843         (shr-tag-sub): Ditto.
1844
1845 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
1846
1847         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1848         for the case where `gnus-registry-ignored-groups' is a list of lists,
1849         and don't call `gnus-parameter-registry-ignore' otherwise.
1850
1851 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1852
1853         * nnimap.el (nnimap-user): New backend variable.
1854         (nnimap-open-connection-1): Use it.
1855         (nnimap-credentials): Accept user parameter so it's explicit what user
1856         name is desired.
1857
1858         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1859         default.
1860
1861         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1862         not gnus-registry.el.
1863
1864         * gnus-registry.el: Mention in comments how to modify
1865         `gnus-extra-headers' for proper recipient tracking and that it may
1866         already have To and Cc recently, which it does as of this commit.
1867         (gnus-registry-ignored-groups): Remove defcustom.
1868         Explain why in comments.
1869         (gnus-registry-action): Fix data-header reference to use the extra
1870         headers.  Explain in package commentary how to add To and Cc headers to
1871         the gnus-extra-headers.
1872         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1873         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1874         parameter list or a string list in `gnus-registry-ignored-groups'.
1875         Fix logic error.
1876
1877 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1878
1879         * shr.el (shr-expand-url): Protect against null urls.
1880
1881 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1882
1883         * shr.el (shr-base): New binding.
1884         (shr-tag-base): Keep track of <base>.
1885         (shr-expand-url): New function used throughout.
1886
1887 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
1888
1889         * gnus-registry.el
1890         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1891         (gnus-registry-ignored-groups): New variable.
1892         (gnus-registry-ignore-group-p): Use it.
1893         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1894         set the destination group to nil (same as delete) if it's ignored.
1895
1896 2011-04-20  David Engster  <dengste@eml.cc>
1897
1898         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1899
1900         * Makefile.in (test-nntp): New rule.
1901         (check): Add it.
1902         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
1903
1904 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1905
1906         * gnus-registry.el (gnus-registry-action)
1907         (gnus-registry-fetch-header-fast):
1908         Don't use mail-header that looks an internal function of mailheader.el.
1909
1910 2011-04-19  Glenn Morris  <rgm@gnu.org>
1911
1912         * time-date.el (time-to-days): Remove unused local variables.
1913
1914 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1915
1916         * gnus-registry.el: Eliminate cl functions.
1917         (gnus-registry-sort-addresses): New function that replaces mapcan.
1918         (gnus-registry-action, gnus-registry-spool-action)
1919         (gnus-registry-split-fancy-with-parent)
1920         (gnus-registry-fetch-recipients-fast): Use it.
1921         (gnus-registry-import-eld): Replace delete* with dolist + delq.
1922
1923         * registry.el (initialize-instance, registry-lookup)
1924         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1925         (registry-lookup-secondary-value, registry-search, registry-delete)
1926         (registry-insert, registry-reindex, registry-size, registry-prune):
1927         Use eval-and-compile.
1928
1929 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1930
1931         * registry.el (registry-reindex): New method to recreate the secondary
1932         registry indices.
1933
1934         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1935         tracked field changes.
1936         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1937         (gnus-registry-action, gnus-registry-spool-action)
1938         (gnus-registry-handle-action)
1939         (gnus-registry--split-fancy-with-parent-internal)
1940         (gnus-registry-split-fancy-with-parent)
1941         (gnus-registry-register-message-ids): Add recipient tracking on spool,
1942         move, and delete actions, and for fancy splitting with parent.
1943         (gnus-registry-extract-addresses)
1944         (gnus-registry-fetch-recipients-fast)
1945         (gnus-registry-fetch-header-fast): Convenience functions.
1946         (gnus-registry-misc-test): ERT test of
1947         `gnus-registry-extract-addresses'.
1948
1949 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1950
1951         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1952         Track by subject first, then sender.
1953
1954 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1955
1956         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1957
1958         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1959         Lisp.
1960
1961         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1962         (gnus-draft-send): Use it to avoid popping
1963         up frames from gnus-group-send-queue.
1964
1965 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1966
1967         * gnus-registry.el: Updated gnus-registry docs.
1968
1969 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
1970
1971         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1972         Fix logic bug.
1973         (gnus-registry-post-process-groups): Fix logging of no results and
1974         quote sender and subject.
1975
1976 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1977
1978         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
1979         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
1980         gnutls-cli are too slow to be done opportunistically.
1981
1982         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1983         (gnus-read-active-for-groups): Don't try to finish getting stuff where
1984         we had no early-data returned.
1985         (gnus-get-unread-articles): Add a sanity check so that we don't issue
1986         two async commands to the same server at the same time.
1987
1988 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
1989
1990         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1991
1992 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1993
1994         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1995         "warning" level.
1996
1997         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1998         (mm-url-insert-file-contents): Don't set the package names.
1999
2000 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
2001
2002         * gnus-registry.el (gnus-registry-action): Remove properties and
2003         simplify subject in `gnus-registry-handle-action'.
2004         (gnus-registry-spool-action): Get subject and sender from message if
2005         they are not passed in.
2006         (gnus-registry-handle-action): Remove properties and simplify subject
2007         consistently.
2008
2009 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2010
2011         * registry.el: Require CL before using defmacro*.
2012
2013 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2014
2015         * gnus-art.el (article-treat-date): Assume that
2016         gnus-article-date-headers may be a group parameter.
2017
2018 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
2019
2020         * gnus-registry.el (gnus-registry-handle-action): More debugging.
2021
2022         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
2023         interactively so the newsrc file can contain foreign groups too.
2024         Useful for debugging but not much for users.
2025
2026 2011-04-07  David Engster  <dengste@eml.cc>
2027
2028         * registry.el (registry-usage-test): Only do
2029         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
2030         lexical binding.
2031
2032 2011-04-07  David Engster  <dengste@eml.cc>
2033
2034         * Makefile.in (check, test-registry): New rules for test-suite.
2035
2036 2011-04-06  David Engster  <dengste@eml.cc>
2037
2038         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
2039         argument NOERROR for `require', since XEmacs 21.4 does not support it.
2040
2041 2011-04-06  David Engster  <dengste@eml.cc>
2042
2043         * registry.el (initialize-instance): Change :after to :AFTER to be
2044         compatible with old EIEIO version in XEmacs.
2045
2046 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2047
2048         * gnus-registry.el (gnus-registry-post-process-groups)
2049         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
2050         and provide better messaging.
2051
2052 2011-04-06  David Engster  <dengste@eml.cc>
2053
2054         * Makefile.in (fail-on-warning): New rule to compile with warnings as
2055         errors.
2056
2057         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
2058         dgnushack-compile with error-on-warn enabled, and to signal an error if
2059         clean compilation failed.
2060         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
2061         with `byte-compile-error-on-warn'.  Return nil if errors occured.
2062
2063 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2064
2065         * gnus-registry.el: Don't use ERT if it's not available.  Load it
2066         unconditionally anyway, discarding errors.
2067         (gnus-registry-delete-entries): New convenience function.
2068         (gnus-registry-import-eld): Import from old .eld registry.
2069
2070         * registry.el: Don't use ERT if it's not available.  Load it
2071         unconditionally anyway, discarding errors.
2072
2073         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
2074         version from the Claudio Bley GnuTLS patch (extra optional parameters
2075         and host name).
2076
2077 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2078
2079         * gnus-registry.el (gnus-registry-fixup-registry): New function to
2080         fixup the parameters that can be customized by the user between
2081         save/read cycles.
2082         (gnus-registry-read): Use it.
2083         (gnus-registry-make-db): Use it.
2084         (gnus-registry-spool-action, gnus-registry-handle-action):
2085         Fix messaging.
2086         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
2087         Map references to actual group names with sender and subject tracking.
2088         (gnus-registry-post-process-groups): Use `cond' for better messaging.
2089         (gnus-registry-usage-test): Add subject lookup test.
2090
2091         * registry.el (registry-db, initialize-instance): Set up constructor
2092         instead of :initform arguments for the sake of older Emacsen.
2093         (registry-lookup-breaks-before-lexbind): New method to demonstrate
2094         pre-lexbind merge bug.
2095         (registry-usage-test): Use it.
2096         (initialize-instance, registry-db): Move the non-function initforms
2097         back to the class definition.
2098
2099 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
2100
2101         * registry.el: New library to manage gnus-registry-style data.
2102
2103         * gnus-registry.el: Use it (major rewrite).
2104
2105         * nnregistry.el: Use it.
2106
2107         * spam.el: Use it.
2108
2109 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
2112         marks on non-selected articles.
2113
2114 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
2115
2116         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
2117         parameter to open-protocol-stream.
2118
2119 2011-04-01  Julien Danjou  <julien@danjou.info>
2120
2121         * mm-view.el (mm-display-inline-fontify): Do not fontify with
2122         fundamental-mode.
2123
2124 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2125
2126         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
2127         servers.
2128
2129 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2130
2131         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
2132         made marks not propagate, again.
2133
2134 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
2135
2136         * proto-stream.el (open-protocol-stream): Bring back `network' type.
2137         Make this the default type.
2138         (proto-stream-open-plain): Rename from proto-stream-open-default.
2139         (open-protocol-stream, proto-stream-open-starttls)
2140         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
2141         with `plain'.
2142
2143         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
2144         value.
2145
2146         * nntp.el (nntp-open-connection-function): Document the fact that some
2147         values are not functions but are instead handled specially.
2148         Recognize nntp-open-plain-stream value.
2149         (nntp-open-connection): Recognize that value.
2150
2151 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2152
2153         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
2154         where it seems to be needed.
2155
2156 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2157
2158         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
2159         stuff.
2160
2161         * gnus-score.el (gnus-score-string): Fix calling convention of
2162         `gnus-simplify-buffer-fuzzy' after last patches.
2163
2164         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
2165         server for articles we didn't get any headers for.  This is a sanity
2166         check.
2167
2168 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
2169
2170         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
2171         new CAPABILITY, use it.
2172
2173 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2174
2175         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
2176         downloading anything.
2177
2178         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
2179
2180 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
2181
2182         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
2183         colors.
2184         (gnus-splash-svg-color-symbols): New function.
2185
2186 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2187
2188         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
2189         instead of using the global gnus-simplify-subject-fuzzy-regexp.
2190         (gnus-simplify-subject-fuzzy): Use the local
2191         gnus-simplify-subject-fuzzy-regex instead of the global one.
2192         This makes using this variable in group parameters work.
2193
2194 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2195
2196         * gnus-registry.el (gnus-registry-unfollowed-groups):
2197         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
2198         archive:sent-YYYY-MM-DD groups).
2199         (gnus-registry-split-fancy-with-parent): Bail out early in sender
2200         tracking if there are more than `gnus-registry-max-track-groups'
2201         matches.
2202
2203 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2204
2205         * message.el (message--yank-original-internal): New function to do the
2206         insertion cleanly inside eval in `message-yank-original'.
2207         (message-yank-original): Use it.
2208
2209 2011-03-29  Julien Danjou  <julien@danjou.info>
2210
2211         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
2212         local variables disabled rather than `normal-mode'.
2213
2214 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
2215
2216         * imap.el (imap-shell-open, imap-process-connection-type):
2217         Use imap-process-connection-type for 'shell' streams as well as
2218         Kerberos, SSL, other subprocesses.
2219
2220 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
2221
2222         * proto-stream.el: Changes preparatory to merging open-protocol-stream
2223         with open-network-stream.
2224         (proto-stream-always-use-starttls): Option removed.
2225         (open-protocol-stream): Return a process object by default.  Provide a
2226         new parameter :return-list specifying a list-type return value, which
2227         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
2228         :type `network' to `try-starttls', and `network-only' to `default'.
2229         Make `default' the default, for compatibility with open-network-stream.
2230         Handle the no-parameter case exactly as open-network-stream, with no
2231         additional stream processing.  Search plists using plist-get.
2232         Explicitly add :end-of-commend parameter if it is missing.
2233         (proto-stream-open-default): Rename from
2234         proto-stream-open-network-only.  Return 'default as the type.
2235         (proto-stream-open-starttls): Rename from proto-stream-open-network.
2236         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
2237         failed.  Always return a list with a (possibly dead) process as the
2238         first element, for compatibility with open-network-stream.
2239         (proto-stream-open-tls): Use plist-get.  Always return a list.
2240         (proto-stream-open-shell): Return `default' as connection type.
2241         (proto-stream-capability-open): Use plist-get.
2242         (proto-stream-eoc): Function deleted.
2243
2244         * nnimap.el (nnimap-stream, nnimap-open-connection)
2245         (nnimap-open-connection-1): Handle renaming of :type parameter for
2246         open-protocol-stream.
2247         (nnimap-open-connection-1): Pass a :return-list parameter
2248         open-protocol-stream to obtain a list return value.  Parse this list
2249         using plist-get.
2250
2251         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
2252         for open-protocol-stream.  Accept open-protocol-stream return value
2253         that is a subprocess object instead of a list.  Handle the case of a
2254         dead returned process.
2255
2256 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
2257
2258         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
2259
2260         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
2261
2262 2011-03-21  Julien Danjou  <julien@danjou.info>
2263
2264         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
2265         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
2266         query.
2267         (mm-inline-text): Render normal text with fontification whenever
2268         possible.
2269
2270         * gnus-sum.el (gnus-summary-save-parts-1):
2271         * gnus-art.el (gnus-article-browse-html-save-cid-content)
2272         (gnus-article-browse-html-parts, gnus-mime-delete-part)
2273         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
2274         Use `mm-handle-filename'.
2275
2276         * mm-util.el (mm-handle-filename): New function, return the filename of
2277         an handle.
2278
2279 2011-03-18  Julien Danjou  <julien@danjou.info>
2280
2281         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
2282         (gnus-buffer-live-p): Check that buffer is not nil.
2283
2284 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2285
2286         * gnus.el: No Gnus v0.15 is released.
2287
2288 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2289
2290         * time-date.el (format-seconds): Use assoc instead of assoc-string to
2291         avoid warning on XEmacs.
2292
2293         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
2294         on XEmacs.
2295
2296         * gnus-art.el: Require mouse, which the build bot seems to say is
2297         needed.
2298
2299         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
2300
2301         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
2302         XEmacs, since it doesn't have url-retrieve-synchronously.
2303
2304         * time-date.el (format-seconds): Use assoc instead of assoc-string,
2305         since assoc-string doesn't exist in XEmacs.
2306
2307 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
2308
2309         * gnus-group.el (gnus-group-list-ticked): New function.
2310         (gnus-group-make-menu-bar): Provide a menu entry for it.
2311         (gnus-group-list-map): Provide a binding for it.
2312
2313 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2314
2315         * shr.el (shr-visit-file): New command.
2316
2317         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
2318
2319 2011-03-17  Bjørn Mork  <bjorn@mork.no>
2320
2321         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
2322         servers.
2323
2324 2011-03-16  Julien Danjou  <julien@danjou.info>
2325
2326         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
2327         inline.
2328
2329         * gnus-art.el (article-hide-list-identifiers):
2330         Use gnus-group-get-list-identifiers.
2331
2332         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
2333         (gnus-summary-remove-list-identifiers):
2334         Use gnus-group-get-list-identifiers to get regexp.
2335         (gnus-select-newsgroup, gnus-summary-insert-subject)
2336         (gnus-summary-insert-articles):
2337         Call gnus-summary-remove-list-identifiers unconditionally.
2338
2339 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340
2341         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
2342         we're selecting a group with unread articles.
2343
2344         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
2345
2346         * gssapi.el: New file separated out from imap.el to provide a general
2347         Kerberos 5 connection facility for Emacs.
2348
2349         * message.el (message-elide-ellipsis): Document the format spec
2350         ellipsis.
2351
2352 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2353
2354         * message.el (message-elide-region): Allow the ellipsis to say how many
2355         lines were removed.
2356
2357 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2358
2359         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
2360         window configurations containing buffers that are now dead.
2361
2362         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
2363         parsing to avoid integer overflows.
2364         (nnimap-parse-flags): Simplify the last change.
2365         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
2366         too large for 32-bit Emacsen.
2367
2368 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2369
2370         * auth-source.el (auth-source-netrc-create):
2371         * message.el (message-yank-original): Fix use of `case'.
2372
2373 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2374
2375         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
2376         XEmacs, which was one character too wide.
2377
2378 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
2379
2380         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
2381         default number of articles to display.
2382         (gnus-articles-to-read): Use pretty names for prompt.
2383
2384 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2385
2386         * gnus-int.el (gnus-open-server): Ditto.
2387
2388         * gnus-start.el (gnus-activate-group): Give a backtrace if
2389         debug-on-quit is set and the user hits `C-g'.
2390         (gnus-read-active-file): Ditto.
2391
2392         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
2393
2394 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
2395
2396         * message.el (message-yank-original): Use cond instead of CL case.
2397
2398 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2399
2400         * auth-source.el (auth-source-netrc-create): Use usual format for the
2401         default in prompts.
2402
2403 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2404
2405         * lpath.el: Fbind read-char-choice for XEmacs.
2406
2407 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2408
2409         * auth-source.el (auth-source-netrc-create): Show the default in the
2410         prompt when prompting for token creation.
2411
2412 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2413
2414         * auth-source.el (auth-source-format-prompt): Always convert the value
2415         to a string to avoid evaluating non-string arguments.
2416         (auth-source-netrc-create): Offer default properly, not as initial
2417         content in `read-string'.
2418         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
2419         of line to determine if we've been run before.  If so, don't run again,
2420         but print a trivial message to indicate the cache was hit instead.
2421
2422 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
2423
2424         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
2425         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
2426         The user will have to run `gnus-sync-read' manually and wait for Cloudy
2427         Gnus.
2428
2429 2011-03-11  Julien Danjou  <julien@danjou.info>
2430
2431         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
2432         modified file".
2433
2434 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
2435
2436         * auth-source.el (auth-source-read-char-choice): New function to read a
2437         character choice using `dropdown-list', `read-char-choice', or
2438         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
2439         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
2440         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
2441         (auth-source-netrc-saver): Use it.
2442         (auth-source-pick-first-password): New convenience function.
2443
2444 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
2445
2446         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
2447         parameter in the credentials.
2448         (nnimap-open-connection-1): Use it after a successful login.
2449         (nnimap-credentials): Add IMAP-specific user and password prompt.
2450
2451         * auth-source.el (auth-source-search): Add :require parameter, taking a
2452         list.  Document it and the :save-function return token.  Pass :require
2453         down.  Change the CREATED message from a warning to a debug statement.
2454         (auth-source-search-backends): Pass :require down.
2455         (auth-source-netrc-search): Pass :require down.
2456         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
2457         Change save prompt to indicate all modifications saved here are
2458         deletions.
2459         (auth-source-netrc-create): Take user login name as default in user
2460         prompt.  Move all the save functionality to a lexically bound function
2461         under the :save-function token in the returned list.  Set up clearer
2462         default prompts for user, host, port, and secret.
2463         (auth-source-netrc-saver): New function, intended to be wrapped for
2464         :save-function.
2465
2466 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * shr.el (shr-table-horizontal-line): Change the defaults for the table
2469         lines to be spaces instead.
2470
2471 2011-03-07  Julien Danjou  <julien@danjou.info>
2472
2473         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
2474         (sieve-sasl-auth): Check that auth-source-search did return something,
2475         or just return an empty string.
2476
2477 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2478
2479         * gnus.el (gnus-interactive): Use read-directory-name.
2480
2481         * gnus-uu.el (gnus-uu-decode-uu-and-save)
2482         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
2483         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
2484         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
2485         Likewise.
2486
2487         * gnus-group.el (gnus-group-make-directory-group): Likewise.
2488
2489 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2490
2491         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
2492         onto the list of killed groups, too.  This makes killed nnimap groups,
2493         for instance, more reliably not reappear.
2494
2495         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
2496         the parent.
2497
2498         * gnus-sum.el (gnus-update-read-articles): Fix typo.
2499
2500         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
2501         really have server-side marks.
2502
2503         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
2504         since most backends do not usefully have server-side marks.
2505         (gnus-update-read-articles): Propagate marks to all backends that
2506         really have server-side marks.
2507
2508 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2509
2510         * message.el (message-cite-reply-position, message-cite-style):
2511         New variables.
2512         (message-yank-original): Use the new citation styles.
2513
2514 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
2515
2516         * message.el (message-options): Revert 22da67af (workaround for XEmacs
2517         buffer-local issue); don't mark it buffer-local when running under
2518         XEmacs.
2519
2520 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
2521
2522         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
2523         numbers too big to be `read'.
2524
2525 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
2526
2527         * password-cache.el (password-in-cache-p): Add autoload.
2528
2529         * message.el (message-options): Make buffer-local two ways to attempt
2530         to fix a XEmacs bug.
2531
2532 2011-03-02  Julien Danjou  <julien@danjou.info>
2533
2534         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
2535
2536 2011-03-01  Julien Danjou  <julien@danjou.info>
2537
2538         * gnus-art.el (list-identifier): Add list-identifier as a parameter
2539         group.
2540         (article-hide-list-identifiers): Use list-identifier group parameter.
2541
2542 2011-02-28  Julien Danjou  <julien@danjou.info>
2543
2544         * sieve.el (sieve-buffer-script-name): New local variable to store
2545         sieve script name.
2546         (sieve-edit-script): Store sieve script name.
2547         (sieve-upload): Use sieve script name when uploading.
2548         (sieve-upload): Use substitute-command-keys.
2549         (sieve-edit-script): Use substitute-command-keys.
2550         (sieve-refresh-scriptlist): Use substitute-command-keys.
2551         (sieve-manage-mode-map): Define keymap properly.
2552         (sieve-manage-mode): Do not set mode name manually, change mode-name to
2553         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
2554         Remove commented code about cvs.
2555         (sieve-manage-quit): New function.
2556         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
2557
2558 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2559
2560         * gnus-group.el (gnus-import-other-newsrc-file): New function.
2561
2562 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
2563
2564         * auth-source.el (auth-source-search): Cache empty result sets.
2565
2566         * password-cache.el (password-in-cache-p): Convenience function to
2567         check if a key is in the cache, even if the value is nil.
2568
2569         * auth-source.el (auth-source-save-behavior): New variable to replace
2570         `auth-source-never-create'.
2571         (auth-source-netrc-create): Use it.
2572         (auth-source-never-save): Remove.
2573
2574 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
2575
2576         * nnimap.el (nnimap-stream): Doc fix.
2577         (nnimap-open-connection-1): Reverse the order of the ports to that the
2578         prompted-for port is first.
2579
2580         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
2581         retrieval by the no-group selection.
2582
2583         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
2584         numerical parameters.
2585
2586 2011-02-25  Julien Danjou  <julien@danjou.info>
2587
2588         * gnus-gravatar.el: Use gnus-with-article-buffer.
2589
2590         * gnus-art.el (gnus-with-article-buffer): Check that the
2591         gnus-article-buffer is alive.
2592
2593 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2594
2595         * auth-source.el (auth-source-creation-prompts): New variable to manage
2596         creation-time prompts.
2597         (auth-source-search): Document it.
2598         (auth-source-format-prompt): Add utility function.
2599         (auth-source-netrc-create): Don't default the user name to
2600         user-login-name.  Use `auth-source-creation-prompts' and some default
2601         prompts for user, host, port, and password (the default generic prompt
2602         remains ugly).
2603         (auth-source-never-save): Add customizable option to never save info.
2604         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
2605         mode excursion.
2606
2607 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
2610         argument that XEmacs doesn't support.
2611
2612         * dgnushack.el (dgnushack-compile): Exclude color.el from being
2613         compiled for Emacsen having no `libxml-parse-html-region' support.
2614
2615         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
2616
2617         * lpath.el: Bind buffer-save-without-query for XEmacs.
2618
2619 2011-02-23  Julien Danjou  <julien@danjou.info>
2620
2621         * gnus-art.el (article-make-date-line): Ignore errors if time is
2622         invalid and not convertible.
2623         (article-make-date-line): Only add lapsed time if time is not nil.
2624
2625 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
2626
2627         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2628         `read-char-choice' for backwards compatibility.
2629         (auth-source-netrc-element-or-first): New function to DTRT for
2630         parameter extraction.
2631         (auth-source-netrc-create): Use it and fix multiple parameter print
2632         bug.  Use the default passed from above (given-default) or the
2633         built-in (user-login-name for :user).
2634
2635 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
2636
2637         * gnus-start.el (gnus-dribble-read-file):
2638         Set buffer-save-without-query, since we always want to save the dribble
2639         file, probably.
2640
2641         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2642         nnimap.
2643
2644         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2645         -summary- since it's a user-visible variable.
2646
2647         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2648         first time you use the new Gnus.
2649
2650 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
2651
2652         * auth-source.el: Don't load netrc.el.
2653         (auth-sources): Search ~/.netrc as well by default.
2654         (auth-source-debug): Add 'trivia option for extra output.
2655         (auth-source-do-trivia): Use it.
2656         (auth-source-search): Simplify logic to use
2657         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
2658         appropriate.  Don't keep a running count at this level.  Layer :create
2659         and :delete options appropriately on the first and second passes.
2660         Don't track the backend with the search results.
2661         (auth-source-search-backends): New function to search a list of
2662         backends for a processed spec.
2663         (auth-source-netrc-parse): Cache all netrc files, making
2664         auth-source-netrc-cache an alist keyed by the file name and using the
2665         file mtime as the caching criterion.  Keep the obfuscated data secret
2666         with a lexical bind.
2667         (auth-source-netrc-search): Don't calculate the length of the results
2668         unnecessarily.
2669         (auth-source-search-backends): Fix bug.
2670         (auth-source-netrc-create): Rework prompts.
2671
2672 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
2673
2674         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2675         Lower case names of search constraints.
2676         (nnir-run-query): Cache and reuse search constraints for all imap
2677         servers.
2678
2679 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
2680
2681         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2682         after exit.
2683         (gnus-setup-message): Define missing variable from last checkin.
2684
2685         * gnus-sum.el (gnus-summary-show-article): When called with t as the
2686         value, show the raw article.
2687
2688 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2689
2690         * gnus.el: No Gnus v0.13 is released.
2691
2692 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2693
2694         * nnimap.el (nnimap-open-connection-1): Revert last change, since
2695         auth-source now accepts numbers.
2696
2697         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2698         spec, too.
2699         (auth-source-ensure-strings): New function.
2700
2701         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2702         (gnus-article-setup-buffer): Always restart the date timer so that user
2703         changes to the frequency is respected.
2704
2705         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2706         port numbers, so make sure it gets that if nnimap-server-port is
2707         explicit.
2708
2709 2011-02-21  Simon Josefsson  <simon@josefsson.org>
2710
2711         * nnimap.el (nnimap-inbox): Doc fix.
2712
2713 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
2714
2715         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
2716         Autoload.  Add optional arg FRAME, and pass it to color-values.
2717         (color-complement): Caller changed.  Doc fix.
2718         (color-gradient): Rewrite for better clarity and efficiency.
2719
2720 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
2721
2722         * shr-color.el (shr-color->hexadecimal): Use renamed function names
2723         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2724         color-lab-to-srgb.
2725
2726 2011-02-20  Drew Adams  <drew.adams@oracle.com>
2727
2728         * color.el: First part of merge from hexrgb.el.
2729         (color-rgb-to-hex): Rename from color-rgb->hex.
2730         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
2731         saturation to zero if the value is too small.
2732         (color-rgb-to-hsl): Rename from color-rgb->hsl.
2733         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
2734         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
2735         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
2736         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
2737         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
2738         (color-cie-de2000): Doc fix.
2739
2740 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2741
2742         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2743         given method as in the group name if we're using an extended method.
2744         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2745         command, if we're using that, instead of waiting for the beginning.
2746
2747         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2748         we're sure to get unique server names, and we don't output two async
2749         commands in the same buffer.  This fixes an NNTP hang for some users.
2750
2751 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2752
2753         * gnus.el: No Gnus v0.11 is released.
2754
2755 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2756
2757         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2758         summary buffer before reading going to the next buffer.  This avoids
2759         putting the point in the group buffer if you `C-g' the command.
2760
2761         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2762         cache (for now) to make ~/.authinfo.gpg files usable.
2763
2764         * nnfolder.el (copyright-update): Define for the compiler.
2765
2766         * auth-source.el (auth-source-search): Fix unbound variable.
2767
2768 2011-02-19  Glenn Morris  <rgm@gnu.org>
2769
2770         * gnus.el (gnus-meta): Doc fix.
2771
2772 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
2773
2774         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2775         in case it's not yet loaded.
2776
2777 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2778
2779         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2780         line we're waiting for.
2781
2782 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2783
2784         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2785         face with line-width greater than zero will cause RET in gnus summary
2786         buffer to scroll down article page-wise because auto vscroll happens,
2787         it should be temporally disabled when doing a scroll-up.
2788
2789 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2790
2791         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2792         outputs from the server.
2793
2794 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2795
2796         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2797         later so that bbdb can hook in easier.
2798
2799 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2800
2801         * auth-source.el (auth-source-search): Don't try to create credentials
2802         if the caller doesn't want that.
2803         (auth-source-search): If we don't find a match, don't bug out on
2804         non-bound variables.
2805         (auth-source-search): Only ask a single backend to create the
2806         credentials.
2807
2808         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2809         logging.
2810         (nnimap-credentials): Protect against auth-source-search returning nil.
2811         (nnimap-request-list): Protect against not being able to open the
2812         server.
2813
2814 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2815
2816         * auth-source.el (auth-source-search): Do a two-phase search, one with
2817         no :create to get the responses from all backends.
2818
2819         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2820         when getting credentials.
2821
2822         * gnus-util.el (gnus-delete-duplicates): New function.
2823
2824 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2825
2826         * nnimap.el (nnimap-credentials): Instead of picking the first port as
2827         a creation default, pass the whole port list down.  It will be
2828         completed.
2829
2830         * auth-source.el (auth-source-search): Updated docs to talk about
2831         multiple creation choices.
2832         (auth-source-netrc-create): Accept a list as a value (from the search
2833         parameters) and do completion on that list.  Keep a separate netrc line
2834         with the password obscured for showing the user.
2835
2836         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2837         first choice to `auth-source-search' so it will be used for entry
2838         creation instead of the server's Gnus-specific name.
2839         (nnimap-credentials): Rely on the auth-source library to select which
2840         port is actually wanted in the new netrc entry, so don't override
2841         `auth-source-creation-defaults'.
2842
2843         * auth-source.el (auth-source-netrc-parse): Use :port instead of
2844         :protocol and accept a missing user, host, or port as a wildcard match.
2845         (auth-source-debug): Default to off.
2846
2847         (auth-source-netrc-search, auth-source-netrc-create)
2848         (auth-source-secrets-search, auth-source-secrets-create)
2849         (auth-source-user-or-password, auth-source-backend, auth-sources)
2850         (auth-source-backend-parse-parameters, auth-source-search): Use :port
2851         instead of :protocol.
2852
2853         * nnimap.el (nnimap-credentials): Pass a port default to
2854         `auth-source-search' in case an entry needs to be created.
2855         (nnimap-open-connection-1): Use :port instead of :protocol.
2856
2857 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * auth-source.el: Bind load-path when loading EIEIO from
2860         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
2861         21.4 doesn't support, to `require'.
2862         (auth-source-secrets-search): Use mm-delete-duplicates instead of
2863         delete-dups that is not available in XEmacs 21.4.
2864
2865 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
2866
2867         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
2868         as EIEIO must also be loaded when auth-source.el is being
2869         byte-compiled.
2870
2871 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2872
2873         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
2874
2875         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
2876
2877         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
2878
2879         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
2880
2881         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
2882
2883         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
2884
2885         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
2886
2887         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
2888         necessary.
2889
2890 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2891
2892         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2893         nil means that nnimap doesn't get updated.
2894
2895 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2896
2897         * auth-source.el (auth-source-netrc-create): Return a synthetic search
2898         result when the user doesn't want to write to the file.
2899         (auth-source-netrc-search): Expect a synthetic result and proceed
2900         accordingly.
2901         (auth-source-cache-expiry): New variable to override
2902         `password-cache-expiry'.
2903         (auth-source-remember): Use it.
2904
2905         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2906         parameter.  Create entry if necessary by using :create t.
2907         (nnimap-open-connection-1): Don't pass `inhibit-create'.
2908
2909 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
2910
2911         * auth-source.el (auth-source-debug): Enable by default and don't
2912         mention the obsolete `auth-source-hide-passwords'.
2913         (auth-source-do-warn): New function to debug unconditionally.
2914         (auth-source-do-debug): Use it.
2915         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2916         and for Secrets API entries when the secrets.el library is not
2917         available.
2918
2919 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2920
2921         * gnus-sum.el (gnus-propagate-marks): Default to nil.
2922         (gnus-summary-exit): Kill the correct article buffer on exit from a
2923         `C-d' group.
2924
2925         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2926         gnus-propagate-marks.
2927
2928         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2929         before killing the buffers so that a non-full window conf gets handled
2930         correctly.
2931         (gnus-summary-exit): Ditto.
2932         (gnus-summary-read-group-1): Ditto.
2933
2934         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2935         async code again so that we can debug it properly.
2936
2937         * message.el (message-reply): Take an optional switch-buffer parameter
2938         so that Gnus window confs are respected better.
2939
2940 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2941
2942         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2943         `plist-get' to accept non-list parameters (XEmacs issue).
2944         Fix docstring.
2945         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2946         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2947         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2948         Login collection is "Login" and not "login".
2949
2950 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2951
2952         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2953         multiple headers.
2954
2955         * nnimap.el (nnimap-inhibit-logging): New variable.
2956         (nnimap-log-command): Don't log login commands.
2957
2958         * auth-source.el (auth-source-netrc-search): The asserts seem to want
2959         to have more parameters.
2960
2961         * nnimap.el (nnimap-send-command): Mark the command time for each
2962         command, so that we don't get NOOPs stepping on our toes.
2963
2964         * gnus-art.el (article-date-ut): Get the date from the Date header on
2965         `t'.
2966
2967 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2968
2969         * auth-source.el (auth-source-search): Use copy-sequence instead of
2970         the cl.el copy-list.
2971
2972 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2973
2974         * imap.el: Bring it back (revert
2975         84d800cd31de3064f0ed39617d725709a2f8f42f).
2976
2977 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
2978
2979         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2980         Improve prompt.
2981
2982 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2983
2984         * gnus-art.el (gnus-article-mode-line-format): Remove the article
2985         washing status from the default format.  It isn't very informative.
2986
2987 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
2988
2989         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2990         Fix Gcc processing on imap.
2991
2992 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2993
2994         * imap.el: Remove file.  All the functionality is in nnimap.el.
2995
2996 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2997
2998         * message.el (message-bury): Don't pop up a new window when selected
2999         window is dedicated.
3000
3001 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3002
3003         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
3004
3005 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
3006
3007         * sieve-manage.el: Autoload `auth-source-search'.
3008         (sieve-sasl-auth): Use it.
3009
3010 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
3011
3012         * nnimap.el: Autoload `auth-source-forget+'.
3013         (nnimap-open-connection-1): Use it if the connection fails.
3014
3015         * auth-source.el: Require `password-cache'.
3016         (auth-source-hide-passwords, auth-source-cache): Remove and mark
3017         obsolete.
3018         (auth-source-magic): Marker for `password-cache' keys.
3019         (auth-source-do-cache): Update docstring.
3020         (auth-source-search): Use and check cache.
3021         (auth-source-forget-all-cached, auth-source-remember)
3022         (auth-source-recall, auth-source-forget, auth-source-forget+)
3023         (auth-source-specmatchp): Caching support functions.
3024         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
3025         Remove and obsolete.
3026         (auth-source-user-or-password): Remove caching to further discourage
3027         using it.  Always hide passwords.
3028
3029         * password-cache.el (password-cache-remove): Accept secrets that are
3030         not strings.
3031
3032 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3033
3034         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
3035         code for now, since it doesn't work for all users.
3036
3037 2011-02-09  Julien Danjou  <julien@danjou.info>
3038
3039         * message.el (message-options): Make message-options really buffer
3040         local.
3041
3042 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
3043
3044         * mail-source.el: Autoload `auth-source-search'.
3045         (mail-source-keyword-map): Note order matters.
3046         (mail-source-set-1): Get all the mail-source source values and
3047         defaults and search auth-source on those if needed.  This can all
3048         probably be simplified.
3049
3050         * nnimap.el: Autoload `auth-source-search'.
3051         (nnimap-credentials): Use it.
3052         (nnimap-open-connection-1): Ask for the virtual server and physical
3053         address in one shot.
3054
3055         * nntp.el: Autoload `auth-source-search'.
3056         (nntp-send-authinfo): Use it.  Note TODO.
3057
3058 2011-02-08  Julien Danjou  <julien@danjou.info>
3059
3060         * shr.el (shr-tag-body): Add support for text attribute in body
3061         markups.
3062
3063         * message.el (message-options): Make message-options a local variable.
3064
3065 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3066
3067         * auth-source.el (auth-source-secrets-search)
3068         (auth-source-user-or-password): Use `append' instead of `nconc'.
3069         (auth-source-user-or-password): Build return list better and protect
3070         against nil :secret.
3071
3072 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3073
3074         * nnimap.el (nnimap-update-info): Refactor slightly.
3075         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
3076         (nnimap-update-info): Clean up slightly.
3077         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
3078         characters.
3079         (nnimap-process-quirk): Rename function to avoid collision.
3080         (nnimap-update-info): Fix macrology bug-out.
3081         (nnimap-update-info): Simplify split history test.
3082
3083 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
3084
3085         * auth-source.el (top): Require 'eieio unconditionally.
3086         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
3087         (auth-source-secrets-search): Limit search when `max' is greater than
3088         number of results.
3089
3090 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3091
3092         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
3093         part not returning any data.
3094
3095         * proto-stream.el (open-protocol-stream): Document the return value.
3096
3097 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3098
3099         * auth-source.el (auth-source-secrets-search): Add examples.
3100
3101 2011-02-06  Julien Danjou  <julien@danjou.info>
3102
3103         * message.el (message-setup-1): Handle message-generate-headers-first
3104         set to t.
3105
3106 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3107
3108         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
3109         API with a string "secrets:collection-name" and with 'default.
3110         (auth-source-backend-parse): Parse "secrets:collection-name" and
3111         'default.  Recurse on parses instead of repeating code.  Use the
3112         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
3113         message when ignoring a source.
3114         (auth-source-search): List ignored search keys at the top level.
3115         (auth-source-netrc-create): Use `case' instead of `cond'.
3116         (auth-source-secrets-search): Created with TODOs.
3117         (auth-source-secrets-create): Created with TODOs.
3118         (auth-source-retrieve, auth-source-create, auth-source-delete)
3119         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3120         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3121         (auth-source-user-or-password-sftp)
3122         (auth-source-user-or-password-smtp): Remove.
3123         (auth-source-user-or-password): Deprecated and modified to be a wrapper
3124         around `auth-source-search'.  Not tested thoroughly.
3125
3126 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
3127
3128         * auth-source.el: Bring in assoc and eioeio libraries.
3129         (secrets-enabled): New variable to track the status of the Secrets API.
3130         (auth-source-backend): New EIOEIO class to represent a backend.
3131         (auth-source-creation-defaults): New variable to set prompt defaults
3132         during token creation (see the `auth-source-search' docstring for
3133         details).
3134         (auth-sources): Simplify to allow a simple string as a netrc backend
3135         spec.
3136         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
3137         (auth-source-backend-parse-parameters): Fill in the backend parameters.
3138         (auth-source-search): Main auth-source API entry point.
3139         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
3140         (auth-source-search-collection): Helper function for searching.
3141         (auth-source-netrc-parse, auth-source-netrc-normalize)
3142         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
3143         Supports search, create, and delete.
3144         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
3145         backend stubs.
3146         (auth-source-user-or-password): Call `auth-source-search' but it's not
3147         ready yet.
3148
3149 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
3150
3151         * message.el (message-setup-1): Remove the read-only stuff, since it
3152         doesn't work under XEmacs, for some reason.
3153
3154         * gnus-sum.el (gnus-user-date): Rename back from
3155         gnus-summary-user-date since user code refers to it.
3156
3157         * shr.el (shr-render-td): Store the actual background color used.
3158
3159         * message.el (message-setup-1): Don't bind the constant
3160         -forbidden-properties.
3161         (message-setup-1): Revert previous change, since it needs to bind the
3162         props to insert them.
3163         (message-resend): Allow removing the read-only separator line.
3164
3165 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3166
3167         * nnimap.el (nnimap-request-accept-article): Give an error message if
3168         the APPEND wasn't successful.
3169
3170 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
3171
3172         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
3173         that have no groups.
3174
3175 2011-02-03  Julien Danjou  <julien@danjou.info>
3176
3177         * gnus-draft.el: Remove progn around gnus-draft-setup.
3178
3179 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3180
3181         * gnus-start.el (gnus-read-active-for-groups): This function is never
3182         called with a nil `infos', so clean that up.
3183         (gnus-get-unread-articles): Request active files from primary/secondary
3184         methods that have no groups (yet).
3185
3186 2011-02-03  Julien Danjou  <julien@danjou.info>
3187
3188         * message.el (message-setup-1): Always generate References first.
3189         (message-mail): Return the return value of message-setup, not always t.
3190         (message-setup-1): Insert mail-header-separator with read-only and
3191         intangible properties set.
3192
3193         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
3194         user-date in docstring.
3195
3196         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
3197
3198         * gnus.el (gnus-summary-line-format): Mention &user-date format in
3199         docstring.
3200
3201         * gnus.el (gnus-user-date-format-alist): Change default value.
3202         Use defcustom, with type and group. Move from gnus-util.el.
3203         Rename to gnus-summary-user-date-format-alist.
3204
3205 2011-02-03  Glenn Morris  <rgm@gnu.org>
3206
3207         * nnimap.el (gnus-fetch-headers): Declare.
3208
3209         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
3210
3211 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3212
3213         * message.el (message-forward-make-body-digest-plain)
3214         (message-followup, message-reply): Clean up things noted by Stefan.
3215
3216         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
3217         gnus-article-update-date-headers is nil.
3218         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
3219         it didn't really work with defcustom.
3220         (article-update-date-lapsed): Make sure the window start doesn't move,
3221         either.
3222
3223 2011-02-01  Julien Danjou  <julien@danjou.info>
3224
3225         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
3226         format.
3227
3228         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
3229         standard in Emacs nowadays.
3230
3231         * color.el (color-gradient): Add a color-gradient function.
3232
3233 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3234
3235         * message.el (message-expand-name): Don't trust the return value of
3236         bbdb-complete-name.
3237         (message-check-news-header-syntax): Remove unused var `start'.
3238         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
3239         (message-inhibit-body-encoding): Move to before first use.
3240         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
3241         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
3242         (Organization, Message-ID, Date, mh-previous-window-config):
3243         Defvar the vars using dynamic scoping.
3244
3245 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3246
3247         * shr.el (shr-render-td): Only do colors at the final rendering.
3248         Should be slightly faster.
3249         (shr-insert-table): Fix up TD background colors when doing the
3250         vertical padding.
3251
3252         * gnus-art.el (article-date-ut): Protect against articles with no Date
3253         header.
3254         (article-update-date-lapsed): Don't use current-column to find the
3255         horizontal position.  It's fragile in the presence of \003 characters.
3256
3257         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
3258
3259 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3260
3261         * gnus-art.el (article-transform-date): Rewrite to still work when
3262         there are several rfc2822 parts.
3263         (article-transform-date): Fix infinite recursion.
3264         (article-date-ut): Replace infinitely many Date headers with a single
3265         one when called interactively.
3266
3267         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
3268         secure manner.
3269
3270         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
3271         move around by not using save-window-excursion.  It seems to work...
3272
3273 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3274
3275         * gnus-art.el (article-make-date-line): Work for user-defined format.
3276
3277 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3278
3279         * nntp.el (nntp-retrieve-group-data-early)
3280         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
3281         fetching functions.
3282
3283         * gnus-start.el (gnus-read-active-for-groups): Read the active files
3284         thoroughly for all backends that have no known groups.  This should
3285         allow new nnml methods to retrieve mail.
3286
3287         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
3288         that Gnus doesn't know exists again.
3289
3290         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
3291         (gnus-treat-date-ut): Ditto.
3292         (gnus-article-update-date-header): Rename.
3293         (gnus-treat-date-local): Remove.
3294         (gnus-treat-date-english): Remove.
3295         (gnus-treat-date-lapsed): Remove.
3296         (gnus-treat-date-combined-lapsed): Remove.
3297         (gnus-treat-date-original): Remove.
3298         (gnus-treat-date-iso8601): Remove.
3299         (gnus-treat-date-user-defined): Remove.
3300         (gnus-article-date-headers): New variable to control all the date
3301         header options.
3302         (article-date-ut): Rewrite to allow using the new way to format date
3303         headers(s).
3304
3305 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3306
3307         * nnmail.el (nnmail-article-group): Check for a direct fancy split
3308         method.
3309         (nnmail-article-group): A better test for fanciness.
3310
3311         * nnimap.el (nnimap-request-head): Protect against not finding the
3312         article by Message-ID.
3313
3314 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
3315
3316         * gnus-art.el (article-update-date-lapsed): Try a better way to really
3317         keep point at the "same place".
3318
3319 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3320
3321         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
3322         data if the group is inactive.
3323
3324 2011-01-28  Julien Danjou  <julien@danjou.info>
3325
3326         * gnus-win.el: Remove dead function gnus-window-configuration-element.
3327         (gnus-all-windows-visible-p): Remove old compatibility code.
3328         (gnus-window-top-edge): Add docstring.
3329
3330         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
3331
3332 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3333
3334         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
3335         older request-update-info.
3336
3337         * gnus-art.el (article-make-date-line): Limit the length a bit more.
3338
3339 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
3340
3341         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
3342         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
3343
3344 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3345
3346         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
3347         groups.  This makes the nndraft:queue group pop up if it's not already
3348         there.
3349
3350         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
3351         messages" logic, which was reversed.
3352
3353         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
3354         the "same place" even if point is on the line being replaced.
3355         (article-update-date-lapsed): Allow updating both the combined lapsed
3356         and the lapsed headers.
3357         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
3358         (article-make-date-line): Limit the number of segments dynamically to
3359         avoid too-long lines.
3360
3361 2011-01-27  Julien Danjou  <julien@danjou.info>
3362
3363         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
3364         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
3365
3366 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3367
3368         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
3369         Use plist-get instead of the cl function getf.
3370
3371 2011-01-27  Glenn Morris  <rgm@gnu.org>
3372
3373         * gnus-util.el (float-time): Get rid of compiler warning, again.
3374
3375 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3376
3377         * shr.el (shr-put-color): Special-case background colors: Do put them
3378         at the blank parts at the front of the lines.
3379
3380         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
3381         exit hook to nix out all data on readedness on group exit.
3382
3383         * gnus-util.el (float-time): If float-time is bound, always use it on
3384         all Emacsen.  It's unclear why the subrp check was there.
3385         (time-date): Require to make some autoload issues on XEmacs go away.
3386
3387         * shr.el (shr-put-color): Don't do the box padding in tables, since
3388         they're already padded.
3389
3390 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3391
3392         * gnus-art.el (gnus-article-next-page): When the last line of the
3393         article is displayed, scroll down once more instead of going to the
3394         next article at once.
3395         (article-lapsed-string): Refactor out and allow specifying how many
3396         segments you want.
3397         (gnus-article-setup-buffer): Start updating the lapsed header directly.
3398         (gnus-article-update-lapsed-header): New variable.
3399
3400         * shr.el: Revert change that made headings use different-sized faces.
3401         The Emacs display engine isn't advanced enough that, for instance,
3402         tables can comfortably use differently-sized faces.
3403
3404 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3405
3406         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
3407         used.
3408         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
3409         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
3410         we're using an encrypted connection.
3411
3412         * proto-stream.el: Alter the interface functions to also return the
3413         actual stream type used: network or tls.
3414
3415 2011-01-25  Julien Danjou  <julien@danjou.info>
3416
3417         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
3418         (mm-display-javascript-inline): New function.
3419
3420         * mm-decode.el (mm-inline-media-tests): Add application/javascript
3421         viewing function.
3422
3423 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3424
3425         * shr.el (shr-expand-newlines): Fix variable name.
3426
3427 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3428
3429         * shr.el (shr-expand-newlines): Make nested boxes work.
3430
3431 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
3432
3433         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
3434         backgrounds.
3435         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
3436         in a more sensible manner.
3437
3438 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
3439
3440         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
3441         if EPG is loaded.
3442
3443 2011-01-24  Julien Danjou  <julien@danjou.info>
3444
3445         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
3446         tags.
3447
3448 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
3449
3450         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
3451         commands.
3452
3453         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
3454         in the article buffer.
3455         (gnus-gravatar-insert): Use blank space from the current buffer to
3456         avoid breaking text properties.  This makes X-Sent updating work again.
3457
3458         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
3459
3460 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
3461
3462         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
3463         fix the bug in url-http.el instead.
3464
3465         * shr.el (shr-image-fetched): Ditto.
3466
3467         * shr.el (shr-image-fetched): Avoid having point move in the article
3468         buffer.
3469
3470         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
3471         buffer after being called.  It's apparently being killed by url.el, and
3472         killing it made point move to end-of-buffer in a random buffer.
3473
3474         * shr.el (shr-image-fetched): Ditto.
3475
3476 2011-01-23  Julien Danjou  <julien@danjou.info>
3477
3478         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
3479
3480         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
3481         text/x-org.
3482
3483 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3484
3485         * gnus-sum.el (gnus-summary-move-article): Protect against backends
3486         (i.e., nnimap) returning nil as the article number.
3487
3488 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3489
3490         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
3491         "DelSp" parameter in RFC3676.
3492
3493 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3494
3495         * message.el (message-check-recipients): Display the encoded version of
3496         the bogus address if they differ.
3497
3498         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
3499         after sending.
3500
3501         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3502
3503         * gnus-group.el (gnus-group-refresh-group): New convenience function.
3504
3505         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
3506         group buffer after sending the queue.
3507
3508         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3509
3510 2011-01-22  Julien Danjou  <julien@danjou.info>
3511
3512         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
3513
3514 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3515
3516         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
3517         nested related parts.
3518
3519         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
3520         unexpired articles.  This fixes the regression that led expiry marks to
3521         disappear from nnfolder groups.
3522
3523 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3524
3525         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
3526         Don't confuse the "ret" of "retrograde" with RET.
3527
3528 2011-01-21  Julien Danjou  <julien@danjou.info>
3529
3530         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
3531         than mm-insert-inline.
3532
3533 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3534
3535         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
3536         Widen article buffer.
3537
3538 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3539
3540         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
3541         the temp buffer.
3542         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
3543
3544 2011-01-20  Julien Danjou  <julien@danjou.info>
3545
3546         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
3547
3548         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
3549         than mm-insert-inline to insert inline part: this respect
3550         mm-inline-media-tests displayers.
3551
3552         * mm-view.el (mm-display-shell-script-inline): New function.
3553
3554         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
3555
3556         * mm-uu.el (mm-uu-type-alist): Add org block.
3557         (mm-uu-org-src-code-block-extract): New function.
3558
3559         * mm-view.el (mm-display-org-inline): New function.
3560
3561         * mm-decode.el (mm-automatic-display): Add text/org.
3562
3563         * mailcap.el (mailcap-mime-extensions): Add .org.
3564
3565 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3566
3567         * gnus-art.el (gnus-article-highlight): Remove argument passed to
3568         gnus-article-add-buttons.
3569
3570 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
3571
3572         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
3573         From header with a date and "nobody" as the sender.
3574
3575 2011-01-19  Julien Danjou  <julien@danjou.info>
3576
3577         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
3578         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
3579         if you have the same regexp several times.
3580         (gnus-button-push): Fix matching when regexp is symbol.
3581
3582 2011-01-15  Glenn Morris  <rgm@gnu.org>
3583
3584         * message.el (message-mail): A compose-mail function should
3585         accept headers as strings.
3586
3587 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
3588
3589         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
3590         Add :vert-only tags.
3591         (message-mail): New arg RETURN-ACTION.
3592         (message-return-action): New var.
3593         (message-bury): Use it.
3594         (message-mode): Make it buffer-local.
3595         (message-send-and-exit): Always call message-bury.
3596
3597         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
3598         message-mail.
3599
3600 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3601
3602         * nnimap.el (nnimap-convert-partial-article): Protect against
3603         zero-length body parts.
3604
3605         * mm-decode.el (mm-preferred-alternative-precedence):
3606         Discourage showing empty parts.
3607
3608         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
3609         and stuff if the backend didn't return the article number.  This fixes
3610         an Exchange-related nnimap bug.
3611
3612         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
3613         group window, because it does the wrong thing when a separate frame
3614         displays the group buffer.
3615
3616         * proto-stream.el (open-protocol-stream): Protect against the low-level
3617         transport functions returning nil.
3618
3619 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
3620
3621         * mml2015.el (epg-sub-key-fingerprint): Autoload.
3622         (mml2015-epg-find-usable-secret-key): New function.
3623         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
3624         mml2015-epg-find-usable-key (Bug#7797).
3625         (mml2015-epg-encrypt): Ditto.
3626
3627 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3628
3629         * dgnushack.el (rot13-string): Fix the way to get the argument.
3630
3631 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3632
3633         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
3634
3635 2011-01-03  Glenn Morris  <rgm@gnu.org>
3636
3637         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
3638
3639         * sieve.el (sieve-open-server): Give a more explicit error if
3640         sieve-manage-open returns nil.  (Bug#7720)
3641
3642 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
3643
3644         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
3645
3646 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3647
3648         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
3649         This avoids sending passwords in plain text over non-encrypted
3650         channels.
3651
3652         * shr.el (shr-rescale-image): Display all GIF images as animated images.
3653
3654         * nnimap.el (nnimap-login): Refactored out into own function, and
3655         implement CRAM-MD5.
3656         (nnimap-wait-for-line): Refactored out.
3657
3658         * mm-view.el (mml-smime): Require.
3659
3660 2010-12-20  David Engster  <deng@eml.cc>
3661
3662         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3663         use EPG to decrypt S/MIME messages instead of openssl.
3664
3665 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3666
3667         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3668
3669         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3670         status is the group clearly is unreachable.
3671
3672         * auth-source.el (auth-source-create): Add the optional second
3673         parameter to `local-variable-p' to be compatible with XEmacs.
3674
3675 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
3676
3677         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3678         work when using a compressed nnml folder.
3679
3680 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3681
3682         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3683         backends after sanitising on entry, because this never makes sense:
3684         If the articles have gone missing, then the data no longer exists on
3685         the backend, and if they haven't, then Gnus is wrong, and shouldn't
3686         overwrite anything anyway.
3687
3688         * shr.el (shr-insert-document): Bind shr-width dynamically to
3689         window-width if it's nil.
3690
3691 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
3692
3693         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3694         with the meaning of using the full emacs window width for rendering.
3695
3696 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
3697
3698         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3699         case when sender is not given.
3700
3701 2010-12-23  Julien Danjou  <julien@danjou.info>
3702
3703         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3704         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3705         the addresses, otherwise we might misplaced the gravatar.
3706
3707 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
3708
3709         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3710         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3711         obsolete in Emacs.
3712
3713 2010-12-20  Julien Danjou  <julien@danjou.info>
3714
3715         * gnus-util.el (gnus-rescale-image): Revert last change.
3716
3717 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
3718
3719         * binhex.el: Improve commentary (Bug#7482).
3720
3721 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3722
3723         * gnus-group.el (gnus-group-delete-articles): New command.
3724
3725 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3726
3727         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3728
3729 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3730
3731         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3732         here, since it's up to the backends to do CRLF removal if their
3733         protocol has it.
3734
3735         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3736
3737 2010-12-17  Julien Danjou  <julien@danjou.info>
3738
3739         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3740         they are from file.  Can also scale up.
3741
3742 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3743
3744         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
3745         Restore gnus-use-agent.
3746         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3747
3748         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3749
3750 2010-12-17  Julien Danjou  <julien@danjou.info>
3751
3752         * gravatar.el (gravatar-retrieve-synchronously): New function.
3753         (gravatar-get-data): Make more robust.
3754
3755 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3756
3757         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
3758
3759 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3760
3761         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3762         to really consider the last line.
3763
3764 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3765
3766         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3767         list of recipient keys, or use symmetric encryption if not a list.
3768         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3769         EPA override, replacing the call to `netrc-store-data'.
3770
3771 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
3772
3773         * gnus-srvr.el: Avoid passing nil regexp argument to
3774         delete-matching-lines.
3775
3776 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3777
3778         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3779         fetching stops when Gnus exits.
3780
3781         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3782         function.
3783         (nnfolder-request-expire-articles): Save all the buffers after doing
3784         expiry.
3785
3786         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3787         the last article", since that led to serious performance regressions
3788         when expiring nnml groups.
3789
3790 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
3791
3792         * nnir.el: Improve customizations.
3793
3794 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3795
3796         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3797
3798         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3799         group has been killed.
3800         (gnus-group-yank-group): Ditto.
3801
3802         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3803
3804         * nnimap.el (nnimap-request-update-group-status): New function.
3805
3806         * gnus-int.el (gnus-request-update-group-status): New interface
3807         function.
3808
3809         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3810         copying read-ness to the backends.
3811
3812         * nnimap.el (nnimap-quirk): New function.
3813         (nnimap-retrieve-group-data-early): Use it.
3814         (nnimap-quirks): New alist.
3815
3816 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3817
3818         * shr.el (shr-insert): Set shr-start after deleting trailing space;
3819         don't delete it within indentation.
3820
3821 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3822
3823         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3824         previous line.
3825
3826 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3827
3828         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3829         QRESYNC command by deleting a superfluous space which broke Cyrus
3830         servers.  This change will break other servers that are buggy the other
3831         way around.
3832
3833 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3834
3835         * spam.el: Reindent and fix long lines.
3836         (spam-copy-or-move-routine): Exclude invalid move destinations.
3837
3838 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3839
3840         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3841         installed the registry.
3842
3843 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
3846
3847 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3848
3849         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3850         groupname doesn't contain "gmane".
3851
3852 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3853
3854         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
3855         and netrc-bound-and-true-p bindings.
3856         (netrc-parse): Cache the netrc contents.
3857
3858         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3859         (gnus-1): Don't create the nndrafts group twice.
3860         (gnus-setup-news): There's no need to read the active file here, since
3861         that's done again later on a per-backend basis.
3862         (gnus-start-draft-setup): Make sure that the new group is started out
3863         empty.
3864
3865         * gnus-agent.el (gnus-agentize): Don't create the queue group
3866         automatically on startup.  It'll be created later, if needed.
3867
3868         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3869         of automatically subscribed groups.
3870         (gnus-auto-subscribed-categories): New variable.
3871         (gnus-matches-options-n): Use it.
3872         (gnus-default-subscribed-newsgroups): Remove unused variable.
3873         (gnus-start-draft-setup): Message a bit less.
3874
3875 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3876
3877         * nnir.el (nnir-run-imap): Return article list in order of increasing
3878         UID.
3879
3880 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3881
3882         * gnus-sum.el (gnus-summary-enter-digest-group):
3883         Mention gnus-auto-select-on-ephemeral-exit.
3884
3885         * proto-stream.el (proto-stream-open-network-only): Fix the calling
3886         convention of the network-only option.
3887
3888 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3889
3890         * proto-stream.el (proto-stream-open-network-only): New function to
3891         have a way to specify non-STARTTLS upgrade connections.
3892
3893 2010-12-10  Julien Danjou  <julien@danjou.info>
3894
3895         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3896         email address is nil.
3897
3898         * message.el (message-bogus-recipient-p): Set address to "" if nil.
3899
3900 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
3901
3902         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3903         deletion.
3904         (nnir-run-imap): Only need to parse list once.
3905
3906 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3907
3908         * shr.el (shr-tag-script): Ignore <script>.
3909         (shr-tag-label): Add <label> support.
3910
3911 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3914
3915         * shr.el (shr-image-displayer): Work for images lined side by side.
3916
3917 2010-12-08  Robert Pluim  <rpluim@gmail.com>
3918
3919         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3920         parameter, since XEmacs doesn't accept t as a parameter.
3921
3922 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
3923
3924         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3925         ids.
3926         (nnir-run-gmane): Simplify groupspec formatting.
3927         (nnir-request-expire-articles): New function.
3928
3929 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3930
3931         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3932         overflow, possibly.
3933
3934         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3935         (shr-render-td): Handle td style="" better.
3936         (shr-tag-table): Use the color from the style sheet.
3937         (shr-render-td): Make sure we copy over all the overlays, too.
3938
3939 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
3940
3941         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3942         (nnir-request-article): Improve article retrieval.
3943
3944 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3945
3946         * mm-util.el (mm-extra-numeric-entities): New variable.
3947
3948         * mm-url.el (mm-url-decode-entities):
3949         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3950
3951         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
3952
3953 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3954
3955         * message.el: Use completion-at-point.
3956         (message-completion-function): New fun, extracted from message-tab.
3957         (message-mode): Use it for completion-at-point-functions.
3958         (message-tab): Use it and completion-at-point.
3959
3960 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3961
3962         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3963         character if a non-breakable character follows.
3964
3965 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3966
3967         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3968         any stream.
3969
3970         * shr.el (shr-tag-font): Colorize the region.
3971         (shr-tag-body): Ditto.
3972         (shr-tag-font): Actually let the styles be inherited instead of
3973         overwriting them.
3974         (shr-tag-font): Get the background color right.
3975         (shr-tag-style): Ignore all <style> tags for the moment.
3976
3977         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3978         a Message-ID to avoid having nnimap depend on gnus-sum.
3979
3980         * shr.el (shr-descend): Only colorize something if we have a node that
3981         sets colors.
3982
3983 2010-12-06  Julien Danjou  <julien@danjou.info>
3984
3985         * shr.el (shr-render-td): Render td content with shr-descend, so style
3986         will be applied to <td> too.
3987         (shr-colorize-region): Colorize region even if we only have a background.
3988         (shr-tag-body): Fix color and background color inheritance.
3989         Do not recolorize after shr-generic.
3990         (shr-tag-font): Let shr-generic colorize via inheritance.
3991
3992 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3995
3996 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
3997
3998         * nnir.el (nnir-request-move-article): Remove obsolete code.
3999
4000 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4001
4002         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
4003
4004 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4005
4006         * gnus-sum.el (gnus-summary-respool-article): The completion function
4007         expects a list instead of an alist.
4008
4009         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
4010         string as the parameter.
4011
4012         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
4013
4014         * shr.el (shr-stylesheet): New dynamic variable for cascading the
4015         styles.
4016         (shr-colorize-region): New function.
4017         (shr-insert-background-overlay): Remove.
4018         (shr-render-td): Background setting should be taken care of on a higher
4019         level.
4020         (shr-tag-body): Use post-hoc colorizations.
4021         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
4022         (shr-put-color-1): Don't overwrite old colors.
4023         (shr-colorize-region): When the background color isn't explicit, use
4024         a fixed background.
4025
4026         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
4027         nnmail variables.
4028
4029 2010-12-05  Bjørn Mork  <bjorn@mork.no>
4030
4031         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
4032         unless necessary.
4033
4034 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
4035
4036         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
4037         server.
4038
4039 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4040
4041         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
4042         so that TAB works.
4043
4044         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
4045         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
4046
4047         * shr.el (shr-urlify): Show the URL before the title to avoid
4048         misleading URLs.
4049
4050 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
4051
4052         * shr.el (shr-urlify): Display the title in <a> tags.
4053
4054 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
4055
4056         * nnir.el (nnir-categorize): Replace mapcar with mapc.
4057
4058 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
4059
4060         * nnir.el: Rearrange code to allow macros to be autoloaded by
4061         gnus-sum.el.
4062         (nnir-retrieve-headers-override-function): Make this variable
4063         customizable.
4064         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
4065
4066         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
4067         from nnir.el.
4068
4069 2010-12-03  Julien Danjou  <julien@danjou.info>
4070
4071         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
4072
4073 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4074
4075         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
4076         allow optional argument `environment'.
4077
4078 2010-12-03  Glenn Morris  <rgm@gnu.org>
4079
4080         * mm-extern.el (message-goto-body): Update declaration.
4081
4082 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4083
4084         * gnus-util.el (gnus-macroexpand-all): New function.
4085
4086         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
4087         instead of macroexpand-all that is unavailable in XEmacs.
4088
4089 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
4090
4091         * nnir.el (nnir-summary-line-format): New variable.
4092         (nnir-mode): Use it.
4093         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
4094         (nnir-article-ids): Reimplement as defsubst.
4095         (nnir-retrieve-headers): Don't mangle the subject header.
4096         (nnir-run-imap): Use 100 as RSV score.
4097         (nnir-run-find-grep): Fix for full server searching.
4098         (nnir-run-gmane): Better restriction to gmane groups.
4099
4100         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
4101         summary buffers.
4102
4103 2010-12-02  Julien Danjou  <julien@danjou.info>
4104
4105         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
4106
4107         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
4108
4109         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
4110         support.
4111
4112 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
4113
4114         * nnir.el: Update to handle the registry better.
4115         (autoload): Silence byte-compiler.
4116         (nnir-open-server): Add a hook for nnir groups.
4117         (nnir-request-move-article): Don't mangle the header.  Better to use
4118         formatting variables (which will be added in the future).
4119         (nnir-registry-action): Update the registry using the original article
4120         group name.
4121         (nnir-mode): Install nnir-specific hooks for updating the registry.
4122
4123         * gnus-sum.el
4124         (gnus-article-original-subject,gnus-newsgroup-original-name):
4125         Remove obsolete variables.
4126         (gnus-summary-move-article): Remove use of obsolete variables.
4127         (gnus-summary-local-variables): Make move and delete hooks local to
4128         summary buffers.
4129
4130 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4131
4132         * rtree.el: New file.
4133
4134 2010-12-01  Julien Danjou  <julien@danjou.info>
4135
4136         * message.el (message-user-organization): Do not use
4137         gnus-local-organization.
4138
4139         * gnus.el: Remove gnus-local-organization.
4140
4141         * gnus-msg.el: Remove nastygram thing.
4142
4143 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
4144
4145         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
4146         funcall.
4147
4148 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4149
4150         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
4151         names.
4152
4153         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
4154         characters.
4155
4156         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
4157         to t of inhibit-read-only since it is inside gnus-with-article-headers.
4158         Suggested by Štěpán Němec <stepnem@gmail.com>.
4159         (gnus-gravatar-transform-address): Use mail-extract-address-components
4160         that supports non-ASCII names rather than mail-header-parse-addresses.
4161
4162 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4163
4164         * proto-stream.el (open-protocol-stream): All starttls connections are
4165         handled by the network handler.
4166
4167 2010-11-30  Julien Danjou  <julien@danjou.info>
4168
4169         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
4170         (nnimap-open-connection-1): Fix PREAUTH.
4171
4172         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
4173
4174 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4175
4176         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
4177         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
4178         (shr-insert): Use them.
4179         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
4180
4181 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4182
4183         * nnir.el (nnir-request-move-article): Bail out if original group
4184         doesn't support article moves.
4185         (nnir-get-active): Improve active list retrieval.
4186
4187 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4188
4189         * shr.el (shr-find-fill-point): Don't break before apostrophes.
4190
4191 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
4192
4193         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
4194         seem to accept strings-with-numbers as port numbers,
4195
4196 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4197
4198         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
4199         change the registry.
4200
4201 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4202
4203         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
4204         delete-dups that is not available in XEmacs 21.4.
4205
4206         * mm-util.el (mm-delete-duplicates): Add comment.
4207
4208 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
4209
4210         * nnir.el (nnir-ignored-newsgroups): New variable.
4211         (nnir-get-active): Use it.
4212
4213 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4214
4215         * proto-stream.el (proto-stream-open-network): Add some comments.
4216
4217         * nntp.el (nntp-open-connection): Provide a :success condition.
4218
4219         * nnimap.el (nnimap-open-connection-1): Ditto.
4220
4221         * proto-stream.el (proto-stream-open-network): See what the response to
4222         the STARTTLS command is.
4223
4224         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
4225         backwards compatibility).
4226         (nnimap-open-connection-1): Really respect nnimap-server-port.
4227
4228         * proto-stream.el (proto-stream-open-network): When doing opportunistic
4229         TLS upgrades we don't really care about the identity of the peer.
4230         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
4231         that what we've checked for.
4232         (proto-stream-always-use-starttls): Only default to t if
4233         open-gnutls-stream exists.
4234         (proto-stream-open-network): If STARTTLS failed, then just open a
4235         normal connection.
4236         (proto-stream-open-network): Wait until the greeting before doing
4237         STARTTLS.
4238
4239         * nntp.el (nntp-open-connection): Report what the connection error is.
4240
4241         * proto-stream.el (open-protocol-stream): Rename from
4242         open-proto-stream.
4243
4244 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4245
4246         * nnimap.el (nnimap-stream): Change default to `undecided'.
4247         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
4248         first, and then network.
4249         (nnimap-open-connection-1): Respect nnimap-server-port.
4250         (nnimap-open-connection): Be more backwards-compatible.
4251
4252         * proto-stream.el (proto-stream-always-use-starttls): New variable.
4253         (proto-stream-open-starttls): De-duplicate the starttls code.
4254         (proto-stream-open-starttls): Folded back into the main function.
4255         (proto-stream-open-network): Fix typo in the gnutls path.
4256         (proto-stream-command): Refactor out.
4257
4258         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
4259
4260         * proto-stream.el (proto-stream-open-starttls): Actually implement the
4261         starttls.el STARTTLS.
4262
4263         * color.el (color-lab->srgb): Fix function call name.
4264
4265         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
4266         if we're using tls.el.
4267         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
4268         built in, then don't try to establish a STARTTLS connection.
4269
4270         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
4271         servers.
4272
4273         * proto-stream.el (open-proto-stream): Use network, not stream.
4274         (open-proto-stream): Add a way to specify what the end of a command is.
4275
4276         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
4277         connections types.
4278         (nntp-open-network-stream): Remove.
4279         (nntp-open-ssl-stream): Remove.
4280         (nntp-open-tls-stream): Remove.
4281         (nntp-ssl-program): Remove.
4282
4283         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
4284
4285 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
4286
4287         * nnir.el: Fix typos.
4288         (nnir-retrieve-headers-override-function): Rename variable to reflect
4289         new semantics.
4290         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
4291         macros.
4292         (nnir-request-article, nnir-request-move-article): Use them.
4293         (nnir-categorize): New function.
4294         (nnir-run-query): Use it.
4295         (nnir-retrieve-headers): Rewrite to batch header retrieval.
4296         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
4297         sorted.
4298         (nnir-group-full-name): Use gnus-group-full-name instead.
4299         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
4300         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
4301
4302 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4303
4304         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
4305
4306         * proto-stream.el: New library to provide protocol-specific
4307         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
4308         protocols.
4309         (open-proto-stream): Complete the documentation.
4310         (proto-stream-open-network): Fix some typos.
4311
4312         * nnimap.el (nnimap-open-connection): Use it.
4313
4314 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
4315
4316         * pop3.el (pop3-open-server): Read server greeting before starting TLS
4317         negotiation.
4318
4319 2010-11-26  Julien Danjou  <julien@danjou.info>
4320
4321         * color.el: Rename various rgb functions to srgb.
4322
4323 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4324
4325         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
4326         names.
4327
4328 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4329
4330         * shr.el (shr-insert): Revert last change.
4331         (shr-find-fill-point): Never leave point being at bol;
4332         relax the kinsoku limitation when rendering tables.
4333
4334 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4335
4336         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
4337         results from -accept-article.
4338
4339         * shr-color.el: Require cl when compiling.
4340
4341         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
4342         checkin.
4343
4344         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
4345
4346         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
4347
4348         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
4349         'add and 'delete to set backend marks.
4350
4351         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
4352
4353         * nnheader.el (nnheader-update-marks-actions): Refactor out.
4354
4355         * nntp.el (nntp-request-set-mark): Use it.
4356
4357         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4358
4359         * nnml.el (nnml-request-set-mark): Ditto.
4360
4361         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
4362         introduces regressions in article selection.
4363         (nnimap-find-uid-response): New function.
4364         (nnimap-request-accept-article): Use the UID returned, if any.
4365         (nnimap-request-move-article): Use the UID returned, if any.
4366         (nnimap-get-groups): Reimplement to work with folded lines.
4367         (nnimap-find-uid-response): The UID is the last element in the list.
4368         (nnimap-request-set-mark): Extend syntax with 'set.
4369
4370         * nnml.el (nnml-request-set-mark): Ditto.
4371
4372         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4373
4374         * nntp.el (nntp-request-set-mark): Ditto.
4375
4376 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4377
4378         * message.el (message-called-interactively-p): A temporary macro.
4379         (message-goto-body): Use it temporarily.
4380
4381 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4382
4383         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
4384         (nnimap-last-response-string): Unfold quoted lines, if they exist.
4385         (nnimap-last-response-string): Fix last unfolding fix.
4386
4387 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4388
4389         * shr.el (shr-insert): Fix the way to fold lines.
4390
4391 2010-11-25  Julien Danjou  <julien@danjou.info>
4392
4393         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
4394
4395         * color.el: Rename from color-lab.el
4396         (color-rgb->hex): Add.
4397         (color-complement): Add.
4398         (color-complement-hex): Add.
4399
4400         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
4401
4402 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4403
4404         * shr-color.el (shr-color-visible): Don't bug out if the color names
4405         don't exist.
4406
4407 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4408
4409         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
4410         assuming that article displaying or another mml-preview may be
4411         interrupted for an error or for the like.
4412
4413         * shr.el (shr-get-background): Fix argument name.
4414
4415 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4416
4417         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
4418
4419         * gnus-sum.el (gnus-summary-include-articles): New function.
4420
4421         * message.el (message-goto-body): called-interactively-p needs a
4422         parameter, so use `any'.
4423
4424         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
4425         clear marks before moving, since they're synced from the Gnus side
4426         first.
4427
4428         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
4429         (gnus-summary-move-article): Copy over all marks before moving, so that
4430         IMAP doesn't think a new article has arrived.
4431
4432 2010-11-24  Julien Danjou  <julien@danjou.info>
4433
4434         * shr.el (shr-insert-background-overlay): Fix typo.
4435         (shr-render-td): Copy the background before rendering.
4436
4437         * shr-color.el (shr-color-visible): Fix docstring.
4438
4439         * shr.el (shr-tag-table): Add bgcolor support.
4440         (shr-render-td): Add bgcolor support.
4441         (shr-get-background): Add.
4442         (shr-insert-foreground-overlay): Use shr-get-background.
4443
4444         * message.el (message-goto-body): Use called-interactively-p.
4445         (message-in-body-p): message-goto-body returns point.
4446
4447 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4448
4449         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
4450         Fixes something or other in Emacs 23, and is backwards compatible.
4451
4452         * message.el (message-goto-body): Remove the <#secure special-casing,
4453         which is too special.
4454
4455         * shr.el (shr-parse-style): Drop !important from styles.
4456
4457 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
4458
4459         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
4460         this function to return incorrect results when calling it with an
4461         explicit article argument different from
4462         (gnus-summary-article-number).
4463
4464 2010-11-24  Julien Danjou  <julien@danjou.info>
4465
4466         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
4467         (shr-tag-body): Add background support.
4468         (shr-descend): Add background support.
4469         (shr-tag-title): Add.
4470
4471         * shr-color.el (shr-color-visible): Really return original background
4472         if fixed.
4473
4474 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4475
4476         * shr.el (shr-color-check): Protect against non-existent color names.
4477
4478 2010-11-24  Julien Danjou  <julien@danjou.info>
4479
4480         * color-lab.el: Require 'cl when compiling.
4481
4482         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
4483
4484         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
4485         matched part.
4486
4487         * color-lab.el: Fix all expt calls to use float type.
4488
4489 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4490
4491         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
4492         expression to shr-color-check as is.
4493
4494         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
4495
4496         * color-lab.el: Add coding cookie.
4497         (float-pi): Use eval-and-compile.
4498
4499         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
4500         compiled for Emacsen having no `libxml-parse-html-region' support.
4501
4502 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4503
4504         * shr.el (shr-insert-color-overlay): Split stuff like
4505         "#444444 !important" to find the real color.
4506         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
4507         parse <font color="red"> entries.
4508
4509 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
4510
4511         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
4512         point when parsing headers.
4513
4514         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
4515         is positioned properly when parsing headers.
4516
4517 2010-11-23  Julien Danjou  <julien@danjou.info>
4518
4519         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
4520
4521         * shr-color.el (shr-color->hexadecimal): Add support for color names.
4522
4523         * shr.el (shr-parse-style): Replace \n with space in style parsing.
4524
4525         * shr-color.el (shr-color-hsl-to-rgb-fractions):
4526         Use shr-color-hue-to-rgb.
4527         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
4528
4529 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4530
4531         * shr.el (shr-color->hexadecimal): Autoload.
4532         (shr-descend): Add color to all tags.
4533
4534 2010-11-22  Julien Danjou  <julien@danjou.info>
4535
4536         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
4537         shr-color->hexadecimal.
4538
4539         * shr-color.el (shr-color->hexadecimal): Add converting functions for
4540         RGB() or HSL() color representation.
4541
4542         * shr.el (shr-tag-font): Add.
4543         (shr-tag-color-check): New function to get better colors.
4544         (shr-tag-insert-color-overlay): Factorize code between tag-font and
4545         tag-span.
4546
4547         * shr-color.el: New file.
4548
4549         * color-lab.el: New file.
4550
4551         * gnus-art.el (gnus-url-mailto): Do not downcase args.
4552
4553 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
4554
4555         * nnir.el: Fix typo in comments.
4556         (nnir-run-imap): Simplify code.  No need to reverse artlist.
4557         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
4558
4559 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4560
4561         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
4562
4563         * nnimap.el (nnimap-get-capabilities): Refactor out.
4564         (nnimap-open-connection): Re-request capabilities after STARTTLS.
4565
4566 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
4567
4568         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
4569         appearing when `mm-uu-hide-markers' is nil.
4570
4571 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4572
4573         * nnimap.el (nnimap-unselect-group): Make into its own function.
4574         (nnimap-request-rename-group): Unselect group before renaming.
4575         This had gotten lost somewhere.
4576         (nnimap-request-accept-article): Keep track of examined groups, and
4577         unselect the group before APPENDing to read-only groups.
4578         (nnimap-request-move-article): Clear flags before moving so that they
4579         can be re-set later.
4580
4581 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
4584         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
4585
4586 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4587
4588         * gnus-art.el (gnus-mime-display-single):
4589         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
4590         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
4591         parameter.
4592
4593 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4594
4595         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
4596         (shr-table-vertical-line): New variable.
4597         (shr-insert-table): Use it.
4598
4599 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4600
4601         * gnus-html.el (gnus-html-wash-images): Don't display images if
4602         gnus-inhibit-images is non-nil; register displayer for cid images.
4603         (gnus-html-display-image): Work for cid image.
4604         (gnus-html-insert-image): Allow arguments.
4605         (gnus-html-put-image): Inhibit read-only.
4606         (gnus-html-prefetch-images): Don't prefetch images if
4607         gnus-inhibit-images is non-nil.
4608
4609 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4610
4611         * shr.el (shr-put-image): Break lines when inserting big pictures.
4612
4613 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4614
4615         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
4616         sender, thanks Katsumi Yamaoka.
4617
4618 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
4619
4620         * nnir.el (nnir-run-imap): Reverse the article list for each group
4621         rather than the whole list.
4622
4623 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4624
4625         * shr.el (shr-image-displayer): Protect function against non-existent
4626         image source.
4627
4628         * gnus-art.el (gnus-inhibit-images): New user option.
4629         (gnus-mime-display-single): Don't display image if it is non-nil.
4630
4631         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
4632         gnus-inhibit-images.
4633
4634         * shr.el (shr-image-displayer): New function.
4635         (shr-tag-img): Use it.
4636
4637 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4638
4639         * mml2015.el (mml2015-epg-sign): Use From header.
4640
4641 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4642
4643         * gnus-html.el (gnus-html-wash-images): Register a displayer.
4644
4645         * gnus-util.el (gnus-find-text-property-region): Return markers.
4646
4647         * shr.el (shr-tag-img): Put a displayer in the text property.
4648
4649         * gnus-util.el (gnus-find-text-property-region): New utility function.
4650
4651         * gnus-html.el (gnus-html-display-image): Make the alt optional.
4652         (gnus-html-show-images): Remove.
4653
4654         * gnus-art.el (gnus-article-show-images): New, more general function.
4655
4656         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
4657         image url text properties.
4658
4659         * shr.el: Ditto.
4660
4661         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
4662         gnus-agent-auto-agentize-methods is set.  Which it isn't.
4663
4664 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4665
4666         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4667         work for two or more articles.
4668
4669 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4672         divide an image that's in an html article to two or more when washing
4673         non-ASCII characters in alt text of it.
4674
4675 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4676
4677         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4678         smime-decrypt-region using function argument.
4679         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4680
4681         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4682
4683         * smime.el (smime-decrypt-region): Catch it.
4684
4685 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4686
4687         * smime.el (smime-mode-map): Move initialization into declaration.
4688         (gnus-run-mode-hooks): Don't autoload.
4689         (smime-mode): Use define-derived-mode.
4690
4691 2010-11-11  Glenn Morris  <rgm@gnu.org>
4692
4693         * smime.el (from): Restrict declaration to XEmacs.
4694
4695         * nnir.el (gnus-group-topic-name): Autoload.
4696
4697 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4698
4699         * shr.el (shr-insert): Don't break long line if it is because of
4700         kinsoku-bol characters in the line end.
4701
4702 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
4703
4704         * nnir.el (nnir-request-move-article): Fix to provide original group
4705         and subject.
4706         (nnir-warp-to-article): Don't fail on articles whose headers haven't
4707         been retrieved.
4708
4709         * gnus-sum.el (gnus-summary-move-article): Use original group and
4710         subject for virtual articles such as those in an nnir summary buffer.
4711
4712 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4715         least 21.5).
4716
4717         * smime.el (from): Declare it again for XEmacs.
4718
4719 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4720
4721         * message.el (message-resend): Don't disable encoding unless it's
4722         already encoded.
4723
4724         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4725         low-numbered articles.
4726
4727 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4728
4729         * rfc2047.el (rfc2047-syntax-table): Simplify.
4730
4731         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
4732
4733         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4734         set-char-table-range for XEmacs.
4735
4736 2010-11-10  Glenn Morris  <rgm@gnu.org>
4737
4738         * time-date.el (time-to-seconds): Always an alias on Emacs,
4739         never a real function.
4740         (with-no-warnings): Remove compat stub, now unused.
4741         (time-less-p): Doc fix.
4742         (time-to-number-of-days): Simplify.
4743
4744         * smime.el (from): Remove unused declaration.
4745
4746         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4747         (gnus-float-time): On Emacs, always an alias.
4748
4749         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4750         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4751
4752 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4753
4754         * dgnushack.el: Don't use ignore-errors in the top level form since it
4755         is unavailable in XEmacs even if cl is loaded.
4756
4757         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4758
4759 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4760
4761         * shr.el (browse-url-mailto): Autoload.
4762
4763         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4764
4765         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4766         regexp doesn't need quoting.
4767
4768 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4769
4770         * message.el (message-subject-trailing-was-ask-regexp)
4771         (message-subject-trailing-was-regexp): Match was: in addition to was.
4772
4773 2010-11-09  Glenn Morris  <rgm@gnu.org>
4774
4775         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4776         (nnbabyl-check-mbox): Use point-at-bol.
4777
4778 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4779
4780         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4781
4782         * message.el (message-mailto): New function.
4783         (message-mailto): Should accept other parameters.
4784         (message-mailto): Remove since it duplicates browse-url-mailto
4785         functionality.
4786
4787 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4788
4789         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4790         methods.
4791         (gnus-read-active-file): Ditto.
4792
4793         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4794         ": " from the prompt.
4795         (gnus-group-make-group): Ditto.
4796
4797 2010-11-07  Glenn Morris  <rgm@gnu.org>
4798
4799         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4800         (gnus-bookmark-kill-line): Use point-at-eol.
4801
4802 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4803
4804         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4805         asterisks in From header.
4806
4807 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4808
4809         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4810         string to avoid making the From headers syntactically invalid.
4811
4812         * message.el (message-send-mail): Don't insert courtesy messages if the
4813         message already has List-Post and List-ID messages.
4814
4815 2010-11-06  Glenn Morris  <rgm@gnu.org>
4816
4817         * gnus-art.el (gnus-treat-article): Give dynamic local variables
4818         `condition', `type', `length' a prefix.
4819         (gnus-treat-predicate): Update for above name changes.
4820
4821 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
4822
4823         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4824         binding.  Handled by `gnus-summary-refer-thread' instead.
4825         (nnir-warp-to-article): New backend function.
4826
4827         * nnimap.el (nnimap-request-thread): Force dependency updating.
4828
4829         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4830         (gnus-summary-refer-thread): Rework to improve thread-referral.
4831
4832         * gnus-int.el (gnus-warp-to-article): New function.
4833
4834         * gnus-sum.el (gnus-summary-article-map): Bind it.
4835
4836 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
4837
4838         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4839         gnus-summary-refer-thread.
4840
4841         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4842         headers.
4843         (gnus-summary-limit-include-thread): Prevent articles in thread from
4844         being cut in gnus-cut-threads.
4845         (gnus-summary-refer-thread): Limit retrieved headers to those in
4846         thread.
4847
4848 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4849
4850         * message.el (message-send-mail): Use the value of
4851         message-courtesy-message from the message buffer.
4852
4853         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4854
4855         * shr.el (shr-browse-url): Implement mailto: URLs.
4856
4857         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4858         "raw".
4859
4860         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4861         if it's already selected.
4862
4863         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4864
4865 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4868         to measure the length and truncate alt text.
4869
4870 2010-11-03  Glenn Morris  <rgm@gnu.org>
4871
4872         * nndiary.el (nndiary-generate-nov-databases-1)
4873         (nndiary-generate-active-info): Rename dynamic variable `files' to
4874         something less generic.
4875
4876 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
4877
4878         * nnir.el (nnir-request-move-article): Call the underlying backend to
4879         move articles from nnir.
4880
4881 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4882
4883         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4884
4885 2010-11-02  Julien Danjou  <julien@danjou.info>
4886
4887         * nnir.el: Remove wais support.
4888
4889 2010-11-02  Glenn Morris  <rgm@gnu.org>
4890
4891         * gnus-html.el: Reorder requirements to quieten compiler.
4892
4893 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4894
4895         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4896         properly for XEmacs as well.
4897         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4898         (gnus-article-natural-long-line-p): Use window-width rather than
4899         frame-width.
4900
4901 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
4902
4903         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
4904         (nnir-read-parms): Don't modify query.
4905         (nnir-run-query): Add ability to search topic on current line.
4906         (nnir-get-active): Clean up.
4907
4908 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4909
4910         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4911         degenerate articles.
4912
4913         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4914         (gnus-print-buffer): Just print the buffer as is, without any copying
4915         to a buffer and then re-highlighting.
4916
4917         * nnimap.el (nnimap-request-group): Store the new updated info.
4918         (nnimap-request-group): Select the group when we don't know whether it
4919         exists or not.
4920
4921         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4922         groups.
4923
4924         * gnus-group.el (gnus-group-find-new-groups): Display all the new
4925         groups.
4926
4927         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4928         groups.
4929
4930         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4931         long-lines case by only filling the long lines.
4932
4933         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4934         (bug #7311).
4935
4936 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4937
4938         * shr.el: No need to declare `declare-function' since shr.el is for
4939         only Emacsen that provide `libxml-parse-html-region'.
4940
4941         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
4942         effective only in a file it is referred to.
4943
4944 2010-11-01  Glenn Morris  <rgm@gnu.org>
4945
4946         * mm-util.el (gnus-completing-read): Autoload.
4947         (mm-read-coding-system): Simplify Emacs definition.
4948
4949         * nnmail.el (gnus-activate-group):
4950         * nnimap.el (gnutls-negotiate):
4951         * nntp.el (netrc-parse): Fix declarations.
4952
4953 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4956         string-match-p in Emacs >=23.
4957
4958         * gnus-msg.el (gnus-configure-posting-styles):
4959         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4960
4961 2010-11-01  Glenn Morris  <rgm@gnu.org>
4962
4963         * nnir.el (declare-function): Add compat stub.
4964         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4965         (nnir-run-gmane): Require 'mm-url.
4966
4967         * mm-util.el (mm-string-to-multibyte): Simplify.
4968
4969         * shr.el (declare-function): Add compat stub.
4970         (url-cache-create-filename): Declare.
4971         (mm-disable-multibyte, widget-convert-button): Autoload.
4972
4973         * smime.el (ldap-search): Declare.
4974         (smime-cert-by-ldap-1): Require ldap on Emacs.
4975
4976         * nnimap.el: Require nnmail, and gnus-sum when compiling.
4977         (nnimap-keepalive): Use gnus-float-time.
4978
4979         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4980         (mail-source-delete-crash-box): Use gnus-float-time.
4981
4982         * gnus-dired.el (gnus-completing-read): Autoload.
4983
4984         * mm-view.el (gnus-rescale-image): Autoload.
4985
4986         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4987
4988         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4989
4990         * sieve-manage.el: Require 'cl when compiling.
4991
4992         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4993         (gnus-iswitchb-completing-read): Require iswitchb.
4994         (gnus-select-frame-set-input-focus): Silence compiler.
4995
4996 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4997
4998         * message.el (message-subject-trailing-was-query): Change default to t,
4999         since I think that's what most people want.
5000
5001         * nnimap.el (nnimap-request-accept-article): Erase buffer before
5002         appending for easier debugging.
5003         (nnimap-wait-for-connection): Take a regexp.
5004         (nnimap-request-accept-article): Wait for the continuation line before
5005         sending anything unless we're streaming.
5006
5007         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
5008         leave the header washing to take place.
5009
5010 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5011
5012         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
5013         regular expression match and replace in posting styles.
5014
5015 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
5016
5017         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
5018         an entire server.
5019         (nnir-get-active): New function.
5020         (nnir-run-imap): Use it.
5021         (nnir-run-gmane): Who knew, gmane search returns an article score!
5022
5023         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
5024         server on the current line with nnir.
5025
5026 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5027
5028         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
5029         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
5030         left edge.
5031         (gnus-article-foldable-buffer): Skip past the prefix when determining
5032         raggedness.
5033
5034         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
5035         the raw article, and change `C-u g' to show the article without doing
5036         treatments.
5037
5038         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
5039         on to `gnus-treat-article'.
5040         (gnus-inhibit-article-treatments): New variable.
5041
5042         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
5043
5044         * gnus-art.el (gnus-treatment-function-alist): Have
5045         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
5046         (gnus-treat-fill-long-lines): Change default to fill all text/plain
5047         sections.
5048
5049         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
5050         parameter.
5051         (gnus-article-fill-cited-long-lines): New function.
5052         (gnus-article-fill-cited-article): Allow filling only long sections.
5053
5054         * shr.el (shr-find-fill-point): Don't break lines between punctuation
5055         and non-punctuation (like after the apostrophe in "'We").
5056
5057         * gnus-sum.el (gnus-summary-select-article): Make sure
5058         gnus-original-article-buffer is alive.
5059
5060         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
5061         reflect the order they're in in the digest.
5062
5063         * gnus.el (gnus-group-startup-message): Move point to the start of the
5064         buffer.
5065
5066         * nnimap.el (nnimap-capability): New function.
5067         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
5068         is set.
5069
5070 2010-10-31  David Engster  <dengste@eml.cc>
5071
5072         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
5073         conform with changes to gnus-completing-read.
5074
5075 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5076
5077         * shr.el (shr-tag-img): Output "*" instead of "[img]".
5078
5079 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5080
5081         * nnir.el: Move defvar, defcustom around to keep file organized
5082         and keep byte-compiler quiet.
5083         (nnir-read-parms): Accept search-engine as arg.
5084         (nnir-run-query): Pass search-engine as arg.
5085         (nnir-search-engine): Remove.
5086
5087 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5088
5089         * shr.el (shr-generic): The text nodes should be text, not :text.
5090
5091         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
5092         later in the file.
5093
5094 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5095
5096         * nnir.el: General clean up.  Allow searching with multiple engines.
5097         Allow separate extra-parameters for each engine.
5098         Batch queries when possible.
5099         (nnir-imap-default-search-key,nnir-method-default-engines):
5100         Add customize interface.
5101         (nnir-run-gmane): New engine.
5102         (nnir-engines): Use it.  Qualify all prompts with engine name.
5103         (nnir-search-engine): Remove global variable.
5104         (nnir-run-hyrex): Restore for now.
5105         (nnir-extra-parms,nnir-search-history): New variables.
5106         (gnus-group-make-nnir-group): Use them.
5107         (nnir-group-server): Remove in favor of gnus-group-server.
5108         (nnir-request-group): Avoid searching twice.
5109         (nnir-sort-groups-by-server): New function.
5110
5111 2010-10-30  Julien Danjou  <julien@danjou.info>
5112
5113         * gnus-group.el: Remove gnus-group-fetch-control.
5114
5115         * gnus-start.el (gnus-find-new-newsgroups):
5116         Remove gnus-check-first-time-used.
5117
5118         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
5119
5120 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5121
5122         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
5123         set on groups that don't have \* permanentflags.
5124
5125 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5126
5127         * shr.el (shr-tag-span): Drop colorization of regions since we don't
5128         control the background color.
5129         (shr-tag-img): Ignore very small web bug type images.
5130         (shr-put-image): Add help-echo alt texts to the images.
5131         (shr-tag-video): Show the video poster image.
5132
5133 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5134
5135         * shr.el (shr-table-depth): New variable.
5136         (shr-tag-table-1): Only insert the images after the top-level table.
5137
5138         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
5139
5140         * gnus-util.el (gnus-list-memq-of-list): New function.
5141
5142         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
5143         selected.
5144         (nnimap-unsplittable-articles): New slot.
5145         (nnimap-new-articles): Use it.
5146
5147 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
5148
5149         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
5150         move to the previous line on `M-g'.
5151
5152 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5153
5154         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
5155         *-request-group, which seems unnecessary.
5156
5157         * nnimap.el (nnimap-quote-specials): Function copied over from
5158         imap.el.
5159         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
5160         they support that.  Suggested by Tom Regner.
5161
5162 2010-10-29  Julien Danjou  <julien@danjou.info>
5163
5164         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
5165         defalias.
5166         (gnus-summary-delete-marked-with): Remove obsolete defalias.
5167
5168         * gnus.el: Remove `gnus-nntp-service' variable.
5169         (gnus-secondary-servers): Make obsolete.
5170         (gnus-nntp-server): Make obsolete.
5171
5172         * gnus-start.el (gnus-1): Remove x-splash calls.
5173
5174         * gnus-ems.el (gnus-x-splash): Remove.
5175
5176         * gnus.el (gnus-group-startup-message): Simplify/update code.
5177
5178         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
5179         definition.
5180
5181         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
5182         capability before doing anything.
5183         (gnus-group-insert-group-line): Remove useless
5184         gnus-group-remove-excess-properties.
5185
5186 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
5189
5190 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5191
5192         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
5193         config after reselecting.
5194
5195 2010-10-28  Julien Danjou  <julien@danjou.info>
5196
5197         * shr.el (shr-put-image): Use point even if only inserting text.
5198         (shr-put-image): Save excursion when inserting alt text on non-graphic
5199         display, so the behavior is the same when we are on a graphic display.
5200
5201         * nnir.el (nnir-run-swish-e): Remove hyrex support.
5202
5203 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5204
5205         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
5206         (gnus-mime-copy-part): Check coding system, not charset.
5207         (gnus-mime-view-part-externally): Never remove part.
5208         (gnus-mime-view-part-internally): Don't remove part here.
5209         (gnus-article-part-wrapper): Make sure MIME tag is visible.
5210         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
5211         multipart/alternative.
5212
5213         * mm-decode.el (mm-display-part): Take optional arg `force'.
5214
5215 2010-10-26  Julien Danjou  <julien@danjou.info>
5216
5217         * gnus-group.el (gnus-group-default-list-level): Add this function to
5218         compute the default list level.
5219         (gnus-group-default-list-level): Add possibility to use a function.
5220
5221 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
5224
5225         * gnus-group.el (gnus-group-completing-read)
5226         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
5227         gnus-replace-in-string.
5228
5229 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * shr.el (shr-tag-div): Add.
5232
5233         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
5234
5235 2010-10-25  Julien Danjou  <julien@danjou.info>
5236
5237         * gnus-util.el: Remove `gnus-with-local-quit'.
5238
5239         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
5240
5241 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5242
5243         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
5244         the original article buffer.
5245
5246 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5247
5248         * nnimap.el (nnimap-request-head): New function.
5249         (nnimap-request-move-article): Try to be slightly faster by not
5250         requesting the entire message when moving.
5251         (nnimap-transform-headers): Don't bug out on bodiless articles.
5252         (nnimap-send-command): Have no outstanding messages if the IMAP server
5253         doesn't support streaming.
5254         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
5255
5256 2010-10-24  Julien Danjou  <julien@danjou.info>
5257
5258         * message.el (message-default-headers): Fix type.
5259
5260 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5261
5262         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
5263         prefetching images.
5264
5265         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
5266         backend for unknown groups.  This is mainly useful for nnimap groups.
5267
5268         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
5269         group isn't covered by the agent.
5270
5271 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
5272
5273         * nnir.el (nnir-method-default-engines): New variable.
5274         (nnir-run-query): Use it.
5275         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
5276         (gnus-summary-nnir-goto-thread): Change group if needed.
5277
5278         * gnus-group.el (gnus-group-group-map): Add key binding for
5279         gnus-group-make-nnir-group.
5280
5281 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5282
5283         * shr.el (shr-tag-object): Add.
5284
5285         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
5286         original article buffer live.
5287         (gnus-summary-select-article-buffer):
5288         Mention gnus-widen-article-buffer.
5289
5290 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5291
5292         * shr.el (shr-tag-strong): Add.
5293
5294 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5295
5296         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
5297         group names.  They mess up the group buffer badly.
5298
5299         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
5300
5301         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
5302         instead of the summary one.
5303
5304 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * mml.el (mml-preview): Work properly when editing article.
5307
5308         * gnus-start.el (gnus-read-active-file-1): Don't add method to
5309         gnus-have-read-active-file if it's already been in.
5310
5311 2010-10-22  Tom Tromey  <tromey@redhat.com>
5312
5313         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
5314         gnus-group-completing-read.
5315
5316 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5317
5318         * message.el (message-mode-map): Don't bind M-; to comment region, to
5319         allow the global comment-dwim to work.
5320
5321 2010-10-21  Julien Danjou  <julien@danjou.info>
5322
5323         * message.el (message-setup-1): Allow message-default-headers to be a
5324         function.
5325
5326 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * shr.el (shr-tag-table): Simplify.
5329
5330 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5331
5332         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
5333         to avoid trying to snarf invalid stuff.
5334
5335         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
5336
5337         * gnus.el (gnus-message-archive-group): Quote value.
5338         (gnus-message-archive-group): Mark as changed.
5339
5340         * shr.el (shr-add-font): Don't put the font properties on the newline
5341         or the indentation.
5342
5343         * message.el (message-fix-before-sending): Change options when sending
5344         non-printable characters.
5345
5346         * gnus.el (gnus-message-archive-method): Change the default to
5347         monthly outgoing groups.
5348
5349         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
5350         that have gotten new numbers.
5351
5352         * nnimap.el (nnimap-request-replace-article): New function.
5353
5354 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5355
5356         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
5357         (nnrss-request-article): Don't use special html washing code.
5358
5359 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * shr.el (shr-tag-table): Remove useless nconc.
5362
5363 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5364
5365         * gnus-art.el (article-wash-html): Simplify and remove the charset
5366         stuff.  Use the normal html rendering code instead of the special html
5367         washing code.
5368
5369         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
5370         `gnus-w3m' symbols.
5371         (mm-text-html-washer-alist): Remove.
5372
5373         * mm-decode.el (mm-inline-text-html-renderer): Remove.
5374         (mm-inline-media-tests): Remove use.
5375         (mm-text-html-renderer): Change default to the `shr' symbol.
5376
5377         * mm-view.el (mm-inline-text-html): Remove use.
5378
5379         * gnus-art.el (gnus-blocked-images): New function.  Allow the
5380         `gnus-blocked-images' to be a function.
5381         (gnus-article-wash-function): Remove.
5382
5383 2010-10-20  Julien Danjou  <julien@danjou.info>
5384
5385         * spam.el (spam-list-of-processors): Mark as obsolete.
5386
5387         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
5388         (nnimap-insert-partial-structure): Fix boundary detection.
5389
5390 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
5391
5392         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
5393         run file-truename on remote files.  This can be expensive and even
5394         prevent one from editing drafts if some unrelated buffer has a stale
5395         connection.
5396
5397 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
5400         kinsoku-eol regardless of shr-kinsoku-shorten.
5401         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
5402         (shr-tag-table): Support caption, thead, and tfoot.
5403
5404 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5405
5406         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
5407         lines.
5408         (shr-save-contents): New command and keystroke.
5409
5410         * nndoc.el (nndoc-type-alist): Add git support.
5411         (nndoc-git-type-p): New function.
5412         (nndoc-transform-git-article): Ditto.
5413         (nndoc-transform-git-headers): Ditto.
5414         (nndoc-transform-git-headers): Generate Subject headers.
5415
5416         * shr.el (shr-parse-style): New function.
5417         (shr-tag-span): Ditto.
5418
5419         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
5420         to `G G' to avoid collisions.
5421
5422 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5423
5424         * shr.el: Load kinsoku if necessary.
5425         (shr-kinsoku-shorten): New internal variable.
5426         (shr-find-fill-point): Make kinsoku shorten text line if
5427         shr-kinsoku-shorten is bound to non-nil.
5428         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
5429         shr-indentation too when testing if table is wider than frame width.
5430         (shr-insert-table): Use `string-width' instead of `length' to measure
5431         text width.
5432         (shr-insert-table-ruler): Make sure indentation is done at bol.
5433
5434 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5435
5436         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
5437         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
5438         undecoded network data.
5439
5440 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5441
5442         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
5443         name in the mode line spec so that the mode line menu works
5444         (bug #2431).
5445
5446         * message.el (message-get-reply-headers): If we're fed `to-address',
5447         then always use that.
5448
5449         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
5450         aren't so wide as to need to switch off the edit menu.
5451
5452         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
5453         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
5454
5455         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
5456         `M-g'.
5457         (nnimap-update-info): Update flags/read marks even if \* isn't part of
5458         the permanent marks.
5459
5460 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
5461
5462         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5463         Splitting according to references/in-reply-to obeys the ignore-groups
5464         variable, while splitting by sender and subject do not.
5465
5466 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5467
5468         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
5469         alist, so that we can look for non-Unicode chars.
5470         (article-translate-strings): Allow both character and string maps.
5471
5472 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5473
5474         * shr.el (shr-insert): Don't insert space behind a wide character
5475         categorized as kinsoku-bol, or between characters both categorized as
5476         nospace.
5477
5478 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
5479
5480         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
5481         headers to gnus-newsgroup-headers.
5482
5483 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5484
5485         * shr.el (shr-tag-img): Don't align images -- since we're not
5486         rescaling, this often leads to ugly displays.
5487
5488 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
5489
5490         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
5491         duplicates.
5492
5493 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
5494
5495         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
5496         call.
5497
5498 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5499
5500         * gnus.el: Autoload gnus-html-show-images.
5501
5502         * nnimap.el: Use nnheader-message throughout.
5503
5504         * shr.el (shr-tag-img): Ignore images with no data.
5505
5506 2010-10-15  Julien Danjou  <julien@danjou.info>
5507
5508         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
5509         a possibility to disable format=flow encoding when using hard newlines.
5510
5511 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5512
5513         * shr.el (shr-insert): Remove space inserted before or after a
5514         breakable character or at the beginning or the end of a line.
5515         (shr-find-fill-point): Do kinsoku; find the second best point or give
5516         it up if there's no breakable point.
5517
5518 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5519
5520         * nnimap.el (nnimap-open-connection): Message when opening connection
5521         for debugging purposes.
5522
5523         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
5524         on every setup buffer call to allow this to change from article to
5525         article.
5526
5527         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
5528         buffers where we have a wide table.
5529
5530 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
5531
5532         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
5533         uses *-request-thread.
5534
5535 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5536
5537         * nnimap.el (nnimap-open-connection): Remove %s from openssl
5538         incantation, which is no longer valid.
5539
5540 2010-10-14  Julien Danjou  <julien@danjou.info>
5541
5542         * shr.el: Fix defcustom type (char -> character).
5543
5544 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5545
5546         * nnimap.el (nnimap-open-connection): tls-program should be a list of
5547         programs.
5548
5549 2010-10-14  Julien Danjou  <julien@danjou.info>
5550
5551         * shr.el (shr-tag-a): Use url-link as widget type.
5552
5553         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
5554         `gnus-group-get-icon'.
5555
5556 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5557
5558         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
5559         This should make server editing work better.
5560
5561         * shr.el (shr-find-fill-point): Don't inloop on indented text.
5562
5563         * tls.el (tls-program): Remove spurious %s from openssl.
5564
5565         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
5566         (nnimap-parse-flags): Fix regexp.
5567
5568         * shr.el (shr-find-fill-point): Use a filling algorithm that should
5569         probably work for CJVK text, too.
5570
5571         * nnimap.el (nnimap-extend-tls-programs): Remove.
5572         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
5573
5574         * tls.el (tls-starttls-switches): Remove starttls hack.
5575         (open-tls-stream): Ditto.
5576         (tls-find-starttls-argument): Ditto.
5577
5578 2010-10-13  Julien Danjou  <julien@danjou.info>
5579
5580         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
5581         responses.
5582
5583 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5584
5585         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
5586
5587         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
5588         anything in Emacs.
5589
5590         * shr.el (shr-current-column): Remove buggy and unnecessary function.
5591
5592 2010-10-13  Julien Danjou  <julien@danjou.info>
5593
5594         * shr.el (shr-width): Make shr-width a defcustom with default to
5595         fill-column.
5596         (shr-tag-img): Use shr-width rather than fill-column.
5597
5598 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5599
5600         * dgnushack.el (byte-optimize-apply):
5601         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
5602
5603         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
5604         position when (X-)Faces exist.
5605         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
5606         avatars when called interactively.
5607
5608 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
5611         gnus-article-x-face-too-ugly is bound.
5612
5613 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5614
5615         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
5616
5617         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
5618         mailbox that doesn't exist.
5619
5620 2010-10-12  Julien Danjou  <julien@danjou.info>
5621
5622         * shr.el (shr-tag-img): Encode URL properly when retrieving.
5623         (shr-get-image-data): Encode URL properly when fetching from cache.
5624         (shr-tag-img): Use aligned-to spaces to align correctly images.
5625
5626         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
5627         before inserting the Gravatar.
5628
5629         * shr.el (shr-tag-img): Add align attribute support for <img>.
5630
5631 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5632
5633         * gnus-gravatar.el (gnus-art): Require.
5634
5635         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
5636         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5637         Remove long obsoleted functions.
5638
5639 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5640
5641         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
5642
5643         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
5644
5645         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
5646         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
5647         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
5648         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
5649         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
5650         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
5651         * sieve-manage.el, smime.el, spam.el:
5652         Fix comment for declare-function.
5653
5654 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5655
5656         * nnimap.el (nnimap-request-rename-group): Select group read-only
5657         before renaming it.
5658
5659         * shr.el (shr-insert): Fix up the white space only regexp.
5660
5661         * nnimap.el (nnimap-transform-split-mail): Not all articles have
5662         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
5663
5664         * shr.el (shr-current-column): New function.
5665         (shr-find-fill-point): New function.
5666
5667 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5668
5669         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
5670         numbers.
5671
5672 2010-10-11  Julien Danjou  <julien@danjou.info>
5673
5674         * shr.el (shr-hr-line): Add.
5675         (shr-tag-hr): Use shr-hr-line to specify which character to use to
5676         display hr lines.
5677         (shr-max-columns): Do not change state to nil if we just inserting
5678         spaces.
5679
5680 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5681
5682         * gnus-topic.el (gnus-topic-read-group): If after the last group,
5683         select the last group.
5684
5685 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5686
5687         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5688
5689 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
5690
5691         * dig.el (dig-mode-map): Declare and define in one step.
5692
5693 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5694
5695         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5696         for Gnus.
5697         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5698         (nnimap-update-qresync-info): Mark \Seen articles as read.
5699
5700         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5701         non-variable, too.
5702
5703         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
5704         available.
5705         (nnimap-update-info): Rely more on the current active than the param
5706         active to avoid marking articles as read too much.
5707
5708         * auth-source.el (auth-source-create): Use (user-login-name) for the
5709         user name default.
5710
5711         * nnimap.el (nnimap-update-info): If the server doesn't return any
5712         useful info, just use the previous info.
5713         (nnimap-update-info): Prefer old info over start-article.
5714         (nnimap-update-qresync-info): Finish implementing QRESYNC.
5715
5716 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
5717
5718         * nnir.el (autoload): Clean up autoloads.
5719         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5720         Use key rather than value.
5721         (nnir-imap-search-other): New variable.
5722         (nnir-read-parm): Use it.
5723         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5724         (gnus-summary-nnir-goto-thread): Modify to work with imap.
5725
5726 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5727
5728         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5729         the process, too.
5730
5731 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5732
5733         * spam.el (gnus-summary-mode-map): Bind to "$".
5734         Suggested by Russ Allbery.
5735
5736         * shr.el: Rework the way things are indented by <li> slightly.
5737
5738         * gnus.el (gnus-group-set-parameter): Fix typo.
5739
5740         * nnimap.el: Start implementing QRESYNC support.
5741
5742 2010-10-09  Julien Danjou  <julien@danjou.info>
5743
5744         * nnir.el (nnir-engines): Fix too many arguments.
5745
5746 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5747
5748         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5749         group is the "last", so that the backends like nnfolder actually save
5750         their folders.
5751
5752         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
5753         try to use that for the tls stream.
5754         (nnimap-retrieve-group-data-early): Rework the marks code to heed
5755         UIDVALIDITY and find out which groups are read-only and not.
5756         (nnimap-get-flags): Use the same marks parsing code as the rest of
5757         nnimap.
5758
5759 2010-10-09  Julien Danjou  <julien@danjou.info>
5760
5761         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5762
5763         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5764         retrieving gravatars.
5765
5766         * shr.el (shr-table-corner): Add.
5767         (shr-table-line): Add.
5768         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5769
5770 2010-10-08  Julien Danjou  <julien@danjou.info>
5771
5772         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5773
5774 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
5775
5776         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5777
5778         * gnus-sum.el (gnus-mark-article-as-unread)
5779         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5780         (gnus-summary-set-bookmark): Use it.
5781
5782         * gnus-msg.el (gnus-setup-message): Use it.
5783
5784         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5785
5786         * gnus.el (gnus-group-remove-parameter): Use it.
5787
5788         * gnus-group.el (gnus-group-make-web-group): Use it.
5789
5790         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5791
5792         * nnregistry.el: Update docs to mention manual.
5793
5794         * gnus-registry.el: Update docs to mention nnregistry.el.
5795         (gnus-registry-initialize): Don't install nnregistry refer method
5796         automatically.
5797         (gnus-registry-install-nnregistry): Remove it.
5798
5799 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5800
5801         * shr.el (shr-insert): Don't insert double spaces.
5802
5803 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5804
5805         * gnus-gravatar.el (gnus-treat-from-gravatar)
5806         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5807         called interactively.
5808
5809         * gnus-art.el (gnus-mime-view-part-externally)
5810         (gnus-mime-view-part-internally): Make predicate function passed to
5811         gnus-mime-view-part-as-type assume argument is a mime type, not a list
5812         of a mime type.
5813
5814         * shr.el (shr-table-widths): Don't use cl function `reduce'.
5815
5816 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5817
5818         * shr.el (require): Require cl when compiling.
5819         (shr-tag-hr): New function.
5820
5821         * nnimap.el (nnimap-update-info): Remove double setting of high.
5822         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5823         This makes nnimap work properly on Courier again.
5824
5825         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5826         the variable for backwards compatibility.
5827
5828         * mm-decode.el (mm-save-part): If given a non-directory result, expand
5829         the file name before using to avoid setting mm-default-directory to
5830         nil.
5831
5832         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5833         bidning gnus-agent variables.
5834
5835         * shr.el (shr-render-td): Use a cache for the table rendering function
5836         to avoid getting an exponential rendering behavior in nested tables.
5837         (shr-insert): Rework the line-breaking algorithm.
5838         (shr-insert): Don't leave trailing spaces.
5839         (shr-insert-table): Also insert empty TDs.
5840         (shr-tag-blockquote): Ensure paragraphs after </ul>.
5841
5842 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5843
5844         * gnus-sum.el (gnus-number): Rename from `number'.
5845         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5846         (gnus-summary-limit-children): Update uses correspondingly.
5847
5848 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5851         (gnus-gravatar-transform-address): Don't show avatars of people of
5852         which mail addresses match gnus-gravatar-too-ugly.
5853
5854 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5855
5856         * shr.el (shr-table-widths): Expand TD elements to fill available
5857         space.
5858
5859 2010-10-07  Julien Danjou  <julien@danjou.info>
5860
5861         * nnimap.el (nnimap-request-rename-group): Add this method.
5862
5863 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5866         name from XEmacs' function-arglist.
5867
5868         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5869         gravatar under XEmacs.
5870
5871 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
5872
5873         * auth-source.el: Update docs with TODO items.
5874
5875         * gnus-sync.el: Update docs to explain state and plans.
5876
5877         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5878         Hooks for mark updates.
5879         (gnus-request-set-mark, gnus-request-update-mark): Use them.
5880
5881         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5882         hooks with arguments, which is needed for mark update hooks.
5883
5884 2010-10-06  Julien Danjou  <julien@danjou.info>
5885
5886         * gnus.el (gnus-expand-group-parameter): Only return and act on what
5887         was matched.
5888
5889         * sieve-manage.el: Update example in `Commentary'.
5890
5891         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5892
5893         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5894         not 2000.
5895         (sieve-manage-authenticate): Re-add function.
5896
5897 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5898
5899         * shr.el (shr-insert): Get 'space transition right.
5900         (shr-render-td): Only delete space at the end of the TD.
5901
5902         * nnimap.el (nnimap-open-connection): Prepare to support
5903         open-gnutls-stream.
5904
5905         * shr.el: Rearrange function order to be more logical.
5906
5907 2010-10-06  Julien Danjou  <julien@danjou.info>
5908
5909         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5910         (nnrss-discover-feed): Remove 404 URL in docstring.
5911
5912         * nnir.el: Fix Swish-E URL.
5913         Fix Namazu URL.
5914
5915         * message.el (message-change-subject): Remove 404 URL in a comment.
5916
5917 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5918
5919         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5920         called interactively.
5921
5922         * gnus-util.el (gnus-remove-if): Allow hash table.
5923         (gnus-remove-if-not): New function.
5924
5925         * gnus-art.el (gnus-mime-view-part-as-type):
5926         * gnus-score.el (gnus-summary-score-effect):
5927         * gnus-sum.el (gnus-read-move-group-name):
5928         Replace remove-if-not with gnus-remove-if-not.
5929
5930         * gnus-group.el (gnus-group-completing-read):
5931         Regard collection as a hash table if it is not a list.
5932
5933 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5934
5935         * shr.el (shr-render-td): Allow blank/missing <TD>s.
5936
5937         * shr.el: Document the table-rendering algorithm.
5938
5939 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
5942         for Emacsen having no `libxml-parse-html-region' support.
5943
5944 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5945
5946         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5947         invalid URLs.
5948
5949         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5950         line-broken.
5951         (shr-tag-img): Ignore image fetching errors.
5952         (shr-overlays-in-region): Compute overlay positions correctly.
5953
5954         * mm-decode.el (mm-shr): Require shr.
5955
5956         * gnus-art.el (gnus-blocked-images): Move variable here.
5957
5958         * shr.el (shr-insert-table): Bind free variable.
5959
5960         * mm-decode.el (mm-shr): Bind shr-content-function.
5961
5962         * shr.el (shr-content-function): New variable.
5963
5964         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5965         added for symmetry.
5966
5967         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5968
5969         * gnus-group.el (gnus-group-make-group): Doc fix.
5970
5971         * nnimap.el (nnimap-request-newgroups): Return success.
5972
5973         * shr.el (shr-find-elements): New function.
5974         (shr-tag-table): Put all the images after the table.
5975         (shr-tag-table): Really inhibit images inside the table.
5976         (shr-collect-overlays): Copy over overlays from the TD elements to the
5977         main document.
5978
5979         * mm-decode.el (mm-shr): Bind shr-blocked-images to
5980         gnus-blocked-images.
5981
5982 2010-10-05  Julien Danjou  <julien@danjou.info>
5983
5984         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5985
5986         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5987         (gnus-html-maximum-image-size): Add this function.
5988         (gnus-html-put-image): Use gnus-html-maximum-image-size.
5989
5990         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5991         server-value of the capability is nil.
5992
5993 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5994
5995         * shr.el (shr-tag-em): Add <EM> tag.
5996
5997 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
5998
5999         * sieve-manage.el (sieve-manage-default-stream): Make default stream
6000         customizable.
6001
6002         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
6003         handing broken links to browse-url.
6004
6005 2010-10-05  Julien Danjou  <julien@danjou.info>
6006
6007         * gnus-util.el (gnus-emacs-completing-read)
6008         (gnus-iswitchb-completing-read): Use autoload rather than require.
6009
6010 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
6013         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
6014         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
6015         iswitchb-temp-buflist for XEmacs.
6016
6017         * gnus-util.el (gnus-completing-read-function): Exclude
6018         gnus-icompleting-read and gnus-ido-completing-read from candidates for
6019         XEmacs since iswitchb.el is very old and ido.el is unavailable in
6020         XEmacs.
6021
6022         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
6023         not to use `delete-dups' that is unavailable in XEmacs 21.4.
6024
6025         * gnus-html.el: Don't require help-fns under XEmacs.
6026         (gnus-html-schedule-image-fetching): Work for XEmacs.
6027
6028         * mm-decode.el (mm-shr): Decode contents by charset.
6029
6030 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6031
6032         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
6033         unknown.
6034
6035         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
6036         (shr-get-image-data): Ensure against the cache file missing.
6037
6038         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
6039         for data.
6040
6041         * spam-report.el (spam-report-url-ping-plain): Don't query about
6042         killing the process.
6043
6044         * shr.el (shr-render-td): Protect against too-wide text.
6045
6046 2010-10-04  Julien Danjou  <julien@danjou.info>
6047
6048         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
6049         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
6050
6051         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
6052         retrieved.
6053
6054 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6055
6056         * shr.el (browse-url): Require.
6057         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
6058         lines.
6059         (shr-show-alt-text, shr-browse-image): New commands.
6060         (shr-browse-url, shr-copy-url): New commands.
6061
6062         * gnus-sum.el (gnus-widen-article-window): New variable.
6063         (gnus-summary-select-article-buffer): Use it.
6064
6065         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
6066         without @ signs.
6067
6068 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6069
6070         * nnir.el (nnir-run-imap): Remove spurious space in search string.
6071
6072 2010-10-04  Julien Danjou  <julien@danjou.info>
6073
6074         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
6075         for XEmacs.
6076
6077 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6078
6079         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
6080
6081         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
6082         (nnimap-close-server): Implement.
6083
6084         * dgnushack.el (iswitchb): Require to shut up the compiler.
6085
6086         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
6087         (shr-insert): Tweak line breaking.
6088         (shr-insert): Handle <pre> better.
6089         (shr-tag-li): Get <li> indentation right.
6090         (shr-tag-li): Get <li> indentation even righter.
6091         (shr-tag-blockquote): Ensure paragraph start.
6092         (shr-make-table): Tweak table generation.
6093         (shr-make-table): Fix typo.
6094
6095         * shr.el: Implement table rendering.
6096
6097 2010-10-04  Julien Danjou  <julien@danjou.info>
6098
6099         * gnus-html.el (gnus-html-put-image): Fix resize image code.
6100
6101 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6102
6103         * shr.el (shr-insert): Use string anchors instead of line anchors.
6104
6105 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6106
6107         * shr.el: Add headings.
6108         (shr-ensure-paragraph): Actually work.
6109         (shr-tag-li): Make <ul> prettier.
6110         (shr-insert): Get white space at the beginning/end of elements right.
6111         (shr-tag-p): Collapse subsequent <p>s.
6112         (shr-ensure-paragraph): Don't insert double line feeds after blank
6113         lines.
6114         (shr-insert): \t is also space.
6115         (shr-tag-s): Fix "s" tag name function.
6116         (shr-tag-s): Fix face prop name.
6117
6118 2010-10-03  Julien Danjou  <julien@danjou.info>
6119
6120         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
6121
6122         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
6123         gnus-window-inside-pixel-edges.
6124
6125         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
6126         gnus-ems.
6127
6128         * mm-view.el (mm-inline-image-emacs): Support image resizing.
6129
6130         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
6131         function.
6132
6133         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
6134         resize choice.
6135
6136 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6137
6138         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
6139         beginning of the buffer.
6140
6141         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
6142         article buffer again.
6143
6144         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
6145
6146         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
6147         when it's at the start of the buffer.
6148
6149         * shr.el (shr-tag-blockquote): Convert name.
6150         (shr-rescale-image): Use the right image-size variant.
6151
6152         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
6153         buffer isn't shown, then select the current article first instead of
6154         bugging out.
6155         (gnus-summary-select-article-buffer): Show both the article and summary
6156         buffers again.
6157
6158         * shr.el (shr-fontize-cont): Protect against regions with no text.
6159         Rename tag functions to shr-tag-* for enhanced security.
6160         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
6161
6162 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
6163
6164         * shr.el (shr-insert):
6165         * pop3.el (pop3-movemail):
6166         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
6167         loaded.
6168
6169 2010-10-03  Glenn Morris  <rgm@gnu.org>
6170
6171         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
6172
6173         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
6174
6175         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
6176
6177         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
6178
6179         * gnus-util.el (gnus-make-local-hook): Simplify.
6180
6181 2010-10-02  Julien Danjou  <julien@danjou.info>
6182
6183         * gnus-util.el (gnus-iswitchb-completing-read): New function.
6184         (gnus-ido-completing-read): New function.
6185         (gnus-emacs-completing-read): New function.
6186         (gnus-completing-read): Use gnus-completing-read-function.
6187         Add gnus-completing-read-function.
6188
6189 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6190
6191         * shr.el (shr-insert-document): Autoload.
6192         (shr-img): Be silent.
6193         (shr-insert): Add a newline after every picture before text.
6194         (shr-add-font): Use overlays for combining faces.
6195         (shr-insert): Pass upwards the text start point.
6196
6197         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
6198         possible.
6199         (mm-shr): New function.
6200
6201 2010-10-02  Julien Danjou  <julien@danjou.info>
6202
6203         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
6204         should go backward.
6205
6206 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
6207
6208         * shr.el (shr): Fix typo in provide call.
6209
6210 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6211
6212         * shr.el: New file.
6213
6214         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
6215
6216         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
6217         completing read.
6218
6219 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6220
6221         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
6222         we're being queried about.  Suggested by Dan Jacobson.
6223
6224         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
6225         Suggested by Jason Eisner.
6226
6227         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
6228         table, too.  Suggested by Stefan Wiens.
6229         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
6230         the table unnecessary.  Suggested by Stefan Wiens.
6231
6232         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
6233         longer needed, and probably doesn't work either, as pointed out by
6234         Stefan Wiens.
6235         (gnus-summary-exit): Remove call to the clearing function.
6236         (gnus-summary-exit-no-update): Ditto.
6237
6238         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
6239         instead of gnus-eval-in-buffer-window to avoid popping up frames.
6240         Reported by Stefan Monnier.
6241         (gnus-summary-save-in-rmail): Ditto.
6242
6243         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
6244         article buffer, instead of both the article buffer and the summary
6245         buffer.  Sort of suggested by Dan Jacobson.
6246
6247         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
6248
6249         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
6250         Suggested by Dan Jacobson.
6251
6252         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
6253         documentation clearer.
6254
6255         * message.el (message-shorten-references): Comment on the number "21".
6256         Suggested by Stefan Monnier.
6257
6258         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
6259         Suggested by Dan Jacobson.
6260
6261         * gnus.el (gnus-large-newsgroup):
6262         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
6263
6264         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
6265         externalize attachments.  Bug reported by Steve Wen.
6266
6267         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
6268         really message anything to the user.
6269
6270         * nnmail.el (nnmail-article-group): Allow using the fancy split method
6271         directly.
6272
6273         * nnimap.el (nnimap-request-group): Low higher than high to signal no
6274         messages in empty groups.
6275
6276 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
6277
6278         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
6279         non-UIDNEXT group.
6280
6281 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6282
6283         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
6284         not the value from the collection.
6285
6286         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
6287         values.  This sometimes happens on some groups that have no info.
6288         (nnimap-request-newgroups): New function.
6289
6290 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
6291
6292         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
6293         check into `gnus-registry-initialize'.
6294         (gnus-registry-initialize): Ditto.
6295         Fix and extend header docs.
6296
6297 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6298
6299         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
6300         regexp backtrace overflows.
6301
6302         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
6303         for starttls that tls.el implements; i.e. openssl.
6304
6305         * tls.el (tls-starttls-switches): Give up on using starttls with
6306         gnutls-cli.
6307         (tls-program): Add --insecure to be consistent with the defaults from
6308         openssl s_client.  Now all three commands are insecure.
6309
6310 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6311
6312         * lpath.el: Bind completion-styles-alist for XEmacs.
6313
6314         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
6315         (gravatar-create-image): New function that's an alias to
6316         gnus-xmas-create-image, gnus-create-image, or create-image.
6317         (gravatar-data->image): Use it.
6318
6319 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
6320
6321         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
6322         install the nnregistry refer method.
6323         (gnus-registry-install-hooks): Use it.
6324         (gnus-registry-unfollowed-groups): Add nnmairix to the default
6325         unfollowed groups.
6326
6327 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
6328
6329         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
6330         expanding threads.
6331
6332 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6333
6334         * nnir.el: Use the server names without suffixes (bug #7009).
6335
6336         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
6337         unencrypted to STARTTLS, if possible.
6338
6339 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6340
6341         * message.el (message-ignored-supersedes-headers): Strip Injection-*
6342         headers before superseding.
6343
6344 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6345
6346         * nnrss.el (nnrss-use-local): Add documentation.
6347
6348         * nnimap.el (nnimap-extend-tls-programs): New function.
6349         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
6350         (nnimap-wait-for-connection): Accept the greeting from the stupid
6351         output from openssl s_client -starttls, too.
6352
6353         * tls.el (tls-starttls-switches): New variable.
6354         (tls-find-starttls-argument): Use it.
6355         (open-tls-stream): Ditto.
6356
6357         * netrc.el (netrc-credentials): Return the value of the "default" entry.
6358         (netrc-machine): Ditto.
6359
6360         * nnimap.el (nnimap-find-article-by-message-id): Really return the
6361         article number.
6362         (nnimap-split-fancy): New variable.
6363         (nnimap-split-incoming-mail): Use it.
6364
6365         * nntp.el (nntp-server-list-active-group): Document.
6366
6367         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
6368         SELECT to get the message-id.
6369
6370         * mail-source.el (mail-sources): Remove webmail support.
6371         (defvar): Ditto.
6372         (mail-source-fetcher-alist): Ditto.
6373         (mail-source-fetch-webmail): Remove.
6374
6375         * webmail.el: Remove -- doesn't seem relevant any more.
6376
6377         * gnus.el: Fix up make-obsolete-variable declarations throughout.
6378
6379         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
6380         the \r.
6381
6382 2010-09-30  Julien Danjou  <julien@danjou.info>
6383
6384         * gnus-agent.el (gnus-agent-add-group): Fix call to
6385         gnus-completing-read.
6386
6387 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6388
6389         * nndoc.el (nndoc-retrieve-groups): New function.
6390
6391         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
6392         `default', use nnmail-split-methods.
6393         (nnimap-request-article): Downcase the NILs so that they are nil.
6394
6395         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
6396         symbol.
6397
6398         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
6399         code, since if the user has requested network, that's what they ought
6400         to get.
6401         (nnimap-request-set-mark): Erase the buffer before issuing commands.
6402         (nnimap-split-rule): Mark as obsolete.
6403
6404         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
6405         New variable.
6406
6407         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
6408         correct slot, too.
6409
6410 2010-09-29  Julien Danjou  <julien@danjou.info>
6411
6412         * gnus.el (gnus-local-domain): Declare variable obsolete.
6413
6414         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
6415         Fix history computing.
6416         (gnus-ido-completing-read): Require ido.
6417
6418 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6419
6420         * gnus-registry.el: Don't prompt on load, which makes it impossible to
6421         build Gnus.
6422
6423         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
6424         when interpreting the structures.
6425         (nnimap-request-accept-article): Add \r\n to the lines to make this
6426         work with Cyrus.
6427
6428         * nndraft.el (nndraft-request-expire-articles): Use the group name
6429         instead if "nndraft".  Fix found by Nils Ackermann.
6430
6431 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
6432
6433         * nnregistry.el: Add.
6434
6435 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6436
6437         * nnmail.el (group, group-art-list, group-art):
6438         Remove unneeded directives.
6439
6440 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6441
6442         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
6443         (mm-mime-charset):
6444         * rfc2047.el (rfc2047-syntax-table):
6445         * utf7.el (utf7-utf-16-coding-system): Comment fix.
6446
6447         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
6448         rather than `insert-file-contents' and `eval-region'.
6449
6450         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6451         construction.
6452
6453         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
6454
6455         * time-date.el: No need to require cl for Emacs 21.
6456
6457 2010-09-29  Julien Danjou  <julien@danjou.info>
6458
6459         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
6460         replacement of `gnus-gravatar-relief' to mimic
6461         `gnus-faces-properties-alist'.
6462         Add :version property.
6463
6464 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6465
6466         * mail-source.el (mail-source-report-new-mail):
6467         * message.el (message-default-mail-headers):
6468         * mm-decode.el (mm-valid-image-format-p): Comment fix.
6469
6470         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
6471
6472 2010-09-28  Julien Danjou  <julien@danjou.info>
6473
6474         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
6475         mail-address contains the same string as real-name.
6476
6477         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
6478         non-blank in header, otherwise it'll get stripped.
6479
6480         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
6481         real-name, and then for mail address rather than doing : or , search.
6482
6483 2010-09-27  Julien Danjou  <julien@danjou.info>
6484
6485         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
6486         right completing-read function.
6487         (gnus-use-ido): New variable
6488         (gnus-completing-read-with-default): Remove.
6489         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
6490         (gnus-agent-add-group):
6491         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
6492         * mm-view.el (mm-view-pkcs7-decrypt):
6493         * mm-util.el (mm-codepage-setup):
6494         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6495         * mml-smime.el (mml-smime-openssl-sign-query):
6496         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
6497         (mml-insert-multipart):
6498         * gnus-msg.el (gnus-summary-yank-message):
6499         * gnus-int.el (gnus-start-news-server):
6500         * mm-decode.el (mm-interactively-view-part):
6501         * gnus-dired.el (gnus-dired-attach):
6502         * gnus.el (gnus-read-method):
6503         * gnus-bookmark.el (gnus-bookmark-jump):
6504         * gnus-art.el (gnus-mime-view-part-as-type)
6505         (gnus-mime-action-on-part, gnus-article-encrypt-body):
6506         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
6507         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
6508         * nnmairix.el (nnmairix-create-server-and-default-group)
6509         (nnmairix-update-groups, nnmairix-get-server)
6510         (nnmairix-backend-to-server, nnmairix-goto-original-article)
6511         (nnmairix-get-group-from-file-path):
6512         * nnrss.el (nnrss-find-rss-via-syndic8):
6513         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
6514         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
6515         (gnus-group-browse-foreign-server):
6516         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
6517         (gnus-summary-execute-command, gnus-summary-respool-article)
6518         (gnus-read-move-group-name):
6519         * gnus-score.el (gnus-summary-increase-score)
6520         (gnus-summary-score-effect):
6521         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
6522
6523 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6524
6525         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
6526         x-focus-frame.
6527
6528         * nnimap.el (auth-source-forget-user-or-password)
6529         (auth-source-user-or-password): Autoload.
6530
6531         * message.el (message-from-style, message-interactive)
6532         (message-cite-prefix-regexp, message-sendmail-envelope-from)
6533         (message-yank-prefix, message-indentation-spaces, message-signature)
6534         (message-signature-file): Add comment.
6535
6536 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6537
6538         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
6539         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
6540         new articles.
6541
6542         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
6543         parts.
6544         (nnimap-request-article): Work with the t setting, too.
6545
6546         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
6547         that you don't get flashes of other buffers.
6548         (gnus-summary-show-complete-article): Intern before setting.
6549
6550 2010-09-27  David Engster  <dengste@eml.cc>
6551
6552         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
6553         well as HEADERS.
6554         (nnmairix-retrieve-headers): Provide new argument for the above.
6555
6556 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6557
6558         * gnus-sum.el (gnus-summary-move-article): Don't alter
6559         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
6560         group.
6561
6562         * nnimap.el (nnimap-update-info): Don't destructively alter active.
6563
6564         * message.el (message-cite-prefix-regexp): Revert my last edit.
6565
6566         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
6567         variable instead of the Gnus variable.
6568
6569         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
6570
6571         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
6572
6573         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
6574         since some servers don't like it.
6575         (nnimap-open-connection): Forget credentials if the server says the
6576         password was wrong.
6577         (nnimap-parse-line): Protect against invalid data.
6578
6579         * gnus-sum.el (gnus-summary-move-article): Add comment.
6580         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
6581         nothing alters it while scanning for new messages.
6582
6583         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
6584         which may or may not help.
6585         (nnimap-open-connection): If we're doing a stream connection, and then
6586         discover we're on a STARTTLS-capable server, then open a STARTTLS
6587         connection instead.
6588
6589 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6590
6591         * nnimap.el (utf7): Require.
6592
6593         * message.el (message-cite-prefix-regexp): Remove "}" from citation
6594         prefix.
6595
6596 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
6597
6598         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
6599
6600 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6601
6602         * nnimap.el (nnimap-request-accept-article): Message the error on
6603         error.
6604
6605 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6606
6607         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
6608
6609 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6610
6611         * nndoc.el (nndoc-request-list): Return success always.
6612
6613         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
6614         `fetch-old' -- we only want to fetch the articles we've requested.
6615         The rest are in the agent, probably.
6616         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
6617         disappeared server" to something low.  It's not important.
6618
6619         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
6620         arrived before the FETCH data.
6621
6622         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
6623         target here, because we don't know the Gnus name of the group.
6624
6625         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
6626         for the correct group.
6627
6628         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
6629
6630         * gnus.el (gnus): Give a final warning after startup.
6631
6632         * gnus-util.el (gnus-action-message-log): New variable.
6633         (gnus-message): Use it.
6634         (gnus-final-warning): New function.
6635
6636         * nnimap.el (nnimap-open-connection): Record the greeting.
6637         (nnimap): Add greeting.
6638
6639 2010-09-26  Julien Danjou  <julien@danjou.info>
6640
6641         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
6642         arguments.
6643         (gnus-html-wash-images): Fix spec computing to include start/end.
6644
6645         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
6646
6647 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6648
6649         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
6650         deletion.
6651         (nnimap-retrieve-headers): Don't select the group, because that's
6652         already done by nnimap-possibly-change-group.
6653
6654         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
6655         (gnus-picon-transform-address): Use it.
6656
6657         * mail-source.el (mail-source-value): Revert previous patch.
6658
6659         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
6660         on failure.
6661         (nnimap-open-connection): Look up both virtual and physical server name
6662         credentials.
6663
6664         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
6665
6666 2009-02-07  Dave Love  <fx@gnu.org>
6667
6668         * tls.el (open-tls-stream): Don't query killing process.
6669
6670 2009-02-08  Dave Love  <fx@gnu.org>
6671
6672         * gnus-win.el (gnus-window-to-buffer-helper)
6673         (gnus-all-windows-visible-p): Function needn't be a symbol.
6674
6675         * mail-source.el (mail-source-value): Function needn't be a symbol.
6676
6677 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6678
6679         * message.el (message-cite-prefix-regexp): Remove } from the cite
6680         prefix.
6681
6682         * gnus-art.el (gnus-treatment-function-alist): Do picons before
6683         highlight again, so that the highlight is correct.
6684
6685         * gnus-picon.el (gnus-picon): Remove again.
6686         (gnus-picon-create-glyph): Set the background XPM color explicitly.
6687
6688         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
6689         doing the header highlightling, so that the background color of the
6690         picon is correct.
6691
6692         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6693         (gnus-picon): Ditto.
6694         (gnus-picon): Reinstate.  The background color for picons is white.
6695         (gnus-picon-insert-glyph): Make the background white.
6696
6697         * nnml.el (nnml-open-nov): Don't return dead buffers.
6698
6699         * auth-source.el (auth-source-create): Query the user for whether to
6700         store the credentials.
6701
6702         * netrc.el (netrc-store-data): New function.
6703
6704         * auth-source.el (auth-source-user-or-password): Use the existing auth
6705         sources, if any, for creation.
6706
6707         * gnus.el (gnus-group-fast-parameter): Return the last matching
6708         parameter instead of the first matching parameter.
6709
6710 2010-09-26  Julien Danjou  <julien@danjou.info>
6711
6712         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6713
6714 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6715
6716         * mml2015.el (mml2015-use): Remove gpg support.
6717
6718         * mml1991.el (mml1991-function-alist): Remove gpg function.
6719         (mml1991-gpg-sign): Remove.
6720
6721 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
6722
6723         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6724         (gnus-browse-unsubscribe-current-group): Document it.
6725         (gnus-browse-unsubscribe-group): Use it.
6726
6727 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6728
6729         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6730         address to the To list for easier response.
6731
6732         * gnus.el (gnus-play-startup-jingle): Remove.
6733         (gnus-splash): Don't play jingle.
6734         (gnus): Silence gnus-load message.
6735
6736         * gnus-art.el (gnus-treat-play-sounds): Remove.
6737
6738         * gnus.el (gnus-play-jingle): Remove audio support.
6739
6740         * gnus-cus.el (gnus-score-customize): Remove audio reference.
6741
6742         * earcon.el: Remove -- no users.
6743
6744         * gnus-audio.el: Remove -- no users of this package.
6745
6746         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6747
6748         * gnus-start.el (gnus-setup-news): Remove nocem support.
6749
6750         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6751
6752         * gnus.el (gnus-use-nocem): Remove.
6753
6754         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6755         Remove.
6756
6757         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
6758         uses NoCeM any more.
6759
6760         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6761         (gnus-button-ctan-handler): Ditto.
6762         (gnus-button-handle-ctan-bogus-regexp): Ditto.
6763         (gnus-button-ctan-directory-regexp): Ditto.
6764         (gnus-button-handle-ctan): Ditto.
6765         (gnus-button-tex-level): Ditto.
6766         (gnus-button-alist): Remove CTAN stuff.
6767
6768 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6769
6770         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6771         nnimap-streaming test.
6772
6773         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6774         servers twice.
6775
6776         * nnimap.el (nnimap-open-connection): Add more error reporting when
6777         nnimap fails early.
6778
6779         * nnheader.el (nnheader-get-report-string): New function.
6780         (nnheader-get-report): Use it.
6781
6782         * gnus-int.el (gnus-check-server): Say what the error was when opening
6783         failed.
6784
6785         * nnimap.el (nnimap-wait-for-response): Search further when we're not
6786         using streaming.
6787
6788 2010-09-25  Julien Danjou  <julien@danjou.info>
6789
6790         * gnus-html.el (gnus-html-rescale-image): Use our defalias
6791         gnus-window-inside-pixel-edges.
6792
6793 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6794
6795         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6796
6797         * mm-decode.el (mm-save-part): Allow saving to other directories the
6798         normal Emacs way.
6799
6800         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6801         Suggested by Jay Berkenbilt.
6802
6803         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6804         there isn't a single byte.
6805
6806         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6807         just do it.  It doesn't really seem to matter what the user responds
6808         here, I think, so it's just a confusing question.
6809
6810         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6811         non-streaming case.
6812
6813         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6814         (gnus-article-encrypt-body): Use it.
6815
6816         * gnus-sum.el (gnus-summary-show-complete-article): New command and
6817         keystroke.
6818
6819         * nnimap.el (nnimap-find-wanted-parts-1):
6820         Use gnus-fetch-partial-articles.
6821
6822         * gnus-art.el (gnus-fetch-partial-articles): New variable.
6823
6824         * nnimap.el (nnimap-insert-partial-structure): New function.
6825         (nnimap-get-partial-article): New function.
6826         (nnimap-request-article): Use it.
6827         (nnimap-wait-for-response): Return whether the wait was successful.
6828         (nnimap-finish-retrieve-group-infos): Don't do anything if the
6829         retrieval wasn't successful.
6830         (nnimap-retrieve-group-data-early): Allow throttling servers.
6831         (nnimap-streaming): New variable.
6832         (nnimap-fetch-partial-articles): Remove.
6833
6834         * mm-decode.el (mm-with-part): Protect against killed buffers.
6835
6836         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6837         for prettier summary display.
6838
6839 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
6840
6841         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6842
6843 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6844
6845         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6846         apparently third-party libraries depend on it.
6847
6848         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6849         before starting negotiation.
6850
6851         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6852         privacy reasons.
6853         (gnus-treat-mail-gravatar): Ditto.
6854
6855         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6856         buffer when inserting images.  Inserting text into the headers, for
6857         instance, can make them invalid.
6858
6859 2010-09-25  Julien Danjou  <julien@danjou.info>
6860
6861         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6862         variables.
6863
6864         * nnheader.el: Remove useless variables news-reply-yank-from and
6865         news-reply-yank-message-id.
6866
6867         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6868         variables.
6869
6870         * mml1991.el: Remove useless mml1991-verbose.
6871
6872         * gnus.el: Remove useless variable gnus-use-generic-from.
6873         Remove obsolete variable gnus-topic-indentation.
6874
6875         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6876
6877         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6878
6879         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6880
6881         * gnus-group.el: Remove useless gnus-group-icon-cache.
6882         Remove useless gnus-ephemeral-group-server.
6883
6884         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6885
6886         * mml2015.el: Remove useless mml2015-verbose.
6887
6888         * mml-smime.el: Remove useless mml-smime-verbose.
6889
6890         * gnus.el: Remove useless gnus-local-domain.
6891
6892         * gnus-gravatar.el (gnus-gravatar-transform-address):
6893         Use gnus-gravatar-size.
6894
6895         * gnus-art.el: Remove useless gnus-treat-translate.
6896
6897 2010-09-24  Julien Danjou  <julien@danjou.info>
6898
6899         * gnus-sum.el: Add support for Gravatars.
6900
6901         * gnus-art.el: Add support for Gravatars.
6902
6903         * gnus-gravatar.el: Add this file.
6904
6905         * gravatar.el: Add this file.
6906
6907 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6908
6909         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6910
6911         * gnus-group.el (gnus-group-fetch-faq): Remove.
6912
6913         * gnus.el (gnus-group-faq-directory): Remove.
6914
6915         * gnus-group.el (gnus-group-fetch-charter): Remove.
6916
6917         * gnus.el (gnus-group-charter-alist): Remove.
6918
6919         * gnus-group.el (gnus-group-archive-directory): Remove.
6920         (gnus-group-recent-archive-directory): Ditto.
6921         (gnus-group-make-archive-group): Remove.
6922
6923         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6924
6925         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6926         use the same article number for all the cached articles.
6927
6928         * nnimap.el (nnimap-command): Register the last command time so
6929         that we can use it for idling NOOPs.
6930         (nnimap-open-connection): Start the keeplive timer.
6931         (nnimap-make-process-buffer): Store all the process buffers.
6932         (nnimap-keepalive): New function.
6933
6934         * starttls.el (starttls-open-stream): Add autoload cookie.
6935
6936 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6937
6938         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6939         handling.
6940
6941 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6942
6943         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6944         its data structures.
6945
6946         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6947         instead of the cl.el copy-list.
6948         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6949         equalp.
6950
6951 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6954         and tool-bar-local-item-from-menu.
6955
6956         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6957         mode-line-highlight face for Emacs.
6958
6959         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6960         loading gnus-sum.elc; fix comment for canlock-verify.
6961         (gnus-article-jump-to-part): Use read-number.
6962         (gnus-insert-mime-button, gnus-insert-mime-security-button):
6963         Remove Emacs pre-21 compatible code for help-echo.
6964         (gnus-article-next-page-1): No need to adjust the number of lines.
6965         (gnus-article-describe-bindings): Always use help-buffer.
6966
6967         * gnus-audio.el (gnus-audio-inline-sound):
6968         * gnus-cus.el (gnus-custom-mode):
6969         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6970
6971         * gnus-sum.el (gnus-remove-overlays): Doc fix.
6972
6973         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6974         compatible code.
6975
6976 2010-09-24  Glenn Morris  <rgm@gnu.org>
6977
6978         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6979         visiting the fcc file in rmail-mode.
6980
6981         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
6982
6983 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * nnir.el: Silence the byte compiler.
6986
6987         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6988         alias to browse-url-url-encode-chars if any.
6989         (gnus-html-encode-url): Use it.
6990
6991 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6992
6993         * gnus-start.el (gnus-use-backend-marks): New variable.
6994         (gnus-get-unread-articles-in-group): Use it.
6995
6996         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6997         makeover.
6998
6999 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7000
7001         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
7002
7003 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7004
7005         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7006         Remove.
7007         (gnus-setup-news-hook):
7008         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
7009
7010         * gnus-int.el (gnus-request-update-info): Protect against backends not
7011         having the function.
7012
7013         * nnimap.el (nnimap-stream): Mention starttls.
7014         (nnimap-open-connection): Add starttls support.
7015
7016 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7017
7018         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
7019
7020 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7021
7022         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
7023         BODYSTRUCTUREs.
7024         (nnimap-transform-headers): Unfold quoted {42} headers.
7025
7026         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
7027         the info.
7028         (gnus-get-unread-articles): Only call updatep on backends that support
7029         it.
7030
7031         * nnweb.el (nnweb-request-update-info): NOOP.
7032
7033         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
7034
7035         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
7036         since it only deals with marks.
7037
7038         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
7039         gnus-request-marks, and make a new gnus-request-update-info.
7040
7041         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
7042         the active instead of the high number, which is usually too low.
7043
7044 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
7045
7046         * netrc.el (netrc-parse): Remove encrypt.el mentions.
7047         * encrypt.el: Remove.
7048
7049 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7050
7051         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
7052         server in symbolic form.
7053
7054         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
7055
7056 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7057
7058         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
7059         (nnimap-update-info): Fix up code slightly.
7060
7061         * gnus-int.el (gnus-open-server): Add tracing for performance
7062         debugging.
7063
7064         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
7065         (gnus-group-insert-group-line): Pass the real group name so that it
7066         gets the right data.
7067
7068         * gnus-start.el (gnus-get-unread-articles): Don't have
7069         `gnus-get-unread-articles-in-group' update info, since that can be
7070         really slow and doesn't seem to be needed?
7071
7072 2010-09-22  Dan Christensen  <jdc@uwo.ca>
7073
7074         * time-date.el (date-to-time): Try using parse-time-string first before
7075         using the slower timezone-make-date-arpa-standard.
7076
7077 2010-09-22  Julien Danjou  <julien@danjou.info>
7078
7079         * gnus-group.el (gnus-group-insert-group-line):
7080         Call gnus-group-highlight-line.
7081         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
7082         default hook list.
7083         (gnus-group-update-eval-form): Add new function.
7084         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
7085         (gnus-group-get-icon): Use gnus-group-update-eval-form.
7086
7087 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7088
7089         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
7090         immediate, then expire all articles.
7091         (nnimap-update-info): Fix off-by-one errors.
7092         (nnimap-flags-to-marks): Would return no marks lists for group with no
7093         flags.  Instead return the other data.
7094
7095 2010-09-22  Julien Danjou  <julien@danjou.info>
7096
7097         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
7098         Only return an icon.
7099         (gnus-group-insert-group-line): Compute icon to return.
7100
7101         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
7102         (gnus-html-image-fetched): Only cache if
7103         gnus-html-image-automatic-caching is set.
7104         (gnus-html-image-fetched): Check for errors.
7105
7106 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7107
7108         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
7109         once per method on `g'.  This ensures that backends like nnfolder don't
7110         open all their folders.
7111
7112         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
7113         (nnimap-request-list): Nix out group in the correct buffer.
7114         (nnimap-parse-flags): Implement by using `read' instead of
7115         hand-parsing.
7116         (nnimap-flags-to-marks): Pass on permanent-flags.
7117         (nnimap-make-process-buffer): Record the server name.
7118         (nnimap-parse-flags): Fix typo.
7119         (nnimap-request-scan): Run split on the server in general, not just a
7120         single group.
7121
7122         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
7123         parameter, and propagate this downwards.
7124
7125         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
7126         since EXAMINE changes it on the server.
7127
7128         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
7129         this command might take a while.
7130
7131 2010-09-22  Julien Danjou  <julien@danjou.info>
7132
7133         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
7134         harmful if you have 2 images side-by-side, they can't be properly
7135         update on text deletion.  Using text-property is safer here.
7136         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
7137         data.
7138
7139 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7140
7141         * nnimap.el (nnimap-expunge-inbox): Remove.
7142         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
7143         (nnimap-expunge): Flip default to t.
7144
7145         * gnus.el (gnus-method-to-server): Don't push things to the cache
7146         unless it's unique.
7147         (gnus-server-to-method): Ditto.
7148
7149 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7150
7151         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
7152
7153 2010-09-22  Julien Danjou  <julien@danjou.info>
7154
7155         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
7156         get the start of data.
7157         (gnus-html-encode-url): Add this function to encode special chars in
7158         URL.
7159         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
7160         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
7161
7162         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
7163         default.
7164         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
7165
7166         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
7167         images alt-text.
7168         (gnus-html-put-image): Put alt-text as help-echo.
7169
7170 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7171
7172         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
7173         * mm-util.el (mm-decompress-buffer):
7174         * nnir.el (nnir-run-find-grep):
7175         * pop3.el (pop3-list): Use 3rd arg of split-string.
7176
7177         * time-date.el (format-seconds): Comment fix.
7178
7179         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
7180         and byte-optimize-form-code-walker.
7181         (dgnushack-make-auto-load): Don't advise make-autoload.
7182
7183         * lpath.el: Remove Emacs 21 stuff.
7184
7185 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7186
7187         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
7188         outside the active range.  Suggested by Dan Christensen.
7189
7190         * gnus-start.el (gnus-get-unread-articles): Get the extended method
7191         slightly later to avoid double-getting it.
7192
7193         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
7194         previous patch.
7195
7196         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
7197
7198 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
7199
7200         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
7201
7202 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7203
7204         * gnus-int.el (gnus-open-server): Give a better error message in the
7205         "go offline" case.
7206
7207         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
7208         marks for nnimap, which is seldom the right thing to do.
7209
7210         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
7211         (gnus-same-method-different-name): New function.
7212
7213         * nnimap.el (parse-time): Require.
7214
7215         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
7216         method in the presence of many similar methods.
7217
7218         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
7219
7220         * nnimap.el (nnimap-find-expired-articles): Don't refer to
7221         nnml-inhibit-expiry.
7222
7223         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
7224         find out whether methods are equal.
7225
7226         * nnimap.el (nnimap-find-expired-articles): New function.
7227         (nnimap-process-expiry-targets): New function.
7228         (nnimap-request-move-article): Request the article before looking at
7229         what the Message-ID is.  Fix found by Andrew Cohen.
7230         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
7231
7232         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
7233         for oldness in addition to being a predicate.
7234
7235         * nnimap.el (nnimap-request-group): When we have zero articles, return
7236         the right data to Gnus.
7237         (nnimap-request-expire-articles): Only delete articles immediately if
7238         the target is 'delete.
7239
7240         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
7241         method, this would bug out.
7242
7243         * gnus-group.el (gnus-group-expunge-group): Rename from
7244         gnus-group-nnimap-expunge, and implemented as a normal interface
7245         function.
7246
7247         * gnus-int.el (gnus-request-expunge-group): New function.
7248
7249         * nnimap.el (nnimap-request-create-group): Implement.
7250         (nnimap-request-expunge-group): New function.
7251
7252 2010-09-21  Julien Danjou  <julien@danjou.info>
7253
7254         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
7255         (gnus-html-cache-expired): Add new function.
7256         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
7257         wethever we should display image for fetch it.
7258         Compute alt-text earlier to pass it to the fetching function too.
7259         (gnus-html-schedule-image-fetching): Change function argument to only
7260         get one image at a time, not a list.
7261         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
7262         cache.
7263         (gnus-html-get-image-data): New function to retrieve image data from
7264         cache.
7265         (gnus-html-put-image): Change buffer argument to use image data rather
7266         than file, and place image above region rather than inserting a new
7267         one.  Do not take alt-text as argument, since it's useless now: we place
7268         the image above alt-text.
7269         (gnus-html-prune-cache): Remove.
7270         (gnus-html-show-images): Start to fetch image when we find one, do not
7271         push into a temporary list.
7272         (gnus-html-prefetch-images): Only fetch image if they have expired.
7273         (gnus-html-browse-image): Fix, use 'gnus-image-url.
7274         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
7275
7276 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7277
7278         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
7279
7280 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7281
7282         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
7283         spec inser "*" if the group isn't active instead of 0.
7284
7285         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
7286         opening the server.
7287         (nnimap-request-delete-group): Implement group deletion.
7288         (nnimap-transform-headers): Return the size of the entire message in
7289         the Bytes header, not just the size of the first part.
7290         (nnimap-request-move-article): When moving an article from nnimap,
7291         request the article first so the accepting form has an article to
7292         accept.  Reported by Dan Christensen.
7293         (nnimap-command): Make sure that the error message doesn't error out.
7294
7295 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
7296
7297         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
7298         we haven't requested anything.
7299
7300 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7301
7302         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
7303         "".  Fix found by Andrew Cohen.
7304
7305         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
7306         instead of -encode-string.
7307
7308 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7309
7310         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
7311
7312         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
7313         by mm-subst-char-in-string.
7314
7315 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7316
7317         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
7318         waiting for the connection string.
7319
7320         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
7321         arriving.
7322
7323         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
7324         bogus characters.  This allows selecting certain Gmail groups.
7325
7326         * nnimap.el (nnimap-find-wanted-parts-1): New function.
7327         (nnimap-fetch-partial-articles): New variable.
7328         (nnimap-open-connection): When looking for credentials, also use the
7329         nnimap-server-port.
7330         (nnimap-request-article): Return the group/article number, so that Gnus
7331         `^' works as expected.
7332         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
7333
7334         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
7335         comments.
7336         (gnus-methods-sloppily-equal): New function.
7337         (gnus): When using the development version of Gnus, load the gnus-load
7338         file.
7339
7340         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
7341         `gnus-open-server' on each method before trying to scan them etc.
7342         This ensures that all the backend parameters are set correctly.
7343
7344         * nnimap.el (nnimap-authenticator): New variable.
7345         (nnimap-open-connection): Allow anonymous login.
7346         (nnimap-transform-headers): The chars header is called Chars not Bytes.
7347         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
7348
7349         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
7350         patch, found by Knut Anders Hatlen.
7351
7352 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
7353
7354         * gnus-agent.el (gnus-agent-batch-confirmation)
7355         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
7356         to gnus-message.
7357         * gnus-art.el (gnus-article-describe-briefly): Likewise.
7358         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
7359         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
7360         * gnus-int.el (gnus-open-server): Likewise.
7361         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
7362         (gnus-score-check-syntax): Likewise.
7363         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
7364         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
7365         Likewise.
7366         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
7367
7368 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7369
7370         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
7371         calling conventions so that prefetch doesn't bug out.
7372
7373 2010-09-19  Julien Danjou  <julien@danjou.info>
7374
7375         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
7376         rather than `subst-char-in-region' in order to be able to replace ASCII
7377         char by UTF-8 ones.
7378
7379         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
7380         than curl.
7381         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
7382         the right URL and ALT text on images.
7383         (gnus-html-wash-tags): Fix tag case.
7384         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
7385         (gnus-article-html): Add -o display_ins_del=2 option.
7386         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
7387
7388 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7389
7390         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
7391         the extra mail headers, which sometimes seem to happen for unknown
7392         reasons.
7393
7394         * mail-parse.el (mail-header-encode-parameter): Define as
7395         rfc2045-encode-string instead of as rfc2231-encode-string, since some
7396         (or most, perhaps?) mail readers don't understand the latter, but do
7397         understand the former.
7398
7399         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
7400         to nil, so that no methods are automatically agentized.  I think this
7401         is probably what most users want.
7402
7403         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
7404         from url-retrieve, for instance about invalid URLs.
7405
7406         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
7407         groups that have no articles.
7408         (nnimap-request-article): Check that we really got an article when we
7409         requested one.
7410
7411         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
7412         doesn't exist.
7413
7414         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
7415         nntp buffer so the agent can save it.
7416         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
7417         that CRLF doesn't get translated to \n.
7418         (nnimap-open-connection): Don't make 'shell commands only send \n.
7419
7420 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7421
7422         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
7423         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
7424         Update var name.
7425         (nnml-generate-nov-file): Use dolist.
7426         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
7427         Use with-current-buffer.
7428
7429 2010-09-18  Julien Danjou  <julien@danjou.info>
7430
7431         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
7432         parallel.
7433
7434 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7435
7436         * nnimap.el (nnimap-update-info): When doing partial marks update, get
7437         the range update right.
7438         (nnimap-request-group): Don't make `M-g' bug out on group with no
7439         marks.
7440         (nnoo): Require, so that other packages can require nnimap.
7441         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
7442         command we're looking for.  This helps when the server sends more
7443         responses after we've gotten everything we expected.
7444         (nnimap): Add a `newlinep' field to keep track of end-of-line
7445         conventions.
7446         Don't send CRLF to things that don't want it.
7447         (nnimap-request-accept-article): Ditto.
7448
7449 2010-09-18  Julien Danjou  <julien@danjou.info>
7450
7451         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
7452         than curl to retrieve images.
7453
7454 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7455
7456         * nnimap.el (nnimap-update-info): Extend the info so that we can set
7457         the marks.
7458         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
7459         (nnimap-wait-for-connection): New function.
7460         (nnimap-open-connection): If we have PREAUTH, don't query for login
7461         credentials.
7462         (nnimap-update-info): Fix off-by-one error when concatenating ranges
7463         when doing a partial update.
7464
7465 2010-09-18  Julien Danjou  <julien@danjou.info>
7466
7467         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
7468         tags.
7469
7470 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7471
7472         * nnimap.el (nnimap-credentials): New function.
7473         (nnimap-open-connection): Use the new function to look for credentials
7474         also on the numeric equivalents of "imap" and "imaps".
7475
7476         * gnus-start.el (gnus-activate-group): Send the info to
7477         gnus-request-group.
7478
7479         * nnimap.el (nnimap-request-group): Have the "check" version of the
7480         function parse flags and update the info, so that a `M-g' get a total
7481         resync of all flags from the group.
7482
7483         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
7484         to allow backends to alter the info on group selection.  Also alter all
7485         the backend -request-group functions to take the parameter.
7486
7487         * nnimap.el (nnimap-store-info): New function.
7488         (nnimap-update-info): Store the info for later usage.
7489         (nnimap-request-group): Use the stored info for the dont-check case, so
7490         that we don't retrieve all marks when we enter a group.
7491
7492         * nnimap.el: Use deffoo instead of defun for interface functions.
7493
7494         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
7495         update the group info.  This makes the nndraft groups, for instance, go
7496         back to their old behavior.
7497
7498         * gnus-sum.el (gnus-select-newsgroup): Indent.
7499
7500         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
7501         in.
7502         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
7503         nothing.
7504
7505         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
7506         from methods that are denied.
7507
7508         * gnus-int.el (gnus-method-denied-p): New function.
7509
7510         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
7511         store the password instead of netrc.
7512         (nnimap-open-connection): Don't error out when we can't make a
7513         connections.
7514
7515         * auth-source.el (auth-source-create): In the password prompt, say what
7516         we're querying for.  Also prompt for user name if that hasn't been
7517         given.
7518
7519         * nnimap.el (nnimap-with-process-buffer): Remove.
7520
7521 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7522
7523         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
7524         method when we're reading from the agent.
7525
7526         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
7527
7528         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
7529         that's probably most useful for users.
7530
7531         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
7532         "failed" all the time.
7533
7534         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
7535         ...)) with (with-current-buffer ... ).
7536
7537         * nntp.el (nntp-open-server): Return whether the open was successful or
7538         not.
7539
7540         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
7541         select an unread unseen article first.
7542
7543         * nnimap.el (nnimap-open-connection): If the user doesn't have a
7544         /etc/services, supply some sensible port defaults.
7545
7546         * dgnushack.el: Define netrc-credentials.
7547
7548 2010-09-17  Julien Danjou  <julien@danjou.info>
7549
7550         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
7551
7552 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7553
7554         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
7555         doesn't have any parameters.
7556
7557 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7558
7559         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
7560         only upcased checks.
7561
7562         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
7563
7564         * nnimap.el (nnimap-open-shell-stream): New function.
7565         (nnimap-open-connection): Use it.
7566         (nnimap-transform-headers): Get the number of lines in each message.
7567         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
7568         number of lines.
7569         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
7570         problem.
7571
7572         * utf7.el (utf7-encode): Autoload.
7573
7574         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
7575         to allow the mail splitting to not return a default group.  This is
7576         useful for nnimap, which will leave unmatched mail in the inbox.
7577
7578         * nnimap.el: Rewritten.
7579
7580         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
7581         nnimap usage.
7582
7583         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
7584         if the move is internal, so that nnimap can do fast internal moves.
7585
7586         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
7587         data.
7588         (gnus-read-active-for-groups): Support finishing the early retrieval of
7589         data.
7590
7591         * gnus-range.el (gnus-range-nconcat): New function.
7592
7593         * gnus-int.el (gnus-finish-retrieve-group-infos)
7594         (gnus-retrieve-group-data-early): New functions.
7595
7596 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7597
7598         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
7599         (nnrss-retrieve-groups):
7600         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
7601         (pop3-quit): Use with-current-buffer.
7602
7603 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
7606         instead of nnheader-accept-process-output.
7607
7608         * dgnushack.el (dgnushack-compile): Add comment.
7609
7610         * lpath.el: No need to fbind propertize for XEmacs 21.4.
7611
7612         * gnus-html.el (gnus-html-schedule-image-fetching)
7613         (gnus-html-prefetch-images): Replace process-kill-without-query by
7614         gnus-set-process-query-on-exit-flag.
7615
7616 2010-09-16  Romain Francoise  <romain@orebokech.com>
7617
7618         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
7619
7620 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7621
7622         * gnus-registry.el (gnus-registry-install-shortcuts): The second
7623         parameter to unintern is mandatory-ish in Emacs 24.
7624
7625         * gnus-html.el (gnus-html-schedule-image-fetching)
7626         (gnus-html-prefetch-images): Check for curl before using it.
7627
7628         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
7629         depend on curl, which isn't essential.
7630
7631         * imap.el: Revert back to version
7632         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7633         seem problematic.
7634
7635 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7636
7637         * gnus-registry.el (gnus-registry-install-shortcuts):
7638         Explicitly pass `obarray' to `unintern' to avoid a warning.
7639
7640 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7641
7642         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
7643         change.
7644
7645         * nnrss.el (nnrss-request-list): Remove this function and related
7646         functions, including the moreover stuff.
7647
7648 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7649
7650         * nnrss.el (nnrss-retrieve-groups): New function.
7651
7652 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7653
7654         * .dir-locals.el: Add no-byte-compile cookie.
7655
7656 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7657
7658         * time-date.el (format-seconds): Comment fix.
7659
7660         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
7661         for back end that doesn't support request-scan.
7662
7663 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7664
7665         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
7666         then do request scans from the backends.
7667
7668         * netrc.el (netrc-credentials): New conveniency function.
7669
7670         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
7671         avoid running a hook per line, since this takes a lot of time,
7672         profiling shows.
7673         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
7674         directly if gnus-visual-p is true.
7675
7676 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7677
7678         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
7679         groups; replace mapcar with dolist which is a bit faster; pass groups
7680         info to gnus-read-active-file-1.
7681         (gnus-read-active-file-1): Scan only specified groups if the new
7682         optional arg `infos' is given.
7683
7684 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7685
7686         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
7687
7688         * pop3.el (pop3-movemail): Remove.
7689         (pop3-streaming-movemail): Rename to pop3-movemail.
7690
7691         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
7692         don't restrict end-tag searches to the end of the line.
7693
7694 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7695
7696         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
7697         articles of every unchecked group to t, which means unknown since the
7698         server has never been opened.
7699
7700 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7701
7702         * gnus-html.el (gnus-html-show-alt-text): New command.
7703         (gnus-html-browse-image): Ditto.
7704         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
7705         to browse the image directly.
7706         (gnus-html-wash-tags): Search for images first, so that <a><img> works
7707         better.
7708
7709         * gnus-async.el (gnus-async-article-callback):
7710         Call `gnus-html-prefetch-images' unconditionally.
7711
7712         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7713         before feeding URLs to curl.
7714
7715 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7716
7717         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7718         internal images as deletable by `W D D'.
7719
7720         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7721         (gnus-async-article-callback): Fix typo.
7722
7723 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7724
7725         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7726         current line to work around bugs in the output from w3m.
7727
7728         * gnus-async.el (gnus-async-article-callback): Always prefetch images
7729         for groups that want that.
7730
7731         * nntp.el (nntp-wait-for-string): Supply a timeout for
7732         accept-process-output to ensure progress.
7733
7734         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7735         level to get unread articles from, then use that for foreign groups,
7736         too.
7737
7738         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7739         confuses the rest of the function.
7740
7741         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7742         for the methods that support -retrieve-groups, too.
7743
7744         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7745
7746 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7747
7748         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
7749         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
7750
7751         * pop3.el: Require cl when compiling.
7752         (pop3-number-of-responses): Search for "+OK", not "+OK ".
7753
7754 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7755
7756         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7757         that aren't going to be activated.
7758         (gnus-get-unread-articles): Fix up the last commit.
7759
7760         * gnus-html.el (gnus-article-html): Allow calling without specifying
7761         the handle.  In that case, dissect the buffer first.
7762
7763         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7764
7765         * nnimap.el (nnimap-open-connection): Revert the change that would look
7766         into authinfo for imaps instead of imap.
7767
7768         * gnus-start.el (gnus-activate-group): Take an optional parameter to
7769         say that you don't want to call gnus-request-group with don-check, but
7770         do check the reponse.  This is for virtual groups only.
7771         (gnus-get-unread-articles): Count the archive groups as secondary, so
7772         that they're activated the same way as before.
7773
7774         * imap.el (imap-message-map): Removed optional buffer parameter, since
7775         no callers use it.
7776         (imap-message-get): Ditto.
7777         (imap-message-put): Ditto.
7778         (imap-mailbox-map): Ditto.
7779         (imap-mailbox-put): Ditto.
7780         (imap-mailbox-get): Ditto.
7781         (imap-mailbox-get): Revert last change for this function.
7782
7783         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7784         case-insensitively.
7785         (nnimap-debug): Remove.
7786
7787         * net/imap.el (imap-fetch-safe): Remove function, and alter all
7788         callers to use `imap-fetch' instead.  According to the comments, this
7789         should be safe, since all other IMAP clients use the 1:* syntax.
7790         (imap-enable-exchange-bug-workaround): Remove.
7791         (imap-debug): Remove -- doesn't seem very useful.
7792
7793         * mail-source.el (mail-source-fetch): Don't message if we're fetching
7794         mail from a file, and the file doesn't exist.
7795
7796         * imap.el (imap-log): New convenience function used throughout instead
7797         of repeating the same code all over the place.
7798
7799         * pop3.el (pop3-streaming-movemail): Return t for success.
7800
7801         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7802         .authinfo if we're using ssl connection.
7803
7804         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7805         already have if we're in a main Gnus `g' run.
7806
7807         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7808
7809 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7810
7811         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7812
7813         * nnmh.el (nnmh-request-list-1): Bind `file'.
7814
7815         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7816         alias to set-process-query-on-exit-flag or process-kill-without-query.
7817         (pop3-open-server): Use it.
7818
7819 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7820
7821         * mail-source.el (mail-source-delete-crash-box): Always move the crash
7822         box to the Incoming file.  Fixes mistake in previous checkin.
7823
7824         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7825         request loop (for debugging purposes) removed.
7826
7827         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7828         culprit is more visible.
7829         (nnml-save-incremental-nov, nnml-open-incremental-nov)
7830         (nnml-add-incremental-nov): New functions to do "incremental" nov
7831         updates, where we just append to the end of the existing nov files
7832         without reading/writing them in full.
7833
7834         * mail-source.el (mail-source-delete-crash-box): Really only check the
7835         incoming files once in a while.
7836
7837         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7838
7839         * mail-source.el (mail-source-delete-crash-box): Only check the
7840         incoming files for deletion once per day to save a lot of file
7841         accesses.
7842
7843         * pop3.el (pop3-logon): Fix up unbound variable typo.
7844
7845         * mail-source.el (pop3-streaming-movemail): Autoload.
7846
7847         * pop3.el (pop3-streaming-movemail):
7848         Respect pop3-leave-mail-on-server.
7849
7850         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7851         retrieval.
7852
7853         * pop3.el (pop3-process-filter): Remove unused function.
7854         (pop3-streaming-movemail, pop3-send-streaming-command)
7855         (pop3-wait-for-messages, pop3-write-to-file)
7856         (pop3-number-of-responses): New functions for streaming pop3
7857         retrieval.
7858
7859         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7860         come from no known methods.
7861         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7862         list.
7863
7864         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7865         message sizes.
7866         (pop3-movemail): Use erase-buffer instead of looping and deleting
7867         regions, which seems rather odd.
7868
7869         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7870         file once per `g' run.
7871
7872         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7873         directories.  This makes the draft queue directory work.
7874
7875         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7876         data from the backends, so that we only request the list of groups from
7877         each method once.  This should speed things up considerably.
7878
7879         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7880         detect that it's not implemented.
7881
7882         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7883         we actually do recurse down into the tree, but don't stat all leaf
7884         nodes.
7885
7886         * gnus-html.el (gnus-html-show-images): If there are no images to show,
7887         then say so instead of bugging out.
7888
7889         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7890         files exist before trying to read them.
7891
7892         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7893         around <pre_int>.
7894
7895         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7896
7897         * nnmh.el (nnmh-request-list-1): Optimize for speed.
7898
7899 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7900
7901         * mm-util.el (mm-image-load-path): Just return the image directories,
7902         not all directories in the path in addition to the image directories.
7903         (mm-image-load-path): Maintain a cache of the image directories so that
7904         the `g' command in Gnus doesn't have to stat dozens of directories each
7905         time.
7906
7907         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7908         (gnus-html-wash-tags): Add a new `i' command to insert images.
7909         (gnus-html-insert-image): New command and keystroke.
7910         (gnus-html-redisplay-with-images): New command and keystroke.
7911         (gnus-html-show-images): Rename command.
7912         (gnus-html-wash-tags): Remove more white space before <pre_int> image
7913         spacers.
7914         (gnus-html-wash-tags): Decode entities at the end, so that entities
7915         inside the tags don't mess up the rest of the "parsing".
7916
7917         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7918         so that nnimap methods aren't agentized by default.  There's apparently
7919         many problems related to agent/imap behavior.
7920
7921         * gnus-art.el (gnus-article-copy-string): New command and key binding.
7922
7923         * gnus-html.el: Doc fix.
7924
7925 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
7928         specifier-spec-list for Emacs 21.
7929
7930         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7931         glyph-width and glyph-height instead of display-graphic-p and
7932         image-size; make avoidance of displaying small images work for XEmacs.
7933
7934         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7935         for XEmacs.
7936
7937         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7938         of symbol that holds plist data.
7939         (gnus-process-plist): Remove plist of process after getting it.
7940
7941 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7942
7943         * message.el (message-generate-hashcash): Change default to
7944         'opportunistic if hashcash is installed.
7945
7946         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7947         (gnus-html-put-image): Only call image-size once, since it's somewhat
7948         time-consuming on remote X servers.
7949
7950 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7951
7952         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
7953         type on data, not a file name.
7954
7955         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
7956         window-pixel-edges for Emacs 21.
7957
7958         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7959         decoded contents.
7960         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7961
7962 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7963
7964         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7965         group line format, since it isn't very interesting.
7966
7967         * gnus-agent.el (gnus-agent-short-article),
7968         (gnus-agent-long-article): Increase values for these two variables,
7969         since most people are likely to have more network connection and
7970         storage than before.
7971
7972         * gnus.el (gnus-refer-article-method): Change default to 'current.
7973         When referring an article, the common behavior is to refer it from the
7974         current select method, not the native select method.  The chances of
7975         the native select method having the message in question is rather slim
7976         these days.
7977
7978         * gnus-sum.el (gnus-auto-select-subject): Change default to
7979         `unseen-or-unread'.  I think it's likely that most people want to
7980         select an unseen article over a previously seen, but unread one.
7981
7982         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
7983         means that in the article buffer none of the minor mode elements will
7984         be shown, usually, and this is not desirable in most cases.
7985
7986         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7987         that commands like `d' (and the like) go to the next line in the
7988         buffer, instead of the next unread article.  I think this is the
7989         behavior that is most natural for most users.
7990         (gnus-single-article-buffer): Change default to nil, so that people can
7991         have as many article buffers open as they have summary buffer.  I think
7992         this is the most natural way for the groups to behave.
7993
7994         * message.el (message-generate-new-buffers): Change default to
7995         `unsent', so that all new message buffers start their names with the
7996         string "*unsent", and it's easier to find the buffers if you move from
7997         them.
7998
7999 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8000
8001         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
8002         small.  They're probably tracking images.
8003         (gnus-html-wash-tags): Remove all <pre_int> place holders.
8004         (gnus-html-rescale-image): Yet another try at getting the image sizing
8005         right.
8006
8007         * nntp.el (nntp-request-set-mark): Refuse to do marks if
8008         nntp-marks-file-name is nil.
8009
8010 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8011
8012         * gnus-html.el (gnus-html-wash-tags)
8013         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
8014         Better logging.
8015
8016 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8017
8018         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
8019
8020         * gnus-html.el (gnus-html-wash-tags): Check the value of
8021         gnus-blocked-images in the summary buffer.
8022
8023 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8024
8025         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
8026
8027 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8028
8029         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
8030         like "a", it seems like.
8031         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
8032         since it needs to be picked from the correct buffer.
8033
8034         * nnwfm.el: Remove.
8035
8036         * nnlistserv.el: Remove.
8037
8038 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8039
8040         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
8041         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
8042
8043 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8044
8045         * nnkiboze.el: Remove.
8046
8047         * nndb.el: Remove.
8048
8049         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
8050         alt text.
8051         (gnus-html-rescale-image): Try to get the rescaling logic right for
8052         images that are just wide and not tall.
8053
8054         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
8055         overshadow variable bindings.
8056
8057 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8058
8059         * gnus-html.el (gnus-html-wash-tags)
8060         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
8061         Add extra logging.
8062
8063 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8064
8065         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
8066         (gnus-max-image-proportion): New variable.
8067         (gnus-html-rescale-image): New function.
8068         (gnus-html-put-image): Rescale images.
8069
8070 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8071
8072         Fix up some byte-compiler warnings.
8073         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
8074         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
8075         (gnus-article-fill-cited-article, gnus-article-hide-citation)
8076         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
8077         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
8078         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
8079         (gnus-group-update-group): Use save-excursion and with-current-buffer.
8080
8081 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * gnus-html.el (gnus-article-html): Decode contents by charset.
8084
8085 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8086
8087         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
8088         (gnus-html-frame-width, gnus-blocked-images):
8089         * message.el (message-prune-recipient-rules): Add custom version.
8090         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
8091
8092         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
8093         functions.
8094
8095         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
8096         gnus-process-get.
8097
8098 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
8099
8100         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
8101         instead of lsub directly.
8102
8103 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8104
8105         * nnwarchive.el: Remove.
8106
8107         * gnus-soup.el: Remove.
8108
8109         * nnsoup.el: Remove.
8110
8111         * nnultimate.el: Remove.
8112
8113         * gnus-html.el (gnus-blocked-images): New variable.
8114
8115         * message.el (message-prune-recipients): New function.
8116         (message-prune-recipient-rules): New variable.
8117
8118         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
8119         guess whether a long line is natural text or not.
8120
8121         * gnus-html.el (gnus-html-schedule-image-fetching):
8122         Use gnus-process-plist and friends for compatibility.
8123
8124 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8125
8126         * gnus-html.el: Require packages that define macros used in this file.
8127         (gnus-article-mouse-face): Declare to silence byte-compiler.
8128         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
8129         process-get.
8130         (gnus-html-put-image): Use plist-get to avoid getf.
8131         (gnus-html-prefetch-images): Use with-current-buffer.
8132
8133 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * gnus-ems.el: Provide compatibility functions for
8136         gnus-set-process-plist.
8137
8138         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
8139         header-line-format for XEmacs 21.4.
8140
8141         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
8142         * gnus.el (gnus-valid-select-methods):
8143         * message.el (message-send-mail-partially-limit):
8144         * mm-decode.el (mm-text-html-renderer):
8145         * mml.el (mml-insert-mime-headers-always):
8146         * smiley.el (smiley-regexp-alist): Bump custom version.
8147
8148 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8149
8150         * gnus-html.el: require mm-url.
8151         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
8152         with the url to `url'.
8153         (gnus-html-wash-tags): Support cid: URLs/images.
8154
8155 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8156
8157         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
8158         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
8159         bindings, as they aren't useful at all.  `w' is moved to `W w'.
8160
8161         * gnus-move.el: Remove file, since it doesn't really work.
8162
8163         * gnus-html.el (gnus-article-html): Tell w3m that the input is
8164         UTF-8.  This seems to fix problems with some German web feeds.
8165
8166         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
8167         at the top so that the proper colors are applied.
8168
8169         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
8170         don't have dots in their names.
8171
8172         * gnus-art.el (gnus-article-view-part): Doc fix.
8173
8174         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
8175         XEmacs-compatible.
8176         (gnus-html-put-image): Don't do images on non-graphic displays.
8177
8178         * nnslashdot.el: Remove this unused backend.
8179
8180         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
8181         actions.
8182         (gnus-undo-register-1): Revert last change.
8183
8184         * gnus-group.el (gnus-group-completing-read): Protect against not
8185         having completion-styles bound.
8186
8187         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
8188         make broken recipients happier.
8189
8190         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
8191
8192         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
8193         point parameter.
8194
8195         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
8196
8197         * gnus-group.el (gnus-group-completing-read): Add 'substring to
8198         completion-styles for group selection.
8199
8200 2009-02-04  Andreas Schwab  <schwab@suse.de>
8201
8202         * gnus-score.el (gnus-score-string): Fix regex for matching extra
8203         headers and regexp-quote the match if necessary.
8204
8205 2009-03-24  Miles Bader  <miles@gnu.org>
8206
8207         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
8208         the blinking smiley.
8209
8210 2009-03-24  Simon Josefsson  <simon@josefsson.org>
8211
8212         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
8213         blink smiley.
8214
8215 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8216
8217         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
8218         where the dribbel file lives exists.
8219
8220         * message.el (message-send-mail-partially-limit): Change the default to
8221         nil, since most people don't want this.
8222
8223         * mm-url.el (mm-url-decode-entities): Also decode entities like
8224         &#x3212.
8225
8226 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8227
8228         * gnus-sum.el (gnus-summary-idna-message):
8229         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
8230         Hyperlink urls in docstrings with URL `...'.
8231
8232 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
8233
8234         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
8235         functions.
8236
8237 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8238
8239         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
8240         say what the mouseover text should be.
8241
8242         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
8243         version of the mm-w3m-safe-url-regexp variable to only download images
8244         in the groups where we want that to happen.
8245
8246         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
8247
8248         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
8249         easier debugging.
8250         (gnus-article-beginning-of-window): Add kludge to allow spacing past
8251         big pictures in the article buffer.
8252
8253         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
8254         gnus-article-html.
8255         (mm-text-html-renderer): gnus-article-html needs curl in addition to
8256         w3m.
8257
8258         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
8259
8260 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8261
8262         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
8263         which doesn't exist.
8264
8265         * message.el (message-inhibit-ecomplete): New variable to allow some
8266         function to inhibit ecomplete address storage.
8267         (message-resend): Disable ecomplete message storage when resending
8268         messages.
8269
8270         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
8271
8272 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8273
8274         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
8275         Save excursion while copying, moving, and deleting articles in order to
8276         prevent the cursor from jumping to unforeseen place.
8277
8278 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8279
8280         * lpath.el: No need to bind bookmark-current-buffer,
8281         bookmark-yank-point and bookmark-make-record-function.
8282
8283 2010-08-17  Glenn Morris  <rgm@gnu.org>
8284
8285         * gnus-sync.el: Require gnus components whose functions are used.
8286
8287         * gnus-art.el (bookmark-make-record-function):
8288         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
8289         Declare for compiler.
8290
8291         * mm-url.el (mml-compute-boundary): Autoload.
8292
8293 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8294
8295         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
8296
8297 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
8298
8299         Typo fix "hoo4a" -> "hook".
8300
8301         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
8302
8303 2010-08-14  Glenn Morris  <rgm@gnu.org>
8304
8305         * gnus-sync.el (gnus-sync): Fix defgroup version.
8306
8307 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
8308
8309         Doc fixes and keep unknown groups (ammended for nunion bug fix).
8310
8311         * gnus-sync.el: Fix docs.
8312         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
8313         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
8314
8315 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8316
8317         Optimizations for gnus-sync.el.
8318
8319         * gnus-sync.el: Add docs about gnus-sync-backend
8320         possibilities.
8321         (gnus-sync-save): Remove unnecessary message.
8322         (gnus-sync-read): Optimize and show what groups were skipped.
8323
8324 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8325
8326         Minor bug fixes for gnus-sync.el.
8327
8328         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
8329         Don't read the sync on get-new-news.
8330
8331         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
8332         quiet.
8333
8334         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
8335         (fix typo).
8336
8337 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
8338
8339         Make saving and restoring of hidden threads work with overlays.
8340         Patch applied by Ted Zlatanov.
8341
8342         * gnus-sum.el (gnus-hidden-threads-configuration)
8343         (gnus-restore-hidden-threads-configuration): Update to deal with text
8344         properties, rather than searching for a magic character.
8345
8346 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8347
8348         New gnus-sync.el library for synchronization of marks.
8349
8350         * gnus-sync.el: New library for synchronization of marks.
8351
8352         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
8353         renamed from `gnus-registry-grep-in-list'.
8354
8355         * gnus-registry.el (gnus-registry-follow-group-p):
8356         Use `gnus-grep-in-list'.
8357
8358         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
8359
8360 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
8363         determining charset of text fails.
8364
8365 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8366
8367         * nnmail.el (nnmail-get-new-mail-1): Revert.
8368
8369         * nnml.el (nnml-active-number): Make sure names of newly created groups
8370         in nnml-group-alist are encoded.
8371
8372 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8373
8374         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
8375         containing non-ASCII characters in active file for nnml back end.
8376
8377 2010-07-24  David Engster  <dengste@eml.cc>
8378
8379         * mml-smime.el (mml-smime-epg-verify): Also accept the older
8380         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
8381
8382 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
8383
8384         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
8385         tag (Bug#6654).
8386
8387 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
8390         the article buffer, not the summary buffer.
8391
8392 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
8395         Emacs 23 as well.
8396
8397 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8398
8399         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
8400         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
8401
8402 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8403
8404         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8405         Patch applied by Karl Fogel.
8406
8407         * gnus-sum.el (gnus-summary-bookmark-make-record):
8408         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
8409
8410 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8411
8412         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
8413         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
8414         C-w still not working correctly from Article buffers; Thierry's
8415         patch to fix that will be applied after this.
8416
8417         * gnus-art.el (bookmark-make-record-function): New local variable.
8418
8419         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
8420         article buffer.
8421         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
8422
8423 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
8424
8425         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
8426         on changes in bookmark.el.
8427
8428 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
8431         `no-log' instead of message not to log prompt string.
8432
8433 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
8434
8435         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
8436         the *other* type of HTML form submission.
8437
8438 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
8439
8440         * auth-source.el (auth-source-pick): If choice does not contain a
8441         questioned keyword, set the check to t.
8442
8443 2010-06-12  Romain Francoise  <romain@orebokech.com>
8444
8445         * gnus-util.el (gnus-date-get-time): Move up before first use.
8446
8447 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8448
8449         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
8450         (gnus-article-edit-part): Bind it to make last part that is substituted
8451         or deleted visible.
8452         (gnus-mime-display-single): Buttonize part of which id equals to
8453         gnus-mime-buttonized-part-id.
8454
8455 2010-06-10  Dan Christensen  <jdc@uwo.ca>
8456
8457         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
8458         (gnus-dd-mmm): Use gnus-date-get-time.
8459         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
8460         simplify logic.
8461         (gnus-summary-limit-to-age): Use gnus-date-get-time.
8462         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
8463
8464 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
8465
8466         * auth-source.el (top): Autoload `secrets-list-collections',
8467         `secrets-create-item', `secrets-delete-item'.
8468         (auth-sources): Fix tag string.
8469         (auth-get-source, auth-source-retrieve, auth-source-create)
8470         (auth-source-delete): New defuns.
8471         (auth-source-pick): Rewrite in order to avoid 2 passes.
8472         (auth-source-forget-user-or-password): New parameter USERNAME.
8473         (auth-source-user-or-password): New parameters CREATE-MISSING and
8474         DELETE-EXISTING.  Retrieve password interactively, if needed.
8475
8476 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8477
8478         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
8479         deleting unused directories when gnus-expert-user is t.
8480
8481 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8482
8483         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
8484         for each temp file when gnus-article-browse-delete-temp is ask.
8485
8486 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8487
8488         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
8489         Replace Lisp calls to delete-backward-char by calls to delete-char.
8490
8491 2010-05-20  Kevin Ryde  <user42@zip.com.au>
8492
8493         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
8494
8495 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
8496
8497         * password-cache.el (password-cache-remove): Fix docstring.
8498
8499 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8500
8501         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
8502         article unless decoding article to be saved.
8503
8504 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8505
8506         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
8507         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
8508         generated within the mm-with-unibyte-current-buffer macro.
8509
8510 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8511
8512         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
8513         to nil when we're in a mml-preview buffer and no group is selected.
8514
8515 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
8516
8517         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
8518         when catching the `C-g'.  Reported by "Leo".
8519
8520 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8521
8522         * message.el (message-forward-make-body-plain)
8523         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
8524         multibyte-string-p.
8525
8526         * lpath.el: Revert.
8527
8528 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8529
8530         * message.el (message-forward-make-body-mml): Assume original message
8531         is multibyte string; error on unibyte.
8532         (message-forward-make-body-plain): Ditto; don't add excessive newline
8533         in body end.
8534
8535         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
8536
8537 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
8538
8539         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
8540         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
8541
8542 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8543
8544         * mm-extern.el (mm-extern-url): Don't use
8545         mm-with-unibyte-current-buffer.
8546         (mm-extern-cache-contents): Use with-current-buffer instead of
8547         save-excursion + set-buffer.
8548
8549 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * mm-util.el (mm-emacs-mule): Remove.
8552
8553 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
8554
8555         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
8556         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
8557         change.
8558
8559 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8560
8561         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
8562         bind the default value of enable-multibyte-characters to nil.
8563
8564 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * message.el (message-forward-make-body-plain)
8567         (message-forward-make-body-mml):
8568         Don't use mm-with-unibyte-current-buffer.
8569
8570 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8571
8572         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
8573
8574 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
8575
8576         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
8577         (Bug#5592).
8578
8579 2010-05-07  Julien Danjou  <julien@danjou.info>
8580
8581         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
8582         it to mm-pipe-part.
8583
8584         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
8585         it is given.
8586
8587 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8588
8589         * binhex.el (binhex-decode-region-internal):
8590         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
8591         (dns-query):
8592         * nnweb.el (nnweb-gmane-search):
8593         * pgg-parse.el (pgg-parse-armor):
8594         * pgg.el (pgg-verify-region):
8595         * sha1.el (sha1-string-external):
8596         * uudecode.el (uudecode-decode-region-internal):
8597         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
8598         XEmacs.
8599
8600         * gnus-art.el (gnus-article-browse-html-parts):
8601         * gnus-group.el (gnus-read-ephemeral-gmane-group):
8602         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
8603         make-temp-file.
8604
8605         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
8606         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
8607         compiling.
8608
8609         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
8610         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
8611         XEmacs when compiling.
8612
8613         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
8614         gnus-pick-mode-off-hook for XEmacs when compiling.
8615         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
8616         gnus-binary-mode-off-hook for XEmacs when compiling.
8617
8618         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
8619         Return nil if char-charset is not available.
8620
8621         * imap.el (imap-disable-multibyte)
8622         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
8623         macros.
8624
8625         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
8626         instead of encode-coding-string.
8627
8628         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
8629         'xemacs) instead of mm-emacs-mule to switch function definitions.
8630         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
8631
8632         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
8633         bind temporary-file-directory for XEmacs;
8634         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
8635         timer-set-function for XEmacs 21.4 and SXEmacs;
8636         bind timer-list for XEmacs 21.4 and SXEmacs;
8637         fbind char-charset and find-charset-region for non-Mule XEmacs;
8638         fbind decode-coding-region, decode-coding-string, detect-coding-region,
8639         encode-coding-region and encode-coding-string for XEmacs having no
8640         file-coding feature.
8641
8642 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
8643
8644         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
8645
8646 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8647
8648         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
8649         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
8650
8651 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
8652
8653         * mm-util.el (mm-decompress-buffer): Use `delete-file';
8654         alias `jka-compr-delete-temp-file' no longer exists.
8655
8656 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8657
8658         Use define-minor-mode in Gnus where applicable.
8659         * mml.el (mml-mode): Use define-minor-mode.
8660         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
8661         (gnus-undo-mode): Use define-minor-mode.
8662         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
8663         (gnus-dead-summary-mode): Use define-minor-mode.
8664         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
8665         Initialize in declaration.
8666         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
8667         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
8668         (gnus-mailing-list-mode): Use define-minor-mode.
8669         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
8670         (gnus-draft-mode): Use define-minor-mode.
8671         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
8672         (gnus-dired-mode): Use define-minor-mode.
8673
8674 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
8675
8676         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
8677         handles on recursive mml-to-mime translation and check them for
8678         boundary delimiter collisions.  Reported by Greg Troxel.
8679
8680 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8681
8682         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
8683
8684 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8685
8686         * mm-util.el (mm-find-buffer-file-coding-system):
8687         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
8688
8689 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
8690
8691         * message.el (message-generate-headers): Record insertion of optional
8692         headers as well.  Otherwise the check to prevent repeated insertion of
8693         optional headers is a no-op.
8694
8695 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
8696
8697         * smime.el: Don't mention CVS.
8698
8699         * nnrss.el (nnrss-fetch): Don't mention CVS.
8700
8701         * nnir.el: Don't mention CVS.
8702
8703 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8704
8705         * gnus-sum.el (gnus-summary-bookmark-make-record):
8706         Add `location' field.
8707
8708 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * lpath.el: Fbind bookmark-default-handler,
8711         bookmark-get-bookmark-record, bookmark-make-record-default,
8712         bookmark-prop-get for Emacs <23 and XEmacs.
8713
8714 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8715
8716         * gnus-sum.el: Add bookmark declarations to silence the compiler.
8717         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
8718         Use with-current-buffer to silence the byte-compiler.
8719         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
8720         bother to require `gnus'.
8721         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
8722
8723 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8724
8725         * gnus-sum.el (gnus-summary-bookmark-make-record)
8726         (gnus-summary-bookmark-jump): New functions.
8727         (gnus-summary-mode): Setup bookmark support.
8728
8729 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
8730
8731         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
8732         if set.
8733
8734 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8735
8736         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
8737         gnus-article-browse-html-save-cid-image; make it work recursively for
8738         forwarded messages as well.
8739         (gnus-article-browse-html-parts): Work when prefix arg is given.
8740         (gnus-article-browse-html-article): Doc fix.
8741
8742 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
8743
8744         * message.el (message-default-mail-headers):
8745         (message-default-headers): Carry the value mail-default-headers over
8746         into message-default-mail-headers, rather than message-default-headers.
8747
8748 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
8749
8750         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
8751         charset.
8752
8753         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
8754         charset into the <meta> tag when the article is encoded to utf-8.
8755
8756 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8757
8758         * gnus-art.el (gnus-article-browse-delete-temp-files):
8759         Delete directories as well.
8760         (gnus-article-browse-html-parts): Work for images that do not specify
8761         file names; delete temp directory when quitting; insert header at the
8762         right place; use file: scheme for image files.
8763
8764 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
8765
8766         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8767         (gnus-article-browse-html-parts): Use it to make temporary cid image
8768         files in addition to html file so that browser may display them.
8769
8770 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8773
8774 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8775
8776         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8777
8778 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
8779
8780         * auth-source.el (auth-sources): Change default to be simpler.
8781         Explain about Secret Service API sources.  Improve Customize options.
8782         (auth-source-pick): Change to accept any number of search parameters.
8783         Implement fallbacks iteratively, not recursively.  Add scoring on the
8784         second pass and sort by score.  Call Secret Service API when needed.
8785         (auth-source-user-or-password): Use it.  Call Secret Service API
8786         directly when needed to get the user name and the password.
8787
8788 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8789
8790         * message.el (message-interactive): Doc fix.
8791         (message-qmail-inject-args): Reflow.
8792         (message-kill-to-signature): Fix typo in docstring.
8793
8794         * smiley.el (smiley-buffer): Fix typo in docstring.
8795
8796 2010-03-24  Glenn Morris  <rgm@gnu.org>
8797
8798         * mail-source.el (gnus-message): Declare.
8799         (mail-source-delete-old-incoming): Require gnus-util.
8800
8801 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8804
8805         * message.el (ecomplete-setup): Autoload it for Emacs <23.
8806
8807         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8808         password-cache's default if it is not bound.
8809         (mml-secure-passphrase-cache-expiry): Default to 16 that is
8810         password-cache-expiry's default if it is not bound.
8811
8812         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8813         available in Emacs 21.
8814
8815         * lpath.el: Suppress compiler warnings for:
8816         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
8817         XEmacs;
8818         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
8819         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
8820         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
8821
8822 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
8823
8824         * auth-source.el (auth-sources): Fix up definition so extra parameters
8825         are always inline.
8826
8827 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
8828
8829         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8830         wasn't updated after mismatch.  Clear cached mailbox info correctly
8831         when uidvalidity changes.
8832         (nnimap-group-prefixed-name): New function to avoid some code
8833         duplication.
8834         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8835         (nnimap-request-group): Use it.
8836         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8837         (nnimap-update-unseen): Significantly improved speed of Gnus startup
8838         with many imap folders.  This is done by caching the group status from
8839         the imap server persistently in a group parameter `imap-status'.  (This
8840         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8841         but not persistently, so every Gnus startup was still very slow.)
8842
8843 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
8844
8845         * assistant.el (assistant-render-text): Run `widget-setup' and don't
8846         delete the extra newline.  Otherwise editing of :string and :number
8847         types don't work.
8848
8849 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8850
8851         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
8852         secrets.el dependency.
8853         (auth-sources): Add optional user name.  Add secrets.el configuration
8854         choice (unused right now).
8855
8856 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8857
8858         * gnus-sum.el (gnus-summary-make-menu-bar):
8859         Let `gnus-registry-install-shortcuts' fill in the functions.
8860
8861         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8862         warnings.
8863         (gnus-registry-misc-menus): Variable to hold registry mark menus.
8864         (gnus-registry-install-shortcuts): Populate and use it in a
8865         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8866
8867 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
8868
8869         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8870         In-place substitutions for the group name encoding/decoding.
8871         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8872         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8873         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8874         (nnimap-update-unseen, nnimap-request-list)
8875         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8876         (nnimap-request-set-mark, nnimap-split-to-groups)
8877         (nnimap-split-articles, nnimap-request-newgroups)
8878         (nnimap-request-create-group, nnimap-request-accept-article)
8879         (nnimap-request-delete-group, nnimap-request-rename-group)
8880         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
8881         `encoded-mbx' for consistency.
8882         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8883         variable `imap-current-mailbox'.
8884
8885         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8886         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8887
8888 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
8889
8890         * pop3.el (pop3-display-message-size-flag): Display message size byte
8891         counts during POP3 download.
8892         (pop3-movemail): Use it.
8893         (pop3-list): Implement listing of available messages.
8894
8895 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
8896
8897         * nnir.el (nnir-get-article-nov-override-function): New function to
8898         override the normal NOV retrieval.
8899         (nnir-retrieve-headers): Use it.
8900
8901 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
8902
8903         * auth-source.el (netrc-machine-user-or-password): Autoload.
8904
8905 2010-03-19  Glenn Morris  <rgm@gnu.org>
8906
8907         Stop message.el from loading about 40 libraries it doesn't always need.
8908         The general approach is to autoload rather than require, and to
8909         require in the specific functions rather than the file.  (Bug#5642)
8910
8911         * gmm-utils.el: Don't require wid-edit.
8912         (widget-create-child-value, widget-convert, widget-default-get):
8913         Autoload.
8914
8915         * gnus-util.el: Don't require time-date, netrc.
8916         (message-fetch-field, gnus-group-name-decode): Declare rather than
8917         autoloading.
8918         (gnus-fetch-field): Require message.
8919         (gnus-decode-newsgroups): Require gnus-group.
8920
8921         * ietf-drums.el: Don't require time-date.
8922
8923         * message.el: Don't require hashcash, canlock, ecomplete.
8924         Do require mail-utils.  Require nnheader only when compiling.
8925         (smtpmail-default-smtp-server): Remove declaration.
8926         (message-send-mail-function): Check smtpmail-default-smtp-server
8927         is bound rather than requiring smtpmail.
8928         (message-auto-save-directory, message-insert-signature):
8929         Use expand-file-name rather than nnheader-concat.
8930         (nnheader-insert-file-contents): Autoload.
8931         (hashcash-wait-async): Declare.
8932         (message-send-mail): Only call gnus-setup-posting-charset if
8933         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
8934         (message-send-mail-with-sendmail): Require sendmail.
8935         (canlock-password, canlock-password-for-verify): Declare.
8936         (message-canlock-password): Require canlock.
8937         (nnheader-get-report): Autoload.
8938         (gnus-setup-posting-charset): Declare.
8939         (message-send-news): Require gnus-msg.
8940         (message-make-references, message-make-in-reply-to): Use mail-header-id
8941         rather than the alias mail-header-message-id.
8942         (ecomplete-add-item, ecomplete-save): Declare.
8943         (message-put-addresses-in-ecomplete): Require ecomplete.
8944         (ecomplete-display-matches): Autoload.
8945
8946         * mm-decode.el: Don't require mailcap, gnus-util.
8947         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8948         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8949         Autoload.
8950         (mailcap-mime-extensions): Declare.
8951
8952         * mm-encode.el: Don't require mailcap.
8953         (mailcap-extension-to-mime): Autoload.
8954
8955         * mml-sec.el: Don't require password-cache.
8956
8957         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8958         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8959         (mml-minibuffer-read-type): Require mailcap.
8960         (mml-preview): Require gnus-msg.
8961
8962         * mml1991.el: Require password-cache.
8963         (password-cache-expiry): Remove declaration.
8964
8965         * mml2015.el: Require password-cache.
8966         (password-cache-expiry): Remove declaration.
8967
8968         * nneething.el (mailcap): Require mailcap.
8969
8970         * nnheader.el (declare-function): Add compatibility stub.
8971         (message-remove-header): Declare rather than autoload.
8972         (nnheader-replace-header): Require message.
8973
8974         * nnimap.el (declare-function): Add compatibility stub.
8975         (netrc-parse, netrc-machine-user-or-password): Declare.
8976         (nnimap-open-connection): Require netrc.
8977
8978         * nntp.el (declare-function): Add compatibility stub.
8979         (netrc-parse, netrc-machine, netrc-get): Declare.
8980         (nntp-send-authinfo): Require netrc.
8981
8982         * rfc2047.el: Don't require qp.
8983         (quoted-printable-encode-region, quoted-printable-decode-string):
8984         Autoload.
8985
8986         * sieve-mode.el: Don't require easymenu.
8987         (easy-menu-add-item): Autoload it.
8988
8989         * spam-stat.el (time-to-number-of-days): Autoload it.
8990
8991 2010-03-19  Glenn Morris  <rgm@gnu.org>
8992
8993         * password-cache.el (password-cache, password-cache-expiry): Autoload.
8994
8995 2010-03-18  Glenn Morris  <rgm@gnu.org>
8996
8997         * hashcash.el (declare-function): Remove duplicate definition.
8998
8999 2010-03-17  Kevin Ryde  <user42@zip.com.au>
9000
9001         * mml.el (mml-read-tag): Unquote values with `read' to reverse
9002         prin1 in mml-insert-tag (just stripping the quotes gave wrong
9003         value if any backslash escapes).
9004
9005 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
9008         if it is available.  (bug#5647)
9009
9010         * lpath.el: Suppress compiler warning for coding-system-from-name for
9011         Emacs 21 and XEmacs.
9012
9013 2010-03-14  Juri Linkov  <juri@jurta.org>
9014
9015         * hmac-def.el:
9016         * hmac-md5.el:
9017         * netrc.el: Fix keywords.
9018
9019 2010-02-26  Glenn Morris  <rgm@gnu.org>
9020
9021         * message.el (message-send-mail-function): Change the default, so that
9022         it inherits from a customized send-mail-function.  (Bug#5643)
9023
9024 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9025
9026         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
9027         shell-command-to-string signals an error (bug#5299).
9028
9029 2010-02-24  Glenn Morris  <rgm@gnu.org>
9030
9031         * message.el (message-smtpmail-send-it)
9032         (message-send-mail-with-mailclient): Doc fixes.
9033
9034 2010-02-16  Glenn Morris  <rgm@gnu.org>
9035
9036         * message.el (message-default-mail-headers): Change the default value
9037         to ease the transition from mail-mode to message-mode.  (Bug#5555)
9038
9039 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9040
9041         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
9042         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
9043
9044 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
9045
9046         * time-date.el (date-to-time): Doc fix (Bug#5408).
9047
9048 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
9049
9050         * message.el (message-mail): Just pass yank-action on to message-setup.
9051         (message-setup): Handle (FUN . ARGS) form of yank-action.
9052         (message-with-reply-buffer, message-widen-reply)
9053         (message-yank-original): Handle non-buffer values of
9054         message-reply-buffer (Bug#4080).
9055         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
9056
9057 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
9058
9059         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
9060         Fix typo in docstring.
9061
9062 2010-01-08  Jason Rumney  <jasonr@gnu.org>
9063
9064         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
9065         response.
9066
9067 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9068
9069         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
9070
9071         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9072
9073         * message.el (message-check-news-header-syntax): Protect against a
9074         string that `rfc822-addresses' returns when parsing fails.
9075
9076 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9077
9078         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
9079         (gnus-previous-char-property-change): New functions.
9080
9081         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
9082
9083 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
9084
9085         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
9086         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
9087
9088 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
9089
9090         * message.el (message-exchange-point-and-mark): Rework last change to
9091         avoid using optional arg of exchange-point-and-mark, for backward
9092         compatibility.
9093
9094 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
9095
9096         * message.el (message-exchange-point-and-mark):
9097         Call exchange-point-and-mark with an argument rather than setting
9098         mark-active by hand (Bug#5175).
9099
9100 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * nntp.el (nntp-service-to-port): Work for service expressed with
9103         numeric string; replace [:digit:] with [0-9] for XEmacs.
9104
9105 2009-12-17  Glenn Morris  <rgm@gnu.org>
9106
9107         * gnus-group.el (gnus-bug-group-download-format-alist):
9108         Change emacs entry to debbugs.gnu.org.  Bump :version.
9109
9110 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9111
9112         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
9113
9114 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9115
9116         * message.el (message-info): Explain why we use `Info-goto-node'.
9117
9118 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
9121
9122 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9123
9124         * message.el (message-completion-in-region): New compatibility function.
9125         (message-expand-group): Use it.
9126
9127 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9128
9129         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
9130         with no unread article should be listed if the 2nd arg `predicate' is
9131         given.
9132
9133 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9134
9135         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
9136
9137 2009-11-29  Juri Linkov  <juri@jurta.org>
9138
9139         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
9140         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
9141         on `gnus-recenter'.  (Bug#4698, Bug#4981)
9142
9143 2009-11-26  Kevin Ryde  <user42@zip.com.au>
9144
9145         * sha1.el (sha1-string-external): default-directory "/" in case
9146         otherwise non-existent.  process-connection-type pipe for touch of
9147         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
9148
9149 2009-11-25  Kevin Ryde  <user42@zip.com.au>
9150
9151         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
9152         it's comms related and sgml-mode.el has "comm" on that basis too.
9153
9154 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
9157         containing tspecial characters if they have been already quoted.
9158
9159 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
9160
9161         * dns-mode.el (auto-mode-alist): Purecopy string.
9162
9163 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9164
9165         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
9166
9167 2009-10-24  Glenn Morris  <rgm@gnu.org>
9168
9169         * gnus-art.el (help-xref-stack-item): Define for compiler.
9170
9171 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9172
9173         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
9174
9175 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9176
9177         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
9178
9179 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9180
9181         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
9182         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
9183
9184 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * gnus.el (gnus-overlay-get): New alias to overlay-get.
9187         (gnus-overlays-in): New alias to overlays-in.
9188
9189         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
9190         gnus-overlay-get, and gnus-delete-overlay.
9191         (gnus-summary-show-thread): Make it work as well for systems in which
9192         next-single-char-property-change is not available.
9193         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
9194
9195         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
9196         (gnus-overlay-get): New alias to extent-property.
9197         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
9198
9199         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
9200         SXEmacs.
9201
9202         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
9203         SXEmacs.
9204
9205 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
9206
9207         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
9208
9209 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
9210
9211         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
9212         and XEmacs that don't have `remove-overlays'.
9213
9214 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9215
9216         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
9217         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
9218         selective display.  Use overlays instead.
9219
9220 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
9221
9222         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
9223
9224 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
9225
9226         * spam-stat.el (spam-stat-load): Fix typo in message.
9227
9228 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9229
9230         * dig.el (dig-invoke): Fix typo in docstring.
9231         (query-dig): Reflow docstring.
9232
9233 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
9234
9235         * gnus-art.el (gnus-article-encrypt-body):
9236         * message.el (message-check-recipients):
9237         * mm-util.el (mm-codepage-setup):
9238         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
9239         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
9240
9241 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
9242
9243         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
9244         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
9245         keys from the menu if mm-{sign,encrypt}-option is 'guided.
9246         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
9247         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
9248
9249 2009-09-21  Kevin Ryde  <user42@zip.com.au>
9250
9251         * dig.el: Add "Keywords: comm", as per net-utils.el.
9252
9253 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9254
9255         * dig.el (dig-mode): Use define-derived-mode.
9256
9257 2009-09-19  Glenn Morris  <rgm@gnu.org>
9258
9259         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9260
9261 2009-09-18  Glenn Morris  <rgm@gnu.org>
9262
9263         * gnus-diary.el (gnus-diary-check-message):
9264         * message.el (message-insert-formatted-citation-line):
9265         * nnbabyl.el (top-level):
9266         * nndiary.el (nndiary-schedule):
9267         Fix typos in condition-case handlers.
9268
9269 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9270
9271         * gnus-art.el (gnus-article-edit-part): Work for the buffer
9272         configuration that provides the sole article window in a frame;
9273         position point correctly after deleting a part.
9274
9275 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
9276
9277         * spam.el (spam-unregister-on-reregister): Add boolean variable.
9278         (spam-resolve-registrations-routine): Use it to unregister articles
9279         that change status.
9280
9281 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9282
9283         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
9284         with XEmacs.
9285         (parse-time-string-chars): Use it.
9286
9287 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9288
9289         * imap.el (imap-interactive-login): Better messages.
9290         (imap-open): Fix bug with renamed buffer on reconnect.
9291         (imap-authenticate): Add buffer-local imap-last-authenticator variable
9292         for easier debugging and cleaner code.  On successful (guessed based on
9293         server capabilities) secondary authentication, set imap-state
9294         correctly.
9295         (imap-last-authenticator): Define imap-last-authenticator as a variable
9296         to avoid warnings.
9297
9298 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9299
9300         * nnrss.el (nnrss-request-article): Remove binding of
9301         default-enable-multibyte-characters that has gotten needless by
9302         the 2007-07-13 change in rfc2047-encode-message-header.
9303
9304         * mml.el (mml-insert-multipart): Error on the message header.
9305         (mml-insert-part): Error on the message header; position point at
9306         the end of a MIME tag.
9307
9308 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9309
9310         * time-date.el (autoload): Expand define-obsolete-function-alias into
9311         defalias and make-obsolete for old Emacsen that Gnus supports.
9312         (with-no-warnings): Define it for old Emacsen.
9313         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9314         is available.
9315         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9316         float-time is available; suppress compile warning for time-to-seconds.
9317
9318         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
9319         (gnus-float-time): Alias to float-time if it exists.
9320
9321         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
9322         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
9323         float-time is available; suppress compile warning for time-to-seconds.
9324
9325         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
9326         XEmacs.
9327
9328 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
9329
9330         * imap.el (imap-message-map): Docstring fix.
9331
9332 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9333
9334         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
9335         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
9336         Add the optional argument `encoding' that overrides the default.
9337
9338         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
9339         mm-encode-buffer.
9340
9341 2009-09-04  Glenn Morris  <rgm@gnu.org>
9342
9343         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
9344         mm-disable-multibyte, rather than default-enable-multibyte-characters.
9345         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
9346         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
9347         * mm-util.el (mm-with-unibyte-current-buffer)
9348         (mm-find-buffer-file-coding-system):
9349         * yenc.el (yenc-decode-region): Use default-value rather than
9350         default-enable-multibyte-characters.
9351
9352 2009-09-03  Glenn Morris  <rgm@gnu.org>
9353
9354         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
9355         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
9356         than default-enable-multibyte-characters.
9357
9358 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
9359
9360         * gnus-art.el (gnus-article-read-summary-keys):
9361         Fix gnus-buffer-configuration's value temporarily used.
9362
9363 2009-09-02  Glenn Morris  <rgm@gnu.org>
9364
9365         * gnus-util.el (gnus-float-time): New function.
9366         * gnus-delay.el (gnus-delay-article):
9367         * gnus-sum.el (gnus-thread-latest-date):
9368         * gnus-util.el (gnus-user-date): Use gnus-float-time.
9369         * nnspool.el (nnspool-request-newgroups):
9370         Use gnus-float-time rather than time-to-seconds.
9371         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
9372
9373         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
9374         (gnus-header-subject-face, gnus-header-newsgroups-face)
9375         (gnus-header-name-face, gnus-header-content-face):
9376         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
9377         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
9378         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
9379         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
9380         (gnus-cite-face-11):
9381         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
9382         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9383         (gnus-server-closed-face, gnus-server-denied-face)
9384         (gnus-server-offline-face):
9385         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9386         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9387         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9388         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9389         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9390         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9391         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9392         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9393         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9394         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9395         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9396         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9397         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9398         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
9399         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
9400         (gnus-summary-high-undownloaded-face)
9401         (gnus-summary-low-undownloaded-face)
9402         (gnus-summary-normal-undownloaded-face)
9403         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9404         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9405         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9406         (gnus-splash-face):
9407         * message.el (message-header-to-face, message-header-cc-face)
9408         (message-header-subject-face, message-header-newsgroups-face)
9409         (message-header-other-face, message-header-name-face)
9410         (message-header-xheader-face, message-separator-face)
9411         (message-cited-text-face, message-mml-face):
9412         * sieve-mode.el (sieve-control-commands-face)
9413         (sieve-action-commands-face, sieve-test-commands-face)
9414         (sieve-tagged-arguments-face):
9415         * spam.el (spam-face):
9416         Mark face aliases with "-face" in the name as obsolete.
9417
9418 2009-09-01  Glenn Morris  <rgm@gnu.org>
9419
9420         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
9421         than goto-line.
9422
9423 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
9426         Don't move point if the command is invoked inside the message header.
9427
9428 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9429
9430         * imap.el (imap-send-command): Simplify.
9431         (imap-wait-for-tag): point-max -> buffer-size.
9432
9433 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9434
9435         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
9436         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
9437         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
9438         * nnir.el (nnir-swish-e-index-file):
9439         * gnus-sum.el (gnus-summary-delete-marked-as-read)
9440         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
9441         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9442         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
9443         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
9444         (gnus-treat-display-xface): Add Emacs version of obsolescence.
9445
9446 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9447
9448         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
9449         Don't save excursion.
9450
9451 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9452
9453         * nnheader.el (nnheader-find-file-noselect):
9454         * mm-util.el (mm-insert-file-contents):
9455         Use (default-value 'major-mode) instead of default-major-mode.
9456
9457 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9458
9459         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
9460
9461 2009-08-26  Glenn Morris  <rgm@gnu.org>
9462
9463         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
9464         than placing in files.el.
9465
9466 2009-08-25  Glenn Morris  <rgm@gnu.org>
9467
9468         * nnir.el (top-level): Don't require cl at run-time.
9469         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
9470         Replace cl-function substitute with gnus-replace-in-string.
9471         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
9472         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
9473         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
9474         simplified expansions.
9475
9476 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9477
9478         * dig.el (dig): Add autoload cookie.
9479
9480 2009-08-22  Glenn Morris  <rgm@gnu.org>
9481
9482         * gnus-art.el (gnus-button-patch): Use forward-line rather than
9483         goto-line.
9484
9485 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9486
9487         * parse-time.el (parse-time-string-chars): Save match data.
9488
9489 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9490
9491         * parse-time.el (parse-time-string-chars): Compute using character
9492         classes, to handle non-ascii characters (Bug#3190).
9493
9494 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9495
9496         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
9497
9498         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
9499         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
9500         (gnus-mm-display-part, gnus-mime-display-single)
9501         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
9502         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
9503
9504         * gnus-sum.el
9505         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
9506         (gnus-summary-move-article): Add expirable mark to articles copied or
9507         moved to group that has auto-expire turned on if the option is non-nil.
9508
9509 2009-07-24  Glenn Morris  <rgm@gnu.org>
9510
9511         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
9512         Fix typo.  (Bug#3903)
9513
9514 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9515
9516         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
9517         gnus-article-read-summary-keys rather than gnus-summary-edit-article
9518         that should not be used for draft articles.
9519         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
9520         that has no concern in minor mode keys.
9521         (gnus-article-summary-command, gnus-article-summary-command-nosave):
9522         Abolish.
9523
9524 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
9527         article without making inquiry to a user for unknown encoding.
9528
9529         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
9530         (nnmaildir--scan): Assume i-node and device number that file-attributes
9531         returns might be cons-cell.
9532
9533         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
9534
9535         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
9536
9537 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
9538
9539         * auth-source.el: Remove docs now in auth.texi.  Don't use
9540         `gnus-message' for logging.  Add new variables `auth-source-debug' and
9541         `auth-source-hide-passwords' and use them.
9542
9543 2009-07-15  Glenn Morris  <rgm@gnu.org>
9544
9545         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
9546
9547 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9548
9549         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
9550         excessive whitespace from the default values of title and description.
9551
9552 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9553
9554         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
9555         mail-fetch-field to fetch Content-Description header in order to
9556         exclude newlines.
9557
9558 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
9559
9560         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
9561         format used by GnuPG 2.0.11.
9562
9563 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
9566         to deleted part.
9567
9568 2009-05-30  David Engster  <dengste@eml.cc>
9569
9570         * nnmairix.el: Remove old documentation in the commentary block.
9571         (nnmairix-request-group): Do not update active file for nnml back ends.
9572         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
9573         end so that overview files are ignored.
9574         (nnmairix-update-groups): Make updating the groups more robust by using
9575         marks.
9576         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
9577         with dollar characters in message-id.
9578
9579 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
9580
9581         * spam.el: Use dns-query instead of query-dns.  Was renamed on
9582         2008-12-25 in dns.el.
9583
9584 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9585
9586         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
9587         could happen if the text is only composed of spaces and/or tabs.
9588
9589 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
9590
9591         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
9592         when sending a queued message to avoid extra mml tags.
9593
9594 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9595
9596         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
9597
9598 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9599
9600         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
9601         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
9602         rmail-toggle-header for XEmacs;
9603         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
9604
9605 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9606
9607         * gnus-dired.el: Remove autoload for gnus-setup-message.
9608         (gnus-dired-attach): Fake this-command value to prevent Gnus from
9609         displaying Gnus logo; always use compose-mail.
9610
9611 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9612
9613         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
9614
9615 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9616
9617         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
9618         (gnus-nocem-issuers): List currently active issuers; fix custom type.
9619         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
9620         available.
9621         (gnus-nocem-epg-verify): New function.
9622
9623 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
9624
9625         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
9626
9627 2009-02-15  Glenn Morris  <rgm@gnu.org>
9628
9629         * gnus-util.el (rmail-insert-rmail-file-header)
9630         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
9631         autoloads.
9632         (rmail-default-rmail-file): Remove unnecessary declaration.
9633         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
9634
9635 2009-02-14  Glenn Morris  <rgm@gnu.org>
9636
9637         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
9638         variable (only used in gnus-util, which declares it anyway).
9639         (rmail-output-to-rmail-file): Remove autoload of deleted function,
9640         which was only needed by gnus-art (changed to not use it any more).
9641         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
9642         only used in gnus-util, which autoloads it itself.
9643         (rmail-update-summary): Fix autoload.
9644
9645         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
9646         rather than rmail-output-to-rmail-file.
9647
9648 2009-02-07  Glenn Morris  <rgm@gnu.org>
9649
9650         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
9651         autoload of function that no longer exists.
9652         (rmail-toggle-header): Declare.
9653         (message-forward-rmail-make-body): Handle mbox Rmail.
9654
9655 2009-01-31  Glenn Morris  <rgm@gnu.org>
9656
9657         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
9658         2009-01-09 change.
9659
9660 2009-01-31  Dave Love  <fx@gnu.org>
9661
9662         * imap.el (imap-fetch-safe): Bind debug-on-error.
9663         (imap-debug): Add imap-fetch-safe.
9664
9665 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
9666
9667         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
9668         (auth-source-forget-all-cached): New convenience function.
9669         (auth-source-user-or-password): Accept list of modes or a single mode.
9670
9671         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
9672         auth-source modes.
9673
9674         * netrc.el (netrc-machine-user-or-password): Use list of
9675         auth-source modes.
9676
9677         * nnimap.el (nnimap-open-connection): Use list of
9678         auth-source modes.
9679
9680         * nntp.el (nntp-send-authinfo): Use list of
9681         auth-source modes.
9682
9683 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9684
9685         * auth-source.el: Update docs to reflect epa-file-enable is to be used
9686         now.
9687
9688 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9689
9690         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
9691         coding system in XEmacs; add a workaround for XEmacs.
9692
9693         * lpath.el: Fbind coding-system-aliasee.
9694
9695 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9696
9697         * mm-util.el (mm-coding-system-priorities): Protect against nil value
9698         of current-language-environment.
9699
9700 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9701
9702         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
9703         available at runtime.
9704
9705 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * gnus-art.el (article-date-ut): Fix end point of narrowing.
9708
9709 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
9710
9711         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
9712         the greatest positive fixnum value doesn't work under an XEmacs with
9713         bignum support; use the most-positive-fixnum constant instead,
9714         available since Emacs 21.1 with cl and XEmacs 21.1.
9715
9716 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9717
9718         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
9719         XEmacs gets not to work.
9720
9721 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9722
9723         * mm-util.el (mm-coding-system-priorities): Allow the value like
9724         "Japanese (UTF-8)" of current-language-environment.
9725
9726 2009-01-09  Glenn Morris  <rgm@gnu.org>
9727
9728         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
9729         with last-command-event.
9730
9731 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9732
9733         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
9734         in the doc string.
9735
9736         * message.el (message-fix-before-sending): Amend comment.
9737
9738 2009-01-08  Dave Love  <fx@gnu.org>
9739
9740         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
9741
9742 2009-01-07  David Engster  <dengste@eml.cc>
9743
9744         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
9745         simplified server definitions by converting it via
9746         gnus-server-to-method.
9747
9748 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
9751         parameter's operands.
9752
9753 2009-01-06  David Engster  <dengste@eml.cc>
9754
9755         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
9756         primary select method (for gnus-group-mark-article-as-read).
9757
9758 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
9759
9760         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
9761         `(gnus)Face', not `(gnus)X-Face'.
9762
9763 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9764
9765         * mm-util.el (mm-ucs-to-char): New function.
9766
9767         * mm-url.el (mm-url-decode-entities): Use it.
9768
9769         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
9770         unicode-to-char.
9771
9772 2009-01-05  Dave Love  <fx@gnu.org>
9773
9774         * time-date.el: Require cl for `declare'.
9775
9776 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9777
9778         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
9779         Dave Love.
9780
9781 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9782
9783         * message.el (message-fix-before-sending): Add `eight-bit' to
9784         illegible-text check.
9785
9786 2009-01-03  Michael Olson  <mwolson@gnu.org>
9787
9788         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
9789         `headers' is nil.  This can occur if the IMAP server does not have
9790         permissions to read messages from a folder, but can write new messages
9791         to the folder.
9792         (nnimap-request-article-part): Do not insert `data' if it is nil.
9793
9794         * imap.el (imap-parse-fetch): Courier can insert spurious blank
9795         characters which will confuse `read', so skip past them.
9796
9797 2009-01-01  Dave Love  <fx@gnu.org>
9798
9799         * imap.el (imap-string-to-integer): Fix typo.
9800         (imap-fetch-safe): New function.
9801         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
9802
9803         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
9804
9805         * imap.el (imap-process-connection-type, imap-debug, imap-open):
9806         (imap-parse-greeting): Fix doc strings.
9807         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
9808         (imap-parse-flag-list): Make messages unique.
9809         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
9810
9811         * nnimap.el: Fix author email.
9812         (nnimap-split-rule): Add FIXME comment.
9813         (nnimap-debug): Fix doc string.
9814
9815 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9816
9817         * dns.el (dns-set-servers): Check "Address".  Fix typo.
9818
9819 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
9820
9821         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
9822         nslookup if resolv.conf isn't available.
9823         (dns-query): Rename from query-dns.
9824         (dns-query-cached): Rename from query-dns-cached.
9825
9826 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9827
9828         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
9829         overlay-arrow-position and overlay-arrow-string buffer-local; no need
9830         to check if those variables exist (first appeared in Emacs 18.50).
9831
9832 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * mm-util.el (mm-line-number-at-pos): New function.
9835
9836         * spam-report.el (spam-report-process-queue): Use it.
9837
9838 2008-12-24  David Engster  <dengste@eml.cc>
9839
9840         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
9841         parameters that haven't existed as variables as buffer-local variables.
9842
9843 2008-12-23  Dave Love  <fx@gnu.org>
9844
9845         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
9846         cadar.
9847
9848         * sieve-manage.el (sieve-manage-starttls-p): Rename from
9849         imap-starttls-p.
9850         (sieve-manage-starttls-open): Rename from imap-starttls-open.
9851
9852 2008-12-22  Dave Love  <fx@gnu.org>
9853
9854         * imap.el: Fix author email.  Doc fixes.
9855         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
9856         reply.
9857
9858 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
9859
9860         * spam-report.el (spam-report-gmane-max-requests): New constant.
9861         (spam-report-gmane-wait): New variable.
9862         (spam-report-gmane-ham, spam-report-gmane-spam)
9863         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
9864         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
9865         the server.
9866
9867         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
9868         Add explanations.
9869
9870         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
9871         nnheader-accept-process-output and nnheader-read-timeout if available.
9872         (pop3-movemail): Use it.
9873
9874         * message.el (message-check-news-body-syntax): Fix signature check if
9875         there's an attachment.
9876
9877 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9878
9879         * mm-util.el: Add comments to the mm- emulating functions.
9880
9881 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
9882
9883         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
9884         Reported by Stephen Berman <stephen.berman@gmx.net>.
9885
9886 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9887
9888         * mm-util.el (mm-substring-no-properties): New function.
9889         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
9890         (mm-special-display-p): Enable those lambda forms to be byte compiled.
9891         (mm-string-to-multibyte): Doc fix.
9892
9893         * mml.el (mml-attach-file): Use mm-substring-no-properties.
9894
9895 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9896
9897         * mml.el (mml-attach-file): Strip text properties from file name.
9898         (Bug#1574)
9899
9900 2008-12-16  Glenn Morris  <rgm@gnu.org>
9901
9902         * mm-util.el (mm-charset-override-alist): Declare for compiler.
9903
9904 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9905
9906         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
9907         knows since the charset specified might be a bogus alias that
9908         mm-charset-synonym-alist provides.
9909
9910 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9911
9912         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
9913         "ISO_8859-1".
9914
9915         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
9916
9917 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * mm-util.el (mm-charset-eval-alist):
9920         Define it before mm-charset-to-coding-system.
9921         (mm-charset-to-coding-system): Add optional argument `silent';
9922         define it before mm-charset-override-alist.
9923         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
9924         default value if it can be used in Emacs currently running;
9925         silence mm-charset-to-coding-system.
9926
9927 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9928
9929         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
9930         `allow-override' which says whether to use `mm-charset-override-alist'.
9931         (rfc2047-decode-encoded-words): Use it.
9932
9933         * mm-util.el (mm-charset-override-alist): Fix custom type;
9934         add `(gb2312 . gbk)' to choices.
9935
9936 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9937
9938         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
9939         fast.
9940
9941         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9942
9943         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
9944
9945 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
9946
9947         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9948         on links.
9949
9950         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9951
9952 2008-12-03  Lute Kamstra  <lute@gnu.org>
9953
9954         * sha1.el: Remove leading * from docstrings of defcustoms,
9955         deffaces, defconsts and defuns.
9956
9957 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9958
9959         * message.el (message-idna-to-ascii-rhs-1): Protect against local
9960         users' addresses that don't have domain parts.
9961         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9962         rather than message-narrow-to-head since there will be the message
9963         header separator.
9964
9965 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9966
9967         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9968         since the result is inserted in a unibyte buffer anyway.
9969         (nnimap-demule-use-string-to-multibyte): Remove.
9970         (nnimap-demule): Alias it to mm-string-to-multibyte.
9971
9972 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9973
9974         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9975         variable for debugging bug#464 and bug#1174.
9976         (nnimap-demule): Use it.
9977
9978 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9979
9980         * gnus-score.el (gnus-score-find-trace): Handle default score in total
9981         score calculation correctly.
9982
9983 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9984
9985         * message.el (message-send-mail): Just set the buffer to unibyte
9986         rather than use mm-with-unibyte-current-buffer which does a lot more.
9987         (message-send-mail-partially): Don't bother with
9988         mm-with-unibyte-current-buffer since it's already been made unibyte by
9989         message-send-mail.
9990
9991 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
9992
9993         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9994
9995 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
9996
9997         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9998
9999 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
10002         require itself and to remove `with-no-warnings'.
10003
10004 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
10005
10006         * starttls.el (starttls-any-program-available): Get the name of the
10007         available TLS layer program.
10008         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
10009         well as the host name in the "opening" message.
10010
10011         * auth-source.el (auth-source-cache, auth-source-do-cache)
10012         (auth-source-user-or-password): Cache passwords and logins by default,
10013         allow override with `auth-source-do-cache'.
10014         (auth-source-forget-user-or-password): Allow users to remove cache
10015         entries if needed.
10016
10017 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
10018
10019         * md4.el (md4-buffer): Fix typo in docstring.
10020         (md4, md4-64): Doc fixes.
10021         (md4-pack-int32): Reflow docstring.
10022
10023 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10024
10025         * ietf-drums.el (ietf-drums-remove-comments): Localize second
10026         condition-case to only the forward-sexp call.
10027
10028 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10029
10030         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
10031         quotes contained.  Make it more robust regardless by an extra
10032         condition-case wrapper.
10033
10034 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10035
10036         * lpath.el: No need to fbind codepage-setup for Emacs 23.
10037
10038 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10039
10040         * nnml.el (nnml-request-expire-articles): Check if the function set to
10041         `nnmail-expiry-target' returns the symbol `delete'.
10042
10043         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10044
10045         * nnmail.el (nnmail-expiry-target): Fix custom type.
10046
10047 2008-10-02  Glenn Morris  <rgm@gnu.org>
10048
10049         * mm-util.el (mm-codepage-setup): Tweak codepage error.
10050         Silence compiler warning.
10051
10052 2008-10-01  Magnus Henoch  <mange@freemail.hu>
10053
10054         * tls.el (open-tls-stream): Show the actual command being
10055         executed, instead of the format string.
10056
10057 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10058
10059         * lpath.el: Fbind codepage-setup for Emacs 23.
10060
10061 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
10062
10063         * mml.el (mml-menu): Don't assume mml2015 is bound.
10064
10065 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10066
10067         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
10068         exists.
10069
10070 2008-09-27  Glenn Morris  <rgm@gnu.org>
10071
10072         * gnus-util.el (mail-header-remove-comments): Autoload it.
10073
10074 2008-09-27  Andreas Schwab  <schwab@suse.de>
10075
10076         * gnus-util.el (gnus-split-references): Strip comments.
10077         (gnus-parent-id): Likewise.
10078
10079 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
10080
10081         * message.el (message-confirm-send): Fix version.
10082
10083 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10084
10085         * message.el (message-idna-to-ascii-rhs-1): Use
10086         mail-extract-address-components rather than mail-header-parse-addresses
10087         that is an alias by default to ietf-drums-parse-addresses that does not
10088         support non-ASCII names in headers' contents.
10089
10090 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10091
10092         * message.el (message-confirm-send): Fix variable documentation to
10093         avoid the "y/n" wording.
10094
10095 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
10096
10097         * message.el (message-set-auto-save-file-name): Save to a different
10098         filename so multiple messages (especially drafts) can be recovered.
10099
10100 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
10101
10102         * message.el (message-confirm-send): Add appropriate version.
10103
10104 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10105
10106         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
10107         defvar.
10108
10109 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
10110
10111         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
10112         (mm-pkcs7-enveloped-magic): Ditto.
10113
10114 2008-09-17  Simon Josefsson  <simon@josefsson.org>
10115
10116         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
10117         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
10118
10119 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
10120
10121         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
10122         default, it's better.
10123
10124 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
10125
10126         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
10127         summary line gnus-number property and ignore them (with a warning
10128         message).
10129
10130 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10131
10132         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
10133         macro caddr in the interactive form since it won't be expanded.
10134
10135 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10136
10137         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
10138         `charset'; fix name of function called recursively.
10139         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
10140
10141 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10142
10143         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
10144         (gnus-mime-set-charset-parameters): New function.
10145         (gnus-mime-view-part-as-charset): Use it to correctly display part
10146         specifying wrong charset.
10147
10148 2008-09-08  David Engster  <dengste@eml.cc>
10149
10150         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
10151         in completing-read for back end server.
10152
10153 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
10154
10155         * message.el (message-confirm-send): New variable to confirm sending a
10156         message.
10157         (message-send): Use it.
10158
10159 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
10160
10161         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
10162
10163 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10164
10165         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
10166
10167 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
10168
10169         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
10170         prevent tracking too many groups.
10171         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
10172         Use it.
10173
10174 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
10175
10176         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
10177         moving point to the bottom of the window in order to avoid recentering.
10178
10179 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
10182
10183         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
10184         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
10185         (gnus-article-beginning-of-window): Fix calculation.
10186
10187 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * gnus-msg.el (gnus-summary-supersede-article)
10190         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
10191         value of gnus-newsgroup-charset to decode non-MIME encoded text in
10192         message header.
10193
10194 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
10195
10196         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
10197         pending output coming after the status change.
10198
10199 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
10200
10201         * message.el:
10202         * gnus-start.el:
10203         * gnus-registry.el: Remove VMS support.
10204
10205 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10206
10207         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
10208         macro.
10209         (rfc2104-hash): Use it.
10210
10211 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
10212
10213         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
10214         (gnus-summary-sort-by-most-recent-date): New commands.
10215         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
10216         and menu entries.
10217
10218 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10219
10220         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
10221         don't redisplay article for raw contents; remove plural articles stuff.
10222
10223         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
10224         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
10225         on gnus-summary-save-article; display results properly.
10226
10227 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * lpath.el: No need to fbind ns-focus-frame.
10230
10231 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10232
10233         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
10234
10235 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * gnus-art.el (gnus-summary-save-in-pipe):
10238         Consider gnus-save-all-headers.
10239
10240 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
10241
10242         * gnus-util.el (ns-focus-frame): Remove declaration.
10243         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
10244         like x.
10245
10246 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
10247
10248         * rfc2104.el (rfc2104-zero): Delete defconst.
10249         (rfc2104-hex-alist): Likewise.
10250         (rfc2104-hex-to-int): Delete func.
10251         (rfc2104-hexstring-to-bitstring): Likewise.
10252         (rfc2104-nybbles): New defconst.
10253         (rfc2104-hash): Rewrite for speed.
10254
10255 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10256
10257         * tls.el (open-tls-stream): Make it work with the 2nd argument
10258         BUFFER that is a string but does not exist as a buffer object, as
10259         mentioned in the doc-string.
10260
10261 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10262
10263         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
10264         SXEmacs.
10265
10266 2008-07-16  Glenn Morris  <rgm@gnu.org>
10267
10268         * gnus-util.el (ns-focus-frame): Declare for compiler.
10269
10270 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
10273         set as a group parameter.
10274         (gnus-summary-save-in-pipe): Work when it is called independently.
10275         (gnus-summary-pipe-to-muttprint): Don't modify
10276         gnus-summary-pipe-output-default-command.
10277
10278 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10279
10280         * message.el (message-send-mail-with-sendmail):
10281         Display the error message.
10282
10283 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * gnus-art.el (gnus-default-article-saver):
10286         Add gnus-summary-save-in-pipe to choices.
10287         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
10288         gnus-summary-pipe-output-default-command as the default command.
10289         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
10290         instead of gnus-last-shell-command.
10291
10292         * gnus-sum.el (gnus-summary-pipe-output-default-command):
10293         New user option.
10294         (gnus-summary-muttprint-program): Mention the value will be changed.
10295         (gnus-summary-save-article): Force showing of all headers.
10296         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
10297
10298 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
10299
10300         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
10301
10302 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
10303
10304         * nnimap.el (nnimap-id):
10305         * sieve-manage.el (sieve-manage-open): Doc fixes.
10306
10307 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
10308
10309         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
10310         if available.
10311
10312 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10313
10314         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
10315
10316         * nnkiboze.el (nnkiboze-generate-group):
10317         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
10318
10319         * nnmairix.el: Require CL.
10320
10321 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10322
10323         * dgnushack.el: Autoload get-display-table and put-display-table for
10324         XEmacs 21.5.
10325
10326         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
10327         21.4 and SXEmacs.
10328
10329 2008-06-15  David Engster  <dengste@eml.cc>
10330
10331         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
10332
10333 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
10334
10335         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
10336         New macros that expand to an `aset'/`aref' call under Emacs, and to a
10337         runtime choice under XEmacs.
10338
10339         * gnus-sum.el (gnus-summary-set-display-table):
10340         Use `gnus-put-display-table', `gnus-get-display-table',
10341         `gnus-set-display-table' for the display table, instead of `aset'.
10342
10343         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
10344         Use `gnus-put-display-table', `gnus-get-display-table',
10345         `gnus-set-display-table' for the display table.
10346
10347 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
10348
10349         * nnmairix.el: Add autoloads.
10350
10351 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
10352
10353         * nnmairix.el (nnmairix-delete-recreate-group)
10354         (nnmairix-update-and-clear-marks): Fix error messages.
10355
10356 2008-06-14  David Engster  <dengste@eml.cc>
10357
10358         * nnmairix.el: Upgrade to version 0.6.
10359         (nnmairix-group-toggle-propmarks-this-group)
10360         (nnmairix-group-toggle-readmarks-this-group)
10361         (nnmairix-group-delete-recreate-this-group)
10362         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
10363         (nnmairix-remove-tick-mark-original-article): New commands.
10364         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
10365         (nnmairix-propagate-marks-to-nnmairix-groups)
10366         (nnmairix-only-use-registry, nnmairix-allowfast-default)
10367         (nnmairix-marks-cache, nnmairix-version-output): New variables.
10368         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
10369         functions needed for marks propagation and manipulation of read marks.
10370         (nnmairix-update-groups): New function.
10371         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
10372         (nnmairix-determine-original-group-from-registry)
10373         (nnmairix-determine-original-group-from-path)
10374         (nnmairix-get-group-from-file-path, nnmairix-map-range)
10375         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
10376         New helper functions.
10377         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
10378         keystrokes for new commands.
10379         (nnmairix-delete-and-create-on-change): Doc string cleanup.
10380         (nnmairix-request-group): Check allow-fast group parameter.
10381         (nnmairix-request-create-group): Set allow-fast group parameter if
10382         nnmairix-allowfast-default is set.
10383         (nnmairix-close-group): Propagate marks upon closing if needed.
10384         (nnmairix-group-toggle-threads-this-group): Use new.
10385         nnmairix-group-toggle-parameter helper function.
10386         (nnmairix-search): Better check for empty search result.
10387         (nnmairix-goto-original-article): Use new helper functions for
10388         determining original article.
10389         (nnmairix-show-original-article): Make sure message-id is in brackets.
10390         (nnmairix-call-mairix-binary): Change variable name.
10391         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
10392         helper function.
10393         (nnmairix-widget-toggle-activate): Fix doc string.
10394
10395 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10396
10397         * nnir.el: Require edmacro when compiling with XEmacs.
10398         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
10399         available in Emacs 21.
10400
10401 2008-06-11  Glenn Morris  <rgm@gnu.org>
10402
10403         * gnus-util.el (x-focus-frame):
10404         * gnus.el (image-size):
10405         * mm-decode.el (image-size): Declare.
10406
10407         * gnus-picon.el (declare-function): Add compat definition.
10408         (image-size): Declare.
10409
10410         * gnus-group.el (tool-bar-map):
10411         * gnus-sum.el (tool-bar-map): Define for compiler.
10412
10413         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
10414
10415         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
10416
10417         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
10418         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
10419         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
10420         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
10421         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
10422         * sieve-manage.el, spam-report.el, spam.el:
10423         Remove unnecessary eval-and-compile of autoloads.
10424
10425 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
10426
10427         * auth-source.el: Precise Tramp doc.
10428
10429 2008-06-07  Glenn Morris  <rgm@gnu.org>
10430
10431         * nnmairix.el: Remove unnecessary eval-when-compile.
10432
10433 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10434
10435         * lpath.el: Fbind propertize for XEmacs 21.4.
10436
10437 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
10438
10439         * nnir.el: Move here from ../contrib.
10440
10441 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10442
10443         * gnus-util.el (gnus-read-shell-command): New function.
10444         * mm-decode.el (mm-pipe-part):
10445         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
10446
10447 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
10450
10451 2008-06-03  Glenn Morris  <rgm@gnu.org>
10452
10453         * pop3.el (nnheader-accept-process-output): Autoload it.
10454
10455 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10456
10457         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
10458         are not 2-digit hexadecimal characters that follow `%'s.
10459
10460 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10461
10462         * message.el (message-bogus-recipient-p): Fix type in doc string.
10463         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
10464         (message-bogus-addresses): Rename from message-bogus-address-regexp.
10465         Improve custom options.
10466         (message-bogus-recipient-p): Adjust accordingly.
10467
10468 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
10469
10470         * parse-time.el (parse-time-months, parse-time-weekdays): Add
10471         long-form month and day names.
10472
10473 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * dgnushack.el: Autoload debug, eudc-expand-inline and
10476         pgg-snarf-keys-region for XEmacs.
10477
10478         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
10479
10480         * nnmairix.el: Require edmacro when compiling with XEmacs.
10481
10482 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
10483
10484         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
10485         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
10486
10487 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
10488
10489         * auth-source.el: Add more docs.
10490
10491         * netrc.el (netrc-machine): Always match if the port is not given.
10492
10493 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10494
10495         * nnheader.el (nnheader-read-timeout): Change the default timeout from
10496         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
10497         retrieval faster in some cases, but might make CPU usage larger.
10498         If this has any bad side effects, we might revert this change.
10499
10500         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
10501         seems to make mail retrieval much, much faster.
10502         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
10503         unconditionally.
10504
10505         * gnus-draft.el (gnus-group-send-queue):
10506         Bind message-send-mail-partially-limit to nil to avoid being prompted.
10507
10508 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
10509
10510         * mml.el (mml-attach-buffer): Prompt for `disposition'.
10511
10512         * message.el (message-bogus-address-regexp): Fix and improve custom
10513         type.
10514         (message-setup-hook): Add message-check-recipients as custom option.
10515
10516 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
10517
10518         * message.el (message-cite-function): Remove bogus autoload which crept
10519         in during merge from v5-10.
10520
10521 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
10522
10523         * nnimap.el (nnimap-open-connection): Fix login/password bug.
10524
10525         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
10526
10527         * auth-source.el: Preliminary Tramp docs.
10528         (auth-sources): Change the default auth-sources to use
10529         EPA .gpg files.
10530
10531 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
10532
10533         * nntp.el: Autoload `auth-source-user-or-password'.
10534         (nntp-send-authinfo): Use it.
10535
10536         * nnimap.el: Autoload `auth-source-user-or-password'.
10537         (nnimap-open-connection): Use it.
10538
10539         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
10540         for the gnus-message function.
10541         (auth-source-user-or-password): Use it.
10542
10543 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10544
10545         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
10546         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
10547         (rfc2104-hash): Use it.
10548
10549 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
10550
10551         * gnus-art.el (gnus-article-toggle-truncate-lines):
10552         Don't use `iff' in docstring.
10553
10554 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
10555
10556         * gnus-registry.el: Adjusted copyright dates and added a keyword.
10557
10558         * gnus-util.el (gnus-extract-address-component-name)
10559         (gnus-extract-address-component-email): Convenience functions around
10560         `gnus-extract-address-components'.
10561
10562         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10563         Use `gnus-extract-address-component-email' to fix bug of comparing full
10564         sender name to `user-mail-address'.
10565
10566 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
10567
10568         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
10569         catch/throw to optimize.
10570         (gnus-registry-find-keywords): Just use member to find a keyword.
10571
10572 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10573
10574         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
10575         is current before calling gnus-server-prepare.
10576         (gnus-server-setup-buffer, gnus-server-update-server)
10577         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
10578
10579 2008-05-04  Juri Linkov  <juri@jurta.org>
10580
10581         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
10582         (mailcap-file-default-commands): Use mailcap-replace-in-string
10583         instead of replace-regexp-in-string, and mailcap-delete-duplicates
10584         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
10585
10586 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
10587
10588         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
10589
10590 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10591
10592         * gnus.el: Bump version to 0.11.
10593
10594 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10595
10596         * gnus.el: No Gnus v0.10 is released.
10597
10598 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10599
10600         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
10601         hooks.
10602         (gnus-update-read-articles): Speed up non-marks-using users.
10603         (gnus-use-marks): Define gnus-use-marks.
10604         (gnus-propagate-marks): Rename variable to something more sensible.
10605
10606 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
10607
10608         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
10609         (gmm-image-load-path-for-library): Fix typos in docstrings.
10610         (gmm-message): Reflow docstring.
10611
10612 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
10613
10614         * mail-source.el (mail-source-set-1, mail-source-bind):
10615         Move auth-source code out of the macro to clean it up and fix bugs.
10616
10617 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
10618
10619         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
10620         by sender if it's equal to user-mail-address, it's likely to be
10621         useless.
10622
10623         * mail-source.el (mail-source-bind): Don't use user or password if they
10624         are not bound.  Unintern them if they are nil.  Don't use server unless
10625         it's bound, and default it to empty string otherwise.
10626
10627 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
10628
10629         * mail-source.el: Load auth-source.el.
10630         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
10631         get user name or password, if auth-sources is set up.
10632
10633         * gnus-registry.el (gnus-registry-split-strategy): New variable for
10634         strategy of splitting with parent.
10635         (gnus-registry-split-fancy-with-parent)
10636         (gnus-registry-post-process-groups): Use it and fix prior
10637         bug (returning a list as the split result).
10638
10639         * auth-source.el (auth-sources): Remove server parameter.
10640         (auth-source-pick, auth-source-user-or-password)
10641         (auth-source-user-or-password-imap)
10642         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10643         (auth-source-user-or-password-sftp)
10644         (auth-source-user-or-password-smtp): Remove server parameter.
10645
10646 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
10647
10648         * smime.el (smime-sign-region, smime-encrypt-region)
10649         (smime-decrypt-region):
10650         Remove redundant calls to `generate-new-buffer-name'.
10651
10652 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
10653
10654         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
10655         Don't use QP for message/rfc822.
10656         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
10657
10658 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10659
10660         * sieve-manage.el (sieve-string-bytes): Remove.
10661         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
10662         correct byte-length only if the process's coding-system is the same as
10663         the one used internally by Emacs to represent strings.
10664
10665 2008-04-22  Juri Linkov  <juri@jurta.org>
10666
10667         * mailcap.el (mailcap-file-default-commands): New function.
10668
10669 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10670
10671         * message.el (message-signature-separator, message-cite-function):
10672         Change custom version.
10673
10674 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
10675
10676         * tls.el (tls-program): Add -ign_eof argument to call the openssl
10677         commands.
10678         (tls-checktrust): Ditto.
10679
10680 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10681
10682         * mm-decode.el (mm-display-external): Make temp file read-only.
10683
10684 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10685
10686         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
10687         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
10688         `C-c C-f d'.
10689
10690 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
10691
10692         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
10693
10694 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10695
10696         * gnus.el: Bump version to 0.9.
10697
10698 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
10699
10700         * gnus.el: No Gnus v0.8 is released.
10701
10702 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10703
10704         * mail-source.el (mail-source-value):
10705         Prefer fboundp to functionp so it works with macros as well.
10706
10707 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10708
10709         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10710         Fix last change in case the element is not even a symbol.
10711
10712 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10713
10714         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10715         Prefer fboundp to functionp so it works with macros as well.
10716
10717 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
10718
10719         * auth-source.el: Add docs.
10720         (auth-sources): Modify format to support server.
10721         (auth-source-pick, auth-source-user-or-password)
10722         (auth-source-user-or-password-imap)
10723         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10724         (auth-source-user-or-password-sftp)
10725         (auth-source-user-or-password-smtp): Add server parameter.
10726
10727 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
10728
10729         * gnus-registry.el: Initialize the registry when gnus-registry-install
10730         is t.
10731
10732 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10733
10734         * compface.el (uncompface): Make buffer unibyte.
10735
10736 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10737
10738         * mail-source.el (mail-source-value):
10739         Prefer fboundp to functionp so it works with macros as well.
10740
10741 2008-04-05  Glenn Morris  <rgm@gnu.org>
10742
10743         * gnus-ems.el (mm-disable-multibyte): Autoload it.
10744
10745 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10746
10747         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
10748         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
10749
10750         * nnheader.el (nnheader-init-server-buffer): Change buffer's
10751         multibyteness after rather than before erasing it.
10752
10753         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
10754         mm-with-multibyte.
10755         (gnus-request-article-this-buffer): Make sure the proper decoding is
10756         used if gnus-original-article-buffer happens to be unibyte.
10757
10758         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
10759         default-enable-multibyte-characters.
10760
10761         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
10762         default-enable-multibyte-characters.
10763
10764         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
10765
10766         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
10767
10768 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10769
10770         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10771         Fix last change in case the element is not even a symbol.
10772
10773 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10774
10775         * imap.el (imap-enable-exchange-bug-workaround): New variable.
10776         (imap-message-copyuid-1): Use it.
10777         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
10778         J. Williams in
10779         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
10780
10781         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
10782         imap-enable-exchange-bug-workaround.
10783         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
10784
10785 2008-04-01  Simon Josefsson  <simon@josefsson.org>
10786
10787         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
10788         a 100 byte status-checks into a 2-3MB transfer for each group.
10789         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
10790         to enable bug workaround or not.
10791         (nnimap-find-minmax-uid): Only enable workaround conditionally.
10792
10793 2008-03-31  Glenn Morris  <rgm@gnu.org>
10794
10795         * message.el (mml2015-use): Declare for compiler.
10796         (message-info): Require mml2015 when appropriate.
10797
10798 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10799
10800         * Makefile.in (EMACS_COMP): Quote directory name that might contain
10801         whitespace.
10802
10803 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10804
10805         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
10806         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
10807         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
10808         (nntp-service-to-port): New function.
10809         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
10810         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
10811         (nntp-open-netcat-stream): New function.
10812         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
10813
10814 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
10815
10816         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
10817
10818 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10819
10820         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
10821
10822 2008-03-28  Magnus Henoch  <mange@freemail.hu>
10823
10824         * dns.el (dns-write): Use set-buffer-multibyte.
10825
10826 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
10827
10828         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
10829
10830 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10831
10832         * message.el (message-signature-separator): Change default.
10833         Improve custom type.
10834         (message-cite-function): Change default to
10835         message-cite-original-without-signature.
10836
10837         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
10838         toggle.
10839
10840         * message.el (message-check-news-body-syntax): Fix signature check.
10841         (message-setup-1): Mark buffer as unmodified _after_ running
10842         message-setup-hook and handling message-alternative-emails.
10843         (message-shorten-references): Be more strict when building list of
10844         valid references to comply with GNKSA.
10845
10846         * gnus-group.el (gnus-read-ephemeral-bug-group)
10847         (gnus-read-ephemeral-debian-bug-group)
10848         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
10849
10850         * message.el (message-info): Don't use booleanp which isn't supported
10851         in Emacs 21 and XEmacs.
10852
10853 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
10854
10855         * gnus-group.el (gnus-gmane-group-download-format): Rename from
10856         gnus-group-gmane-group-download-format.
10857         (gnus-group-read-ephemeral-gmane-group): Rename from
10858         gnus-group-read-ephemeral-gmane-group.
10859         (gnus-read-ephemeral-gmane-group-url): Rename from
10860         gnus-group-read-ephemeral-gmane-group-url.
10861         (gnus-bug-group-download-format-alist): New variable.
10862         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
10863         (gnus-read-ephemeral-emacs-bug-group): New commands.
10864
10865 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10866
10867         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
10868         (gnus-visible-headers): Improve custom type.
10869
10870 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10871
10872         * mml.el (mml-menu): Add workarounds for XEmacs.
10873
10874         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
10875         X-Boundary header.
10876
10877         * message.el (message-simplify-recipients): Fix previous commit.
10878
10879 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10880
10881         * mm-util.el (mm-set-buffer-multibyte): New function.
10882         * mm-decode.el (mm-copy-to-buffer): Use it.
10883
10884         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10885         Prefer fboundp to functionp so it works with macros as well.
10886
10887 2008-03-19  Glenn Morris  <rgm@gnu.org>
10888
10889         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
10890         Accidentally removed in the sync process with Emacs.
10891
10892 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
10893
10894         * message.el (message-alter-recipients-discard-bogus-full-name):
10895         New function.
10896         (message-alter-recipients-function): New variable.
10897         (message-get-reply-headers): Use it.
10898         (message-replace-header): New helper function.
10899         (message-recipients-without-full-name): New variable.
10900         (message-simplify-recipients): New command.
10901
10902         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
10903
10904         * message.el (message-info): Handle EasyPG manual.
10905
10906         * mml.el (mml-menu): Add entry for EasyPG.
10907
10908 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
10909
10910         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
10911         parameter.
10912
10913         * message.el (message-disassociate-draft): Specify drafts group name
10914         fully.
10915
10916 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
10917
10918         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10919         Eliminate unnecessary duplicates from the match list.
10920
10921 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
10924
10925         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
10926
10927         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
10928         args of `how-many' of which the XEmacs version doesn't take; declare
10929         Info-index-next as function.
10930
10931 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10932
10933         * gnus-score.el (gnus-score-headers): Fix handling of
10934         gnus-inhibit-slow-scoring.
10935
10936         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
10937         string.
10938         (gnus-button-url-regexp): Improve handling of parenthesis.
10939         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
10940         (gnus-button-handle-info-keystrokes): Handle index entries.
10941
10942 2008-03-15  Glenn Morris  <rgm@gnu.org>
10943
10944         * parse-time.el (parse-time-string): Simplify.
10945
10946 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10947
10948         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
10949         Incoming* files.
10950
10951 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
10952
10953         * auth-source.el (auth-sources): Rename from auth-source-choices.
10954         (auth-source-pick): Use it.
10955
10956 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10957
10958         * binhex.el (binhex-decode-region-internal):
10959         * uudecode.el (uudecode-decode-region-internal):
10960         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
10961         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
10962         setting default-enable-multibyte-characters.
10963
10964 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10965
10966         * auth-source.el (auth-source-protocols)
10967         (auth-source-protocols-customize, auth-source-choices): Add and
10968         modified variable customizations and defaults.
10969         (auth-source-pick, auth-source-user-or-password)
10970         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
10971         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10972         (auth-source-user-or-password-sftp)
10973         (auth-source-user-or-password-smtp): Use new variables and provide an
10974         interface to netrc.el.
10975
10976 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10977
10978         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
10979         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
10980         Make sure the nntp port to specify is a string.
10981
10982 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10983
10984         * nntp.el: Use with-current-buffer.
10985         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
10986         dubious mm-with-unibyte-current-buffer.
10987         (nntp-with-open-group-function): New function extracted from
10988         nntp-with-open-group macro.
10989         (nntp-with-open-group): Use the function, so it's easier to debug.
10990         Add indentation and debugging info.
10991         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
10992         Recommend the use of the netcat alternatives.
10993
10994         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
10995         Avoid mm-string-as-multibyte as well.
10996
10997         * nnweb.el (nnweb-insert-html):
10998         Remove use of nnheader-string-as-multibyte.
10999
11000         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11001         (nnheader-string-as-multibyte): Remove.
11002
11003         * mm-view.el: Use inhibit-read-only.
11004         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11005         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11006         or unibyte-string.
11007
11008         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11009         (mm-uu-yenc-extract): Use with-current-buffer.
11010
11011         * gnus-soup.el (gnus-soup-send-packet): Don't use
11012         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11013
11014         * nnmh.el: Use with-current-buffer.
11015         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11016         mm-string-as-multibyte on the output of mm-encode-coding-string.
11017
11018         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11019         (nnimap-request-move-article): Use with-current-buffer.
11020
11021         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11022         inserting the handle-buffer's text, so the implicit multibyte->unibyte
11023         conversion uses string-make-unibyte rather than string-as-unibyte.
11024
11025         * gnus-msg.el: Use with-current-buffer.
11026
11027         * message.el (message-ignored-resent-headers): Add "Delivered-To".
11028
11029 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
11030
11031         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11032         string for caching if it is 'PIN.
11033
11034 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * lpath.el: Consider the case without Emacs/W3.
11037
11038 2008-03-08  Glenn Morris  <rgm@gnu.org>
11039
11040         * time-date.el (date-to-time, time-subtract, time-add)
11041         (safe-date-to-time): Doc fixes.
11042
11043 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11044
11045         * mail-source.el (mail-source-delete-old-incoming-confirm):
11046         Change default to nil.
11047         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
11048
11049 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11050
11051         * lpath.el: Rearrange.
11052
11053         * gnus-art.el (gnus-narrow-to-page): Position point properly.
11054         (gnus-article-goto-prev-page): Work for articles having ^L's.
11055
11056         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
11057
11058         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
11059
11060 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
11061
11062         * gnus-bookmark.el: Adjust for renames in bookmark.el.
11063         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
11064         (gnus-bookmark-jump): Adjust some variable names.
11065
11066 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
11067
11068         * auth-source.el: New package.
11069         (auth-source-choices): Add customization entry point variable.
11070
11071         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
11072         bug.
11073
11074 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
11075
11076         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
11077         (gnus-registry-initialize, gnus-registry-install-p): Use it.
11078         (gnus-registry-install-shortcuts): Rename from
11079         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
11080         the `gnus-registry-mark-map' keymap dynamically from
11081         `gnus-registry-marks'.  The generated functions update the summary line
11082         when a registry mark is added or deleted, and will call
11083         `gnus-registry-install-p' (see the comments in the code).
11084         (gnus-registry-user-format-function-M): Use concat intelligently.
11085
11086         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
11087         the registry mark functions.
11088
11089 2008-03-05  Glenn Morris  <rgm@gnu.org>
11090
11091         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
11092         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
11093         gnus-art.
11094         (top-level): No need to load own source when compiling.
11095
11096 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11097
11098         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
11099         Suggested by <chris.anderton@zetnet.co.uk>.
11100
11101 2008-03-04  Glenn Morris  <rgm@gnu.org>
11102
11103         * gnus-sum.el (top-level): No need to require gnus when compiling,
11104         since unconditionally required near start of file.
11105         (gnus-summary-display-while-building): Move definition before use.
11106
11107 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11108
11109         * gnus-registry.el (gnus-registry-user-format-function-M):
11110         Add formatting function.
11111
11112 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11113
11114         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
11115         with plists.
11116         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
11117         Use new format.
11118
11119 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11120
11121         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
11122         `where-is-internal' that returns a range of key sequences.
11123
11124 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11125
11126         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
11127
11128         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
11129         (gnus-summary-jump-to-group): Consider windows on other displayed
11130         frames as well.  Similar changes might be needed elsewhere, but that's
11131         the one I've bumped into during my use.
11132
11133         * nndoc.el (nndoc-oe-dbx-type-p):
11134         * gnus-msg.el (gnus-debug):
11135         * gnus-group.el (gnus-update-group-mark-positions):
11136         Use mm-string-to-multibyte.
11137
11138 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11139
11140         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
11141         doesn't handle NotDashEscaped.
11142
11143         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
11144         (mml-dnd-attach-options): Fix typo in custom choice.
11145
11146         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
11147         Change nndoc-article-type to mbox.
11148         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
11149
11150         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
11151         to nil, instead of html2text.
11152
11153         * imap.el (imap-debug): Add `imap-ping-server'.
11154
11155         * gnus-bookmark.el: Add FIXMEs.
11156
11157         * message.el (message-form-letter-separator)
11158         (message-send-form-letter-delay): New variables.
11159         (message-send-form-letter): Use them.  New command to send form
11160         letters.  Requested by Uwe Siart.
11161         (message-send-mail-function): Doc fix.  Add "Other" custom option.
11162
11163 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11164
11165         * Update copyright years.
11166
11167 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11168
11169         Sync from EMACS_22_BASE.
11170
11171         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
11172
11173 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
11174
11175         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
11176         empty author.
11177
11178 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
11179
11180         * gnus-registry.el (gnus-registry-marks): Add variable for
11181         customization of marks and their appearance.
11182         (gnus-registry-read-mark): Use it.
11183         (gnus-registry-do-marks): Add utility function to loop through
11184         `gnus-registry-marks'.
11185         (gnus-registry-install-shortcuts-and-menus): Add function to install
11186         shortcuts and menus.
11187         (gnus-registry-initialize): Use it.
11188         (gnus-registry-default-mark): Clarify documentation.
11189
11190 2008-02-29  Glenn Morris  <rgm@gnu.org>
11191
11192         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
11193         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
11194         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
11195         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
11196         Change defcustom :version from 23.0 to 23.1.
11197
11198 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
11199
11200         * gnus-registry.el (gnus-registry-follow-group-p)
11201         (gnus-registry-post-process-groups): Add functions to aid registry
11202         splitting and improve logging.  Clarify behavior in function
11203         documentation.
11204         (gnus-registry-split-fancy-with-parent): Use them.
11205
11206 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11207
11208         * gnus-art.el: Use with-current-buffer.
11209
11210 2008-02-27  David Engster  <dengste@eml.cc>
11211
11212         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
11213         Express real group name in the response.
11214
11215 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11216
11217         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
11218         (nnmairix-last-server, nnmairix-current-server): Defvar them.
11219         (nnmairix-goto-original-article): Defvar gnus-registry-install and
11220         autoload gnus-registry-fetch-group when compiling.
11221         (nnmairix-request-group-with-article-number-correction):
11222         Remove unreferenced argument passed to nnmairix-call-backend.
11223
11224 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11225
11226         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
11227         (mm-uu-extract): Improve face for low color ttys.
11228         Reported by Sascha Wilde.
11229
11230 2008-02-27  Glenn Morris  <rgm@gnu.org>
11231
11232         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
11233         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
11234         variables to defconsts.  Convert comments to doc-strings.
11235         (nnmairix-last-server, nnmairix-current-server): Convert from free
11236         variables to defvars.  Convert comments to doc-strings.
11237         (gnus-registry-fetch-group): Autoload.
11238         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
11239         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
11240         (nnmairix-widget-build-editable-fields): Use car cddr rather than
11241         caddr.
11242         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
11243         nnmairix-request-group-with-article-number-correction call.
11244         (nnmairix-fast, nnmairix-group): New, less general names, for free
11245         variables passed from nnmairix-request-group to
11246         nnmairix-request-group-with-article-number-correction.  Declare.
11247         (nnmairix-request-group-with-article-number-correction):
11248         Use nnmairix-fast, nnmairix-group rather than fast, group.
11249
11250 2008-02-26  David Engster  <dengste@eml.cc>
11251
11252         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
11253         version 0.5.
11254
11255 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
11256
11257         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
11258         instead of making an extra function call.  Don't add the current group
11259         to articles only when they have the group.  Use
11260         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
11261         Reported by David <de_bb@arcor.de>.
11262
11263 2008-02-24  Miles Bader  <miles@gnu.org>
11264
11265         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
11266         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
11267         (mm-find-mime-charset-region):
11268         * mm-bodies.el (mm-encode-body):
11269         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
11270
11271 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11272
11273         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
11274         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
11275
11276 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
11277
11278         * mail-source.el (mail-source-delete-incoming): Change default.
11279         Supplement doc string.
11280
11281         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
11282
11283 2008-02-14  Glenn Morris  <rgm@gnu.org>
11284
11285         * time-date.el (format-seconds): New function.
11286
11287 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11288
11289         * nnmail.el (nnmail-message-id-cache-file): Derive from
11290         `gnus-home-directory'.
11291
11292 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
11293
11294         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
11295         Document negative prefix.
11296
11297         * gnus-group.el (gnus-group-read-group): Document negative prefix.
11298
11299 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11300
11301         * message.el (message-unsent-separator): Add the Exim bounce
11302         separator.
11303
11304 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
11305
11306         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
11307         list.
11308         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
11309         recipient/signer list.
11310
11311 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11312
11313         * Makefile.in (datarootdir): Define.
11314         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
11315         name that might contain whitespace.
11316
11317 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11318
11319         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
11320         fbound (Emacs 23 unicode), signal an error.
11321
11322 2008-02-08  Glenn Morris  <rgm@gnu.org>
11323
11324         * gnus-art.el (pgg-display-output-buffer): Declare as function.
11325
11326 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
11327
11328         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
11329         ports to the calls to `netrc-machine-user-or-password' in addition to
11330         "imap" and "imaps".
11331
11332 2008-02-01  Zhang Wei  <id.brep@gmail.com>
11333
11334         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
11335
11336         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
11337
11338 2008-02-01  Kenichi Handa  <handa@m17n.org>
11339
11340         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
11341         rfc2104-hexstring-to-bitstring and changed to return a byte list.
11342         (rfc2104-hash): Convert the result of concat to unibyte string.
11343
11344 2008-02-01  Dave Love  <fx@gnu.org>
11345
11346         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
11347         coding-system-for-read.
11348         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
11349
11350 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
11351
11352         * gnus.el (gnus-group-startup-message): Add `find-image' call before
11353         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
11354         <hanche@math.ntnu.no>.
11355
11356 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11357
11358         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
11359
11360         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11361
11362 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
11363
11364         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
11365         * message.el (message-beginning-of-line): Use featurep instead of bound
11366         tests in order to resolve conditionals at compile time.
11367
11368 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
11369
11370         * mail-source.el (mail-sources): Add `group' choice.
11371
11372         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
11373         parameter `in-group' to control into which group the articles go.
11374         Add treatment of `group' mail-source.
11375
11376 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
11379
11380         * mm-decode.el (mm-dissect-buffer): Decode description.
11381
11382         * mml.el (mml-to-mime): Encode message header first.
11383
11384 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11385
11386         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
11387         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
11388
11389         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
11390         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
11391
11392 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
11393
11394         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
11395
11396 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11397
11398         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
11399         prefix keys.
11400         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
11401         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
11402         gnus-xmas.el.
11403
11404         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
11405         (gnus-xmas-article-describe-bindings): New function.
11406         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
11407         gnus-xmas-article-describe-bindings.
11408
11409         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
11410
11411 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11412
11413         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
11414         Add new variables for article mark management.
11415         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
11416         list of extra data entries which, when present, will indicate that the
11417         article ID should not be trimmed from the registry.
11418         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
11419         functions.
11420         (gnus-registry-read-mark): New function to read a mark name from the
11421         user.
11422         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
11423         (gnus-registry-set-article-mark-internal): New functions to add and
11424         remove marks.
11425         (gnus-registry-get-article-marks): New function to show the marks for
11426         an article, or retrieve them for further use.
11427
11428 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11429
11430         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
11431         keys when no argument is given.
11432
11433 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11434
11435         * imap.el (imap-ping-server): New variable.
11436         (imap-opened): On add extra ping if imap-ping-server is non-nil.
11437         (imap-ping-server): Minor doc string fixes.
11438
11439 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11440
11441         * imap.el (imap-ping-server): New function.
11442         (imap-opened): Call imap-ping-server.
11443
11444 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11445
11446         * gnus-sum.el (gnus-article-sort-by-random)
11447         (gnus-thread-sort-by-random): Fix doc strings.
11448         Reported by jidanni@jidanni.org.
11449
11450 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11451
11452         * gnus-art.el (gnus-article-describe-bindings): New function.
11453         (gnus-article-read-summary-keys): Use it.
11454         (gnus-article-mode-map): Bind `C-h b' to it.
11455
11456 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11457
11458         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
11459         XEmacs.
11460         (gnus-article-describe-key, gnus-article-describe-key-briefly):
11461         Protect against non-character events.
11462
11463         * lpath.el: Fbind map-keymap for Emacs 21.
11464
11465 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
11466
11467         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
11468         New command.
11469         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
11470         instead of END.  Change name of the temp file.
11471         (gnus-group-gmane-group-download-format): Add doc string.  Make it
11472         customizable.
11473
11474 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11475
11476         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
11477         bind `S W' to gnus-article-wide-reply-with-original; set default
11478         binding to gnus-article-read-summary-send-keys.
11479         (gnus-article-read-summary-keys): Fix the order of keys; display
11480         continuation keys correctly in the echo area; describe bindings
11481         correctly when keys end with `C-h'.
11482         (gnus-article-read-summary-send-keys): New function.
11483         (gnus-article-describe-key, gnus-article-describe-key-briefly):
11484         Work for gnus-article-read-summary-send-keys; display continuation keys
11485         correctly in the echo area.
11486         (gnus-article-reply-with-original): Ignore prefix argument.
11487         (gnus-article-wide-reply-with-original): New function.
11488
11489         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
11490         Emacs 21.
11491
11492 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
11495         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
11496
11497 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11498
11499         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
11500         (gnus-group-read-ephemeral-gmane-group): New command.
11501
11502 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11503
11504         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
11505
11506 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11507
11508         * message.el (message-send-mail-function): Increase custom version.
11509
11510         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
11511         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
11512
11513 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11514
11515         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
11516         for the cases where imap-authenticate is called with a nil buffer
11517         parameter.
11518
11519 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
11522         html parts correctly; support forwarded messages.
11523         (gnus-article-browse-html-article): Remove work buffers.
11524
11525         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
11526         compiling.
11527         (netrc-bound-and-true-p): New macro.
11528         (netrc-parse): Use it instead of bound-and-true-p that is not available
11529         in XEmacs 21.4.
11530
11531 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
11532
11533         * gnus-registry.el (gnus-registry-mark-article)
11534         (gnus-registry-article-marks): Add functionality to mark articles
11535         through the Gnus registry.
11536
11537         * encrypt.el: Clarify documentation for the new pgg method.
11538         (encrypt-file-alist): Add PGG option.
11539         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
11540         functionality.  Abstract password key and messaging to external
11541         functions.
11542         (encrypt-password-key, encrypt-get-passphrase-if-needed)
11543         (encrypt-message-method-and-cipher): Add new convenience external
11544         functions.
11545         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
11546         (encrypt-pgg-process-buffer): Add PGG functionality glue.
11547
11548         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
11549         (netrc-parse): Use encrypt-file-alist to determine if
11550         encrypt-find-model or encrypt-insert-file-contents should be used.
11551
11552         * encrypt.el: Clarify documentation.  Load password-cache or
11553         password, whichever one is found first, instead of autoloading.
11554
11555 2007-12-19  Glenn Morris  <rgm@gnu.org>
11556
11557         * mml.el (message-options-set, message-narrow-to-head)
11558         (message-in-body-p, message-mail-p, message-encode-message-body):
11559         Autoload.
11560         (message-remove-header, message-narrow-to-headers-or-head)
11561         (message-subscribed-p, message-make-mail-followup-to)
11562         (message-position-on-field, message-news-p)
11563         (message-options-set-recipient, message-generate-headers)
11564         (message-sort-headers): Declare as functions.
11565
11566 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11567
11568         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
11569         convention in doc string.
11570
11571 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11572
11573         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
11574         title to html parts.
11575         (gnus-article-browse-html-article): Pass message header to it.
11576
11577         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
11578
11579 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
11580
11581         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
11582         or password compatible with XEmacs.
11583
11584 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11585
11586         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
11587         format document.
11588         (gnus-mime-delete-part): Don't write description line if empty.
11589         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
11590
11591 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
11592
11593         * gnus-sum.el (gnus-summary-mark-unread-as-read)
11594         (gnus-summary-mark-read-and-unread-as-read)
11595         (gnus-summary-mark-current-read-and-unread-as-read)
11596         (gnus-summary-mark-unread-as-ticked): Doc fix.
11597         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
11598
11599 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11600
11601         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
11602         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11603
11604 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11605
11606         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
11607         yes-or-no-p.
11608
11609 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11610
11611         * mm-decode.el (mm-add-meta-html-tag): New function.
11612         (mm-save-part-to-file, mm-pipe-part): Use it.
11613
11614         * gnus-art.el (gnus-article-browse-delete-temp-files):
11615         Use gnus-y-or-n-p instead of y-or-n-p.
11616         (gnus-article-browse-html-parts): Work with message/external-body; use
11617         mm-add-meta-html-tag.
11618
11619 2007-12-11  Glenn Morris  <rgm@gnu.org>
11620
11621         * gnus-cache.el: Require gnus-sum not just when compiling.
11622
11623         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
11624
11625         * gnus-int.el (gnus-server-opened, gnus-status-message):
11626         Move definitions before use.
11627
11628         * mm-decode.el: Require gnus-util.
11629         (mm-remove-part): Only call delete-annotation on XEmacs.
11630
11631         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
11632
11633         * nnmail.el: Require gnus-int.
11634
11635         * spam.el: Move `require's before `eval-when-compile's.
11636
11637         * gnus-ems.el (gnus-alive-p):
11638         * gnus-fun.el (message-goto-eoh):
11639         * gnus-util.el (gnus-group-name-decode):
11640         * mail-source.el (gnus-compress-sequence):
11641         * message.el (Info-goto-node, format-spec):
11642         * mm-bodies.el (message-options-get):
11643         * mm-decode.el (mm-view-pkcs7):
11644         * mm-util.el (gmm-write-region):
11645         * mml-smime.el (mml-compute-boundary)
11646         (gnus-completing-read-with-default):
11647         * mml.el (widget-button-press, gnus-make-hashtable):
11648         * mml1991.el (mm-decode-content-transfer-encoding)
11649         (mm-encode-content-transfer-encoding)
11650         (message-options-get, message-options-set):
11651         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
11652         * nnfolder.el (gnus-request-group):
11653         * nnheader.el (ietf-drums-unfold-fws):
11654         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
11655         * smime.el (gnus-run-mode-hooks):
11656         * spam-stat.el (gnus-message): Autoload.
11657
11658         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
11659         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
11660         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
11661         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
11662         Add declare-function compatibility definition.
11663
11664         * gnus-cache.el (nnvirtual-find-group-art):
11665         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
11666         (gnus-add-image, gnus-add-wash-type):
11667         * gnus-group.el (nnkiboze-score-file):
11668         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
11669         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
11670         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
11671         (message-tokenize-header, gnus-get-buffer-create)
11672         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
11673         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
11674         * gnus.el (gnus-group-decoded-name):
11675         * mail-source.el (imap-capability):
11676         * mm-bodies.el (message-options-set):
11677         * mm-decode.el (gnus-configure-windows):
11678         * mm-extern.el (message-goto-body):
11679         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
11680         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
11681         (epg-sub-key-validity, message-options-set):
11682         * mml.el (widget-event-point, gnus-configure-windows):
11683         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
11684         * mml2015.el (epg-check-configuration, epg-configuration)
11685         (message-options-set):
11686         * nndb.el (nndb-request-article):
11687         * nnfolder.el (gnus-request-create-group):
11688         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
11689         * nnmaildir.el (gnus-group-mark-article-read):
11690         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
11691         * rfc1843.el (message-fetch-field):
11692         * spam.el (gnus-extract-address-components):
11693         Declare as functions.
11694
11695 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
11698
11699         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11700
11701         * lpath.el: Fbind run-mode-hooks for Emacs 21;
11702         bind show-trailing-whitespace for XEmacs.
11703
11704 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11705
11706         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
11707         new no-op macro for backward compatibility.
11708
11709         * imap.el (imap-string-to-integer): New function.
11710
11711 2007-12-09  Glenn Morris  <rgm@gnu.org>
11712
11713         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
11714
11715         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
11716         * message.el, mm-view.el, sieve-manage.el, smime.el:
11717         Add declare-function compatibility definition.
11718
11719         * gnus-art.el (w3-region, w3m-region, Info-menu):
11720         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
11721         * gnus-sum.el (gnus-get-predicate):
11722         * gnus-util.el (mm-append-to-file, w32-focus-frame):
11723         * message.el (mail-abbrev-in-expansion-header-p):
11724         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
11725         (w3m-detect-meta-charset, w3m-region):
11726         * sieve-manage.el (password-read, password-cache-add)
11727         (password-cache-remove):
11728         * smime.el (password-read-and-add): Declare as functions.
11729
11730 2007-12-08  David Kastrup  <dak@gnu.org>
11731
11732         * gnus-sum.el (gnus-summary-simplify-subject-query):
11733         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
11734         `message'.
11735
11736 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11737
11738         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
11739         it to bind idna-program, installation-directory, defined-colors, and
11740         face-attribute for XEmacs of the version that compiles defcustom forms.
11741
11742 2007-12-07  Glenn Morris  <rgm@gnu.org>
11743
11744         * gnus-art.el (article-make-date-line): Revert previous change.
11745
11746 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11747
11748         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
11749
11750 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
11751
11752         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
11753         Call gnus-add-to-range ranges only once with a prepared article-list.
11754
11755 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
11756
11757         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
11758         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
11759         group names with backslashes.
11760         Reported by Tassilo Horn <tassilo@member.fsf.org>.
11761
11762 2007-12-06  Deepak Goel  <deego3@gmail.com>
11763
11764         * gnus-art.el (article-make-date-line):
11765         * gnus-start.el (gnus-load):
11766         * pop3.el (pop3-read-response): Fix buggy call to `error'.
11767
11768 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * gnus-art.el (gnus-use-idna):
11771         * gnus-start.el (gnus-site-init-file):
11772         * message.el (message-use-idna):
11773         * mm-uu.el (mm-uu-hide-markers):
11774         * smiley.el (smiley-style): Revert changes that suppress warnings.
11775
11776 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11777
11778         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
11779         specify charset to html source.
11780         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11781
11782 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11783
11784         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
11785         idna-program in order to suppress byte compile warning issued by XEmacs
11786         that came to byte compile the default value section of defcustom forms
11787         recently.
11788
11789         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
11790         value of installation-directory.
11791
11792         * message.el (message-use-idna): Don't directly refer to the value of
11793         idna-program.
11794
11795         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
11796
11797         * smiley.el (smiley-style): Don't directly call face-attribute.
11798
11799 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
11800
11801         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
11802
11803         * gnus-dired.el: Reduce Gnus dependencies.
11804         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
11805         Don't require.  Use autoloads instead.
11806         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
11807         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
11808         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
11809         (gnus-dired-mode): Adjust doc string.
11810         (gnus-dired-mail-mode): New variable.
11811         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
11812         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
11813         (gnus-dired-mail-buffers): New function.  Return mail or message
11814         composition buffers.
11815         (gnus-dired-attach): Use it.
11816         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
11817         NO-DECODE.
11818         (gnus-dired-print): Use `gnus-print-buffer' depending on
11819         `gnus-dired-mail-mode'.
11820
11821 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11822
11823         * rfc2047.el (rfc2047-encoded-word-regexp)
11824         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
11825         explaining what regexp patterns are for.
11826
11827 2007-12-04  Glenn Morris  <rgm@gnu.org>
11828
11829         * password.el: Move to password-cache.el.
11830
11831         * mml1991.el (password-read, password-cache-add, password-cache-remove):
11832         * mml2015.el (password-read, password-cache-add, password-cache-remove):
11833         * mml-smime.el (password-read, password-cache-add)
11834         (password-cache-remove):
11835         No need to autoload, since mml-sec requires password.
11836
11837         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
11838         * message.el (gnus-extract-address-components):
11839         * mml-smime.el (gnus-extract-address-components): Define for compiler.
11840
11841         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
11842         password.
11843
11844 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11845
11846         * mailcap.el: Reduce dependencies.
11847         (mail-header-parse-content-type): Autoload.
11848         (mailcap-delete-duplicates): New alias.
11849         (mailcap-mime-info): Add optional argument NO-DECODE.
11850         (mailcap-mime-types): Use mailcap-delete-duplicates.
11851
11852         * message.el (message-ignored-supersedes-headers): Add "X-ID".
11853
11854 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
11855
11856         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11857         (imap-parse-status): Upcase status-att for servers that sends them
11858         lower-case (e.g., MS Exchange 2007).
11859
11860 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11861
11862         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
11863         function.
11864
11865         * gnus-uu.el (gnus-uu-decode-yenc): New command.
11866         (gnus-uu-yenc-article): New function.
11867
11868         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
11869
11870         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
11871
11872 2007-12-02  Glenn Morris  <rgm@gnu.org>
11873
11874         * binhex.el (binhex): New custom group.
11875         (binhex-decoder-program, binhex-decoder-switches)
11876         (binhex-use-external): Move to the binhex custom group.
11877
11878         * uudecode.el (uudecode): New custom group.
11879         (uudecode-decoder-program, uudecode-decoder-switches)
11880         (uudecode-use-external): Move to the uudecode custom group.
11881
11882         * netrc.el (top-level): Don't load `encrypt' features.
11883         (netrc-parse): Don't use encrypt.
11884         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11885
11886         * encrypt.el: Remove file.
11887
11888 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
11889
11890         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
11891         matches on patches.
11892
11893         * gnus-art.el (gnus-article-browse-html-article):
11894         Mention `mm-text-html-renderer' in the doc string.
11895
11896         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
11897         string.  Add comments.
11898
11899         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
11900         if rhs is ASCII.
11901
11902 2007-12-01  Glenn Morris  <rgm@gnu.org>
11903
11904         * mail-source.el (top-level): Require format-spec before
11905         eval-when-compile.
11906
11907 2007-11-30  Glenn Morris  <rgm@gnu.org>
11908
11909         * encrypt.el: Require password, rather than autoloading password-read.
11910
11911 2007-11-29  Glenn Morris  <rgm@gnu.org>
11912
11913         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
11914         (sasl-make-client, sasl-next-step, sasl-step-data)
11915         (sasl-step-set-data): Declare as functions.
11916
11917 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
11918
11919         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11920
11921 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
11922
11923         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
11924         certs should be verified and what is to be done in the event of a
11925         verification failure.
11926
11927         * gnus.el (gnus-method-to-server): Add an optional parameter so the
11928         caller can indicate whether the cache should be disregarded for this
11929         call.  This way the result of the call is reproducible at all times and
11930         can be considered a canonical server name for the supplied method.
11931         (gnus-agent-method-p): Canonicalize server names by pushing their
11932         method through `gnus-method-to-server' using the no-cache argument.
11933
11934         * gnus-srvr.el (gnus-server-insert-server-line):
11935         Call `gnus-method-to-server' with `no-cache' argument.
11936
11937         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
11938         gnus-agent-possibly-synchronize-flags as this should be called when the
11939         server is actually being opened.
11940         (gnus-agent-possibly-synchronize-flags)
11941         (gnus-agent-possibly-synchronize-flags-server): Move check for the
11942         flags file of an agentized server to the latter function.
11943
11944         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
11945         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
11946         after a connection has been established successfully.
11947
11948 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11949
11950         * gnus-art.el (article-display-face): Force to display face if called
11951         interactively; check if gnus-article-x-face-too-ugly matches author.
11952         (article-display-x-face): Display face even if From header is missing
11953         as article-display-face does.
11954
11955 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
11956
11957         * hashcash.el (message-narrow-to-headers-or-head)
11958         (message-fetch-field, message-goto-eoh)
11959         (message-narrow-to-headers): Declare as functions.
11960
11961 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
11962
11963         * mail-source.el (mail-sources): Default to fetch from file for
11964         compatibility with default of nnmail-spool-file.
11965
11966 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
11969         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
11970         to look for encoded word that should be encoded again.
11971         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
11972         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
11973         encoding pattern.
11974         (rfc2047-decode-region): Switch strict regexp and loose one according
11975         to rfc2047-allow-irregular-q-encoded-words.
11976
11977 2007-11-25  Romain Francoise  <romain@orebokech.com>
11978
11979         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
11980
11981 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11982
11983         * tls.el (tls-program): Provide more custom choices from
11984         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
11985         (tls-process-connection-type, tls-success): Remove "*" in doc string.
11986
11987 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11988
11989         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
11990         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
11991
11992         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
11993         `nnmail-spool-file'.
11994
11995         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
11996         `nnmail-spool-file'.
11997
11998         * gnus-move.el (gnus-change-server): Ditto.
11999
12000         * gnus-kill.el (gnus-batch-score): Ditto.
12001
12002         * gnus-cache.el (gnus-jog-cache): Ditto.
12003
12004         * gnus-msg.el (gnus-summary-reply):
12005         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12006
12007 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12008
12009         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
12010         version.  Minor improvement to doc strings.
12011         (tls-program): Add comment.
12012
12013 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
12014
12015         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
12016         (tls-checktrust): New variable.  Check if GNU TLS complained about a
12017         mismatch between the hostname provided in the certificate and the name
12018         of the host connnecting to.
12019         (open-tls-stream): Use them.  Check certificates against trusted root
12020         certificates.
12021
12022 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12023
12024         * gnus-cache.el (gnus-cache-generate-nov-databases):
12025         Use nnml-generate-nov-databases-directory instead of
12026         nnml-generate-nov-databases-1.
12027
12028 2007-11-24  Glenn Morris  <rgm@gnu.org>
12029
12030         * message.el (message-tool-bar-retro): Update for rename
12031         mail_send.xpm->mail-send.xpm.
12032
12033 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12034
12035         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12036         `smime-ldap-search' for Emacs 22 and up.
12037
12038 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12039
12040         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12041
12042         * message.el (message-send-mail-function): Fix error convention.
12043         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12044         (message-widen-reply, message-send-mail, message-talkative-question)
12045         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12046         (message-clone-locals, message-send-news): Use with-current-buffer.
12047         (message-insert-or-toggle-importance): Remove unused var `valid'.
12048         (message-make-references): Remove unused var `new-references'.
12049         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12050
12051 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
12052
12053         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12054         (spam-split-symbolic-return-positive): Reflow docstring.
12055         (spam-backends, spam-summary-exit-behavior)
12056         (spam-mark-ham-unread-before-move-from-spam-group)
12057         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12058         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12059         (spam-clear-cache, spam-backend-check, spam-install-backend)
12060         (spam-install-statistical-backend, spam-list-of-processors)
12061         (spam-group-processor-p, spam-split, spam-bogofilter-score)
12062         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12063         (spam-check-crm114, spam-initialize, spam-unload-hook):
12064         Fix typos in docstrings.
12065
12066 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12067
12068         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
12069         been checked if they have never been read and those group levels are
12070         higher than the one that a user specified.
12071
12072 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12073
12074         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
12075         foreign groups unless a group level is specified by a user.
12076         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
12077
12078 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
12079
12080         * message.el (message-send-mail-function): Require sendmail.
12081
12082 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
12083
12084         * message.el (message-send-mail-function): Check for smtpmail too.
12085
12086         * utf7.el (utf7-encode, utf7-decode): Use coding system
12087         `utf-7'/`utf-7-imap' from utf-7.el' if available.
12088
12089         * message.el (message-send-mail-function): New function.
12090         (message-send-mail-function): Set default using
12091         message-send-mail-function.  Adjust doc string.
12092         (message-send-mail-with-mailclient): New function.
12093
12094 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
12095
12096         * smime.el (from):
12097         * rfc2047.el (message-posting-charset):
12098         * qp.el (mm-use-ultra-safe-encoding):
12099         * pop3.el (parse-time-months):
12100         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
12101         * nnml.el (files):
12102         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
12103         (jka-compr-compression-info-list, ange-ftp-path-format)
12104         (efs-path-regexp):
12105         * nndiary.el (files):
12106         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
12107         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
12108         (epg-digest-algorithm-alist, inhibit-redisplay)
12109         (password-cache-expiry):
12110         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
12111         (pgg-output-buffer, password-cache-expiry):
12112         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
12113         (efs-path-regexp):
12114         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
12115         (inhibit-redisplay):
12116         * mm-uu.el (file-name, start-point, end-point, entry)
12117         (gnus-newsgroup-name, gnus-newsgroup-charset):
12118         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
12119         (latin-unity-ucs-list):
12120         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
12121         (mm-uu-binhex-decode-function):
12122         * message.el (gnus-message-group-art, gnus-list-identifiers)
12123         (rmail-enable-mime-composing, gnus-local-organization)
12124         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
12125         (gnus-read-active-file, facemenu-add-face-function)
12126         (facemenu-remove-face-function, gnus-article-decoded-p)
12127         (tool-bar-mode):
12128         * mail-source.el (display-time-mail-function):
12129         * gnus-util.el (nnmail-pathname-coding-system)
12130         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
12131         (gnus-original-article-buffer, gnus-user-agent)
12132         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
12133         (xemacs-codename, sxemacs-codename, emacs-program-version):
12134         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
12135         * gnus-start.el (gnus-agent-covered-methods)
12136         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
12137         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
12138         (gnus-newsgroup-headers, gnus-group-list-mode)
12139         (gnus-group-mark-positions, gnus-newsgroup-data)
12140         (gnus-newsgroup-unreads, nnoo-state-alist)
12141         (gnus-current-select-method, mail-sources)
12142         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
12143         (nnmail-spool-file, gnus-cache-active-hashtb):
12144         * gnus-mh.el (mh-lib-progs):
12145         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
12146         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
12147         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
12148         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
12149         (gnus-group-buffer):
12150         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
12151         (font-lock-set-defaults):
12152         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
12153         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
12154         (gnus-summary-post-menu, total-parts, type, condition, length):
12155         * gnus-agent.el (gnus-agent-read-agentview):
12156         * flow-fill.el (show-trailing-whitespace):
12157         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
12158         eval-and-compile wrappers for byte compiler pacifiers.
12159
12160         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
12161         (mm-display-inline-fontify): Check for featurep 'xemacs not
12162         extent-list.
12163
12164         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
12165         itimer-list.
12166         (mm-create-image-xemacs): Only do something for XEmacs.
12167         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
12168
12169         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
12170
12171         * gnus-registry.el (gnus-adaptive-word-syntax-table):
12172         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
12173
12174 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
12175
12176         * nnimap.el (nnimap-split-download-body):
12177         * gnus-demon.el (gnus-demon):
12178         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
12179
12180 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
12183         New macros.
12184         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
12185         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
12186         copy data from unibyte buffer to multibyte current buffer.
12187         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
12188         to copy data from unibyte current buffer to multibyte buffer.
12189         (nntp-make-process-buffer): Make process buffer unibyte.
12190
12191         * pop3.el (pop3-open-server): Fix typo in Lisp code.
12192
12193 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
12194
12195         * pop3.el (pop3-open-server): Accept and process data more robustly at
12196         connection start to avoid spurious "POP SSL connection failed" errors.
12197
12198 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12199
12200         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
12201         read group names.
12202
12203 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
12204
12205         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
12206
12207 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12208
12209         * nnmail.el (nnmail-parse-active): Make group names unibyte.
12210         (nnmail-save-active): Use a unibyte buffer when saving active file,
12211         which may contain non-ASCII group names.
12212
12213         * nnml.el (nnml-request-group): Decode group names in messages.
12214
12215 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
12216
12217         * message.el (message-citation-line-function)
12218         (message-insert-formatted-citation-line): Fix spelling of
12219         `message-insert-formated-citation-line'.
12220
12221 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
12222
12223         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
12224
12225 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12226
12227         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
12228         nnmail-pathname-coding-system.
12229
12230         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
12231         that a user enters; decode group names in messages.
12232
12233         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
12234
12235 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12236
12237         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
12238
12239         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
12240
12241         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
12242         risky local variable.
12243
12244         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
12245
12246 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
12247
12248         * encrypt.el: Improve documentation to fix function name typo.
12249         Reported by Daiki Ueno <ueno@unixuser.org>.
12250
12251 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12252
12253         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
12254         even if the point is not in the last page of an article.
12255         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
12256         back to the previous page.
12257
12258 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
12259
12260         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
12261
12262 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
12265
12266 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12267
12268         * message.el (message-check-news-body-syntax):
12269         Avoid mm-string-as-multibyte.
12270         (message-hide-headers): Don't assume (point-min)==1.
12271
12272 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12273
12274         * message.el (message-remove-blank-cited-lines): Fix if remove is
12275         given.
12276         (message-bogus-address-regexp): New variable.
12277         (message-bogus-recipient-p): New function.
12278         (message-check-recipients): New command.
12279         (message-syntax-checks): Add `bogus-recipient'.
12280         (message-fix-before-sending): Add `bogus-recipient'.
12281
12282         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
12283         (gnus-treat-body-boundary): Don't test window-system.
12284
12285 2007-10-28  Leo  <sdl.web@gmail.com>
12286
12287         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
12288
12289 2007-10-28  Miles Bader  <miles@gnu.org>
12290
12291         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
12292         at compile-time too.
12293
12294 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12295
12296         * gnus-msg.el (gnus-message-setup-hook):
12297         Add `message-remove-blank-cited-lines' to options.
12298
12299 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12300
12301         * message.el (message-remove-blank-cited-lines): New function.
12302         Suggested by Karl Plästerer.
12303
12304 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12305
12306         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
12307         mapc.
12308
12309         * imap.el (imap-open): Replace mapcar called for effect with mapc.
12310         (top-level): Use mapc to set functions to be traced for debugging.
12311
12312         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
12313         called for effect with while loop.
12314
12315         * message.el (message-talkative-question): Replace mapcar called for
12316         effect with mapc.
12317
12318         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
12319         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
12320         called for effect with dolist.
12321
12322         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
12323
12324         * nndiary.el: Use dolist instead of mapcar to add diary headers to
12325         gnus-extra-headers and nnmail-extra-headers.
12326
12327         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
12328         called for effect with dolist.
12329         (top-level): Use mapc to set functions to be traced for debugging.
12330
12331         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
12332         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
12333         dolist.
12334
12335         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
12336         Replace mapcar called for effect with mapc.
12337         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
12338         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
12339         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
12340         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
12341
12342         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
12343         remove-if that's a cl function.
12344
12345         * webmail.el (webmail-debug): Replace mapcar called for effect with
12346         dolist.
12347
12348         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
12349         with mapc.
12350
12351 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
12354         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
12355         with while loop.
12356
12357         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
12358         functions from article-* functions.
12359         (gnus-multi-decode-header): Replace mapcar called for effect with
12360         dolist.
12361
12362         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
12363         (gnus-bookmark-show-details): Replace mapcar called for effect with
12364         while loop.
12365
12366         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
12367         called for effect with while loop.
12368
12369         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
12370         with dolist.
12371
12372         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12373         Replace mapcar called for effect with dolist.
12374
12375         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
12376
12377         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
12378         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
12379         Replace mapcar called for effect with dolist.
12380         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
12381         mapc.
12382
12383         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
12384         Replace mapcar called for effect with dolist.
12385         (gnus-topic-list): Replace mapcar called for effect with mapc.
12386
12387         * gnus.el: Use mapc instead of mapcar to add autoloads.
12388
12389 2007-10-23  Richard Stallman  <rms@gnu.org>
12390
12391         * gnus-group.el (gnus-group-highlight): Mark as risky.
12392
12393 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12394
12395         * gnus.el (gnus-server-to-method): Return method found first in
12396         gnus-newsrc-alist.
12397
12398         * gnus-art.el (gnus-article-highlight-signature)
12399         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
12400         button overlay without the front stickiness.
12401
12402 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
12403
12404         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
12405         overview buffer needed a catch to receive its throw.
12406         (gnus-agent-flush-cache): Declare as interactive to make this function
12407         easier to use.
12408
12409 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
12410
12411         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
12412         `next-line'.
12413
12414 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12415
12416         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
12417         exclude address matching message-dont-reply-to-names.
12418
12419 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12420
12421         * gnus-util.el (gnus-string<): New function.
12422
12423         * gnus-sum.el (gnus-article-sort-by-author)
12424         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
12425
12426 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12427
12428         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
12429         the frame-focus tag is set in gnus-buffer-configuration.
12430
12431 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12432
12433         * gnus-art.el (gnus-article-add-button): Make a button overlay without
12434         the front stickiness.
12435
12436 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12437
12438         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
12439         url pattern; remove duplicate one.
12440         (gnus-article-extend-url-button): New function.
12441         (gnus-article-add-buttons): Use it.
12442         (gnus-button-push): Use concatenated url that it makes.
12443
12444 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
12445
12446         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
12447
12448 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12449
12450         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
12451         Don't hardcode point-min==1.
12452
12453 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
12454
12455         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
12456         Fix comment about "iso8859-1".
12457
12458 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
12459
12460         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
12461         ones returned from the verify-function.
12462
12463         * mm-uu.el (mm-uu-pgp-signed-extract-1):
12464         Call mml2015-extract-cleartext-signature if extraction failed.
12465
12466 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
12467
12468         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
12469         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
12470         failed.
12471
12472 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12473
12474         * Relicense "GPLv2 or later" files to "GPLv3 or later".
12475
12476 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
12477
12478         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
12479         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
12480         recommends to use EasyPG instead of PGG.
12481
12482         * pgg.el: Revert to revision 6.23.2.16.
12483
12484         * pgg-def.el: Revert to revision 6.6.2.14.
12485
12486         * pgg-gpg.el: Revert to revision 6.23.2.34.
12487
12488 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
12489
12490         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
12491         to mark a thread as expirable.  Add variable `hide' to handle hiding of
12492         thread for both the null and zero (kill/expire thread) universal prefix
12493         cases.
12494         (gnus-summary-expire-thread): Add new function to expire a thread,
12495         using gnus-summary-kill-thread.
12496         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
12497         shortcuts for gnus-summary-expire-thread.
12498         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
12499         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
12500
12501 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12502
12503         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
12504         extras value, so an extras entry can be deleted.
12505         (gnus-registry-delete-extra-entry): Use it.
12506         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
12507         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
12508         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
12509         storage through the gnus-registry, and provide an appropriate API for
12510         it.
12511
12512 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12513
12514         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
12515         Suggested by Leo <sdl.web@gmail.com>.
12516
12517         * gnus.el: Do.
12518
12519 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12520
12521         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
12522         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
12523
12524         * gnus-agent.el (gnus-agent-fetch-headers): Do.
12525
12526         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12527         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
12528
12529 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12530
12531         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
12532         newline.
12533         (nnmbox-request-accept-article): Don't change article in source buffer;
12534         narrow to header to use message-fetch-field rather than
12535         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
12536         (nnmbox-request-replace-article): Quote lines that'll be misidentified
12537         as delimiters; make sure article ends with newline.
12538         (nnmbox-delete-mail): Correct last position of article to be deleted;
12539         ignore X-Gnus-Newsgroup header in article body.
12540         (nnmbox-save-mail): Quote lines looking like delimiters at the right
12541         positions; make sure article ends with newline.
12542
12543         * message.el (message-display-abbrev): Don't infloop when a user
12544         inserts SPC in the beginning of header.
12545
12546         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
12547         coding-system-for-read and coding-system-for-write for XEmacs having no
12548         file-coding feature.
12549
12550         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
12551
12552 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
12553
12554         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
12555         list of groups not followed by default.  Fix type to be regexp.
12556         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
12557
12558 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
12559
12560         * hmac-def.el (define-hmac-function): Switch from old-style to
12561         new-style backquotes.
12562
12563         * md4.el (md4-make-step): Likewise.
12564
12565 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12566
12567         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
12568         raw-text coding system when saving .newsrc file, which may contain
12569         non-ASCII group names.
12570
12571 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12572
12573         * gnus-cus.el (gnus-score-extra): New widget.
12574         (gnus-score-extra-convert): New function.
12575         (gnus-score-customize): Use it for Extra.
12576
12577 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
12578
12579         * mml2015.el (mml2015-extract-cleartext-signature): New function.
12580         (mml2015-mailcrypt-clear-verify): Use it.
12581         (mml2015-gpg-clear-verify): Use it.
12582         (mml2015-pgg-clear-verify): Use it.
12583         (mml2015-epg-clear-verify): Replace the current part with the output
12584         from GnuPG; don't extract the plaintext by itself.
12585
12586         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
12587         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
12588         mml2015-clear-verify-function; don't touch the armor headers or
12589         dash-escaped text here.
12590
12591 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12592
12593         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
12594         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
12595         parts, or application/octet-stream as a last resort.
12596         (gnus-mime-view-part-as-type): Don't toggle display.
12597         (gnus-mime-view-part-as-charset): Don't turn off display before
12598         querying charset.
12599
12600         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
12601         stuff to undisplayer function in Emacs.
12602         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
12603
12604         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
12605         text/calendar parts.
12606
12607 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12608
12609         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
12610         decoding text/calendar parts.
12611
12612         * message.el (message-forward-make-body-mime): Always mark body as
12613         having no illegible text; remove signed-or-encrypted argument.
12614         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
12615
12616         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
12617         (mml-generate-mime-1): Don't encode body if it is specified to be in
12618         raw form; don't make buffer be unibyte when inserting multibyte string.
12619
12620 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12621
12622         * sha1.el: Fix up comment style.
12623         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
12624         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
12625
12626         * hex-util.el: Fix up comment style.
12627         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
12628
12629         * gnus-salt.el: Use with-current-buffer.
12630         (gnus-pick-setup-message): Fix long-standing typo.
12631
12632 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12633
12634         * imap.el (imap-logout-timeout): New variable.
12635         (imap-logout, imap-logout-wait): New functions.
12636         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
12637
12638         * nnimap.el (nnimap-logout-timeout): New server variable.
12639         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
12640         nnimap-logout-timeout.
12641
12642         * gnus-art.el (gnus-article-summary-command-nosave)
12643         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
12644
12645 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12646
12647         * gnus.el (gnus-maximum-newsgroup): New variable.
12648
12649         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
12650         according to gnus-maximum-newsgroup.
12651
12652         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12653         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
12654         Limit the range of articles according to gnus-maximum-newsgroup.
12655
12656 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
12657
12658         * gnus-art.el (gnus-sticky-article): Fix problems described in
12659         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
12660         Don't perform gnus-configure-windows here; reuse existing sticky
12661         article buffer.
12662
12663         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
12664         it doesn't exist in gnus-article-mode.
12665
12666 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12667
12668         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
12669         (gnus-agent-decoded-group-name): New function.
12670         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
12671         (gnus-agent-expire-group-1): Use it; decode group name in messages.
12672
12673 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
12674
12675         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
12676         Add binding for gnus-sticky-article.
12677         (gnus-summary-exit): Don't kill sticky article buffers.
12678
12679         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
12680         article buffer.
12681         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
12682         (gnus-kill-sticky-article-buffers): New commands.
12683
12684 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12685
12686         * nntp.el (nntp-xref-number-is-evil): New server variable.
12687         (nntp-find-group-and-number): If it is non-nil, don't trust article
12688         numbers in the Xref header.
12689
12690 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * gnus-agent.el (gnus-agent-read-group): New function.
12693         (gnus-agent-flush-group, gnus-agent-expire-group)
12694         (gnus-agent-regenerate-group): Use it.
12695         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
12696         nnmail-pathname-coding-system.
12697
12698 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12699
12700         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
12701
12702         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
12703         that are unread as unread, and also as selected so that information of
12704         marks having been changed by a user may be updated when exiting group.
12705
12706 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12707
12708         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
12709
12710 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * gnus-art.el (gnus-mime-display-single): Pass part number that is
12713         calculated ignoring signature parts to gnus-treat-article.
12714
12715 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12716
12717         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
12718         a point here in order to keep the window start.
12719         (gnus-insert-mime-security-button): Make a button overlay without the
12720         front stickiness.
12721         (gnus-mime-display-security): Goto the end of a button.
12722
12723         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
12724
12725 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
12728         group-name-at-point.
12729         (gnus-group-completing-read): New function that offers decoded
12730         non-ASCII group names for completion.
12731         (gnus-fetch-group, gnus-group-read-ephemeral-group)
12732         (gnus-group-jump-to-group, gnus-group-make-group-simple)
12733         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
12734         (gnus-group-fetch-control): Use it.
12735         (gnus-fetch-group): Use group-name-at-point for the initial value
12736         rather than the default value; use gnus-alive-p.
12737
12738         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
12739         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
12740         (gnus-summary-post-news): Use gnus-group-completing-read.
12741
12742         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
12743         (gnus-read-move-group-name): Decode group name for completion.
12744
12745 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
12746
12747         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
12748         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
12749         Yamaoka slightly modified the code).
12750
12751 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12752
12753         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
12754         (nnmail-split-incoming): Bind it.
12755
12756         * nnml.el (nnml-group-name-charset): New function.
12757         (nnml-decoded-group-name): Use it; don't decode group name if
12758         nnmail-group-names-not-encoded-p is non-nil.
12759         (nnml-encoded-group-name): New function.
12760         (nnml-group-pathname): Inline nnml-decoded-group-name.
12761         (nnml-request-expire-articles): Decode group name in message.
12762         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
12763         nnmail-pathname-coding-system.
12764         (nnml-save-mail, nnml-active-number): Work with decoded group names and
12765         not decoded ones according to nnmail-group-names-not-encoded-p.
12766         (nnml-generate-active-info): Use nnml-encoded-group-name.
12767
12768 2007-08-08  Glenn Morris  <rgm@gnu.org>
12769
12770         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
12771         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
12772         doc-strings and comments.
12773
12774 2007-07-25  Glenn Morris  <rgm@gnu.org>
12775
12776         * Relicense all FSF files to GPLv3 or later.
12777
12778 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * gnus-sum.el (gnus-summary-move-article):
12781         Make gnus-summary-respool-article work.
12782
12783 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
12784
12785         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
12786         string.
12787
12788 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
12789
12790         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
12791         that should be ignored when comparing distant RSS articles with local
12792         ones.
12793         (nnrss-make-hash-index): New function.  Create a hash index according
12794         to the ignored fields.
12795         (nnrss-check-group): Use it.
12796
12797 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
12800
12801         * gnus-art.el (article-decode-group-name): Decode Xref header too.
12802
12803         * gnus-group.el (gnus-group-make-group): Encode group name here unless
12804         the new optional argument ENCODED is non-nil.
12805         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
12806         coding system for encoding group name.
12807         (gnus-group-make-rss-group): Pass un-encoded group name to
12808         gnus-group-make-group.
12809         (gnus-group-set-info): Tell gnus-group-make-group that group name is
12810         encoded.
12811
12812         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
12813         Encode group name to which articles are moved or copied.
12814         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
12815         coding system for encoding Newsgroup, Followup-To and Xref headers.
12816
12817         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
12818         marks; use nnheader-file-coding-system to write a file.
12819         (nnagent-retrieve-headers): Bind file-name-coding-system to
12820         nnmail-pathname-coding-system.
12821
12822         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
12823
12824         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
12825         (nnml-request-article, nnml-request-create-group)
12826         (nnml-request-rename-group, nnml-find-id)
12827         (nnml-possibly-change-directory, nnml-possibly-create-directory)
12828         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
12829         (nnml-save-marks): Use nnml-group-pathname instead of
12830         nnmail-group-pathname.
12831
12832         (nnml-request-create-group, nnml-request-expire-articles)
12833         (nnml-request-move-article, nnml-request-delete-group)
12834         (nnml-deletable-article-p, nnml-possibly-create-directory)
12835         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
12836         (nnml-open-marks): Bind file-name-coding-system to
12837         nnmail-pathname-coding-system.
12838
12839         (nnml-request-article): Pass server argument to nnml-find-group-number.
12840         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
12841         Pass server argument to nnml-possibly-create-directory.
12842         (nnml-request-accept-article): Pass server argument to
12843         nnml-active-number and nnml-save-mail.
12844         (nnml-find-group-number): Pass server argument to nnml-find-id.
12845         (nnml-request-update-info): Pass server argument to
12846         nnml-marks-changed-p.
12847
12848         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
12849         (nnml-save-mail, nnml-active-number): Add server argument.
12850
12851         (nnml-request-delete-group): Warn if group is missing.
12852         (nnml-get-nov-buffer): Decode group name.
12853         (nnml-generate-active-info): Encode group name.
12854         (nnml-open-marks): Decode group name in messages.
12855
12856 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12857
12858         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
12859         if it is not specified.
12860         (gnus-article-pipe-part, gnus-article-save-part)
12861         (gnus-article-interactively-view-part, gnus-article-copy-part)
12862         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
12863         (gnus-article-inline-part, gnus-article-save-part-and-strip)
12864         (gnus-article-replace-part, gnus-article-delete-part)
12865         (gnus-article-view-part-as-type): Pass raw prefix argument to
12866         gnus-article-part-wrapper.
12867
12868 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12869
12870         * gnus-agent.el (gnus-agent-save-active):
12871         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
12872
12873         * gnus-cache.el (gnus-cache-save-buffers)
12874         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
12875         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
12876         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
12877         (gnus-cache-braid-nov, gnus-cache-braid-heads)
12878         (gnus-cache-generate-active, gnus-cache-rename-group)
12879         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
12880         (gnus-cache-update-overview-total-fetched-for):
12881         Bind file-name-coding-system to nnmail-pathname-coding-system.
12882         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
12883         New variables.
12884         (gnus-cache-decoded-group-name): New function.
12885         (gnus-cache-file-name): Use it.
12886         (gnus-cache-generate-active): Use non-decoded group name for active.
12887
12888         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
12889         right place.
12890         (gnus-write-active-file): Don't break non-ASCII group names.
12891
12892         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
12893         nnmail-pathname-coding-system.
12894
12895         * lpath.el: Bind default-file-name-coding-system,
12896         file-name-coding-system and language-info-alist for XEmacs.
12897
12898         * gnus-uu.el (gnus-uu-decode-save): Typo.
12899
12900 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12901
12902         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
12903
12904 2007-07-14  David Kastrup  <dak@gnu.org>
12905
12906         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
12907         finishing actions if we did not edit the article.
12908
12909 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12910
12911         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
12912         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
12913         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
12914         (gnus-agent-flush-group, gnus-agent-flush-cache)
12915         (gnus-agent-fetch-headers, gnus-agent-load-alist)
12916         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
12917         (gnus-agent-retrieve-headers, gnus-agent-request-article)
12918         (gnus-agent-regenerate-group)
12919         (gnus-agent-update-files-total-fetched-for)
12920         (gnus-agent-update-view-total-fetched-for):
12921         Bind file-name-coding-system to nnmail-pathname-coding-system.
12922         (gnus-agent-group-pathname): Don't encode file names by
12923         nnmail-pathname-coding-system.
12924         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
12925         coding-system-for-write instead of buffer-file-coding-system to
12926         gnus-agent-file-coding-system.
12927
12928         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
12929         Decode group name.
12930
12931         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
12932
12933         * gnus-start.el (gnus-update-active-hashtb-from-killed)
12934         (gnus-read-newsrc-el-file): Make group names unibyte.
12935
12936         * nnmail.el (nnmail-group-pathname): Don't encode file names by
12937         nnmail-pathname-coding-system.
12938
12939         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
12940         (nnrss-request-delete-group): Bind file-name-coding-system to
12941         nnmail-pathname-coding-system.
12942         (nnrss-read-server-data, nnrss-read-group-data):
12943         Bind file-name-coding-system correctly.
12944         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
12945
12946         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
12947         (nntp-server-to-method-cache): New variable.
12948         (nntp-group-pathname): New function that decodes non-ASCII group names.
12949         (nntp-possibly-create-directory, nntp-marks-changed-p)
12950         (nntp-save-marks, nntp-open-marks): Use it.
12951         (nntp-possibly-create-directory, nntp-open-marks):
12952         Bind file-name-coding-system to nnmail-pathname-coding-system.
12953         (nntp-open-marks): Decode group names when bootstrapping marks.
12954
12955         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
12956         Newsgroups and Followup-To headers.
12957
12958 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12959
12960         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12961         (gnus-server-closed-face, gnus-server-denied-face)
12962         (gnus-server-offline-face): Remove variable.
12963         (gnus-server-font-lock-keywords): Use faces that are not aliases.
12964
12965         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
12966         of modifying message-stack directly for XEmacs.
12967
12968         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
12969         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
12970         if the coding-system argument is nil for XEmacs.
12971
12972         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
12973         mm-charset-override-alist.
12974
12975         * rfc2047.el: Don't require base64; require rfc2045 for the function
12976         rfc2045-encode-string.
12977         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
12978         to quote the parameter value.
12979
12980 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12981
12982         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
12983         form in gnus-group-name-charset-method-alist.
12984
12985         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
12986         overrides the default layout edit-form.
12987
12988         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
12989
12990         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
12991
12992 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12993
12994         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
12995         as unfetched articles.
12996
12997 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
12998
12999         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13000
13001 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13002
13003         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13004         original back end that keeps marks in the local system.
13005
13006 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13007
13008         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13009         arg of pop-to-buffer for XEmacs.
13010         (gnus-article-read-summary-keys): Ditto; don't restore window
13011         configuration if summary command ends up with neither article buffer
13012         nor summary buffer; describe bindings if summary keys end with C-h.
13013
13014 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13015
13016         * message.el (message-fix-before-sending): Skip raw message part to be
13017         forwarded while checking illegible text.
13018         (message-forward-make-body-mime, message-forward-make-body):
13019         Mark signed or encrypted raw message as having no illegible text.
13020
13021 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13022
13023         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13024         (gnus-message-with-timestamp-1): New macro.
13025         (gnus-message-with-timestamp): New function.
13026         (gnus-message): Use them.
13027
13028         * nnheader.el (nnheader-message): Use them.
13029
13030 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
13031
13032         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13033         .newsrc.eld file.
13034
13035 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * gnus-agent.el (gnus-agent-fetch-headers)
13038         (gnus-agent-retrieve-headers):
13039         Bind gnus-decode-encoded-address-function to identity.
13040
13041         * nntp.el (nntp-send-xover-command): Recognize an xover command is
13042         available also when the server returns simply a dot.
13043
13044         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13045
13046 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13049
13050 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * gnus-ems.el (gnus-x-splash): Make it work.
13053
13054         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13055         from being used.
13056
13057         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
13058
13059 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13060
13061         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
13062         4th and the 5th arguments.
13063
13064         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13065         the front stickiness.
13066         (gnus-article-summary-command-nosave): Correct the order of the
13067         arguments passed to pop-to-buffer.
13068         (gnus-article-read-summary-keys): Ditto; make it work properly when the
13069         summary command ends up with the article buffer.
13070
13071         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
13072         the same faces.
13073
13074 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
13075
13076         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
13077
13078 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
13079
13080         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
13081         * gnus-sum.el (gnus-summary-highlight):
13082         * pgg.el (pgg-sign-region, pgg-sign):
13083         * mail-source.el (mail-source-delete-old-incoming-confirm):
13084         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
13085
13086 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13087
13088         * gnus-art.el (gnus-mime-view-part-externally)
13089         (gnus-mime-view-part-internally): Fix predicate function passed to
13090         completing-read.
13091
13092         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
13093
13094         * gnus.el (gnus-update-message-archive-method): Add :version.
13095
13096 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13097
13098         * gnus.el (gnus-update-message-archive-method): New variable.
13099
13100         * gnus-start.el (gnus-setup-news): Update saved "archive" method
13101         according to gnus-message-archive-method if
13102         gnus-update-message-archive-method is non-nil.
13103
13104 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13105
13106         * gnus-sum.el (gnus-summary-limit-to-address): New function.
13107         Suggested by Loic Dachary <loic@dachary.org>.
13108         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13109
13110 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13111
13112         * message.el (message-pop-to-buffer): Add switch-function argument.
13113         (message-mail): Pass switch-function argument to it.
13114
13115 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
13116
13117         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
13118         Improve doc string.
13119
13120 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
13123         (gnus-header-content):
13124         * gnus-cite.el (gnus-cite-10):
13125         * gnus-srvr.el (gnus-server-closed):
13126         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
13127         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
13128         (gnus-group-mail-3-empty, gnus-group-mail-low)
13129         (gnus-group-mail-low-empty, gnus-splash):
13130         * message.el (message-header-to, message-header-cc)
13131         (message-header-subject, message-header-other, message-header-name)
13132         (message-header-xheader, message-separator, message-cited-text)
13133         (message-mml): Lighten colors of faces used for dark background.
13134
13135 2007-05-24  Simon Josefsson  <simon@josefsson.org>
13136
13137         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
13138         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
13139
13140 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13141
13142         * message.el (message-narrow-to-headers-or-head):
13143         Ignore mail-header-separator in the body.
13144
13145 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13146
13147         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
13148         same as window size.
13149
13150 2007-05-22  Kevin Ryde  <user42@zip.com.au>
13151
13152         * message.el (message-font-lock-keywords): Use message-header-xheader
13153         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
13154         ahead of the anything pattern, to get it recognized.
13155
13156 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
13159         spam.el loads uses it in the compiled defadvice form.
13160
13161 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
13162
13163         * gnus-sum.el (gnus-articles-to-read)
13164         (gnus-summary-insert-old-articles): Don't truncate group name for
13165         `read-string'.
13166
13167         * gnus-util.el (gnus-limit-string): Delete this function.
13168
13169         * gnus-sum.el (gnus-simplify-subject-fully):
13170         Use `truncate-string-to-width' instead.
13171
13172 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
13173
13174         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
13175         Tell if, on summary exit, the next group has to be selected.
13176         (gnus-summary-exit): Use it.
13177
13178 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
13179
13180         * gnus-art.el (gnus-article-mode): Fix comment about displaying
13181         non-break space.
13182
13183 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13184
13185         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
13186         Check if group is not a directory.
13187         (nnfolder-request-expire-articles): Don't delete articles if the target
13188         group is not available.
13189
13190         * nnml.el (nnml-request-create-group): Properly check if group is not a
13191         file.
13192         (nnml-request-expire-articles): Don't delete articles if the target
13193         group is not available.
13194
13195         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13196         Don't quote characters that are within parentheses.
13197
13198 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13199
13200         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
13201         (gnus-handle-ephemeral-exit): Select article according to it.
13202
13203 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13204
13205         * message.el (message-insert-formated-citation-line): Remove newline.
13206         (message-citation-line-format): Add final \n here so that the user can
13207         avoid a blank line.
13208
13209 2007-05-03  Dan Christensen  <jdc@uwo.ca>
13210
13211         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
13212         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
13213         Update lanl/arXiv support.
13214
13215 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13216
13217         * gnus.el: Bump version number.
13218
13219 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13220
13221         * gnus.el (gnus-version-number): Bump version.
13222
13223 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13224
13225         * gnus.el: No Gnus v0.6 is released.
13226
13227 2007-04-27  Didier Verna  <didier@xemacs.org>
13228
13229         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
13230         * gmm-utils.el (gmm-regexp-concat): ... here.
13231         * message.el: Don't require 'gnus-util.
13232         (message-dont-reply-to-names): Handle name change above.
13233         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
13234
13235 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13236
13237         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
13238         since the initial value varies according to the system.
13239
13240 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * mm-util.el (mm-charset-synonym-alist): Defcustom.
13243
13244 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
13245
13246         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
13247
13248 2007-04-24  Didier Verna  <didier@xemacs.org>
13249
13250         Improve the type of gnus-ignored-from-addresses.
13251         * gnus-util.el (gnus-orify-regexp): New function.
13252         * message.el (gnus-util): Require it.
13253         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
13254         * gnus-sum.el (gnus-ignored-from-addresses): New function.
13255         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
13256
13257 2007-04-24  Didier Verna  <didier@xemacs.org>
13258
13259         * gnus-sum.el:
13260         * gnus-utils.el: Fix some trailing whitespaces.
13261
13262 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13263
13264         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
13265         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
13266         article's Message-ID; refer parent article in summary buffer.
13267
13268         * message.el (message-bounce): Call mime-to-mml.
13269
13270         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
13271         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
13272         optimize and/or forms properly.
13273
13274 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
13275
13276         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
13277         URL.
13278
13279 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13280
13281         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
13282
13283 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13284
13285         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
13286         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
13287         displayed of multipart/alternative part if it is invoked from summary
13288         buffer.
13289
13290         * mm-view.el (mm-inline-text-html-render-with-w3m)
13291         (mm-inline-text-html-render-with-w3m-standalone)
13292         (mm-inline-render-with-function): Use mail-parse-charset by default.
13293
13294 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
13295
13296         * parse-time.el (parse-time-string-chars): Check if CHAR
13297         is less than the length of parse-time-syntax.
13298
13299 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
13302         from gnus-newsgroup-processable.
13303
13304 2007-04-16  Didier Verna  <didier@xemacs.org>
13305
13306         * gnus-msg.el (gnus-configure-posting-styles):
13307         Handle message-signature-directory properly with :file syntax.
13308         Reported by "Leo".
13309
13310 2007-04-11  Didier Verna  <didier@xemacs.org>
13311
13312         New user option: message-signature-directory.
13313         * gnus-msg.el (gnus-configure-posting-styles): Support it.
13314         * message.el (message-insert-signature): Ditto.
13315         * message.el (message-signature-file): Doc update.
13316         * message.el (message-signature-directory): New.
13317
13318 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13319
13320         * gnus-msg.el (gnus-inews-yank-articles):
13321         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
13322
13323 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13324
13325         * message.el (message-yank-original): Make sure cited text ends with
13326         newline; don't exchange point and mark.
13327
13328 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
13329
13330         * tls.el (open-tls-stream): Properly handle case where there
13331         is no associated buffer.
13332
13333 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
13334
13335         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
13336         message-yank-original, make sure (< mark TEXT point).
13337
13338 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13339
13340         * message.el (message-fill-column): New variable.
13341         (message-mode): Use it.  Add comment on a possible new hook.
13342
13343         * nnmail.el (nnmail-spool-file): Mark as obsolete.
13344         (nnmail-get-new-mail): Reformat.
13345
13346         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
13347
13348         * gmm-utils.el: Fix Commentary.
13349         (gmm-tool-bar-from-list): Fix typo in doc string.
13350
13351 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
13352
13353         * message.el (message-yank-original): Don't switch point and mark
13354         unnecessarily to put point and mark as documented.
13355
13356 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13357
13358         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
13359         from the message heads.
13360
13361 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
13362
13363         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
13364         article buffer does not have a window.  This may not be the best
13365         solution but is certainly better than setting the start of the null,
13366         that is the current, window.
13367
13368 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13369
13370         * gnus-draft.el (gnus-draft-setup-hook): New hook.
13371         (gnus-draft-setup): Run it.
13372
13373         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
13374         gnus-score-fast-scoring.  Allow regexp.
13375         (gnus-score-headers): Use it.
13376
13377         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
13378         XEmacs.
13379
13380         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
13381         string.
13382         (gnus-button-alist): Also catch `<f1> k ...'.
13383         (gnus-treat-display-x-face): Fix doc string.
13384
13385 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13386
13387         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
13388         evaluation of gnus-extended-version to ensure correct generation of the
13389         User-Agent header when message-generate-headers-first is used.
13390
13391 2007-03-24  Simon Josefsson  <simon@josefsson.org>
13392
13393         * hashcash.el (hashcash-generate-payment-async): Don't crash if
13394         hashcash-path is nil.  Don't call callback with incorrect number of
13395         parameters if val is 0.
13396
13397 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13398
13399         * message.el (message-required-news-headers):
13400         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
13401
13402 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
13403
13404         * tls.el (open-tls-stream): In handshake-waiting loop,
13405         don't wait more if there is output available to process.
13406
13407 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
13408
13409         * tls.el (tls-program): Doc fix.
13410
13411 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13412
13413         * message.el (message-generate-new-buffers): Change the meaning of the
13414         nil value; add `standard' to the choices; treat t as `unique'; improve
13415         doc string.
13416         (gnus-select-frame-set-input-focus): Autoload.
13417         (message-buffer-name): Search for the existing message buffer if
13418         message-generate-new-buffers is nil or `standard'; treat the value t of
13419         message-generate-new-buffers as `unique'.
13420         (message-pop-to-buffer): Raise the frame already displaying the message
13421         buffer; clear the echo area after querying.
13422         (message-setup): Pass the `continue' argument to compose-mail.
13423         (message-mail): Prefer `switch-function' if it is given; search for the
13424         existing message buffer if the `continue' argument is non-nil; pass
13425         continue and switch-function arguments to compose-mail by way of
13426         message-setup.
13427         (message-mail-other-window): Adjust argument of message-setup.
13428         (message-mail-other-frame): Ditto.
13429
13430 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13431
13432         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
13433         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
13434         to turn font-lock on when turning gnus-message-citation-mode on.
13435
13436 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
13437
13438         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
13439         (mml-smime-function-alist): New variable; add epg as the backend.
13440         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
13441         mml-smime- functions instead.
13442         * mm-view.el: Require smime.
13443
13444 2007-03-05  Didier Verna  <didier@xemacs.org>
13445
13446         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
13447         instead of just inheritance for posting styles.
13448         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
13449
13450 2007-02-24  Chris Moore  <dooglus@gmail.com>
13451
13452         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
13453         * pgg-pgp.el (pgg-pgp-encrypt-region):
13454         * pgg-gpg.el (pgg-gpg-encrypt-region):
13455         Check pgg-encrypt-for-me if no other recipients.
13456
13457 2007-02-24  John Paul Wallington  <jpw@pobox.com>
13458
13459         * tls.el (tls-certtool-program): Fix custom type.
13460
13461 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13462
13463         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
13464         and point-at-eol instead of line-(beginning|end)-position.
13465
13466         * assistant.el (assistant-parse-buffer): Ditto.
13467
13468         * netrc.el (netrc-parse-services): Ditto.
13469
13470 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
13471
13472         * mml2015.el (mml2015-epg-find-usable-key): New function.
13473         (mml2015-epg-sign): Use it.
13474         (mml2015-epg-encrypt): Use it.
13475
13476 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13477
13478         * message.el (message-make-in-reply-to): Quote name containing
13479         non-ASCII characters.  It will make the RFC2047 encoder cause an error
13480         if there are special characters.  Reported by NAKAJI Hiroyuki
13481         <nakaji@jp.freebsd.org>.
13482
13483 2007-02-27  Didier Verna  <didier@xemacs.org>
13484
13485         Include the group parameters as well as the topic ones in the
13486         inheritance filter process.
13487         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
13488         argument GROUP-PARAMS-LIST.
13489         * gnus-topic.el (gnus-group-topic-parameters): Use it.
13490
13491 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13492
13493         * nntp.el (nntp-never-echoes-commands)
13494         (nntp-open-connection-functions-never-echo-commands): New variables.
13495         (nntp-send-command): Use them.
13496
13497 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
13498
13499         * mml2015.el (mml2015-epg-verify): Simplify.
13500
13501 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13502
13503         * mml.el (mml-content-disposition-alist): New user option.
13504         (mml-content-disposition): New function.
13505         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
13506         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
13507
13508 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
13509
13510         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
13511         verification.
13512
13513 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13514
13515         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
13516         articles posted in the last 24 hours.
13517
13518 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
13519
13520         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
13521
13522 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
13523
13524         * nntp.el (nntp-send-command): Don't wait for echoes when
13525         nntp-open-ssl-stream is used.
13526
13527 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13528
13529         * gnus-cite.el (gnus-test-font-lock-add-keywords)
13530         (gnus-message-add-citation-keywords)
13531         (gnus-message-remove-citation-keywords): Remove.
13532         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
13533         directly, make the variables in font-lock-defaults buffer-local, add
13534         gnus-message-citation-keywords to them and then update the value of
13535         font-lock-keywords.
13536
13537 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13538
13539         * message.el (message-cite-original-1): Don't call
13540         gnus-article-highlight-citation.
13541
13542         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
13543         citations; fix line count.
13544
13545 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
13548         (gnus-message-add-citation-keywords)
13549         (gnus-message-remove-citation-keywords): Use it; fix the emulating
13550         versions of font-lock-add-keywords and font-lock-remove-keywords to
13551         work with XEmacs correctly.
13552
13553 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * gnus-cite.el (gnus-cite-face-list): Set the values of
13556         gnus-message-max-citation-depth and gnus-message-citation-keywords.
13557         (gnus-message-max-citation-depth): Use defvar rather than defconst.
13558         (gnus-message-cite-prefix-regexp): New variable.
13559         (gnus-message-search-citation-line): Use it; protect against long
13560         citation prefix; fill match data with nil rather than 0 for XEmacs; set
13561         the 0th match data for Emacs.
13562         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
13563         (gnus-message-add-citation-keywords): Append keywords rather than
13564         prepending; emulate font-lock-add-keywords if it is not available.
13565         (gnus-message-remove-citation-keywords):
13566         Emulate font-lock-remove-keywords if it is not available.
13567
13568         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
13569
13570         * message.el (message-cite-prefix-regexp): Set the value of
13571         gnus-message-cite-prefix-regexp.
13572
13573 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13574
13575         * nnweb.el (nnweb-google-parse-1): Update parser.
13576
13577 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
13578
13579         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
13580
13581 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13582
13583         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13584         regexp.
13585
13586 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * uudecode.el (uudecode-string-to-multibyte): New function emulating
13589         string-to-multibyte.
13590         (uudecode-decode-region-internal): Use it.
13591
13592         * lpath.el: Fbind string-as-multibyte for XEmacs.
13593
13594 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13595
13596         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
13597         Fix custom choice.
13598
13599         * gnus-art.el (gnus-signature-limit): Fix custom choice.
13600
13601 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
13602
13603         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
13604
13605         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
13606         `write-region' to respect `mm-inhibit-file-name-handlers'.
13607
13608 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
13609
13610         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
13611         Use gnus-home-directory instead of "~/" or "$HOME".
13612
13613 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
13614
13615         * encrypt.el (encrypt-insert-file-contents): Add better prompt
13616         to mention filename.
13617         Add comments at beginning regarding usage.
13618         (encrypt-write-file-contents): Change interactive so a string is
13619         acceptable.  If the file has no associated model, show an error instead
13620         of a nonsense prompt.
13621
13622 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13623
13624         * spam.el (spam-bsfilter-ham-switch): Fix typo.
13625         Thanks to Yoshihiko Yamada for kind notification of this typo.
13626
13627 2007-01-12  Kenichi Handa  <handa@m17n.org>
13628
13629         * uudecode.el (uudecode-decode-region-internal): Make it work in a
13630         multibyte buffer.
13631
13632 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13633
13634         * gnus-score.el (gnus-score-fast-scoring): New variable.
13635         (gnus-score-headers): Use it.
13636
13637         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
13638
13639         * message.el (message-cite-original-1):
13640         Call gnus-article-highlight-citation if requested.
13641         (message-make-from): Allow name and address as optional arguments.
13642
13643         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
13644
13645         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
13646         bugs to doc string.
13647         (gnus-button-alist): Add mid\\|message-id.
13648         (gnus-button-fetch-group): Extend for use in
13649         `browse-url-browser-function'.
13650         (gnus-button-url-regexp): Try to catch paired parentheses like in
13651         Wikipedia URLs.
13652
13653         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
13654         Suggested by Simon Krahnke <overlord@gmx.li>.
13655
13656 2007-01-13  Romain Francoise  <romain@orebokech.com>
13657
13658         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
13659         Update copyright.
13660
13661 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
13662
13663         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
13664
13665 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13666
13667         * gnus-registry.el (gnus-registry-unfollowed-groups)
13668         (gnus-registry-split-fancy-with-parent): Fix documentation.
13669
13670 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13671
13672         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
13673         from nnweb groups.
13674
13675 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13676
13677         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
13678         Xref urls.  Erase buffer before requesting head.
13679
13680         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13681
13682 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13683
13684         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
13685         customizable.
13686
13687 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
13688
13689         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
13690         no signing key is found.
13691         (mml2015-epg-encrypt): Ask user whether to skip or abort if
13692         no encrypting and/or signing key is found.
13693
13694 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13695
13696         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
13697
13698 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13699
13700         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
13701         headers read from disk with the ones newly found in the current search.
13702         This should no longer cause problems, because the article numbers in
13703         Gmane's `nov.php' output are ignored since the previous change.
13704
13705 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13706
13707         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
13708
13709 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
13712         replace-regexp-in-string; bind url-version; fbind display-images-p and
13713         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
13714         find-face and set-itimer-function for Emacs; bind itimer-list for
13715         Emacs.
13716
13717         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13718
13719 2007-01-01  Romain Francoise  <romain@orebokech.com>
13720
13721         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
13722
13723 2006-12-31  Steve Youngs  <steve@sxemacs.org>
13724
13725         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
13726         `define-minor-mode' macro definition expanded properly.
13727         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
13728         exclude it there.
13729
13730         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
13731         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
13732         `fboundp' test.
13733         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
13734         This is OK to autoload in (S)XEmacs now.
13735
13736 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13737
13738         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
13739         keystroke.
13740         (gnus-summary-limit-to-singletons): Fix typo.
13741
13742         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
13743         else fails.
13744
13745 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13746
13747         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
13748         docstring.
13749
13750         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
13751         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
13752         (gnus-summary-insert-dormant-articles): Fix typo in message.
13753
13754 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
13755
13756         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
13757         nil for XEmacs.
13758         (gnus-message-citation-mode): Don't autoload in XEmacs.
13759
13760         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
13761
13762 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
13763
13764         * nnimap.el (nnimap-expunge-search-string):
13765         Mention nnimap-search-uids-not-since-is-evil in docstring.
13766
13767 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13768
13769         * spam.el: Revert to make-obsolete-variable because
13770         define-obsolete-variable-alias is not supported in Emacs 21.
13771
13772         * spam.el (spam-ifile-path, spam-ifile-database-path)
13773         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
13774         make-obsolete-variable.
13775         (spam-bsfilter-path, spam-bsfilter-program)
13776         (spam-spamassassin-path, spam-spamassassin-program)
13777         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
13778         Don't use "path" inappropriately.
13779         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
13780         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
13781         variable names.
13782
13783 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
13784
13785         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
13786         summary buffer.
13787
13788         * password.el (password-cache-remove): Use clear-string to burn
13789         password, if available.
13790
13791 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13792
13793         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
13794
13795         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
13796
13797         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
13798         (gnus-message-highlight-citation): Move defcustom here from
13799         gnus-cite.el.
13800         (gnus-message-citation-mode): Autoload.
13801
13802         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
13803         checks to make it compile with XEmacs.
13804         (gnus-message-citation-mode): New minor mode.
13805         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
13806         (gnus-message-highlight-citation): New variables.
13807         (gnus-message-search-citation-line)
13808         (gnus-message-add-citation-keywords)
13809         (gnus-message-remove-citation-keywords)
13810         (turn-on-gnus-message-citation-mode)
13811         (turn-off-gnus-message-citation-mode): New functions.
13812
13813 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
13814
13815         * gnus-cite.el: Enable highlighting of different citation levels in
13816         message-mode.
13817
13818 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13819
13820         * message.el (message-make-fqdn): Fix comment.
13821         (message-bogus-system-names): Add ".local".
13822
13823         * spam.el (spam-ifile-path, spam-ifile-program)
13824         (spam-ifile-database-path, spam-ifile-database)
13825         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
13826         Don't use "path" inappropriately.
13827         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
13828         strings.
13829         (spam-check-ifile, spam-ifile-register-with-ifile)
13830         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
13831         Use new variable names.
13832
13833         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
13834         (gnus-treat-display-smileys): Simplify using
13835         gnus-image-type-available-p.
13836
13837         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
13838         available.
13839
13840         * gnus-xmas.el (gnus-xmas-image-type-available-p):
13841         Use `display-images-p' if available.
13842
13843 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13844
13845         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
13846         one after turning on the buffer's multibyteness instead of decoding
13847         them directly in the unibyte buffer that causes unexpected conversion
13848         in Emacs 23 (unicode).
13849
13850 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13851
13852         * message.el (message-generate-hashcash): Fix custom type.
13853
13854 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13855
13856         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
13857
13858 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13859
13860         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
13861         disconnect icons.  Add help text.
13862
13863 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
13864
13865         * spam.el (spam-extra-header-to-number): CRM114 spam score is
13866         negated to be consistent with the others we handle.
13867
13868 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13869
13870         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
13871         version of gnus-summary-buffer to something, so that we can use two
13872         article buffers at the same time.
13873
13874 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
13875
13876         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
13877         trigger all the extra headers.
13878         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
13879         sorting.
13880
13881 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13882
13883         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
13884         solid groups.
13885
13886 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
13887
13888         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
13889
13890 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13891
13892         * legacy-gnus-agent.el: Add Copyright notice.
13893
13894 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
13895
13896         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
13897
13898 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13899
13900         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
13901
13902         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
13903         to make it work reliably in CVS Emacs.
13904         (gnus-summary-limit-strange-charsets-predicate)
13905         (gnus-summary-limit-to-predicate): New functions.
13906
13907 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
13908
13909         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
13910         specifying array size.
13911         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
13912         array if it is too small.
13913         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
13914         (gnus-sort-threads-loop): New function.
13915
13916 2006-12-06  Chris Moore  <dooglus@gmail.com>
13917
13918         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
13919         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
13920
13921 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
13922
13923         * mm-url.el (mm-url-predefined-programs): Call curl with correct
13924         options.
13925
13926 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13927
13928         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
13929         DOS-ing the recipient.
13930
13931         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
13932         the headers when creating the mapping to avoid mismappings.
13933         (nnweb-gmane-create-mapping): Always nix out old mapping.
13934
13935 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13936
13937         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
13938         and mm-verify-option to never.
13939
13940 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13941
13942         * message.el (message-signed-or-encrypted-p): New function.
13943         (message-forward-make-body): Use it.
13944
13945         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
13946         Replace encode-coding-string with mm-encode-coding-string.
13947
13948 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * nneething.el (nneething-decode-file-name):
13951         Replace decode-coding-string with mm-decode-coding-string.
13952
13953         * gnus-int.el (gnus-open-server): Say failed server's name.
13954
13955 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13956
13957         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
13958         strings to a single string.  Quote `errors-file-name'.
13959         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
13960         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
13961         Adjust calls.  Use `shell-quote-argument'.
13962
13963 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
13964
13965         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
13966         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
13967
13968         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
13969         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
13970         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
13971         (gnus-group-make-directory-group, gnus-group-transpose-groups):
13972         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
13973         (gnus-subscribe-newsgroup, gnus-1):
13974         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
13975         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
13976         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
13977         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
13978
13979 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13980
13981         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
13982         keystroke.
13983         (gnus-summary-limit-to-bodies): Implement headersp.
13984
13985 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13986
13987         * dns.el (query-dns): Protect against "Process dns deleted" strings.
13988
13989 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13990
13991         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
13992
13993 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13994
13995         * message.el (message-generate-hashcash): Expand range of values to
13996         include `opportunistic'.
13997         (message-send-mail): Use it.
13998
13999 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14000
14001         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14002         and comment it.
14003
14004         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14005
14006 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
14007
14008         * gnus-util.el (gnus-extract-address-components): Improve comment.
14009
14010 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14011
14012         * gnus-util.el (gnus-extract-address-components): Work with address in
14013         which the name portion contains @.
14014
14015         * lpath.el: Fbind custom-autoload.
14016
14017 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14018
14019         * gnus.el (gnus-start): Move custom group up.
14020         (gnus-select-method): Don't autoload, but make it available for
14021         `customize-variable'.
14022         (gnus-getenv-nntpserver): Don't autoload.
14023
14024 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
14025
14026         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14027
14028 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14029
14030         * message.el (message-sendmail-extra-arguments): New variable.
14031         (message-send-mail-with-sendmail): Use it.
14032
14033 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14036         mm-with-unibyte-current-buffer to make string unibyte.
14037
14038         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14039         mm-string-as-multibyte.
14040
14041 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
14042
14043         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14044         Reported by Werner Koch <wk@gnupg.org>.
14045
14046 2006-11-14  Daiki Ueno  <ueno@p360>
14047
14048         * mml2015.el: Autoload epa-select-keys when compiling.
14049
14050 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14051
14052         * mml2015.el (mml2015-epg-sign): Save the signing keys in
14053         message-options.
14054         (mml2015-epg-encrypt): Save the recipient keys in message-options.
14055
14056 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14057
14058         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14059         EasyPG (< 0.0.6).
14060         (mml2015-always-trust): New user option.
14061         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14062         prompt.
14063
14064 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14065
14066         * nntp.el (nntp-authinfo-force): New variable.
14067         (nntp-send-authinfo): Use it.
14068
14069 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
14070
14071         * message.el (message-strip-subject-encoded-words): Allow _not_ to
14072         decode encoded words.  Improve prompt.  Add comment about forwarding.
14073         (message-replacement-char): Move up.
14074
14075 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14076
14077         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
14078         instead of gnus-intersection because arguments of gnus-sorted-nunion
14079         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
14080
14081 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
14082
14083         * message.el (message-strip-subject-encoded-words): Reformat prompt.
14084         (message-simplify-subject-functions):
14085         Enable message-strip-subject-encoded-words by default.
14086
14087 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
14088
14089         * message.el (message-strip-subject-encoded-words): New function.
14090         (message-simplify-subject-functions): New variable.
14091         (message-simplify-subject): Use it.  Fix typo in doc string.
14092         Support message-strip-subject-encoded-words.
14093
14094 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
14095
14096         * gnus-diary.el (gnus-diary-delay-format-function):
14097         * nndiary.el (nndiary-reminders):
14098         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
14099
14100 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14101
14102         * gnus-art.el (article-hide-boring-headers): Fetch date from
14103         gnus-original-article-buffer to avoid problems with localized date
14104         strings.
14105
14106 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14107
14108         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
14109
14110 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
14111
14112         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14113         New variables.
14114         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14115         (mm-charset-synonym-alist): Move some entries to
14116         mm-codepage-iso-8859-list.
14117         (mm-charset-synonym-alist, mm-charset-override-alist):
14118         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14119
14120 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
14123
14124 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14125
14126         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
14127         with Emacs 21 and XEmacs.
14128
14129 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
14130
14131         * spam.el (spam-parse-address): New function for better parsing,
14132         catching errors, etc.
14133         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
14134
14135 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14136
14137         * mm-view.el: Add interactive arg to html2text autoload.
14138
14139 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14140
14141         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
14142
14143 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
14144
14145         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14146         New variables.
14147         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14148         (mm-charset-synonym-alist): Move some entries to
14149         mm-codepage-iso-8859-list.
14150
14151         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
14152
14153 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
14154
14155         * message.el (message-citation-line-format)
14156         (message-insert-formated-citation-line): Fix implementation of %E, %N
14157         and %n according to the doc string.
14158
14159 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
14160
14161         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14162         Use car-safe to avoid bad parses.
14163
14164 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
14167         names.
14168
14169         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
14170
14171 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
14174         header.
14175
14176         * message.el (message-draft-headers): Add Date.
14177         (message-headers-to-generate): Fix typo in docstring.
14178
14179         * nndraft.el (nndraft-required-headers): New variable.
14180         (nndraft-generate-headers): Use it.
14181
14182         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
14183
14184 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14185
14186         * gnus-registry.el (gnus-registry-wash-for-keywords)
14187         (gnus-registry-find-keywords): New functions to allow easy searching of
14188         articles that are in the registry.
14189
14190 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14191
14192         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14193         Use ietf-drums-parse-address instead of gnus-extract-address-components.
14194         Reported by Damien Elmes <damien@repose.cx>.
14195
14196 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14197
14198         * gnus.el (gnus-mime): Remove unused custom group.
14199
14200 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14201
14202         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
14203         "blank line" when searching for end of armor headers.
14204
14205 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14206
14207         * gmm-utils.el (gmm-write-region): Fix variable name.
14208
14209 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14210
14211         * gmm-utils.el (gmm-write-region): New function based on compatibility
14212         code from `mm-make-temp-file'.
14213
14214         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
14215
14216         * nnmaildir.el (nnmaildir--update-nov)
14217         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
14218         Use `gmm-write-region'.
14219
14220 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14221
14222         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
14223         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14224
14225         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
14226
14227         * message.el (message-replacement-char): New variable.
14228         (message-fix-before-sending): Use it.
14229         (message-simplify-subject): New function to remove duplicate code.
14230         (message-reply, message-followup): Use it.
14231
14232         * gnus-sum.el (gnus-summary-make-menu-bar):
14233         Clarify gnus-summary-limit-to-articles.
14234
14235 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * gnus-util.el (gnus-with-local-quit): New macro.
14238
14239         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
14240
14241 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
14242
14243         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
14244         ignore non-string data.
14245
14246 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14247
14248         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
14249         non-string data (needs to be done in the registry too).
14250
14251 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14252
14253         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
14254         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
14255         (gnus-registry-split-fancy-with-parent)
14256         (gnus-registry-fetch-simplified-message-subject-fast)
14257         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
14258         Remove text properties on ingress into the registry and when it's saved.
14259         (gnus-registry-clean-empty-function): Fix bug with cleaning the
14260         registry from entries with no groups.
14261
14262 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14263
14264         * gnus-util.el (gnus-string-remove-all-properties): Add utility
14265         function to remove string properties.
14266
14267 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14268
14269         * gmm-utils.el (gmm): Adjust custom version.
14270
14271         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
14272         Adjust custom version.
14273
14274         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
14275
14276 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14277
14278         * gnus-art.el (gnus-insert-prev-page-button)
14279         (gnus-insert-next-page-button): Simplify.  Reformat.
14280
14281 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
14282
14283         * gnus-art.el (gnus-insert-prev-page-button)
14284         (gnus-insert-next-page-button): Apply gnus-article-button-face.
14285
14286 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
14287
14288         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
14289
14290 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
14291
14292         * gnus-art.el (gnus-insert-mime-button)
14293         (gnus-insert-mime-security-button):
14294         Apply gnus-article-button-face to MIME and security buttons.
14295
14296 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
14297
14298         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
14299         readable.
14300
14301 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14302
14303         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
14304
14305 2006-09-20  Steve Youngs  <steve@sxemacs.org>
14306
14307         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
14308         `browse-url-of-file' instead of `browse-url'.
14309
14310 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14311
14312         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14313         regexp.  Articles containing quotation were cut prematurely.
14314
14315 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14316
14317         * message.el (message-cite-original-1): Use nobody by default for the
14318         value of From header.
14319         (message-reply): Ditto.
14320
14321 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
14322
14323         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
14324         to the gnus-info.  This fixes a bug of inline-PGP message verification.
14325         Reported by Michael Piotrowski <mxp@dynalabs.de>.
14326
14327 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
14328
14329         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
14330         mails in the doc string.  Add some URLs in comment.
14331         (pop3-movemail): Warn about pop3-leave-mail-on-server.
14332
14333 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14334
14335         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
14336         backslashes handling and the way to find boundaries of quoted strings.
14337
14338 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
14339
14340         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
14341         mml1991-encrypt-to-self is set and mml1991-signers is not set.
14342         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
14343         mml2015-encrypt-to-self is set and mml2015-signers is not set.
14344
14345 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14346
14347         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
14348         doc string.
14349         (gnus-button-regexp, gnus-button-last): Remove unused variables.
14350
14351 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * lpath.el: Fbind epg-check-configuration.
14354
14355 2006-09-06  Simon Josefsson  <jas@extundo.com>
14356
14357         * mml2015.el (mml2015-use): Doc fix, mention epg.
14358
14359 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14360
14361         * mml2015.el (mml2015-use): Default to epg, if available.
14362
14363 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14364
14365         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
14366         message-sender.
14367         (mml1991-epg-encrypt): Ditto.
14368         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
14369         message-sender.
14370         (mml2015-epg-encrypt): Ditto.
14371
14372 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
14373
14374         * message.el (message-send-mail-with-sendmail): Look for sendmail in
14375         several common directories.
14376
14377 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
14378
14379         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
14380         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
14381
14382 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * gnus-art.el (article-decode-encoded-words): Make it fast.
14385
14386 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14387
14388         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
14389
14390         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
14391         in quoted string into `\'.
14392
14393 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14394
14395         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14396         Use standard-syntax-table.
14397
14398 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14399
14400         * gnus-art.el (gnus-decode-address-function): New variable.
14401         (article-decode-encoded-words): Use it to decode headers which are
14402         assumed to contain addresses.
14403         (gnus-mime-delete-part): Remove useless `or'.
14404
14405         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
14406         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
14407         (gnus-nov-parse-line): Use it to decode From header.
14408         (gnus-get-newsgroup-headers): Ditto.
14409         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
14410
14411         * mail-parse.el (mail-decode-encoded-address-region): New alias.
14412         (mail-decode-encoded-address-string): New alias.
14413
14414         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14415         New function.
14416         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
14417         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
14418         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
14419         (rfc2047-decode-string): Ditto.
14420         (rfc2047-decode-address-region): New function.
14421         (rfc2047-decode-address-string): New function.
14422
14423 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
14424
14425         * message.el (message-caesar-buffer-body): Allow rotating headers.
14426
14427         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
14428
14429         * message.el (message-insert-formated-citation-line): Fix %f.
14430         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
14431
14432 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
14435         (gnus-bookmark-mouse-available-p): New macro.
14436         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
14437         (gnus-bookmark-bmenu-show-infos): Use it.
14438         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
14439         (gnus-bookmark-bmenu-hide-infos): Ditto.
14440         (gnus-bookmark-remove-properties): New function.
14441         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
14442         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
14443         (gnus-bookmark-write-file): Bind coding-system-for-write.
14444         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
14445         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
14446         group before selecting it.
14447         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
14448         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
14449         quit-window if it is not available; use gnus-mouse-2 and bind it to
14450         gnus-bookmark-bmenu-select-by-mouse.
14451         (gnus-bookmark-show-details): Remove unused variable `details-list'.
14452         (gnus-bookmark-bmenu-select-by-mouse): New function.
14453
14454 2006-08-13  Romain Francoise  <romain@orebokech.com>
14455
14456         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
14457         space.
14458
14459 2006-08-10  Romain Francoise  <romain@orebokech.com>
14460
14461         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
14462         (dns-mode-soa-auto-increment-serial): New user option.
14463         (dns-mode-soa-maybe-increment-serial): New function.
14464         (dns-mode): Add the latter to `write-contents-functions'.
14465
14466 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14467
14468         * compface.el (uncompface): Use binary rather than raw-text-unix.
14469
14470 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14471
14472         * compface.el (uncompface): Make sure the eol conversion doesn't take
14473         place when communicating with the external programs.
14474         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14475
14476 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14477
14478         * nnheader.el (nnheader-insert-head): Fix typo in comment.
14479
14480 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14481
14482         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14483         Make it more robust by parsing author and date independently.
14484
14485 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14486
14487         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
14488
14489 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
14490
14491         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
14492         first matching secret key.
14493         (mml2015-epg-encrypt): Ditto.
14494
14495         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
14496         first matching secret key.
14497         (mml1991-epg-encrypt): Ditto.
14498
14499         * mml2015.el (mml2015-encrypt-to-self): New user option.
14500         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
14501         mml2015-epg-encrypt-to-self is set.
14502
14503         * mml1991.el (mml1991-encrypt-to-self): New variable.
14504         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
14505         mml1991-epg-encrypt-to-self is set.
14506
14507         * mml2015.el (mml2015-signers): New user option.
14508         (mml2015-epg-sign): Reflect the value of mml2015-signers.
14509         (mml2015-epg-encrypt): Allow to select signing keys.
14510
14511         * mml1991.el (mml1991-signers): New variable.
14512         (mml1991-epg-sign): Reflect the value of mml1991-signers.
14513         (mml1991-epg-encrypt): Allow to select signing keys.
14514
14515 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14516
14517         * nnheader.el (nnheader-insert-head): Make it work even if the file
14518         uses CRLF for the line-break code.
14519
14520 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
14521
14522         * mml2015.el: Require mml-sec instead of password.
14523         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
14524         (mml2015-cache-passphrase): Inherit the default value from
14525         mml-secure-cache-passphrase.
14526         (mml2015-passphrase-cache-expiry): Inherit the default value from
14527         mml-secure-passphrase-cache-expiry.
14528
14529         * mml1991.el: Require mml-sec instead of password.
14530         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
14531         (mml1991-cache-passphrase): Inherit the default value from
14532         mml-secure-cache-passphrase.
14533         (mml1991-passphrase-cache-expiry): Inherit the default value from
14534         mml-secure-passphrase-cache-expiry.
14535
14536         * mml-sec.el: Require password.
14537         (mml-secure-verbose): New user option.
14538         (mml-secure-cache-passphrase): New user option.
14539         (mml-secure-passphrase-cache-expiry): New user option.
14540
14541 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
14542             Andreas Vögele  <andreas@altroot.de>   (tiny change)
14543
14544         * pgg-def.el (pgg-truncate-key-identifier):
14545         Truncate the key ID to 8 letters from the end.
14546
14547 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14548
14549         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
14550         workaround for the url package included with Emacs.
14551
14552         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14553
14554 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14555
14556         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
14557         correctly.  This fixes a bug caused by the 2006-05-12 change.
14558
14559 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
14560
14561         * nnmail.el (nnmail-article-group): If splitting raises an error, give
14562         some information about the error when saying that the `bogus' mail
14563         group will be used.
14564
14565 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
14566
14567         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
14568         string.
14569
14570 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
14571
14572         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
14573
14574 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14575
14576         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
14577
14578 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14579
14580         * mml1991.el (mml1991-function-alist): Add epg.
14581         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
14582         (mml1991-epg-encrypt): New functions.
14583
14584 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14585
14586         * mml2015.el (mml2015-verbose): New variable.
14587         (mml2015-cache-passphrase): Ditto.
14588         (mml2015-passphrase-cache-expiry): Ditto.
14589         (mml2015-function-alist): Add epg.
14590         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
14591         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
14592         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
14593         New functions.
14594
14595 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14596
14597         * message.el (message-cite-original-1): Preserve region when removing
14598         quoted text due to X-No-Archive in order to avoid bogus attribution
14599         when citing multiple messages.
14600
14601 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14602
14603         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
14604         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
14605
14606 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
14607
14608         * gnus-diary.el (gnus-user-format-function-d)
14609         (gnus-user-format-function-D): Autoload.
14610
14611         * imap.el (Commentary): Fix typo.
14612
14613         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
14614         2006-04-22 contribution.
14615
14616 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14617
14618         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
14619         It didn't really fix the bogosity I'm seeing with solid web groups.
14620
14621 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14622
14623         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
14624         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
14625         created using server names.  If we use the feature without declaring
14626         it, Gnus does not properly manage server and group state.
14627
14628         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
14629         bound.
14630
14631 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14632
14633         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
14634         looking up the method using GROUP's prefix before inventing a new one.
14635         It is used on killed/unknown groups in various places where returning
14636         an all-new method isn't expected by the caller.
14637
14638         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
14639         and match semantics of gnus-group-real-prefix.
14640
14641 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
14642
14643         * nnmail.el (nnmail-broken-references-mailers): New variable.
14644         (nnmail-ignore-broken-references): New function generalizing
14645         nnmail-fix-eudora-headers.
14646         (nnmail-fix-eudora-headers): Now obsolete.
14647
14648         * gnus-art.el (gnus-button-handle-custom):
14649         Support `customize-apropos*'.
14650
14651 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14652
14653         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
14654
14655         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
14656         articles.
14657
14658 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
14659
14660         * message.el (message-cite-reply-above): New variable.
14661         (message-yank-original): Use it.
14662
14663 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14664
14665         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
14666
14667 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
14668
14669         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
14670         as read.
14671
14672         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
14673
14674 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
14675
14676         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
14677         (gnus-bookmark-default-file): Use gnus-directory.
14678         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
14679         Remove "*" in doc string.
14680         (gnus-bookmark-write-file): Simplify.
14681         (gnus-bookmark-maybe-sort-alist): Use `when'.
14682         (gnus-bookmark-get-bookmark): Fix typo in doc string.
14683         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
14684         Add FIXME about Emacs 21 and XEmacs compatibility.
14685         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
14686         compatibility.
14687         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
14688         compatibility.
14689         (gnus-bookmark-menu-heading): Fix version.
14690
14691 2006-06-19  Bastien Guerry  <bzg@altern.org>
14692
14693         * gnus-bookmark.el: New file.
14694
14695 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14696
14697         * message.el (message-syntax-checks): Doc fix.
14698
14699 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14700
14701         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
14702         unsubscribed groups as if they were killed ones.  It causes duplicate
14703         entries in gnus-newsrc-alist.
14704
14705 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14706
14707         * message.el (message-syntax-checks): Doc fix.
14708         (message-send-mail): Add check for continuation headers.
14709         (message-check-news-header-syntax): Fix regexp used to check for
14710         continuation headers.
14711
14712 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14713
14714         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
14715
14716 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
14717
14718         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
14719
14720 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14721
14722         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
14723         default-truncate-lines.
14724
14725 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
14728         to fill the utf-8 entry.
14729
14730         * lpath.el: Fbind unicode-precedence-list.
14731
14732 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14733
14734         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14735
14736 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
14737
14738         * gnus-agent.el (directory-files-and-attributes): Move all the way
14739         forward (the third and final move).
14740         (gnus-agent-read-agentview): Trap reconstruction errors due to
14741         nonexistent directory.  Handle by returning nil.
14742
14743 2006-05-30  Didier Verna  <didier@xemacs.org>
14744
14745         * message.el (message-dont-reply-to-names): Update the custom type.
14746         * message.el (message-dont-reply-to-names): New defsubst: potentially
14747         convert a list of regexps into a single one.
14748         * message.el (message-get-reply-headers): Use it.
14749         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
14750
14751 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14752
14753         * gnus-agent.el (directory-files-and-attributes): Move forward.
14754
14755 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14756
14757         * gnus-ml.el (gnus-mailing-list-subscribe)
14758         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
14759         (gnus-mailing-list-message): Fix doc strings.
14760
14761 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14762
14763         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14764         of doing it manually.
14765
14766 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14767
14768         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14769         comment.
14770
14771 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
14772
14773         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14774         (gnus-agent-read-agentview): Fix handling of end-of-file error.
14775         (gnus-agent-read-local): All symbols allocated in my-obarray.
14776         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14777         (gnus-agent-regenerate-group): Check numeric names to see if they are
14778         messages or groups.
14779         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14780         better way of do this...)
14781
14782         * gnus-cache.el (gnus-agent-total-fetched-for):
14783         Ignore 'dummy.group' (there should be a better way of do this...)
14784
14785 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14786
14787         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
14788         (gnus-saved-headers): Ditto.
14789         (gnus-default-article-saver): Mention functions may have properties.
14790         (gnus-article-save): Override gnus-save-all-headers and
14791         gnus-saved-headers by :headers property which saver function may have.
14792         (gnus-summary-save-in-file): Add :headers property.
14793         (gnus-summary-write-to-file): Ditto.
14794
14795         * gnus-sum.el (gnus-summary-save-article): Bind
14796         gnus-prompt-before-saving to t when saving many articles in a file;
14797         always show all headers.
14798
14799         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
14800
14801 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14802
14803         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
14804         marks.
14805
14806         * message.el (message-indent-citation): Add optional arguments to allow
14807         using it outside of message buffers.
14808
14809         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
14810         (gnus-article-treat-unfold-headers): Use it.
14811         (gnus-article-truncate-lines): New variable.
14812         (gnus-article-mode): Use it.
14813         (gnus-article-toggle-truncate-lines): New function.
14814
14815         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14816         Add gnus-article-toggle-truncate-lines.
14817
14818         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
14819         coding system in XEmacs, use binary.
14820
14821 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14822
14823         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
14824         after-load-alist.
14825
14826         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
14827         this function should save decoded articles.
14828         (gnus-summary-write-to-file): Use property to specify this function
14829         should save decoded articles and specify gnus-summary-save-in-file
14830         should be used to save articles other than the first one when saving
14831         many articles.
14832         (gnus-summary-save-body-in-file): Use property to specify this
14833         function should save decoded articles.
14834         (gnus-summary-write-body-to-file): Use property to specify this
14835         function should save decoded articles and specify
14836         gnus-summary-save-body-in-file should be used to save articles other
14837         than the first one when saving many articles.
14838
14839         * gnus-sum.el (gnus-summary-save-article): Simplify.
14840
14841 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14842
14843         * gnus-art.el (gnus-default-article-saver):
14844         Add gnus-summary-write-body-to-file.
14845         (gnus-article-save-coding-system): Don't use coding system object
14846         in XEmacs.
14847         (gnus-read-save-file-name): Add optional `dir-var' argument which
14848         specifies directory in which files are saved; work even if optional
14849         `variable' argument is not specified.
14850         (gnus-summary-write-to-file): Read file name.
14851         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
14852         (gnus-summary-write-body-to-file): New function.
14853
14854         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
14855         (gnus-summary-local-variables): Add it.
14856         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
14857         (gnus-summary-save-article): Remove optional `decode' argument;
14858         determine whether to decode articles by the value of
14859         gnus-default-article-saver; when saving many files using
14860         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
14861         it first and use gnus-summary-save-in-file or
14862         gnus-summary-save-body-in-file thereafter unless
14863         gnus-prompt-before-saving is always; move point to article which
14864         will be saved.
14865         (gnus-summary-save-article-file): Revert.
14866         (gnus-summary-write-article-file): Revert.
14867         (gnus-summary-save-article-body-file): Revert.
14868         (gnus-summary-write-article-body-file): New function.
14869
14870 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14871
14872         * gnus-art.el (gnus-default-article-saver): Doc fix.
14873         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
14874         from gnus-summary-save-article-coding-system, and default to a
14875         certain coding system.
14876         (gnus-output-to-file): Add coding cookie and encode text according
14877         to gnus-article-save-coding-system; don't use mm-append-to-file.
14878
14879         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
14880         gnus-art.el and rename to gnus-article-save-coding-system.
14881         (gnus-summary-save-article): Require gnus-art; don't show all
14882         headers if it decodes articles; don't add coding cookie here;
14883         don't bind mm-text-coding-system-for-write.
14884         (gnus-summary-save-article-file): Save decoded articles.
14885         (gnus-summary-write-article-file): When saving many files, use
14886         gnus-summary-write-to-file first and gnus-summary-save-in-file
14887         thereafter unless gnus-prompt-before-saving is always.
14888         (gnus-summary-save-article-body-file): Save decoded articles.
14889
14890         * lpath.el: Fbind select-safe-coding-system for XEmacs.
14891
14892 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14893
14894         * nnrss.el (nnrss-check-group): Bind hash-index.
14895
14896 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
14897
14898         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
14899         its hash index.  Store this hash in `nnrss-group-data'.
14900         (nnrss-read-group-data): Update accordingly.
14901
14902 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14903
14904         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
14905         entry.
14906
14907         * gnus-sum.el (gnus-summary-make-menu-bar):
14908         Add gnus-article-browse-html-article.
14909
14910 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
14911
14912         * gnus-sum.el (gnus-summary-mime-map):
14913         Add gnus-article-browse-html-article.
14914
14915         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
14916
14917 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14918
14919         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
14920         suitable coding systems in customize.
14921
14922 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
14923
14924         * mail-source.el (mail-sources): Fix custom type.
14925
14926 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14927
14928         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
14929         (gnus-summary-expire-articles-now): Shorten prompt.
14930
14931         * gmm-utils.el (wid-edit): Require.
14932         (defun-gmm): Rename from `gmm-defun-compat'.
14933         (gmm-image-search-load-path): Use it.
14934         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
14935
14936 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14937
14938         * gnus-sum.el (gnus-summary-save-article-coding-system):
14939         New variable.
14940         (gnus-summary-save-article): Add optional `decode' argument.
14941         If it is set and gnus-summary-save-article-coding-system is non-nil,
14942         save decoded article.
14943         (gnus-summary-write-article-file): Save decoded article if
14944         gnus-summary-save-article-coding-system is non-nil.
14945
14946         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
14947         type.
14948
14949 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14950
14951         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
14952
14953 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14954
14955         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
14956         first to test gnus-single-article-buffer which may be buffer-local.
14957
14958         * gnus-sum.el (gnus-summary-setup-buffer):
14959         Make gnus-single-article-buffer buffer-local and nil in ephemeral
14960         group; make gnus-article-buffer, gnus-article-current, and
14961         gnus-original-article-buffer always buffer-local.
14962         (gnus-summary-exit): Kill article buffer belonging to ephemeral
14963         group.
14964         (gnus-handle-ephemeral-exit): Don't move to next summary line.
14965
14966 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14967
14968         * nnml.el (nnml-request-compact-group): Compressed files might not
14969         have .gz extension.
14970
14971 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14972
14973         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
14974         (mm-copy-to-buffer): Use with-current-buffer.
14975         (mm-display-part): Simplify.
14976         (mm-inlinable-p): Add optional arg `type'.
14977
14978 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14979
14980         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
14981         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
14982         Try harder to show the attachment internally or externally using
14983         gnus-mime-view-part-as-type.
14984
14985 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14986
14987         * message.el (message-from-style, message-signature-separator)
14988         (message-user-organization-file, message-send-mail-function)
14989         (message-citation-line-function, message-yank-prefix)
14990         (message-indent-citation-function, message-signature)
14991         (message-signature-file, message-signature-insert-empty-line):
14992         Remove autoloads.
14993
14994         * gnus-art.el (gnus-buttonized-mime-types):
14995         Remove "multipart/signed".  Revert 2006-04-26 change.
14996
14997 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14998
14999         * gnus.el (gnus-version-number): Bump version.
15000
15001 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15002
15003         * gnus.el: No Gnus v0.5 is released.
15004
15005 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15006
15007         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15008         fetching articles by message-id.
15009
15010 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15011
15012         * message.el (hashcash): Require hashcash as normal.
15013
15014         * ecomplete.el (ecomplete-highlight-match-line):
15015         Use point-at-eol.
15016         (ecomplete-highlight-match-line): Use `highlight', because that
15017         face exists in both Emacs and XEmacs.
15018
15019         * message.el (message-display-abbrev): Use point-at-bol.
15020
15021         * mail-source.el: Don't require timer/timer-funcs.
15022
15023         * gnus-async.el: Ditto.
15024
15025         * password.el: Ditto.
15026
15027         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
15028
15029         * mm-url.el: Ditto.
15030
15031         * gnus-xmas.el: Don't require timer-funcs.
15032
15033         * mm-util.el: Require timer/timer-funcs.
15034
15035 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15036
15037         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15038         Close.
15039
15040 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15041
15042         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15043         unibyte after clear-decrypt function runs.
15044
15045         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15046         returns as a unibyte string.
15047
15048 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15049
15050         * lpath.el: Revert.
15051
15052         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
15053         (pgg-gpg-process-sentinel): Revert.
15054
15055         * pgg-pgp.el (pgg-pgp-process-region): Revert.
15056         (pgg-pgp-lookup-key): Revert.
15057
15058         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
15059         (pgg-pgp5-lookup-key): Revert.
15060
15061         * pgg.el (pgg-fetch-key): Revert.
15062
15063 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15064
15065         * lpath.el: Fbind string-as-multibyte for XEmacs.
15066
15067         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15068         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15069         (mml1991-pgg-encrypt): Ditto.
15070
15071         * pgg-gpg.el (pgg-string-to-multibyte): New function.
15072         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
15073         a multibyte buffer.
15074
15075         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
15076         (pgg-pgp-lookup-key): Ditto.
15077
15078         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
15079         (pgg-pgp5-lookup-key): Ditto.
15080
15081         * pgg.el (pgg-fetch-key): Ditto.
15082
15083 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
15084
15085         * message.el (message-user-organization-file): Check several
15086         locations of the organization file.
15087
15088         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
15089         Add gnus-article-view-part-as-type.
15090
15091         * gnus-art.el (gnus-article-view-part-as-type): New function.
15092
15093         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
15094         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
15095
15096         * mml.el: Simplify autoload.
15097         (mml-mode): defvar dnd-protocol-alist instead of using
15098         symbol-value.
15099         (mml-default-directory): New variable.
15100         (mml-minibuffer-read-file): Use it.
15101         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
15102
15103         * message.el (message-citation-line-format): New variable.
15104         (message-insert-formated-citation-line): New function.
15105         (message-citation-line-function):
15106         Add `message-insert-formated-citation-line' to custom type.
15107
15108         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
15109         to doc string.
15110
15111         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
15112         depending on mm-verify-option.
15113
15114 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15115
15116         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
15117         binding pgg-* variables; reimplement the section which prevents
15118         MIME header from being signed.
15119         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
15120         pgg-text-mode; remove a blank line at the top of body.
15121
15122         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
15123         lines at the top of body; use gnus-newsgroup-charset if there's no
15124         Charset header.
15125
15126 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15127
15128         * message.el (message-self-insert-commands): Doc fix.
15129
15130         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
15131         (mm-uu-pgp-encrypted-test): Ditto.
15132         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
15133         between header and body; return application/pgp-encrypted handle
15134         if decryption failed; decode decrypted body by charset.
15135
15136         * mm-decode.el (mm-automatic-display): Don't make application/pgp
15137         element match to application/pgp-*.
15138
15139 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15140
15141         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
15142         HTML.
15143
15144 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15145
15146         * mail-source.el (mail-source-call-script): Message the error
15147         string.
15148
15149 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15150
15151         * gnus-util.el (gnus-byte-compile): Use it.
15152
15153 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
15154
15155         * gnus-util.el (kill-empty-logs): New function.
15156
15157 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15158
15159         * message.el (message-mail-alias-type): Doc fix.
15160         (message-mail-alias-type-p): New function.
15161         (message-send): Use it.
15162         (message-mode): Ditto.
15163         (message-strip-forbidden-properties): Ditto.
15164
15165         * ecomplete.el (ecomplete-database-file-coding-system):
15166         New variable.
15167         (ecomplete-save): Use it.
15168         (ecomplete-setup): Use it.
15169
15170 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * message.el (message-self-insert-commands): New variable.
15173         (message-strip-forbidden-properties): Use it.
15174
15175 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15176
15177         * message.el (message-put-addresses-in-ecomplete): Use a regexp
15178         that doesn't make XEmacs choke.
15179
15180 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
15181
15182         * gnus-util.el (gnus-replace-in-string):
15183         Prefer replace-regexp-in-string over of replace-in-string.
15184
15185 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15186
15187         * gnus-util.el (gnus-select-frame-set-input-focus):
15188         Use select-frame-set-input-focus if it is available in XEmacs; use
15189         definition defined in Emacs 22 for old Emacsen.
15190
15191         * dgnushack.el: Autoload unmorse-region for XEmacs.
15192
15193         * lpath.el: Bind cursor-in-non-selected-windows and
15194         select-frame-set-input-focus for XEmacs.
15195
15196 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15197
15198         * mm-view.el (mm-inline-text): Use equal instead of equalp.
15199
15200 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
15201
15202         * gnus-registry.el (gnus-registry-cache-save): Remove text
15203         properties when saving via the temp buffer.
15204
15205 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15206
15207         * message.el (message-generate-hashcash): Honor custom type.
15208
15209 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15210
15211         * message.el (message-generate-hashcash): Default to non-nil when
15212         hashcash is found.
15213
15214         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
15215         (gnus-refer-thread-limit): Increase default to 500.
15216
15217         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
15218
15219         * flow-fill.el (fill-flowed): Allow delete-space.
15220
15221 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15222
15223         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15224         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
15225         Remove autoloads.
15226
15227 2006-04-18  Simon Josefsson  <jas@extundo.com>
15228
15229         * message.el (message-generate-hashcash): Default to.
15230
15231 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15232
15233         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15234         concatenating segments rather than before concatenating them.
15235
15236 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15237
15238         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
15239
15240 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15241
15242         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
15243
15244         * message.el (message-forward-make-body-plain):
15245         Allow message-forward-ignored-headers to be a list.
15246         (message-remove-ignored-headers): Factor out into function.
15247         (message-forward-make-body-mml): Use it.
15248
15249         * imap.el (imap-quote-specials): New function.
15250         (imap-login-auth): Quote specials.
15251
15252         * rfc2231.el (rfc2231-parse-string): Remove dead code.
15253         (rfc2231-parse-string): Allow concatanation of parameters that
15254         aren't contiguous.  The test case is
15255           (mail-header-parse-content-type "message/external-body;
15256             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
15257             access-type=LOCAL-FILE;
15258             name*1*=plugh%2fhello-sailor%2fbing.pdf")
15259
15260 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15261
15262         * nntp.el (nntp-accept-process-output): Return the value of
15263         `nnheader-accept-process-output'.
15264
15265 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15266
15267         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
15268         (gnus-button-alist): Recognize more diff formats.
15269         (gnus-button-patch): Strip directory.
15270
15271 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15272
15273         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
15274         Emacs 22 when setting focus.
15275
15276 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15277
15278         * gnus-art.el (gnus-article-treat-types): Do treatment of
15279         text/x-verbatim parts.
15280         (gnus-button-patch): New command.
15281
15282         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
15283         addresses that contain invalid characters.
15284
15285 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15286
15287         * message.el (message-put-addresses-in-ecomplete):
15288         Use gnus-replace-in-string.
15289         (message-is-yours-p): Use the more correct
15290         mail-header-parse-address instead of
15291         mail-extract-address-components.
15292         (message-put-addresses-in-ecomplete): Fix typo.
15293
15294         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
15295         keystroke.
15296
15297         * gnus-art.el (gnus-treatment-function-alist): Change order of
15298         newsgroups/generic header folding to avoid double-folding.
15299
15300         * message.el (message-hidden-headers): Add X-Draft-From.
15301
15302         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
15303         New command.
15304         (gnus-summary-repeat-search-article-backward): New command.
15305
15306         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
15307         groups in the parent topic.
15308
15309 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
15310
15311         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
15312         (spam-extra-header-to-number): Return the CRM114 number as a
15313         number instead of a string.
15314
15315 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15316
15317         * gnus-art.el (gnus-face-properties-alist): Move here from
15318         gnus-fun.
15319
15320         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
15321
15322 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15323
15324         * message.el (message-strip-forbidden-properties): Only display on
15325         self-insert-command.
15326
15327         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
15328         reindent.
15329         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
15330
15331 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
15332
15333         * smiley.el (smiley-style): Fix typo.
15334
15335 2006-03-23  Kenichi Handa  <handa@m17n.org>
15336
15337         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
15338         instead of set-buffer-multibyte.
15339
15340 2006-03-23  Kenichi Handa  <handa@m17n.org>
15341
15342         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15343         buffer and then decode the buffer text if necessary.
15344         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15345         first, and after mm-encode-body, change the buffer to unibyte.
15346
15347 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15348
15349         * hashcash.el (hashcash-insert-payment-async-2):
15350         Use message-goto-eoh instead of doing it manually.
15351         (mail-add-payment): Use message-narrow-to-header instead of trying
15352         to do the same itself.
15353
15354         * message.el (message-hidden-headers): Add Face.
15355
15356         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
15357         reparenting code.
15358         (gnus-summary-reparent-children): Refactored out code.
15359         (gnus-summary-thread-map): New keystroke.
15360         (gnus-summary-reparent-children): Make into command.
15361
15362         * smiley.el (smiley-style): Default to `medium' if using a large
15363         font.
15364
15365         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
15366         does it itself.
15367
15368         * message.el (message-point-in-header-p): Simplify definition.
15369
15370 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15371
15372         * nnagent.el (nnagent-request-set-mark): Silence log file
15373         writing.
15374         (nnagent-request-set-mark): Use write-region instead of
15375         append-to-file.
15376
15377         * gnus-sum.el (gnus-read-header): Fudge article number if using a
15378         strange select method.
15379
15380         * ecomplete.el (ecomplete-display-matches): Get highlightling
15381         right.
15382         (ecomplete-display-matches): Use literals.
15383         (ecomplete-display-matches): Disable message logging.
15384
15385         * message.el (message-display-abbrev): Small optimization.
15386
15387         * ecomplete.el (ecomplete-display-matches): Allow automatic
15388         display.
15389
15390         * message.el (message-strip-forbidden-properties):
15391         Display abbrevs.
15392         (message-display-abbrev): Get automatic display right.
15393
15394         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
15395         keystrokes.
15396
15397 2006-04-13  Romain Francoise  <romain@orebokech.com>
15398
15399         TODO: Backport to v5-10!
15400
15401         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
15402         Move here (and rename) from gnus-registry.el.
15403
15404         * gnus-registry.el: Require gnus-util.
15405         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
15406
15407 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15408
15409         * gnus-group.el (gnus-group-catchup-current):
15410         Change if-then-else-if-then-else into cond.
15411         (gnus-group-catchup): Indent.
15412         (group-name-at-point): New function.
15413         (gnus-fetch-group): Provide default from thing at point.
15414
15415 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15416
15417         * message.el (message-display-abbrev): Fix regexp.
15418
15419         * ecomplete.el (ecomplete-highlight-match-line):
15420         Reimplement choosing.
15421         (ecomplete-highlight-match-line): Fix up code rewrite, remove
15422         dead variables.
15423
15424         * message.el (message-newline-and-indent): Remove debugging.
15425         (message-display-abbrev): Use new implementation.
15426
15427 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15428
15429         * gnus-art.el (gnus-article-mode):
15430         Set cursor-in-non-selected-windows to nil.
15431
15432         * smiley.el: Revert previous change.
15433         (smiley-data-directory): defvar it before using it in the
15434         defcustom of `smiley-style'.
15435
15436 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15437
15438         * message.el (message-newline-and-indent): New function.
15439
15440         * ecomplete.el: Implement more bits.
15441
15442         * message.el (message-put-addresses-in-ecomplete): Clean up the
15443         string.
15444
15445         * ecomplete.el (ecomplete-add-item): Chop off decimals.
15446
15447         * gnus-sum.el (gnus-summary-save-parts):
15448         Bind gnus-summary-save-parts-counter and use it to make unique file
15449         names.
15450
15451         * gnus-art.el (gnus-ignored-headers): Add some more headers.
15452
15453         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
15454         parameter to say whether to actually parse the individual
15455         addresses.
15456
15457         * message.el (message-put-addresses-in-ecomplete): New function.
15458         (ecomplete): Require.
15459         (message-mail-alias-type): Add ecomplete as an option.
15460
15461 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
15462
15463         * flow-fill.el (fill-flowed): Remove trailing space from blank
15464         quoted lines.
15465
15466 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15467
15468         * smiley.el (smiley-style): Move definition later to avoid a
15469         compilation warning.
15470
15471 2006-04-12  Kenichi Handa  <handa@m17n.org>
15472
15473         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15474         buffer and then decode the buffer text if necessary.
15475         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15476         first, and after mm-encode-body, change the buffer to unibyte.
15477         Use mm-disable-multibyte instead of set-buffer-multibyte.
15478
15479 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15480
15481         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
15482         Content-Type header instead of Content-Disposition header.
15483         (gnus-mime-inline-part): Ditto.
15484         (gnus-mime-view-part-as-charset): Ignore charset that the part
15485         specifies.
15486
15487         * mm-decode.el (mm-display-part): Work with external parts and
15488         usual parts similarly.
15489
15490         * mm-extern.el (mm-inline-external-body): Use mm-display-part
15491         instead of gnus-display-mime.
15492
15493         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
15494         instead of with-temp-buffer.
15495
15496         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
15497         tag to summarized topics part in order to encode non-ASCII text.
15498
15499 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15500
15501         * smiley.el (smiley-style): New variable.
15502         (smiley-directory): New function.
15503         (smiley-data-directory): Derive from `smiley-style' using
15504         `smiley-directory'.
15505         (smiley-regexp-alist): Add new entries.
15506
15507         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
15508         (gnus-article-browse-delete-temp): Add :version.
15509
15510 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
15511
15512         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
15513         the sieve region.
15514
15515 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15516
15517         * gnus.el (gnus-version-number): Bump version.
15518
15519 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15520
15521         * gnus.el: No Gnus v0.4 is released.
15522
15523 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15524
15525         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
15526         layout.
15527
15528         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
15529         unknown charset.
15530
15531         * message.el (message-header-synonyms): Add Original-To to the
15532         default.
15533
15534         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
15535         optional parameter.
15536
15537 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
15538
15539         * gnus-fun.el (gnus): Require it for gnus-directory.
15540
15541 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15542
15543         * gnus-fun.el (gnus-face-properties-alist): Add :version.
15544
15545 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15546
15547         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
15548
15549 2006-04-05  Simon Josefsson  <jas@extundo.com>
15550
15551         * password.el (password-reset): New function.
15552
15553 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15554
15555         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
15556         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
15557
15558 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15559
15560         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15561         Some whitespace was matched into the url, which broke browsing hits
15562         > 100 when mm-url-use-external was nil.
15563
15564 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15565
15566         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15567         Check gnus-extra-headers for 'Newsgroups.
15568
15569         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
15570         bound.
15571
15572 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
15573
15574         * pgg-gpg.el: Clean up process buffers every time gpg processes
15575         complete.
15576
15577 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
15578
15579         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15580         doc string.
15581
15582 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
15583
15584         * pgg-gpg.el (pgg-gpg-process-filter)
15585         (pgg-gpg-wait-for-completion): Check if buffer is alive.
15586
15587         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
15588         lines, temporary fix.
15589
15590 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15591
15592         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
15593
15594 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
15595
15596         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15597         default-enable-multibyte-characters.  This reverts the change from
15598         revision 6.17 which is no longer necessary because the passphrase
15599         is sent separately now.  GnuPG messages are unreadable under
15600         multibyte locales with default-enable-multibyte-characters set to
15601         nil.
15602
15603 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
15604
15605         * message.el (message-tool-bar-gnome): Move "spell".
15606
15607 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
15608
15609         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
15610         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
15611         instead.
15612
15613 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
15614
15615         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15616         Improve newsgroups handling for NNTP overviews which don't include
15617         Newsgroups.
15618
15619 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15620
15621         * message.el (message-resend): Bind message-generate-hashcash to nil.
15622
15623 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15624
15625         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
15626         when searching for already-paid recipients.
15627
15628 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
15629
15630         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15631         passphrases when it is not needed.
15632         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15633         passphrase stuff from gpg, should only be necessary when you use
15634         gpg with a smartcard.
15635
15636 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15637
15638         * mml.el (mml-insert-mime): Ignore cached contents of
15639         message/external-body part.
15640
15641         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
15642         (mm-insert-part): Ditto.
15643
15644 2006-03-23  Simon Josefsson  <jas@extundo.com>
15645
15646         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
15647         Reiner.
15648         (pgg-gpg-use-agent-p): Use it again.
15649
15650 2006-03-23  Simon Josefsson  <jas@extundo.com>
15651
15652         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
15653         older emacsen.
15654         (pgg-gpg-use-agent-p): Don't use it.
15655
15656 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
15657
15658         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
15659         if we can.
15660
15661 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
15662
15663         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15664         (pgg-gpg-update-agent): New function.
15665         (pgg-gpg-use-agent-p): New function.
15666         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15667         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15668         (pgg-gpg-sign-region): Use it.
15669
15670 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15671
15672         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
15673         Reported by Ralf Wachinger <rwachinger@gmx.de>.
15674
15675 2006-03-21  Simon Josefsson  <jas@extundo.com>
15676
15677         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15678         <wilde@sha-bang.de>.
15679         (pgg-gpg-use-agent): New variable.
15680         (pgg-gpg-process-region): Use it.
15681         (pgg-gpg-encrypt-region): Likewise.
15682         (pgg-gpg-encrypt-symmetric-region): Likewise.
15683         (pgg-gpg-decrypt-region): Likewise.
15684         (pgg-gpg-sign-region): Likewise.
15685         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15686
15687 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15688
15689         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
15690
15691         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
15692         Add comment on version.
15693
15694 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15695
15696         * smiley.el: Add missing test smiley.
15697
15698 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15699
15700         * mm-decode.el (mm-with-part): New macro.
15701         (mm-get-part): Use it; work with message/external-body as well.
15702         (mm-save-part): Treat name and filename equally.
15703
15704         * mm-extern.el (mm-extern-cache-contents): New function.
15705         (mm-inline-external-body): Use it; force the part to be displayed;
15706         move undisplayer added to the cached handle to the parent.
15707
15708         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
15709         (gnus-mime-view-part-as-type): Work with message/external-body.
15710
15711         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
15712
15713 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15714
15715         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
15716         images in image-load-path.  [Sync with image.el, revision 1.60, in
15717         Emacs.]
15718
15719 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15720
15721         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
15722         path rather than symbol.  Always return list of directories.
15723         Guarantee that image directory comes first.  [Sync with image.el,
15724         revision 1.59, in Emacs.]
15725
15726         * message.el (message-make-tool-bar): Adjust to new API of
15727         `gmm-image-load-path-for-library'.
15728
15729         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15730
15731         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15732
15733 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15734
15735         * gnus-art.el (gnus-article-only-boring-p):
15736         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
15737         intangible text.
15738         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
15739
15740 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
15741
15742         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
15743         Use `defun' instead of `gmm-defun-compat'.
15744
15745 2006-03-14  Simon Josefsson  <jas@extundo.com>
15746
15747         * message.el (message-unique-id): Don't use message-number-base36
15748         if (user-uid) is a float.
15749         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
15750
15751 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15752
15753         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
15754
15755         * gnus-art.el (gnus-mime-display-single): Make sure there is an
15756         empty line between a part and a message part.
15757
15758 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
15759
15760         * smiley.el: Add more test smileys.
15761         (smiley-data-directory, smiley-regexp-alist)
15762         (gnus-smiley-file-types): Fix doc strings.
15763         (smiley-update-cache): Clear smiley-cached-regexp-alist before
15764         adding new elements.
15765         (smiley-mouse-map): Unused code.  Make it a comment.
15766
15767 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15768
15769         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
15770         scan latest NoCeM messages instead of old ones.
15771         (gnus-nocem-check-article): Fix regexps so as to match to PGP
15772         delimiters that are recently used.
15773         (gnus-nocem-load-cache): Add autoload cookie.
15774
15775         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
15776
15777         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
15778         level which is larger than gnus-use-nocem is specified.
15779
15780         * gnus-group.el (gnus-group-get-new-news): Ditto.
15781
15782 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15783
15784         * gnus-util.el (gnus-tool-bar-update): New function.
15785
15786         * gnus-group.el (gnus-group-update-tool-bar): New variable.
15787         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
15788
15789         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
15790
15791         * gnus-group.el (gnus-group-redraw-when-idle)
15792         (gnus-group-redraw-check): Remove.
15793         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
15794
15795 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15796
15797         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
15798         if optional last element is specified in splits (FIELD VALUE...).
15799
15800 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
15801
15802         * message.el (message-make-tool-bar): Rename gmm-image-load-path
15803         to gmm-image-load-path-for-library.  Call with no-error argument.
15804         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15805
15806         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15807
15808         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15809
15810         * gmm-utils.el (gmm-image-load-path): Remove alias.
15811
15812 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
15813
15814         * gmm-utils.el (gmm-image-load-path): Add alias.
15815
15816         * nnml.el (nnml-generate-nov-databases-directory): Rename from
15817         nnml-generate-nov-databases-1.
15818         (nnml-generate-nov-databases): Use it.
15819         (nnml-generate-nov-databases-directory): Document no-active
15820         argument.
15821
15822         * gmm-utils.el (gmm-image-load-path-for-library): Return single
15823         directory if path is t.  Add no-error.
15824
15825         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
15826         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15827
15828         * gnus-art.el (gnus-article-browse-delete-temp-files):
15829         Simplify resetting gnus-article-browse-html-temp-list.
15830
15831         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
15832         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
15833         Add example to docstring.  Rename local variables.  Move error
15834         checks to default case in cond and simplify.
15835
15836 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15837
15838         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
15839         handle is multipart when calling it recursively.
15840         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
15841
15842 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
15843
15844         * nnimap.el (nnimap-request-update-info-internal): Optimize.
15845         Don't `gnus-uncompress-range' to avoid excessive memory usage.
15846
15847 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15848
15849         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
15850         is loaded.
15851
15852         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
15853         loaded.
15854
15855 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15856
15857         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
15858         to "Emacs 23 (unicode)" in doc string.
15859
15860         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
15861         "Emacs 23 (unicode)" in comment.
15862
15863 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15864
15865         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
15866
15867         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
15868         characters 160 through 255 in Emacs 23.
15869
15870 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15871
15872         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
15873         gnus-article-browse-html-temp.
15874         (gnus-article-browse-delete-temp): Make it customizable.
15875         Add `file'.  Adjust doc string.
15876         (gnus-article-browse-delete-temp-files): Add argument.
15877         Allow query for each file.  Adjust doc string.
15878         (gnus-article-browse-html-parts):
15879         Add `gnus-article-browse-delete-temp-files' to
15880         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
15881
15882 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
15883
15884         * gnus-art.el (gnus-article-browse-html-temp)
15885         (gnus-article-browse-delete-temp): New variables.
15886         (gnus-article-browse-delete-temp-files): New function.
15887         (gnus-article-browse-html-parts): Use it.
15888
15889 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15890
15891         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
15892
15893         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
15894         string.
15895
15896         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
15897         gnus-summary-insert-new-articles when unplugged.
15898         Remove gnus-summary-search-article-forward.
15899
15900         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
15901         display-visual-class instead of display-color-cells.
15902
15903 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15904
15905         * dgnushack.el: Autoload customize-group for XEmacs.
15906
15907         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
15908         message/* containing non-ASCII text properly.
15909
15910 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15911
15912         * message.el: Require gmm-utils, remove autoloads.
15913         (message-tool-bar): Set default based on
15914         gmm-tool-bar-style.
15915         (message-tool-bar-gnome): Add gmm-customize-mode.
15916
15917         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
15918         gmm-tool-bar-style.
15919         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
15920
15921         * gnus-group.el (gnus-group-tool-bar): Set default based on
15922         gmm-tool-bar-style.
15923         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
15924
15925         * gmm-utils.el (gmm-image-directory): Rename variable from
15926         gmm-image-load-path.
15927         (gmm-image-load-path): Use gmm-image-directory.
15928         (gmm-customize-mode): New function.
15929         (gmm-tool-bar-style): New variable.
15930
15931         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
15932         gnus-group-redraw-line-number.
15933         (gnus-group-redraw-check): Simplify.
15934         (gnus-group-tool-bar-update): Remove redraw check.
15935         (gnus-group-make-tool-bar): Add redraw check.
15936
15937 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
15938
15939         * gnus-art.el (gnus-button): Add missing parentheses.
15940
15941 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15942
15943         * lpath.el: Fbind line-number-at-pos.
15944
15945 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15946
15947         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
15948
15949 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15950
15951         * gnus-art.el (gnus-button): New face.
15952         (gnus-article-button-face): Use it.
15953
15954         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15955         Add gnus-summary-next-page.  Re-order.
15956
15957         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
15958         next-node are now included.
15959         (gnus-group-redraw-line-number): New internal variable.
15960         (gnus-group-redraw-check): Helper function for updating the tool
15961         bar.
15962         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
15963
15964         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
15965
15966         * spam.el (spam-spamassassin-score-regexp): New internal variable.
15967         (spam-extra-header-to-number, spam-check-spamassassin-headers):
15968         Use it to match format of Spamassassin 3.0 and later.
15969         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
15970         (spam-check-bogofilter)
15971         (spam-bogofilter-register-with-bogofilter): Fix args of
15972         `gnus-error' calls.
15973
15974 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15975
15976         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
15977         unnecessary interaction when sending queued mails.
15978         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
15979
15980 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15981
15982         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
15983         first or last are nil.
15984
15985 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15986
15987         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
15988
15989 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15990
15991         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
15992
15993 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15994
15995         * dns.el (query-dns): Protect more against buggy tcp output.
15996
15997 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15998
15999         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16000         nov.php.
16001
16002 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16003
16004         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16005         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16006         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
16007         output on the server side.
16008         (nnweb-google-create-mapping): Update regexps and add some
16009         progress indication.
16010
16011 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
16012
16013         * gnus-group.el (gnus-group-tool-bar-gnome):
16014         Fix gnus-agent-toggle-plugged.  Re-order icons.
16015         (gnus-group-tool-bar-gnome):
16016         Add gnus-group-{prev,next}-unread-group.
16017         (gnus-group-tool-bar-gnome): Re-order icons.
16018
16019         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16020         Move gnus-summary-insert-new-articles.
16021
16022         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16023         Fix comments.
16024
16025         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
16026         also available in Emacs 21.3.
16027
16028         * message.el (message-fix-before-sending): Change "Emacs 22" to
16029         "Emacs 23 (unicode)" in comment.
16030
16031         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16032         "Emacs 23 (unicode)" in comment.
16033
16034         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16035         comment.
16036         (mm-coding-system-p): Add comment about no-MULE XEmacs.
16037
16038         * mm-view.el (mm-fill-flowed): Add :version.
16039
16040 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16041
16042         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16043         and load-path.
16044
16045 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
16046
16047         * message.el: Autoload gmm-image-load-path.
16048         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16049         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
16050         consitency.
16051
16052         * gmm-utils.el (gmm-image-load-path): Also search in
16053         "../etc/images".  Don't set gmm-image-load-path if we don't find
16054         the image.
16055
16056 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16057
16058         * gmm-utils.el (gmm-image-load-path): Don't make
16059         `gmm-image-load-path' include subdirectories which the second arg
16060         `image' might specify.
16061
16062         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16063         subdirectory to icon file names.
16064
16065         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16066
16067 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16068
16069         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16070         gmm-image-load-path calls.
16071
16072         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16073
16074         * message.el (message-make-tool-bar): Ditto.
16075
16076         * mml.el (mml-preview): Add comment concerning tool bar icons.
16077
16078         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16079         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
16080
16081         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16082         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
16083
16084         * message.el (message-tool-bar-gnome): Use new icon names.
16085         (message-make-tool-bar): Use `gmm-image-load-path'.
16086
16087         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
16088         New functions from MH-E.
16089         (gmm-image-load-path): New variable from MH-E.
16090         (gmm-image-load-path): New function from MH-E.  Add arguments
16091         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
16092         *-image-load-path-called-flag.
16093
16094 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
16095
16096         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
16097
16098 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
16099
16100         * nnimap.el (nnimap-request-move-article): Change folder back to
16101         source group before deleting.
16102
16103 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
16104
16105         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
16106
16107         * gnus-art.el (mm-url-insert-file-contents-external):
16108         Autoload mm-url.
16109
16110         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
16111
16112 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16113
16114         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
16115         coding system which mm-charset-to-coding-system returns for a
16116         given charset is valid.
16117
16118 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
16119
16120         * html2text.el (html2text-remove-tag-list):
16121         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
16122
16123 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
16124
16125         * gnus-cus.el: Revert 2005-10-17 change.
16126
16127 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16128
16129         * gnus-art.el (article-strip-banner):
16130         Call article-really-strip-banner only when the regexp match is made.
16131
16132 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16133
16134         * gnus-art.el (article-strip-banner):
16135         Use gnus-extract-address-components instead of
16136         mail-header-parse-addresses to make it work with non-ASCII text;
16137         remove mail-encode-encoded-word-string.
16138
16139         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
16140         values which are surrounded with \"...\"; make it never cause a
16141         Lisp error; give up parsing of parameters if it failed in
16142         extracting type.
16143
16144 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
16145
16146         * smime.el (smime-cert-by-ldap-1): Fix bug where
16147         `smime-ldap-search' returns results without userCertificates.
16148
16149 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16150
16151         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
16152
16153 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16154
16155         * spam.el (spam-check-spamassassin-headers): Adapt format for
16156         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
16157         <ari@mbf.ocn.ne.jp>.
16158         (spam-list-of-processors): Add spam-use-gmane.
16159
16160 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16161
16162         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
16163         make-temp-file; make it work with XEmacs as well.
16164
16165         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
16166         mm-make-temp-file.
16167
16168         * mm-decode.el (mm-display-external): Use the 3rd arg of
16169         mm-make-temp-file.
16170         (mm-create-image-xemacs): Ditto.
16171
16172 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
16175         with message-narrow-to-headers.
16176         (gnus-draft-setup): Narrow to header to run message-fetch-field.
16177         (gnus-draft-check-draft-articles): New function.
16178         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
16179
16180 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16181
16182         * gnus-art.el (gnus-article-browse-html-parts):
16183         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
16184         Don't use suffix argument for mm-make-temp-file for Emacs 21
16185         compatibility.  Remove useless `format'.
16186
16187 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16188
16189         * nnweb.el (nnweb-google-wash-article): Update regexps.
16190         (nnweb-group-alist): Use defvoo instead of defvar.
16191
16192 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16193
16194         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
16195         re-loading nn* modules.
16196
16197 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16198
16199         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
16200         for `tool-bar-mode' and don't check it's default-value.
16201
16202         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16203
16204         * message.el (message-make-tool-bar): Ditto.
16205
16206         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
16207         `substring'.  Shorten tmp-file name.
16208
16209         * gnus.el: Remove bogus comment.
16210
16211 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
16212
16213         * gnus-art.el (gnus-article-browse-html-parts): New function.
16214         (gnus-article-browse-html-article): New function for viewing html
16215         articles with a browser.
16216
16217 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
16218
16219         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
16220         in elisp.
16221         (pgg-gpg-encrypt-symmetric-region): Ditto.
16222         (pgg-gpg-sign-region): Ditto.
16223
16224         * pgg-def.el (pgg-text-mode): New variable.
16225
16226         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
16227         (mml2015-pgg-encrypt): Ditto.
16228
16229         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
16230         (mml1991-pgg-encrypt): Ditto.
16231
16232 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16233
16234         * nnfolder.el (nnfolder-insert-newsgroup-line):
16235         Use message-make-date instead of current-time-string.
16236
16237         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
16238         to gnus-decoded which mm-uu might set.
16239
16240 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16241
16242         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
16243         don't decode quoted parameters; remove misimported Emacs code.
16244         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16245         (rfc2231-decode-encoded-string): Don't use split-string which
16246         behaves differently according to Emacs version; use
16247         mm-decode-coding-region to convert charset to coding-system.
16248         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16249         (rfc2231-encode-string): Remove misimported Emacs code.
16250
16251 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16252
16253         * gnus-art.el (article-decode-charset): Don't use ignore-errors
16254         when calling mail-header-parse-content-type.
16255         (article-de-quoted-unreadable): Ditto.
16256         (article-de-base64-unreadable): Ditto.
16257         (article-wash-html): Ditto.
16258
16259         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
16260         calling mail-header-parse-content-type and
16261         mail-header-parse-content-disposition.
16262         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
16263         mail-header-parse-content-type.
16264
16265         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
16266         insert charset and format parameters; encode description after
16267         inserting it to buffer.
16268         (mml-insert-parameter): Fold lines properly even if a parameter is
16269         segmented into two or more lines; change the max column to 76.
16270
16271         * rfc1843.el (rfc1843-decode-article-body): Don't use
16272         ignore-errors when calling mail-header-parse-content-type.
16273
16274         * rfc2231.el (rfc2231-parse-string): Return at least type if
16275         possible; don't cause an error even if it fails in parsing of
16276         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16277         (rfc2231-encode-string): Don't break lines at the beginning, leave
16278         it to mml-insert-parameter.
16279
16280         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
16281         calling mail-header-parse-content-type.
16282
16283 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
16284
16285         * spam-report.el (spam-report-gmane-use-article-number):
16286         Improve doc string.
16287         (spam-report-gmane-internal): Check if a suitable header was found
16288         in the article.
16289
16290 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16291
16292         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
16293         (rfc2231-encode-string): Make param*=value always begin with LWSP.
16294
16295 2006-02-05  Romain Francoise  <romain@orebokech.com>
16296
16297         Update copyright notices of all files in the gnus directory.
16298
16299 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16300
16301         * nnweb.el (nnweb-request-group): Avoid growing overview files.
16302
16303 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16304
16305         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
16306         segmented lines of parameter value to cope with Thunderbird 1.5
16307         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
16308         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16309         (rfc2231-encode-string): Don't make lines exceeding 76 column.
16310
16311 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
16312
16313         * mml.el (mml-generate-mime-1): Correct the order of inline signed
16314         parts.
16315
16316 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16317
16318         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
16319         there's only one active file for all servers.
16320         (nnweb-request-scan): Make sure nnweb-articles is initialized on
16321         solid groups.  Gnus might have used a FAST request to select the group.
16322         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
16323         and nnweb-search redundantly in the active file.
16324         (nnweb-request-list): Don't list bogus groups.  There can only be one.
16325         (nnweb-request-create-group): Don't use ARGS.
16326         (nnweb-possibly-change-server, nnweb-request-group): Remove some
16327         initializations.  Let nnoo do the work.
16328
16329 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16330
16331         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
16332         Say the part has been decoded.
16333
16334         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
16335
16336 2006-01-31  Kevin Ryde  <user42@zip.com.au>
16337
16338         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
16339         mailcap-viewer-test-cache when there's no 'test clause, since that
16340         will invert the meaning of a "nil" test previously determined by
16341         mailcap-mailcap-entry-passes-test.
16342
16343 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16344
16345         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
16346         compiling.
16347
16348         * gnus-sum.el: Ditto.
16349
16350         * message.el: Don't bind tool-bar-map when compiling.
16351
16352 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
16353
16354         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
16355
16356 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16357
16358         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
16359         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
16360         current Google Groups.
16361
16362 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
16363
16364         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
16365         and tool-bar-mode.
16366
16367         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
16368         and tool-bar-mode.
16369
16370         * message.el (message-tool-bar-update): Simplify.
16371         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
16372
16373         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
16374         gnus-summary-buffer.
16375         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
16376         gnus-summary-reply.
16377
16378         * gmm-utils.el (gmm): Add :version.
16379
16380 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16381
16382         * Makefile.in (clean): New rule.
16383         (distclean): Use it.
16384
16385 2006-01-26  Steve Youngs  <steve@sxemacs.org>
16386
16387         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
16388         Don't autoload.
16389
16390 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16391
16392         * gmm-utils.el (gmm-verbose): Add :group.
16393
16394 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
16395
16396         * message.el: Change some comments WRT tool-bars.
16397
16398         * gnus-sum.el (gnus-summary-tool-bar)
16399         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
16400         (gnus-summary-tool-bar-zap-list): New variables.
16401         (gnus-summary-make-tool-bar): Complete rewrite using
16402         `gmm-tool-bar-from-list'.
16403
16404         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
16405         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
16406         New variables.
16407         (gnus-group-make-tool-bar): Complete rewrite using
16408         `gmm-tool-bar-from-list'.
16409         (gnus-group-tool-bar-update): New function.
16410
16411         * message.el (message-mode-field-menu): Add "Show hidden Headers".
16412
16413 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16414
16415         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
16416         is dissected into a single part of which the type is the same as
16417         the given one; decode charset.
16418
16419 2006-01-21  Kevin Ryde  <user42@zip.com.au>
16420
16421         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
16422         into alists as symbol not string, since that's what
16423         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
16424         look for.
16425
16426 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
16427
16428         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
16429         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
16430
16431         * message.el (message-tool-bar-gnome): Use gmm-ignore.
16432
16433 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16434
16435         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
16436         (gnus-xmas-mime-security-button-menu): New function.
16437
16438         * gnus-art.el (gnus-mime-security-button-commands): New variable.
16439         (gnus-mime-security-button-menu): New definition.
16440         (gnus-mime-security-button-map): Use them.
16441         (gnus-mime-security-button-menu): New function.
16442         (gnus-insert-mime-security-button): Addition to help echo.
16443         (gnus-mime-security-run-function, gnus-mime-security-save-part)
16444         (gnus-mime-security-pipe-part): New functions.
16445
16446         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
16447         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
16448
16449         * mm-decode.el (mm-handle-set-disposition): Remove.
16450         (mm-handle-set-description): Remove.
16451
16452 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16453
16454         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
16455         (mm-w3m-standalone-supports-m17n-p): New function.
16456         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
16457         w3m usage.
16458
16459         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
16460         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
16461
16462 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16463
16464         * message.el (message-tool-bar-zap-list):
16465         Use gmm-tool-bar-zap-list as custom type.
16466         (message-tool-bar-update): New function.
16467         (message-tool-bar, message-tool-bar-gnome)
16468         (message-tool-bar-retro): Add message-tool-bar-update.
16469         (message-tool-bar-gnome): Add flyspell-buffer.
16470
16471         * gnus-util.el (gnus-error): Describe `args'.
16472
16473         * gmm-utils.el (gmm-error): Describe `args'.
16474         (gmm-tool-bar-zap-list): New widget.
16475         (gmm-tool-bar-from-list): Improve description of `zap-list'.
16476
16477 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16478
16479         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
16480         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
16481         the number of recursive calls.
16482
16483         * mm-decode.el (mm-handle-set-disposition): New macro.
16484         (mm-handle-set-description): New macro.
16485
16486 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16487
16488         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
16489         encoding.
16490
16491 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16492
16493         * message.el (message-tool-bar-zap-list, message-tool-bar)
16494         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
16495         (message-tool-bar-local-item-from-menu): Remove.
16496         (message-tool-bar-map): Replace by `message-make-tool-bar'.
16497         (message-make-tool-bar): New function.
16498         (message-mode): Use `message-make-tool-bar'.
16499
16500         * gmm-utils.el: New file.
16501         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
16502         (gmm-lazy): New widget copied from `nnmail.el'.
16503         (gmm-tool-bar-from-list): New function for creating customizable
16504         tool bars.
16505         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
16506         output.
16507         (gmm): Add :prefix to defgroup.
16508
16509 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
16510
16511         * gmm-utils.el (gmm-widget-p): New function.
16512
16513 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16514
16515         * mml.el (mml-attach-file): Describe `description' in doc string.
16516         (mml-menu): Add Emacs MIME manual and PGG manual.
16517
16518 2006-01-20  Richard M. Stallman  <rms@gnu.org>
16519
16520         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
16521
16522 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
16523
16524         * nntp.el (nntp-end-of-line): Doc fix.
16525
16526 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
16527
16528         * imap.el (imap-open): Handle case where buffer is a buffer
16529         object.
16530
16531 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16532
16533         * gnus-delay.el (gnus-delay): Don't autoload.
16534         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16535         to be re-loaded when customizing the `gnus-delay' group.
16536
16537 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
16538
16539         * message.el (message-insert-citation-line): Use newlines.
16540
16541 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
16542
16543         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16544         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
16545         these routines, so the passphrase can be managed externally and
16546         passed in to the system.
16547         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16548         pgg-add-passphrase-to-cache function.
16549
16550         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16551         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
16552         these routines, so the passphrase can be managed externally and
16553         passed in to the system.
16554         (pgg-pgp5-sign-region): Use new name of
16555         pgg-add-passphrase-to-cache function.
16556
16557 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
16558
16559         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16560         part of the decoded armor to find the key-identifier.
16561         (pgg-gpg-lookup-key-owner): New function to return the
16562         human-readable identifier of a key owner.
16563         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
16564         itself.
16565         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16566         the key value) if we have a key and can match it against a secret
16567         key.  Also, added a note pointing out fact that the prompt only
16568         indicates the first matching key.
16569
16570         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
16571         pgg-decrypt-region.
16572         (pgg-add-passphrase-to-cache): Rename from
16573         `pgg-add-passphrase-cache' to reduce confusion (all callers
16574         changed).
16575         (pgg-remove-passphrase-from-cache): Rename from
16576         `pgg-remove-passphrase-cache' to reduce confusion (all callers
16577         changed).
16578         (pgg-read-passphrase, pgg-add-passphrase-cache)
16579         (pgg-remove-passphrase-cache): Add informative docstrings.
16580         (pgg-decrypt): Convey provided passphrase in subordinate call to
16581         pgg-decrypt-region.
16582
16583 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
16584
16585         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16586         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16587         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16588         'passphrase' argument, so the passphrase can be managed externally
16589         and then passed in to the system.
16590
16591         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16592         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
16593         so the passphrase cache can be used reliably with identifiers
16594         besides a pgp packet's key id.
16595
16596         * pgg-gpg.el (pgg-gpg-encrypt-region)
16597         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16598         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
16599         these routines, so the passphrase can be managed externally and
16600         passed in to the system.
16601
16602         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16603         'notruncate' argument, so the passphrase cache can be used
16604         reliably with identifiers besides a pgp packet's key id.
16605
16606 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
16607
16608         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16609         symmetric encryption.
16610         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16611         encrypted session key.
16612         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16613         message ask for the passphrase in a proper way.
16614
16615         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16616         New user commands for symmetric encryption.
16617
16618 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16619
16620         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
16621
16622         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
16623
16624 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
16625
16626         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
16627
16628 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16629
16630         * mm-decode.el (mm-inlined-types): Add application/pgp.
16631         (mm-automatic-display): Ditto.
16632
16633         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
16634         part as text.
16635
16636 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16637
16638         * nnrss.el: Update copyright.
16639         (nnrss-opml-import): Query whether to subscribe to each entry.
16640
16641         * gnus-art.el:
16642         * gnus-sum.el:
16643         * gnus-xmas.el:
16644         * messagexmas.el:
16645         * mm-uu.el:
16646         * mm-view.el: Update copyright.
16647
16648 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
16649
16650         * message.el (message-info): New function.
16651         (message-mode-menu): Add it.
16652         Update copyright.
16653
16654         * ChangeLog: Fix and update copyright.
16655
16656 2006-01-13  Romain Francoise  <romain@orebokech.com>
16657
16658         * message.el (message-forward-subject-name-subject): Prefer the
16659         address to 'nowhere' if the sender has no name.
16660         Fix typo.  Update copyright year.
16661
16662 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * gnus-art.el (article-wash-html):
16665         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
16666         (gnus-article-wash-html-with-w3m-standalone): New function.
16667
16668         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
16669         mm-inline-text-html-render-with-w3m-standalone.
16670         (mm-text-html-washer-alist): Map w3m-standalone to
16671         gnus-article-wash-html-with-w3m-standalone.
16672         (mm-inline-text-html-render-with-w3m-standalone): New function.
16673
16674 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16675
16676         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
16677         Improve LaTeX.
16678
16679 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16680
16681         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
16682         (nnrss-request-article): Render text/plain parts as HTML.
16683
16684         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
16685         the buffer.
16686
16687 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
16688
16689         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
16690         custom definition of `gnus-posting-styles'.
16691
16692         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
16693         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
16694
16695 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16696
16697         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
16698         Use nntp for bug archive.
16699
16700 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16701
16702         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
16703         parts.
16704         (nnrss-normalize-date): New function converts ISO 8601 date into
16705         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16706         (nnrss-check-group): Use it.
16707
16708 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16709
16710         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
16711
16712         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
16713         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16714         (nnrss-insert-w3): Ditto.
16715
16716 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16717
16718         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
16719         the articles to be forwarded including the case where neither a
16720         number of articles nor a region is specified.
16721
16722 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16723
16724         * nnrss.el (nnrss-request-article): Fix last change; fill
16725         text/plain parts.
16726
16727 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16728
16729         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
16730         in text/plain part.
16731         (nnrss-check-group): Don't add excessive newline to dc:subject.
16732
16733 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
16734
16735         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
16736         article.
16737
16738 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16739
16740         * nnml.el: Don't require gnus-bcklg.  Autoload it.
16741         (nnml-use-compressed-files, nnml-save-mail): Support other
16742         comression programs such as bzip2.
16743
16744 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16745
16746         * dns.el (query-dns): Make sure we check the buffer size before
16747         removing tcp headers.
16748
16749 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16750
16751         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
16752         remove MIME buttons associated with multipart/alternative parts.
16753         (gnus-mime-display-alternative): Tag buttons using `article-type'
16754         text property.
16755
16756         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
16757         associated with multipart/alternative parts.
16758
16759         * gnus-art.el (gnus-signature-separator): Fix custom type.
16760
16761         * mm-decode.el (mm-inlined-types): Fix custom type.
16762         (mm-keep-viewer-alive-types): Ditto.
16763         (mm-automatic-display): Ditto.
16764         (mm-attachment-override-types): Ditto.
16765         (mm-inline-override-types): Ditto.
16766         (mm-automatic-external-display): Ditto.
16767
16768 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16769
16770         * spam-report.el (spam-report-user-mail-address)
16771         (spam-report-user-agent): New variables.
16772         (spam-report-url-ping-plain): Use spam-report-user-agent.
16773
16774 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
16775
16776         * gnus-art.el (gnus-button-handle-custom): Do not just use
16777         `customize-apropos' for any "M-x customize-*" button but the
16778         function called for.  Accept both the function name and its
16779         argument in order to achieve this.
16780         (gnus-button-alist): Remove support for "custom:" URL's.
16781         Pass function name to `gnus-button-handle-custom' in case of "M-x
16782         customize-*" buttons.
16783
16784 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16785
16786         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
16787         multipart/alternative and add xref to mm-discouraged-alternatives
16788         in doc string.
16789
16790         * mm-decode.el (mm-discouraged-alternatives): Add xref to
16791         gnus-buttonized-mime-types in doc string.
16792
16793 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
16794
16795         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16796         Suggest image/.* in the doc string.
16797
16798 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
16799
16800         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16801         message-marks (Debian bug #342521).
16802
16803 2005-12-12  Simon Josefsson  <jas@extundo.com>
16804
16805         * password.el (password-read-from-cache): Add.
16806         (password-read): Use it.
16807
16808 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16809
16810         * rfc2047.el (rfc2047-charset-to-coding-system):
16811         Recognize us-ascii as a MIME charset.
16812
16813         * mm-bodies.el (mm-decode-content-transfer-encoding):
16814         Protect against the case where the 2nd arg TYPE is nil.
16815
16816 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16817
16818         * pop3.el (pop3-stream-type): Fix custom version.
16819
16820         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
16821
16822 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16823
16824         * mm-decode.el (mm-display-external): Add missing cdr.
16825
16826 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16827
16828         * mm-decode.el (mm-display-external): Use nametemplate (defined in
16829         RFC1524) if it is in mailcap or add a suffix according to
16830         mailcap-mime-extensions when generating a temp filename; postpone
16831         deleting a temp file for 2 seconds for some wrappers, shell
16832         scripts, and so on, which might exit right after having started a
16833         viewer command as a background job.
16834
16835 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16836
16837         * nntp.el (nntp-marks-directory): Fix custom group.
16838
16839         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
16840         steps when < 10.
16841
16842         * gnus-start.el (gnus-no-server-1):
16843         Mention `gnus-level-default-subscribed' in doc string.
16844
16845 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16846
16847         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
16848         parens.
16849
16850 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16851
16852         * gnus-xmas.el (gnus-use-toolbar): Revert.
16853         (gnus-xmas-setup-toolbar): Use global default-toolbar if
16854         gnus-use-toolbar is default.
16855
16856         * messagexmas.el (message-use-toolbar): Revert.
16857         (message-setup-toolbar): Use global default-toolbar if
16858         message-use-toolbar is default.
16859
16860 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16861
16862         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
16863         according to default-toolbar-visible-p.
16864
16865         * messagexmas.el (message-use-toolbar): Ditto.
16866
16867 2005-11-26  Dave Love  <fx@gnu.org>
16868
16869         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
16870         (tls-program, tls-success): Provide openssl alternative.
16871
16872         * starttls.el: Doc fixes.
16873         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
16874         SERVICE to PORT.
16875
16876         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
16877         port null or service name.
16878         (starttls-negotiate): Autoload.
16879
16880 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16881
16882         * message.el (message-kill-to-signature): Fix interactive spec.
16883
16884 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16885
16886         * pop3.el (pop3-open-server): Recognize a string as a service name.
16887
16888 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
16889
16890         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
16891
16892 2005-11-23  Dave Love  <fx@gnu.org>
16893
16894         Add pop3s, pop3/starttls.
16895
16896         * pop3.el (pop3-authentication-scheme): Clarify doc.
16897         (open-tls-stream, starttls-open-stream): Autoload.
16898         (pop3-stream-type): New.
16899         (pop3-open-server): Use it.
16900
16901         * mail-source.el (mail-sources): Fix some :types.  Add stream type
16902         for POP.
16903         (mail-source-keyword-map): Add :stream for POP.
16904         (mail-source-fetch-pop): Use pop3-stream-type.
16905
16906 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16907
16908         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
16909         of current-time-string.
16910
16911 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
16912
16913         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
16914         date header.
16915
16916 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16917
16918         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
16919         it can seriously impact performance as it bypasses the agent's
16920         local caches.
16921
16922 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16923
16924         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
16925         must be explicitly online rather than "not explicitly offline" for
16926         its flags to be synchronized.
16927
16928         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
16929         that gnus-uu-unmark-thread will function correctly.
16930
16931         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
16932         1024K is instead displayed as 1M.
16933
16934 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16935
16936         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
16937
16938 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
16939
16940         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
16941
16942 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
16943
16944         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
16945         error message to display actual error condition.
16946         (gnus-agent-save-local): Avoid saving symbols that are bound to
16947         nil as they simply result in a warning message in
16948         gnus-agent-read-local.
16949
16950 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16951
16952         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
16953         rather than make-variable-buffer-local for file-precious-flag.
16954
16955 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16956
16957         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
16958         for duplicates which are removed.  The invalid sort check then
16959         triggers a rescan after the sort as sorting may have moved
16960         duplicate entries such that they can be cheaply detected.
16961
16962 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16963
16964         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
16965
16966 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16967
16968         * gnus-agent.el (gnus-agent-article-alist-save-format):
16969         Change internal variable to a custom variable.  Change default value
16970         from compressed(2) to uncompressed(1).
16971         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
16972         support for uncompressed agentview files.  Taken together, reading
16973         the agentview file should now be 6-7 times faster.
16974
16975 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16976
16977         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
16978         as a buffer-local variable.  This avoids creating truncated
16979         dribble files as a result of a hang up, eg.
16980
16981 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
16982
16983         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
16984         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
16985         XEmacs.
16986
16987 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16988
16989         * gnus-start.el (gnus-start-draft-setup):
16990         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
16991
16992         * gnus.el (gnus-splash): Change custom group.
16993         (gnus-group-get-parameter, gnus-group-parameter-value):
16994         Describe allow-list argument.
16995
16996         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
16997         string.
16998
16999 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17000
17001         * gnus-art.el (gnus-default-article-saver): Add user-defined
17002         `function' to custom type.
17003
17004 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17005
17006         * imap.el (imap-open): Handle case where buffer is a buffer
17007         object.
17008
17009 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17010
17011         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17012         long lines.
17013         (gnus-cache-delete-group): Wrap doc strings.
17014
17015         * gnus-agent.el (gnus-agent-rename-group)
17016         (gnus-agent-delete-group): Wrap doc strings.
17017
17018 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17019
17020         * messagexmas.el (message-use-toolbar): Change the valid values
17021         into default, top, bottom, left, and right.
17022         (message-toolbar-thickness): New variable.
17023         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
17024         well.
17025         (message-setup-toolbar): Make it work.
17026
17027         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
17028         (gnus-use-toolbar): Change the valid values into default, top,
17029         bottom, left, and right.
17030         (gnus-toolbar-thickness): New variable.
17031         (gnus-xmas-setup-toolbar): New function.
17032         (gnus-xmas-setup-group-toolbar): Use it.
17033         (gnus-xmas-setup-summary-toolbar): Use it.
17034
17035 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17036
17037         * gnus-start.el (gnus-1): Add "native" to
17038         gnus-predefined-server-alist.
17039
17040         * gnus.el (gnus-method-to-server): Don't add "native" to the
17041         lists here, because that leads to problems when
17042         gnus-select-method is bound.
17043
17044 2005-11-09  Simon Josefsson  <jas@extundo.com>
17045
17046         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17047         use (not sort-by-date) instead.
17048
17049 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17050
17051         * gnus-delay.el (gnus-delay-group): Don't autoload.
17052         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17053         to be re-loaded when customizing the `gnus-delay' group.
17054
17055 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17056
17057         * message.el: Revert last changes.
17058         (message-insert-citation-line): Use newlines.
17059
17060 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17061
17062         * message.el (message-courtesy-message)
17063         (message-mark-insert-begin, message-mark-insert-end)
17064         (message-elide-ellipsis, message-cancel-message)
17065         (message-add-header, message-change-subject)
17066         (message-cross-post-followup-to-header)
17067         (message-cross-post-insert-note, message-reduce-to-to-cc)
17068         (message-widen-reply, message-delete-not-region)
17069         (message-kill-to-signature, message-insert-signature)
17070         (message-insert-importance-high, message-insert-importance-low)
17071         (message-insert-or-toggle-importance)
17072         (message-insert-disposition-notification-to)
17073         (message-indent-citation, message-yank-original)
17074         (message-cite-original-without-signature, message-cite-original)
17075         (message-insert-citation-line, message-position-on-field)
17076         (message-fix-before-sending, message-send-mail-partially)
17077         (message-send-mail, message-send-mail-with-sendmail)
17078         (message-send-mail-with-qmail, message-send-news)
17079         (message-check-news-header-syntax, message-generate-headers)
17080         (message-insert-courtesy-copy, message-fill-address)
17081         (message-fill-header, message-shorten-references)
17082         (message-setup-1, message-cancel-news)
17083         (message-forward-make-body-plain, message-forward-make-body-mime)
17084         (message-forward-make-body-mml, message-encode-message-body)
17085         (message-forward-make-body-digest-plain)
17086         (message-forward-make-body-digest-mime)
17087         (message-use-alternative-email-as-from): Insert `hard-newline'
17088         instead of ordinary newlines.
17089
17090 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17091
17092         * message.el (message-generate-headers): Downcase the argument
17093         given to message-check-element.
17094
17095 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
17096
17097         * nntp.el (nntp-authinfo-rejected): New error condition.
17098         (nntp-wait-for): Use new error condition to signal authentication
17099         error.
17100         (nntp-retrieve-data): Rethrow new error condition to break out of
17101         recursive call to nntp-send-authinfo.
17102
17103 2005-11-08  Romain Francoise  <romain@orebokech.com>
17104
17105         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17106         (gnus-summary-exit-map): Bind to `Z p'.
17107         (gnus-summary-make-menu-bar): Add menu item.
17108
17109 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
17110
17111         * gnus-art.el (gnus-article-treat-custom): Add `first'.
17112         (gnus-treat-*): Add `first' in all doc strings.
17113
17114         * gnus-group.el (gnus-group-compact-group): Fix typo.
17115
17116 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17117
17118         * gnus.el (gnus-parameters-case-fold-search): New variable.
17119         (gnus-parameters-get-parameter): Use it.
17120
17121         * gnus-score.el (gnus-home-score-file): Doc fix.
17122
17123 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
17124
17125         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17126
17127 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17128
17129         * mm-util.el (mm-special-display-p): New function.
17130
17131         * mml.el (mml-preview): Use it; doc fix.
17132
17133 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17134
17135         * imap.el (imap-open): Handle case where buffer is a buffer object.
17136
17137 2005-10-29  Romain Francoise  <romain@orebokech.com>
17138
17139         * message.el (message-fix-before-sending): Fix comment.
17140
17141 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17142
17143         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17144
17145 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17146
17147         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17148         Used in gnus-score.el.
17149
17150 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17151
17152         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17153
17154 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17155
17156         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17157         whitespace removed in revision 7.8.  Use concatenated string to
17158         protect trailing whitespace.
17159
17160 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
17161
17162         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17163         (nnimap-request-expire-articles): Use it to avoid sending 'UID
17164         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17165         Courier IMAP ("some version from 2004").  Mostly based on similar
17166         code in the same function.
17167
17168 2005-10-26  Didier Verna  <didier@xemacs.org>
17169
17170         * gnus-group.el (gnus-group-compact-group): Invalidate original
17171         article buffer.
17172         * gnus-srvr.el (gnus-server-compact-server): Ditto.
17173         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17174         NOV database and in article itself.
17175         Invalidate article backlog.
17176
17177 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17178
17179         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17180
17181 2005-10-26  Simon Josefsson  <jas@extundo.com>
17182
17183         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17184         part of 2004-07-25 change.
17185
17186 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17187
17188         * message.el (message-display-completion-list): New function.
17189         (message-expand-group): Use it; make sure the Completions buffer
17190         is modifiable.
17191 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
17192
17193         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
17194         user-mail-name is an empty string.
17195
17196 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17197
17198         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
17199         depending on gnus-score-decay-constant.
17200
17201         * encrypt.el (encrypt-insert-file-contents)
17202         (encrypt-write-file-contents): Don't use `gnus-message'.
17203
17204         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
17205         arguments.
17206         (mm-uu-type-alist): Add message-marks and insert-marks.
17207         Pass arguments to mm-uu-verbatim-marks-extract.
17208         (mm-uu-hide-markers): New variable.
17209         (mm-uu-extract): Use face similar to `gnus-cite-3'.
17210
17211         * gnus-fun.el (gnus-convert-image-to-x-face-command)
17212         (gnus-convert-image-to-face-command): Use "convert" by default to
17213         allow other input image formats.
17214         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
17215         accordingly.
17216
17217 2005-10-23  Simon Josefsson  <jas@extundo.com>
17218
17219         * imap.el (imap-gssapi-program): Align command line parameters
17220         with latest GNU SASL.
17221         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
17222
17223 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17224
17225         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
17226         HTML.
17227         (nnslashdot-request-article): Ditto.
17228
17229         * lpath.el (featurep): Add nobreak-char-display.
17230
17231 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17232
17233         * mail-source.el (mail-source-fetch-pop): Require pop3.
17234         (mail-source-check-pop): Ditto.
17235
17236 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17237
17238         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
17239         errors.
17240
17241 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17242
17243         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
17244         (gnus-treat-strip-leading-blank-lines): Improve doc string.
17245
17246         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
17247
17248         * mm-bodies.el (mm-decode-string):
17249         Call `mm-charset-to-coding-system' with allow-override argument.
17250
17251 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17252
17253         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
17254         (rfc2047-charset-to-coding-system): New function.
17255         (rfc2047-decode-encoded-words): New function.
17256         (rfc2047-decode-region): Use them.
17257         (rfc2047-decode-cte): Remove.
17258         (rfc2047-parse-and-decode): Remove.
17259         (rfc2047-decode): Remove.
17260
17261 2005-10-15  Kenichi Handa  <handa@m17n.org>
17262
17263         * rfc2047.el (rfc2047-decode-cte): New function.
17264         (rfc2047-decode-region): Change the way to decode successive
17265         encoded-words: decode B- or Q-encoding in each encoded-word,
17266         concatenate them, and decode it as charset.
17267
17268 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17269
17270         * lpath.el: Fbind codepage-setup for XEmacs.
17271
17272 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
17273
17274         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
17275         widget-move-and-invoke.
17276         (gnus-custom-mode): Use gnus-custom-map.
17277
17278 2005-10-15  Bill Wohler  <wohler@newt.com>
17279
17280         * message.el (message-tool-bar-map): Rename image file from
17281         mail_send to mail/send.
17282
17283 2005-10-16  Masatake YAMATO  <jet@gyve.org>
17284
17285         * message.el (message-expand-group): Pass the common
17286         prefix substring of completion to `display-completion-list'.
17287
17288 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
17289
17290         * mml-sec.el (mml-secure-method): New internal variable.
17291         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
17292         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
17293         New functions using mml-secure-method.
17294
17295         * mml.el (mml-mode-map): Add key bindings for those functions.
17296         (mml-menu): Simplify security menu entries.  Suggested by Jesper
17297         Harder <harder@myrealbox.com>.
17298         (mml-attach-file, mml-attach-buffer, mml-attach-external):
17299         Goto end of message if point is the headers of the message.
17300
17301         * message.el (message-in-body-p): New function.
17302
17303         * assistant.el: Autoload gnus-util and netrc.
17304
17305         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
17306         Use `mm-charset-override-alist' only when decoding.
17307
17308         * mm-bodies.el (mm-decode-body):
17309         Call `mm-charset-to-coding-system' with allow-override argument.
17310
17311         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
17312         `filename' from Content-Disposition if Content-Type doesn't
17313         provide `name'.
17314         (gnus-mime-view-part-as-type): Set default instead of
17315         initial-input.
17316
17317 2005-10-09  Daniel Brockman  <daniel@brockman.se>
17318
17319         * format-spec.el (format-spec): Propagate text properties of % spec.
17320
17321 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17322
17323         * gnus-art.el (gnus-treat-predicate): Add `first'.
17324
17325 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17326
17327         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
17328         (mm-charset-override-alist): New variable.
17329         (mm-charset-to-coding-system): Use it.
17330         (mm-codepage-setup): New helper function.
17331         (mm-charset-eval-alist): New variable.
17332         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
17333         Warn about unknown charsets.
17334
17335         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
17336
17337 2005-10-04  David Hansen  <david.hansen@gmx.net>
17338
17339         * nnrss.el (nnrss-request-article): Add support for the comments tag.
17340         (nnrss-check-group): Ditto.
17341
17342 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17343
17344         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
17345         Rename x-gnus-verbatim to x-verbatim.
17346         (mm-uu-type-alist): Fix regexp for verbatim-marks.
17347
17348         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
17349         x-verbatim.
17350
17351         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
17352
17353         * gnus-util.el (gnus-remove-duplicates): Remove.
17354
17355         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
17356         instead of gnus-remove-duplicates.
17357
17358         * message.el (message-remove-duplicates): Remove.
17359         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
17360         message-remove-duplicates.
17361
17362         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
17363         available, else use implementation from `delete-dups'.
17364
17365         * message.el (message-insert-expires): New function.
17366         (message-mode-map): Add key binding.
17367         (message-mode-field-menu): Add menu entry.
17368         (message-mode): Document it.
17369         (message-make-expires-date): Use `message-make-date'.
17370
17371 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
17372
17373         * message.el (message-make-expires-date): New function.
17374
17375 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17376
17377         * Makefile.in (list-installed-shadows): New entry.
17378         (install): Use it.
17379         (remove-installed-shadows): New entry.
17380
17381         * dgnushack.el (dgnushack-default-load-path): New variable.
17382         (dgnushack-find-lisp-shadows): New function.
17383         (dgnushack-remove-lisp-shadows): New function.
17384
17385 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17386
17387         * Makefile.in (install-el-elc): New entry.
17388         (install): Use it so that .el files are necessarily installed.
17389
17390 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17391
17392         * time-date.el: Autoload parse-time-string, XEmacs needs it.
17393
17394 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17395
17396         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
17397         function rather than the diff-mode.el package.
17398         (mm-display-external): Use with-current-buffer.
17399         (mm-viewer-completion-map, mm-viewer-completion-map):
17400         Move initialization inside declaration.
17401
17402 2005-09-29  Simon Josefsson  <jas@extundo.com>
17403
17404         * spam.el: Load hashcash when compiling, to avoid warnings.
17405         Don't autoload mail-check-payment.
17406         (spam-check-hashcash): Define unconditionally, since hashcash.el
17407         is part of Gnus now.  Ignore errors from payment checking.
17408
17409 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17410
17411         * message.el (message-bold-region, message-unbold-region):
17412         Rename from `bold-region' and `unbold-region'.
17413
17414         * message.el: Remove useless autoloads.
17415
17416 2005-09-28  Simon Josefsson  <jas@extundo.com>
17417
17418         * message.el (message-use-idna): Default to t.
17419         (message-use-idna): Test whether encoding works too.  Doc fix.
17420
17421 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17422
17423         * nntp.el (nntp-warn-about-losing-connection): Remove.
17424
17425 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17426
17427         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
17428         customizable.  Change default value.
17429         (mm-uu-diff-groups-regexp): Change default value.
17430         (mm-uu-type-alist): Add doc string.
17431         (mm-uu-configure): Add doc string.  Make it interactive.
17432         (mm-uu-tex-groups-regexp): New variable.
17433         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
17434         (mm-uu-type-alist): Add LaTeX documents.
17435         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
17436         of "text/verbatim".
17437         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
17438
17439         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
17440         instead of "text/verbatim".
17441
17442         * message.el (message-mark-inserted-region)
17443         (message-mark-insert-file): Use slrn style marks when called with
17444         prefix argument.
17445
17446 2005-09-27  Simon Josefsson  <jas@extundo.com>
17447
17448         * message.el (message-idna-to-ascii-rhs-1): Reformat.
17449
17450 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
17451
17452         * message.el (message-remove-duplicates): New function.
17453         Implementation borrowed from `gnus-remove-duplicates'.
17454         (message-idna-to-ascii-rhs): Also encode idna addresses in
17455         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17456         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
17457         only ask about the same idna domain once per header and also tell
17458         in what header to replace the idna domain.
17459
17460         * gnus-art.el (article-decode-idna-rhs): Also decode idna
17461         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17462         (article-decode-idna-rhs): Fix regexp so that all idna-address in
17463         a header is decoded and not just the last one.
17464
17465 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17466
17467         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
17468         has been decoded.
17469
17470         * mm-decode.el (mm-automatic-display): Add text/verbatim.
17471         (mm-insert-part): Don't modify text if it has been decoded.
17472
17473         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
17474         decoded.
17475
17476         * mm-view.el (mm-inline-text): Don't strip text props unless
17477         decoding enriched or richtext parts.
17478
17479 2005-09-25  Romain Francoise  <romain@orebokech.com>
17480
17481         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
17482         * gnus-start.el (gnus-subscribe-interactively):
17483         * gnus-uu.el (gnus-uu-grab-articles):
17484         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
17485         space.
17486
17487 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
17488
17489         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
17490         * mm-view.el (mm-view-pkcs7-decrypt):
17491         * gnus-sum.el (gnus-summary-limit-to-extra)
17492         (gnus-summary-respool-article, gnus-read-move-group-name):
17493         * gnus-score.el (gnus-summary-increase-score):
17494         * gnus-util.el (gnus-completing-read-with-default):
17495         * gnus-art.el (gnus-read-save-file-name)
17496         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
17497         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
17498         * message.el (message-check-news-header-syntax):
17499         Follow convention for reading with the minibuffer.
17500
17501 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
17502
17503         * spam-report.el (spam-report-url-ping-plain):
17504         Use gnus-extended-version as User-Agent.
17505
17506         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
17507         default value is nil.
17508
17509         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
17510         (mm-uu-verbatim-marks-extract): New function.
17511         (mm-uu-extract): New face.
17512         (mm-uu-copy-to-buffer): Use it.
17513
17514         * spam-report.el (spam-report-gmane-ham): Rename from
17515         `spam-report-gmane-unspam'.
17516         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
17517         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
17518
17519         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
17520         Autoload.
17521         (spam-report-gmane-unregister-routine):
17522         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
17523
17524 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
17525
17526         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
17527         (spam-report-gmane-unregister-routine): Add support for gmane
17528         unregistration.
17529
17530         * spam-report.el (spam-report-gmane-unspam)
17531         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
17532         (spam-report-gmane): Change to take a single article and do unspam
17533         registration.
17534
17535 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17536
17537         * mm-url.el (mm-url-decode-entities): Fix regexp.
17538
17539 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17540
17541         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
17542         default to nil, to be able to use Gnus at all.  If the default
17543         switches to something else, then the function should be fixed not
17544         be exceedingly slow.
17545
17546 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
17547
17548         * gnus-start.el (gnus-activate-group): If the server is nil, don't
17549         fail hard.
17550
17551         * spam-report.el: Add better Keywords line.
17552
17553         * spam.el: Add Maintainer and better Keywords line.
17554
17555 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17556
17557         * gnus-art.el (gnus-article-replace-part)
17558         (gnus-mime-replace-part): New functions.
17559         (gnus-mime-action-alist, gnus-mime-button-commands)
17560         (gnus-mime-save-part-and-strip): Add file argument.
17561         (gnus-article-part-wrapper): Add interactive argument.
17562
17563         * gnus-sum.el (gnus-summary-mime-map):
17564         Add `gnus-article-replace-part'.
17565
17566 2005-09-19  Didier Verna  <didier@xemacs.org>
17567
17568         The nnml compaction feature:
17569         * nnml.el (nnml-request-compact-group): New function.
17570         * nnml.el (nnml-request-compact): New function.
17571         * gnus-int.el (gnus-request-compact-group): New function.
17572         * gnus-int.el (gnus-request-compact): New function.
17573         * gnus-group.el (gnus-group-compact-group): New function.
17574         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
17575         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
17576         * gnus-srvr.el (gnus-server-compact-server): New function.
17577         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
17578         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
17579
17580 2005-09-18  Deepak Goel  <deego@gnufans.org>
17581
17582         * sieve.el (sieve-help): Fix `message' call: first arg should be a
17583         format spec.
17584
17585 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17586
17587         * gnus.el (gnus-group-startup-message): Bind image-load-path.
17588
17589 2005-09-15  Romain Francoise  <romain@orebokech.com>
17590
17591         * message.el (message-fill-paragraph): Clarify docstring.
17592
17593 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17594
17595         * gnus-art.el (gnus-mime-display-part): Protect against broken
17596         MIME messages.
17597
17598 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17599
17600         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
17601         before parsing header.
17602
17603 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
17604
17605         * html2text.el (html2text-replace-list): Add new entities.
17606
17607 2005-09-11  Romain Francoise  <romain@orebokech.com>
17608
17609         * message.el (message-alternative-emails): Improve docstring.
17610         (message-setup-1): Call `message-use-alternative-email-as-from'
17611         after `message-setup-hook' to give it precedence over posting
17612         styles, etc.
17613         (message-use-alternative-email-as-from): Add docstring.
17614         Remove the original From header if present.
17615
17616         * nnml.el (nnml-compressed-files-size-threshold): New variable.
17617         (nnml-save-mail): Use it.
17618
17619         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
17620         articles.  Add new argument `silent'.
17621         (gnus-uu-mark-all): Report the total number of marked articles.
17622
17623 2005-09-10  Romain Francoise  <romain@orebokech.com>
17624
17625         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
17626         (gnus-uu-mark-series): Likewise.
17627
17628 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
17629
17630         * spam-report.el (spam-report-gmane): Fix generation of spam
17631         report URL.
17632
17633 2005-09-10  Simon Josefsson  <jas@extundo.com>
17634
17635         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
17636         t, based on discussion on the ding list with Robert Epprecht
17637         <epprecht@solnet.ch>.
17638
17639 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
17640
17641         * spam-report.el (spam-report-gmane): Make it work without
17642         X-Report-Spam header.  Gmane now only provides Archived-At.
17643         This is only used if `spam-report-gmane-use-article-number' is nil.
17644         (spam-report-gmane-spam-header): Remove.  Not used anymore.
17645
17646         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
17647         make `gnus-summary-sort-by-recipient' work with threading.
17648
17649         * nnweb.el (nnweb-google-wash-article): Print a message if article
17650         is not available.
17651
17652 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17653
17654         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
17655         change.  Decode text/* parts content before displaying.
17656
17657 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17658
17659         * mml-smime.el: Remove defvar of gnus-extract-address-components.
17660
17661 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17662
17663         * mm-view.el (mm-display-inline-fontify): Disable support modes.
17664
17665         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
17666         url-package-name, url-package-version,
17667         w3m-cid-retrieve-function-alist, w3m-current-buffer,
17668         w3m-display-inline-images, and w3m-minor-mode-map.
17669
17670 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
17671
17672         * message.el (message-tab-body-function): Fix mismatched custom type.
17673
17674         * gnus.el (gnus-group-change-level-function): Ditto.
17675
17676         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
17677
17678         * gnus-art.el (gnus-signature-limit)
17679         (gnus-article-mime-part-function): Ditto.
17680
17681 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17682
17683         * mml.el (mml-mode): Silence the byte compiler.
17684
17685         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
17686         using `(sit-for 0)' before moving the point to the specified part;
17687         skip unbuttonized parts.
17688         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
17689         return to the summary window if gnus-auto-select-part is non-nil.
17690
17691 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
17692
17693         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
17694         New variables.
17695         (mml-dnd-attach-file, mml-mode): Use them.
17696
17697         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
17698         Make fetching article by MID work again for Google Groups.
17699         Add FIXME concerning gnus-group-make-web-group.
17700
17701         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
17702         Don't depend on Gnus by using mail-extract-address-components if
17703         gnus-extract-address-components is not bound.
17704
17705 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17706
17707         * gnus-art.el (gnus-mime-display-security): Don't display the
17708         signature, but only the signed part.
17709
17710 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17711
17712         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
17713
17714         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
17715         list, not listp.
17716
17717 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
17718
17719         * mm-encode.el (mm-encode-content-transfer-encoding):
17720         Likewise when encoding.
17721
17722         * mm-bodies.el (mm-decode-content-transfer-encoding):
17723         De-canonicalize CRLF for all text content types, not just
17724         text/plain.
17725
17726 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17727
17728         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
17729         valid article; point arrow and cursor at the MIME button.
17730
17731 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17732
17733         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
17734         Suggested by Dan Christensen <jdc@uwo.ca>.
17735
17736         * mm-decode.el (mm-save-part): Enable change of prompt.
17737
17738 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
17739
17740         * gnus-msg.el (gnus-inews-add-send-actions):
17741         Make `message-post-method' lambda parameter ARG `&optional'.
17742
17743 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17744
17745         * gnus-sum.el (gnus-summary-mime-map):
17746         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
17747         gnus-article-jump-to-part.
17748
17749         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
17750         (gnus-article-edit-part): Use it.
17751         (gnus-article-part-wrapper): Add no-handle argument.
17752         (gnus-article-save-part-and-strip, gnus-article-delete-part):
17753         New functions.
17754
17755 2005-08-29  Romain Francoise  <romain@orebokech.com>
17756
17757         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17758         docstring.
17759         (gnus-face-from-file): Likewise.
17760
17761 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17762
17763         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17764         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17765         non-nil.
17766         (gnus-auto-select-part): New variable.
17767         (gnus-article-jump-to-part): New function.
17768         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17769         (gnus-mime-delete-part): Allow selecting specified part after
17770         deleting or stripping parts.
17771         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
17772         part if argument is bogus.
17773
17774 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
17775
17776         * gnus-art.el (w3m-minor-mode-map):
17777         * gnus-spec.el (gnus-newsrc-file-version):
17778         * gnus-util.el (nnmail-active-file-coding-system)
17779         (gnus-original-article-buffer, gnus-user-agent):
17780         * gnus.el (gnus-ham-process-destinations)
17781         (gnus-parameter-ham-marks-alist)
17782         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
17783         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
17784         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
17785         * mm-decode.el (gnus-current-window-configuration):
17786         * mm-extern.el (gnus-article-mime-handles):
17787         * mm-url.el (url-current-object, url-package-name)
17788         (url-package-version):
17789         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
17790         (smime-keys, w3m-cid-retrieve-function-alist)
17791         (w3m-current-buffer, w3m-display-inline-images)
17792         (w3m-minor-mode-map):
17793         * mml-smime.el (gnus-extract-address-components):
17794         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17795         (gnus-newsrc-hashtb, message-default-charset)
17796         (message-deletable-headers, message-options)
17797         (message-posting-charset, message-required-mail-headers)
17798         (message-required-news-headers):
17799         * mml1991.el (mc-pgp-always-sign):
17800         * mml2015.el (mc-pgp-always-sign):
17801         * nnheader.el (nnmail-extra-headers):
17802         * rfc1843.el (gnus-decode-encoded-word-function)
17803         (gnus-decode-header-function, gnus-newsgroup-name):
17804         * spam-stat.el (gnus-original-article-buffer): Add defvars.
17805
17806 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
17807
17808         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17809         the end of the date treatments.
17810
17811 2005-08-15  Simon Josefsson  <jas@extundo.com>
17812
17813         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
17814         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
17815         Capello and Romain Francoise.
17816         (pgg-fetch-key-function): Remove, not used?
17817         (pgg-insert-url-with-w3): Require url, to get
17818         url-insert-file-contents regardless of where it is defined.
17819
17820 2005-08-13  Romain Francoise  <romain@orebokech.com>
17821
17822         * message.el (message-cite-original-1): New function.
17823         (message-cite-original): Use it.
17824         (message-cite-original-without-signature): Ditto.
17825
17826 2005-08-08  Romain Francoise  <romain@orebokech.com>
17827
17828         * message.el (message-yank-empty-prefix): New variable.
17829         (message-indent-citation): Use it.
17830         (message-cite-original-without-signature): Respect X-No-Archive.
17831
17832 2005-08-08  Simon Josefsson  <jas@extundo.com>
17833
17834         * pgg.el: Autoload url-insert-file-contents instead of loading
17835         w3/url.
17836         (pgg-insert-url-with-w3): Don't load url here.
17837
17838 2005-08-07  Jesper Harder  <harder@phys.au.dk>
17839
17840         * message.el (message-kill-to-signature): Don't insert newline at
17841         bol.
17842         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
17843
17844 2005-08-06  Romain Francoise  <romain@orebokech.com>
17845
17846         * message.el (message-user-fqdn): Fix typo in docstring.
17847
17848 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
17849
17850         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
17851
17852         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
17853
17854 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17855
17856         * mm-bodies.el (mm-encode-body): Use coding system rather than
17857         charset to encode text.
17858
17859         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
17860         number of charsets if utf-8 is available (XEmacs).
17861
17862 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17863
17864         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
17865         taken from `gnus-button-mid-or-mail-regexp'.
17866         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
17867         (gnus-button-alist): Improve regexp for domain part of the MIDs
17868         for news:localpart@domain buttons.
17869         (gnus-button-ctan-directory-regexp): Update.
17870
17871 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17872
17873         * sieve-manage.el (sieve-manage-interactive-login):
17874         Use make-local-variable rather than make-variable-buffer-local.
17875         (sieve-manage-open): Ditto.
17876         (sieve-manage-authenticate): Ditto.
17877
17878         * mml.el (mml-generate-mime-1): Make the content type default to
17879         text/plain if the filename is not specified.
17880
17881 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17882
17883         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
17884         instead of insert-buffer.
17885
17886         * message.el (message-yank-original): Ditto; set the mark at the
17887         end of the yanked message.
17888
17889 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17890
17891         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
17892         lines to scroll rather than to stop it.
17893
17894         * mml.el (mml-generate-default-type): Add doc string.
17895         (mml-generate-mime-1): Use mm-default-file-encoding or make it
17896         default to application/octet-stream when determining the content
17897         type if it is not specified for the part or the mml contents; add
17898         a comment about mml-generate-default-type.
17899
17900 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
17901
17902         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
17903         make it default to application/octet-stream when determining the
17904         content type if it is not specified for the external contents.
17905
17906 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17907
17908         * rfc2231.el (rfc2231-parse-string): Take care that not only a
17909         segmented parameter but also other parameters might be there.
17910
17911 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17912
17913         * mm-decode.el (mm-display-external): Delete temp file, directory
17914         and buffer immediately if the external process is exited.
17915
17916 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17917
17918         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
17919         fewer lines than that of scroll-margin.
17920         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
17921
17922 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17923
17924         * gnus-art.el (gnus-article-next-page): Revert.
17925         (gnus-article-beginning-of-window): New macro.
17926         (gnus-article-next-page-1): Use it.
17927         (gnus-article-prev-page): Ditto.
17928         (gnus-article-edit-part): Use insert-buffer-substring instead of
17929         insert-buffer.
17930         (gnus-article-edit-exit): Ditto.
17931
17932         * gnus-util.el (gnus-beginning-of-window): Remove.
17933         (gnus-end-of-window): Remove.
17934
17935         * lpath.el: Don't bind header-line-format and scroll-margin.
17936
17937 2005-07-25  Simon Josefsson  <jas@extundo.com>
17938
17939         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
17940         to have the url package without w3.  Reported by Daiki Ueno
17941         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
17942
17943 2005-07-20  Didier Verna  <didier@xemacs.org>
17944
17945         * gnus-diary.el: Remove the description comment (nndiary is now
17946         properly documented in the Gnus manual).
17947         Fix the spelling of "Back End".
17948         * nndiary.el: Ditto.
17949         Fix the copyright notice.
17950
17951 2005-07-18  Romain Francoise  <romain@orebokech.com>
17952
17953         * gnus-sum.el (gnus-summary-to-prefix)
17954         (gnus-summary-newsgroup-prefix): New variables.
17955         (gnus-summary-from-or-to-or-newsgroups): Use them.
17956
17957 2005-07-17  Romain Francoise  <romain@orebokech.com>
17958
17959         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
17960         space as it's generally not especially interesting to the user.
17961
17962 2005-07-16  Romain Francoise  <romain@orebokech.com>
17963
17964         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
17965         nil to avoid prompting and file modification if one of the
17966         messages at the top of the nnfolder file contains a copyright
17967         notice.
17968         Update copyright notice.
17969
17970         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
17971         instead of `current-time-string' as the latter creates a time
17972         string that is not RFC 2822 compliant (it lacks the zone).
17973         Update copyright notice.
17974
17975 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17976
17977         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17978         for text/rtf.  Display default in prompt.  Pass default for M-n.
17979
17980         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17981
17982 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17983
17984         * gnus-msg.el (gnus-button-mailto):
17985         Remove save-selected-window-window hackery because it relies on
17986         save-selected-window internals.
17987
17988 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17989
17990         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
17991         (gnus-article-next-page-1): Use gnus-beginning-of-window.
17992         (gnus-article-prev-page): Ditto.
17993
17994         * gnus-util.el (gnus-beginning-of-window): New function.
17995         (gnus-end-of-window): New function.
17996
17997         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
17998
17999 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18000
18001         * gnus-score.el (gnus-score-edit-all-score):
18002         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18003         gnus-message.
18004
18005 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18006
18007         * gnus-msg.el (gnus-button-mailto):
18008         Remove save-selected-window-window hackery because it relies on
18009         save-selected-window internals.
18010
18011 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18012
18013         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18014         add-minor-mode.
18015         (gnus-binary-mode): Ditto.
18016
18017         * gnus-topic.el (gnus-topic-mode): Ditto.
18018
18019 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
18020
18021         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18022         (gnus-article-prev-page): Take scroll-margin into consideration.
18023
18024 2005-07-04  Lute Kamstra  <lute@gnu.org>
18025
18026         Update FSF's address in GPL notices.
18027
18028 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18029
18030         * gnus.el (gnus-exit):
18031         * gnus-group.el (gnus-group-icons):
18032         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18033
18034         * gnus-nocem.el (gnus-nocem):
18035         * message.el (message-various, message-buffers, message-sending)
18036         (message-interface, message-forwarding, message-insertion)
18037         (message-headers, message-news, message-mail):
18038         * pgg-gpg.el (pgg-gpg):
18039         * pgg-parse.el (pgg-parse):
18040         * pgg-pgp.el (pgg-pgp):
18041         * pgg-pgp5.el (pgg-pgp5):
18042         * pop3.el (pop3): Finish `defgroup' description with period.
18043
18044 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18045
18046         * gnus-art.el (article-display-face): Improve the efficiency.
18047         (article-display-x-face): Ditto; remove gray x-face stuff.
18048
18049 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18050
18051         * gnus-art.el (article-display-face): Correct the position in
18052         which Faces are inserted.
18053
18054 2005-06-29  Didier Verna  <didier@xemacs.org>
18055
18056         * gnus-art.el (article-display-face): Display faces in correct
18057         order.
18058
18059 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18060
18061         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18062         (gnus-fill-real-hashtb): Use hash table instead of obarray.
18063         (gnus-nocem-check-article): Fetch the Type header.
18064         (gnus-nocem-message-wanted-p): Fix the way to examine types.
18065         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18066         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18067         make sure gnus-nocem-hashtb is initialized.
18068         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18069         (gnus-nocem-unwanted-article-p): Ditto.
18070
18071         * pgg.el (pgg-verify): Return the verification result.
18072
18073 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18074
18075         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18076         is ascii.
18077
18078 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
18079
18080         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18081         `show-nonbreak-escape'.
18082
18083 2005-06-23  Lute Kamstra  <lute@gnu.org>
18084
18085         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18086
18087         * dig.el (dig-mode):
18088         * smime.el (smime-mode): Use gnus-run-mode-hooks.
18089
18090 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
18091
18092         * nnimap.el (nnimap-split-download-body): Fix spellings.
18093
18094 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
18095
18096         * gnus-art.el (gnus-article-encrypt-body):
18097         * gnus-cus.el (gnus-score-customize):
18098         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18099         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18100
18101 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
18102
18103         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18104         header by looking for magic "MII" at the beginning.
18105
18106 2005-06-16  Miles Bader  <miles@gnu.org>
18107
18108         * gnus-xmas.el (gnus-xmas-group-startup-message):
18109         Use renamed gnus-splash face.
18110
18111         * assistant.el (assistant-field): Remove "-face" suffix from face name.
18112         (assistant-field-face): New backward-compatibility alias for renamed
18113         face.
18114         (assistant-render-text): Use renamed assistant-field face.
18115
18116         * spam.el (spam): Remove "-face" suffix from face name.
18117         (spam-face): New backward-compatibility alias for renamed face.
18118         (spam-face, spam-initialize): Use renamed spam face.
18119
18120         * message.el (message-header-to, message-header-cc)
18121         (message-header-subject, message-header-newsgroups)
18122         (message-header-other, message-header-name)
18123         (message-header-xheader, message-separator, message-cited-text)
18124         (message-mml): Remove "-face" suffix from face names.
18125         (message-header-to-face, message-header-cc-face)
18126         (message-header-subject-face, message-header-newsgroups-face)
18127         (message-header-other-face, message-header-name-face)
18128         (message-header-xheader-face, message-separator-face)
18129         (message-cited-text-face, message-mml-face):
18130         New backward-compatibility aliases for renamed faces.
18131         (message-font-lock-keywords): Use renamed message faces.
18132
18133         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18134         (sieve-test-commands, sieve-tagged-arguments):
18135         Remove "-face" suffix from face names.
18136         (sieve-control-commands-face, sieve-action-commands-face)
18137         (sieve-test-commands-face, sieve-tagged-arguments-face):
18138         New backward-compatibility aliases for renamed faces.
18139         (sieve-control-commands-face, sieve-action-commands-face)
18140         (sieve-test-commands-face, sieve-tagged-arguments-face):
18141         Use renamed sieve faces.
18142
18143         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18144         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18145         (gnus-group-news-3-empty, gnus-group-news-4)
18146         (gnus-group-news-4-empty, gnus-group-news-5)
18147         (gnus-group-news-5-empty, gnus-group-news-6)
18148         (gnus-group-news-6-empty, gnus-group-news-low)
18149         (gnus-group-news-low-empty, gnus-group-mail-1)
18150         (gnus-group-mail-1-empty, gnus-group-mail-2)
18151         (gnus-group-mail-2-empty, gnus-group-mail-3)
18152         (gnus-group-mail-3-empty, gnus-group-mail-low)
18153         (gnus-group-mail-low-empty, gnus-summary-selected)
18154         (gnus-summary-cancelled, gnus-summary-high-ticked)
18155         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18156         (gnus-summary-high-ancient, gnus-summary-low-ancient)
18157         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18158         (gnus-summary-low-undownloaded)
18159         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18160         (gnus-summary-low-unread, gnus-summary-normal-unread)
18161         (gnus-summary-high-read, gnus-summary-low-read)
18162         (gnus-summary-normal-read, gnus-splash):
18163         Remove "-face" suffix from face names.
18164         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18165         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18166         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18167         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18168         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18169         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18170         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18171         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18172         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18173         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18174         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18175         (gnus-summary-selected-face, gnus-summary-cancelled-face)
18176         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18177         (gnus-summary-normal-ticked-face)
18178         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18179         (gnus-summary-normal-ancient-face)
18180         (gnus-summary-high-undownloaded-face)
18181         (gnus-summary-low-undownloaded-face)
18182         (gnus-summary-normal-undownloaded-face)
18183         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18184         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18185         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18186         (gnus-splash-face):
18187         New backward-compatibility aliases for renamed faces.
18188         (gnus-group-startup-message): Use renamed gnus faces.
18189
18190         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18191         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18192         (gnus-server-agent): Remove "-face" suffix from face names.
18193         (gnus-server-agent-face, gnus-server-opened-face)
18194         (gnus-server-closed-face, gnus-server-denied-face)
18195         (gnus-server-offline-face):
18196         New backward-compatibility aliases for renamed faces.
18197         (gnus-server-agent-face, gnus-server-opened-face)
18198         (gnus-server-closed-face, gnus-server-denied-face)
18199         (gnus-server-offline-face): Use renamed gnus faces.
18200
18201         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18202         Remove "-face" suffix from face names.
18203         (gnus-picon-xbm-face, gnus-picon-face):
18204         New backward-compatibility aliases for renamed faces.
18205
18206         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18207         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18208         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18209         (gnus-cite-11): Remove "-face" suffix from face names.
18210         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18211         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18212         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18213         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18214         New backward-compatibility aliases for renamed faces.
18215         (gnus-cite-attribution-face, gnus-cite-face-list)
18216         (gnus-article-boring-faces): Use renamed gnus faces.
18217
18218         * gnus-art.el (gnus-signature, gnus-header-from)
18219         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18220         (gnus-header-content): Remove "-face" suffix from face names.
18221         (gnus-signature-face, gnus-header-from-face)
18222         (gnus-header-subject-face, gnus-header-newsgroups-face)
18223         (gnus-header-name-face, gnus-header-content-face):
18224         New backward-compatibility aliases for renamed faces.
18225         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
18226
18227         * gnus-sum.el (gnus-summary-selected-face)
18228         (gnus-summary-highlight): Use renamed gnus faces.
18229         * gnus-group.el (gnus-group-highlight): Likewise.
18230
18231 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
18232
18233         * gnus-sieve.el (gnus-sieve-article-add-rule):
18234         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
18235         * spam-stat.el (spam-stat-buffer-change-to-spam)
18236         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
18237
18238         * message.el (message-is-yours-p):
18239         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
18240
18241 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18242
18243         * mm-view.el (mm-inline-text): Withdraw the last change.
18244
18245 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18246
18247         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
18248         executing enriched-decode.
18249
18250 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18251
18252         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
18253         charset of tar files.
18254
18255 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
18256
18257         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
18258
18259 2005-06-04  Lute Kamstra  <lute@gnu.org>
18260
18261         * nnfolder.el (nnfolder-read-folder): Make sure that undo
18262         information is never recorded.
18263
18264 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18265
18266         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
18267
18268 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18269
18270         * pop3.el (pop3-apop): Run md5 in the binary mode.
18271
18272         * starttls.el (starttls-set-process-query-on-exit-flag):
18273         Use eval-and-compile.
18274
18275 2005-05-31  Simon Josefsson  <jas@extundo.com>
18276
18277         * smime.el (smime-replace-in-string): Define.
18278         (smime-cert-by-ldap-1): Use it.
18279
18280 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18281
18282         * gnus-art.el (article-display-x-face): Replace
18283         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18284
18285         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
18286         set-process-query-on-exit-flag or process-kill-without-query.
18287
18288         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
18289         loop instead of replace-regexp.
18290
18291         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
18292         instead of process-kill-without-query if it is available.
18293
18294         * lpath.el: Fbind ldap-search-entries.
18295
18296         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
18297         instead of find-file-hooks if it is available.
18298
18299         * mml1991.el: Bind pgg-default-user-id when compiling.
18300
18301         * mml2015.el: Bind pgg-default-user-id when compiling.
18302
18303         * nndraft.el (nndraft-request-associate-buffer):
18304         Use write-contents-functions instead of write-contents-hooks if it is
18305         available.
18306
18307         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
18308         instead of find-file-hooks if it is available.
18309
18310         * nntp.el (nntp-open-connection): Replace
18311         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18312         (nntp-open-ssl-stream): Ditto.
18313         (nntp-open-tls-stream): Ditto.
18314
18315         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
18316         set-process-query-on-exit-flag or process-kill-without-query.
18317         (starttls-open-stream-gnutls): Use it instead of
18318         process-kill-without-query.
18319         (starttls-open-stream): Ditto.
18320
18321 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
18322
18323         * smime.el (smime-cert-by-ldap-1): Don't use
18324         replace-regexp-in-string.
18325
18326 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
18327
18328         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
18329
18330         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
18331         in PEM format.  Adjust to the XEmacs compatibility.
18332
18333 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
18334
18335         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
18336         by `string-to-number'.
18337         * gnus-agent.el (gnus-agent-regenerate-group)
18338         (gnus-agent-fetch-articles): Ditto.
18339         * gnus-art.el (gnus-button-fetch-group): Ditto.
18340         * gnus-cache.el (gnus-cache-generate-active)
18341         (gnus-cache-articles-in-group): Ditto.
18342         * gnus-group.el (gnus-group-set-current-level)
18343         (gnus-group-insert-group-line): Ditto.
18344         * gnus-score.el (gnus-score-set-expunge-below)
18345         (gnus-score-set-mark-below, gnus-summary-score-effect)
18346         (gnus-summary-score-entry): Ditto.
18347         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
18348         (gnus-soup-pack): Ditto.
18349         * gnus-spec.el (gnus-xmas-format): Ditto.
18350         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
18351         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
18352         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
18353         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
18354         * nndb.el (nndb-get-remote-expire-response): Ditto.
18355         * nndiary.el (nndiary-parse-schedule-value)
18356         (nndiary-string-to-number, nndiary-request-replace-article)
18357         (nndiary-request-article): Ditto.
18358         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
18359         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
18360         * nneething.el (nneething-make-head): Ditto.
18361         * nnfolder.el (nnfolder-request-article)
18362         (nnfolder-retrieve-headers): Ditto.
18363         * nnheader.el (nnheader-file-to-number): Ditto.
18364         * nnkiboze.el (nnkiboze-request-article): Ditto.
18365         * nnmail.el (nnmail-process-unix-mail-format)
18366         (nnmail-process-babyl-mail-format): Ditto.
18367         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
18368         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
18369         (nnmh-request-create-group, nnmh-request-list-1)
18370         (nnmh-request-group, nnmh-request-article): Ditto.
18371         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
18372         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
18373         * nnsoup.el (nnsoup-make-active): Ditto.
18374         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
18375         * nntp.el (nntp-find-group-and-number)
18376         (nntp-retrieve-headers-with-xover): Ditto.
18377         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
18378         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
18379         (pgg-format-key-identifier): Ditto.
18380         * pop3.el (pop3-last, pop3-stat): Ditto.
18381         * qp.el (quoted-printable-decode-region): Ditto.
18382
18383         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
18384         of concat.
18385
18386 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18387
18388         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
18389
18390         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
18391
18392         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
18393
18394         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
18395
18396         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
18397
18398         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
18399
18400         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
18401         (gnus-carpal-mode): Ditto.
18402
18403         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
18404         (gnus-browse-mode): Ditto.
18405
18406         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
18407
18408         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
18409
18410 2005-05-29  Richard M. Stallman  <rms@gnu.org>
18411
18412         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
18413
18414 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18415
18416         * gnus-util.el (gnus-run-mode-hooks): New function.
18417
18418         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
18419
18420         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
18421         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
18422
18423 2005-05-27  Lute Kamstra  <lute@gnu.org>
18424
18425         * dns-mode.el (dns-mode): Specify customization group.
18426
18427 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
18428
18429         * gnus-agent.el (gnus-agent-make-mode-line-string):
18430         Use mode-line-highlight as mouse-face.
18431
18432 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18433
18434         * canlock.el (canlock): Change the parent group to news.
18435
18436         * deuglify.el (gnus-outlook-deuglify): Add :group.
18437
18438         * dig.el (dig): Add :group.
18439
18440         * dns-mode.el (dns-mode): Add :group.
18441
18442         * encrypt.el (encrypt): Add :group.
18443
18444         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
18445         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
18446         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
18447         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
18448         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
18449
18450         * gnus-diary.el (gnus-diary): Add :group.
18451
18452         * gnus.el (gnus-group-news-1-face): Add :group.
18453         (gnus-group-news-1-empty-face): Ditto.
18454         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
18455         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
18456         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
18457         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
18458         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
18459         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
18460         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
18461         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
18462         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
18463         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
18464         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
18465         (gnus-summary-high-ticked-face): Ditto.
18466         (gnus-summary-low-ticked-face): Ditto.
18467         (gnus-summary-normal-ticked-face): Ditto.
18468         (gnus-summary-high-ancient-face): Ditto.
18469         (gnus-summary-low-ancient-face): Ditto.
18470         (gnus-summary-normal-ancient-face): Ditto.
18471         (gnus-summary-high-undownloaded-face): Ditto.
18472         (gnus-summary-low-undownloaded-face): Ditto.
18473         (gnus-summary-normal-undownloaded-face): Ditto.
18474         (gnus-summary-high-unread-face): Ditto.
18475         (gnus-summary-low-unread-face): Ditto.
18476         (gnus-summary-normal-unread-face): Ditto.
18477         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
18478         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
18479
18480         * hashcash.el (hashcash): New custom group.
18481         (hashcash-default-payment): Add :group.
18482         (hashcash-payment-alist): Ditto.
18483         (hashcash-default-accept-payment): Ditto.
18484         (hashcash-accept-resources): Ditto.
18485         (hashcash-path): Ditto.
18486         (hashcash-extra-generate-parameters): Ditto.
18487         (hashcash-double-spend-database): Ditto.
18488         (hashcash-in-news): Ditto.
18489
18490         * message.el (message-minibuffer-local-map): Add :group.
18491
18492         * netrc.el (netrc): Add :group.
18493
18494         * sieve-manage.el (sieve-manage-log): Add :group.
18495         (sieve-manage-default-user): Diito.
18496         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
18497         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
18498         (sieve-manage-authenticators): Ditto.
18499         (sieve-manage-authenticator-alist): Ditto.
18500         (sieve-manage-default-port): Ditto.
18501
18502         * sieve-mode.el (sieve-control-commands-face): Add :group.
18503         (sieve-action-commands-face): Ditto.
18504         (sieve-test-commands-face): Ditto.
18505         (sieve-tagged-arguments-face): Ditto.
18506
18507         * smime.el (smime): Add :group.
18508
18509         * spam-report.el (spam-report): Add :group.
18510
18511         * spam.el (spam, spam-face): Add :group.
18512
18513 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18514
18515         * nntp.el (nntp-next-result-arrived-p): Some news servers may
18516         return \n.\n.\n at the end of articles.  Protect against that.
18517         (nntp-with-open-group): Allow debugging.
18518
18519         * nnheader.el (mail-header-set-extra): Make into a function
18520         because I just could't understand how to quote the list properly.
18521
18522         * dns.el (query-dns-cached): New function.
18523
18524 2005-05-26  Lute Kamstra  <lute@gnu.org>
18525
18526         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
18527
18528 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18529
18530         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
18531
18532         * gnus-art.el: Don't autoload mail-extract-address-components.
18533
18534         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
18535         eval-and-compile to evaluate it.
18536
18537         * hashcash.el: Don't autoload executable-find.
18538
18539         * nndb.el: Don't declare the nndb back end two or more times; don't
18540         autoload news-reply-mode, news-setup, cancel-timer and telnet.
18541
18542         * nntp.el: Autoload format-spec instead of format; use
18543         eval-and-compile to evaluate autoload forms.
18544
18545 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
18546
18547         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
18548
18549 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18550
18551         * gnus.el (gnus-version-number): Bump version.
18552
18553 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18554
18555         * gnus.el: No Gnus v0.3 is released.
18556
18557 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18558
18559         * lpath.el (featurep): Bind show-nonbreak-escape.
18560
18561 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18562
18563         * gnus-art.el (gnus-article-edit-part): Disable undo.
18564
18565 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18566
18567         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
18568         gnus-article-date-lapsed-new-header is t if date timer is active;
18569         skip headers in which the original date value is empty.
18570         (gnus-article-save-original-date): Redefine it as a macro.
18571         (gnus-display-mime): Use it.
18572
18573 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18574
18575         * gnus-art.el (article-date-ut): Support converting date in
18576         forwarded parts as well.
18577         (gnus-article-save-original-date): New function.
18578         (gnus-display-mime): Use it.
18579
18580 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
18581
18582         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
18583         enclosure element of <item>.
18584
18585 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
18586
18587         * message.el (message-kill-buffer-query): Rename from
18588         `message-kill-buffer-query-if-modified'.  Add :version.
18589
18590 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18591
18592         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
18593         window layout.
18594
18595 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18596
18597         * mml.el: Autoload dnd when compiling.
18598
18599 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18600
18601         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
18602         x-dnd-*.
18603
18604 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18605
18606         * qp.el (quoted-printable-encode-region): Save excursion.
18607
18608 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
18609
18610         * message.el (message-kill-buffer-query-if-modified): Add new variable
18611         so the user can kill a modified message buffer quickly.
18612         (message-kill-buffer): Use it.
18613
18614 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18615
18616         * lpath.el: Fbind display-time-event-handler; don't fbind
18617         string-to-multibyte.
18618
18619         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18620
18621 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18622
18623         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18624         contained in text because xml.el decodes entities) with LFs.
18625
18626 2005-04-11  Lute Kamstra  <lute@gnu.org>
18627
18628         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18629         differently.
18630
18631 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18632
18633         * mm-util.el (mm-detect-coding-region): Typo.
18634
18635 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18636
18637         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
18638
18639 2005-04-06  Deepak Goel  <deego@gnufans.org>
18640
18641         * spam-stat.el (spam-stat-score-buffer): Add a call to a
18642         user-function allow user modifications of the scores.
18643         (spam-stat-score-buffer-user): New function, to allow
18644         user-computed modifications to the score.
18645         (spam-stat-score-buffer-user-functions): List of additional
18646         scoring functions.
18647         (spam-stat-error-holder): Global temporary error holder.
18648         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
18649         variable.
18650
18651 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
18652
18653         * gnus-registry.el (gnus-registry-clean-empty-function)
18654         (gnus-registry-trim, gnus-registry-fetch-groups)
18655         (gnus-registry-delete-group): Groups that match
18656         `gnus-registry-ignored-groups' are removed from the registry
18657         entries, not just ignored for splitting.  This helps clean up the
18658         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
18659         to get all the groups a message ID is in.
18660
18661         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
18662         (spam-stat-split-fancy): Change "threshhold" to "threshold".
18663         (spam-stat-score-buffer-user-functions): Add :number custom type.
18664
18665 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18666
18667         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
18668         argument in XEmacs.
18669
18670         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
18671         (nnrss-request-group): Decode group name first.
18672         (nnrss-request-article): Make a text/plain article if mml-to-mime
18673         failed.
18674         (nnrss-get-encoding): Return a compatible encoding according to
18675         nnrss-compatible-encoding-alist.
18676         (nnrss-find-el): Use consp instead of listp.
18677         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
18678
18679 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18680
18681         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
18682         which Emacs 20 doesn't support.
18683         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
18684
18685 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18686
18687         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
18688         silence the byte compiler inside the defun.
18689
18690         * gnus-demon.el (parse-time-string): Add autoload.
18691
18692         * gnus-delay.el (parse-time-string): Add autoload.
18693
18694         * gnus-art.el (parse-time-string): Add autoload.
18695
18696         * nnultimate.el (parse-time): Require for `parse-time-string'.
18697
18698 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18699
18700         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
18701
18702         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
18703
18704         * smime.el (smime-ldap-host-list): Add :version.
18705
18706 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18707
18708         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
18709         pass it to `gnus-browse-read-group'.
18710         (gnus-browse-read-group): Add NUMBER argument and pass it to
18711         `gnus-group-read-ephemeral-group'.
18712
18713         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
18714         argument and pass it to `gnus-group-read-group'.
18715
18716 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
18717
18718         * mm-util.el (mm-xemacs-find-mime-charset): Only call
18719         mm-xemacs-find-mime-charset-1 if we have the mule feature
18720         available at runtime.
18721
18722 2005-03-25  Werner Lemberg  <wl@gnu.org>
18723
18724         * nnmaildir.el: Replace `illegal' with `invalid'.
18725
18726 2005-03-23  Lute Kamstra  <lute@gnu.org>
18727
18728         * time-date.el: Add comment on time value formats.
18729         Don't require parse-time.
18730         (with-decoded-time-value): New macro.
18731         (encode-time-value): New function.
18732         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18733         (days-to-time): Return a valid time value when arg is huge.
18734         (time-since): Use time-subtract.
18735         (time-to-number-of-days): Use time-to-seconds.
18736
18737 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18738
18739         * gnus-start.el (gnus-display-time-event-handler):
18740         Check display-time-timer at runtime rather than only at load time
18741         in case display-time-mode is turned off in the mean time.
18742
18743 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18744
18745         * nnimap.el (nnimap-open-connection): Print which authinfo file is
18746         used.
18747
18748         * nneething.el (nneething-map-file-directory): Derive from
18749         `gnus-directory'.
18750
18751         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
18752         the To/Cc button.
18753
18754 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18755
18756         * nnmaildir.el (nnmaildir-request-accept-article):
18757         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
18758
18759 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18760
18761         * gnus-async.el: Require timer-funcs at compile time when in
18762         XEmacs for `run-with-idle-timer'.
18763
18764 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18765
18766         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18767         autoloaded function.
18768
18769 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18770
18771         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
18772
18773 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
18774
18775         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
18776
18777 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18778
18779         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
18780         Add gnus-expert-user to default.
18781
18782 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
18783
18784         * nnimap.el (nnimap-open-server): Ditto.
18785
18786         * imap.el (imap-authenticate): Fix typo.
18787
18788 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
18789
18790         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
18791         buffer (since IMAP server might return FETCH response out of
18792         order, and the nntp buffer must be sorted).
18793
18794 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
18795
18796         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
18797         comparison on string.
18798
18799         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
18800         (gnus-agent-score): Rename category keywords to match gnus-cus.
18801         (gnus-agent-summary-fetch-series): Modify to protect against
18802         gnus-agent-summary-fetch-group clearing processable flags.
18803         (gnus-agent-synchronize-group-flags): Update live group buffer as
18804         synchronization may occur due to the user toggle the plugged
18805         status.
18806         (gnus-agent-fetch-group-1): Clear downloadable flag when article
18807         successfully downloaded.
18808         (gnus-agent-expire-group-1): Avoid using markers when the overview
18809         is in ascending order; greatly improves performance.
18810         (gnus-agent-regenerate-group):
18811         Use gnus-agent-synchronize-group-flags to reset read status in both
18812         gnus and server.
18813         (gnus-agent-update-files-total-fetched-for): Fix initial size.
18814
18815 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
18816
18817         * message.el: Don't autoload former message-utils variables.
18818         (message-strip-subject-trailing-was): Change doc string.
18819
18820         * nnweb.el: Fixes for `gnus-group-make-web-group'.
18821         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
18822         (nnweb-google-search): Add "hl=en" here.
18823         (nnweb-google-parse-1, nnweb-google-create-mapping):
18824         Don't hardcode URL.
18825
18826 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18827
18828         * message.el (message-get-reply-headers, message-followup):
18829         Mention related variables `message-use-followup-to' and
18830         `message-use-mail-followup-to', in the information buffer.
18831
18832         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
18833         of broken groups(-beta).google.com.
18834
18835 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
18836
18837         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
18838         parameter to invoked gnus-request-move-article; remove the
18839         redundant gnus-sum-hint-move-is-internal variable; apply the marks
18840         all at once instead of once per article.
18841         (gnus-summary-remove-process-mark): Accept a list of articles as
18842         well as a single article for processing.
18843
18844         * gnus-int.el (gnus-request-move-article): Add move-is-internal
18845         parameter.
18846
18847         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
18848
18849         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
18850
18851         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
18852         parameter.
18853
18854         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
18855         parameter.
18856
18857         * nnimap.el (nnimap-request-move-article): Add move-is-internal
18858         parameter and remove the gnus-sum-hint-move-is-internal variable.
18859
18860         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
18861         parameter.
18862
18863         * nndraft.el (nndraft-request-move-article): Add move-is-internal
18864         parameter.
18865
18866         * nndiary.el (nndiary-request-move-article): Add move-is-internal
18867         parameter.
18868
18869         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
18870
18871         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
18872         parameter.
18873
18874         * nnagent.el (nnagent-request-move-article): Add move-is-internal
18875         parameter.
18876
18877 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18878
18879         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
18880         a more conservative way.
18881
18882 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18883
18884         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
18885         buffer, so it moves the window's cursor.
18886
18887 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
18888
18889         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
18890         `mm-dissect-multipart' and receive the from field as an (optional)
18891         argument from `mm-dissect-multipart'.
18892         (mm-dissect-multipart): Receive the from field as an argument and
18893         pass it on when we call `mm-dissect-buffer' on MIME parts.
18894         Fixes verification/decryption of signed/encrypted MIME parts.
18895
18896 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
18897
18898         * gnus-sum.el (gnus-summary-move-article):
18899         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
18900         whatever it calls (right now, only nnimap-request-move article
18901         respects it).
18902
18903         * nnimap.el (nnimap-request-move-article):
18904         When gnus-sum-hint-move-is-internal is set, don't do the extra
18905         nnimap-request-article.
18906
18907 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18908
18909         * nnheader.el (nnheader-find-file-noselect): Add doc string.
18910
18911         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
18912         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
18913
18914         * gnus-sum.el (gnus-summary-caesar-message):
18915         Apply `gnus-treat-article' after rotation.
18916
18917         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
18918         doc string.
18919
18920 2005-02-22  Simon Josefsson  <jas@extundo.com>
18921
18922         * encrypt.el (encrypt-password-cache-expiry): Remove (use
18923         `password-cache-expiry' instead).  Reported by Arne Jørgensen
18924         <arne@arnested.dk>.
18925         (encrypt): Add password-cache and password-cache-expiry as group
18926         members.
18927
18928 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
18929
18930         * smime.el (smime-ldap-host-list): Doc fix.
18931         (smime-ask-passphrase): Use `password-read-and-add' to read (and
18932         cache) password.
18933         (smime-sign-region): Use it.
18934         (smime-decrypt-region): Use it.
18935         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
18936         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
18937         fails.
18938         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
18939         certificate from DER to PEM format rather than calling openssl.
18940
18941         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
18942
18943         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
18944         for signing/encryption.
18945
18946         * mml.el (mml-parse-1): Use them.
18947
18948 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
18949
18950         * nnrss.el (nnrss-verbose): Remove.
18951         (nnrss-request-group): Use `nnheader-message' instead.
18952
18953 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
18954
18955         * nnrss.el (nnrss-verbose): New variable.
18956         (nnrss-request-group): Make it say nnrss is requesting a group.
18957
18958 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18959
18960         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
18961         Handle news URL with given port correctly.
18962
18963 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18964
18965         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
18966         containing special characters.
18967
18968         * gnus-sum.el (gnus-summary-edit-article): Ditto.
18969
18970         * mml.el (mime-to-mml): Ditto.
18971
18972         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
18973         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
18974         (rfc2047-decode-region): Quote decoded words containing special
18975         characters when rfc2047-quote-decoded-words-containing-tspecials
18976         is non-nil.
18977
18978 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
18979
18980         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
18981
18982         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
18983
18984 2005-02-15  Simon Josefsson  <jas@extundo.com>
18985
18986         * nnimap.el (nnimap-debug): Doc fix.
18987
18988         * imap.el (imap-debug): Doc fix.
18989
18990 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18991
18992         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
18993
18994 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
18995
18996         * gnus.el (spam-contents): Improve docs for spam-contents
18997         parameter in its variable incarnation.
18998
18999 2005-02-14  Simon Josefsson  <jas@extundo.com>
19000
19001         * smime-ldap.el: Use require instead of load-library for ldap.
19002         (smime-ldap-search): Indent.
19003         (smime-ldap-search-internal): Shorten line.
19004
19005         * smime.el (smime-cert-by-dns): Add doc-string.
19006         (smime-cert-by-ldap-1): Indent.
19007
19008         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19009         mml-smime-get-dns-ldap.
19010         (mml-smime-encrypt-query): Use new function.  Default to ldap.
19011
19012 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
19013
19014         * smime.el: Require smime-ldap.
19015         (smime-ldap-host-list): New variable.
19016         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19017
19018         * mml-smime.el (mml-smime-encrypt-query): New function.
19019         (mml-smime-encrypt-query): Use it.
19020
19021         * smime-ldap.el: New file.
19022
19023 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19024
19025         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19026
19027 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19028
19029         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19030         argument in doc string.  Make query for type more clear.
19031
19032 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19033
19034         * gnus.el (gnus-group-startup-message): Search for gnus images in
19035         etc/images/gnus.
19036         * mm-util.el (mm-image-load-path): Likewise.
19037         * smiley.el (smiley-data-directory): Search for smilies in
19038         etc/images/smilies.
19039
19040 2005-02-09  Kim F. Storm  <storm@cua.dk>
19041
19042         Change Emacs release version from 21.4 to 22.1 throughout.
19043         Change Emacs development version from 21.3.50 to 22.0.50.
19044
19045 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19046
19047         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19048
19049         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19050         non-Mule XEmacs as well.
19051         (mm-decompress-buffer): Signal an error intentionally if it does
19052         not decompress compressed data because auto-compression-mode is
19053         disabled.
19054
19055 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
19056
19057         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19058         an ID in the registry even if it has no groups.
19059
19060 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19061
19062         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19063         merge it into mm-decompress-buffer.
19064         (gnus-mime-copy-part): Use the MIME part charset, the value which
19065         a user specified or gnus-newsgroup-charset for decoding, like
19066         gnus-mime-inline-part does; set buffer-file-coding-system to tell
19067         save-buffer what was used.  Suggested by Kevin Ryde
19068         <user42@zip.com.au>.
19069         (gnus-mime-inline-part): Allow the name parameter as well as the
19070         filename parameter; force decompressing of compressed data; always
19071         display contents being not decoded as unibyte.
19072
19073         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19074         as well as the filename parameter.
19075
19076         * mm-util.el (mm-decompress-buffer):
19077         Merge gnus-mime-jka-compr-maybe-uncompress.
19078         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19079         of compressed data.
19080
19081 2005-02-08  Simon Josefsson  <jas@extundo.com>
19082
19083         * imap.el (imap-log): Doc fix.
19084
19085 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19086
19087         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19088         the coding cookies; decompress compressed parts.
19089
19090         * mml.el (mml-generate-mime-1): Add the charset parameter according
19091         to the value which a user specified manually or the coding cookie.
19092
19093         * mm-util.el (mm-string-to-multibyte): New function.
19094         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19095         (mm-coding-system-to-mime-charset): New function.
19096         (mm-decompress-buffer): New function.
19097         (mm-find-buffer-file-coding-system): New function.
19098
19099         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19100         (mm-display-inline-fontify): Rewrite for decoding and decompressing
19101         parts.
19102
19103 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19104
19105         * mm-view.el (mm-display-inline-fontify): Decode a part according
19106         to the charset parameter.
19107
19108 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19109
19110         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19111         prefix arg is neither nil nor a number, as info specifies.
19112
19113 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19114
19115         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19116         timestamps.
19117
19118 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
19119
19120         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19121         groups error checking and notify user.
19122
19123 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
19124
19125         * message.el (message-send-mail-function): Check existence of
19126         sendmail-program first before using default value
19127         `message-send-mail-with-sendmail'.  Otherwise use more generic
19128         `smtpmail-send-it'.
19129
19130 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19131
19132         * nntp.el (nntp-request-update-info): Always return nil.
19133
19134 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19135
19136         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19137
19138 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19139
19140         * message.el (message-beginning-of-line): Change the behavior when
19141         invoked between BOL and : so that it first moves backward.
19142
19143 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19144
19145         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19146         article buffer when editing of the article is discarded.
19147         (gnus-article-prepare): Revert.
19148
19149 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19150
19151         * gnus-art.el (gnus-article-prepare):
19152         Remove message-strip-forbidden-properties from the local hook.
19153
19154 2005-01-27  Simon Josefsson  <jas@extundo.com>
19155
19156         * password.el (password-cache-add): Only start one timer per key.
19157         Reported by Derek Atkins <warlord@MIT.EDU>.
19158
19159 2005-01-26  Steve Youngs  <steve@sxemacs.org>
19160
19161         * run-at-time.el: Remove.  It is no longer needed as
19162         timer-funcs.el in the xemacs-base package has a working version of
19163         `run-at-time'.
19164
19165         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
19166
19167         * password.el: Require timer-funcs instead of run-at-time in
19168         XEmacs.
19169         Remove `password-run-at-time' macro.
19170         (password-cache-add): Use `run-at-time' instead of
19171         `password-run-at-time'.
19172
19173         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
19174         Remove `nnheader-cancel-function-timers' alias,
19175         `cancel-function-timers' exists in XEmacs in timer-funcs.
19176
19177         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19178         for `run-with-idle-timer'.
19179
19180         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19181         for `run-at-time'.
19182
19183         * mm-url.el: Require timer-funcs at compile time when in XEmacs
19184         for `with-timeout'.
19185
19186         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
19187         the same as for XEmacs 21.4.
19188         No need to ignore `run-with-idle-timer', this function exists in
19189         XEmacs now in timer-funcs.el in the xemacs-base package.
19190         (dgnushack-compile): No need to delete
19191         run-at-time.el from the list of files to compile because it
19192         doesn't exist anymore.
19193
19194 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19195
19196         * mml.el (mml-generate-mime-1): Convert string into unibyte when
19197         inserting " *mml*" buffer's contents into a unibyte temp buffer.
19198
19199 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
19200
19201         * mail-source.el (mail-source-fetch-imap): Search for ^From case
19202         sensitively.
19203
19204 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
19205
19206         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19207
19208 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19209
19210         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19211         which will be inserted according to the multibyteness of a buffer
19212         rather than the type of contents.  Suggested by ARISAWA Akihiro
19213         <ari@mbf.ocn.ne.jp>.
19214
19215         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19216         of string which old xml.el may return rather than a string.
19217
19218 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19219
19220         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19221
19222 2005-01-16  Simon Josefsson  <jas@extundo.com>
19223
19224         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19225         idn/idna.el isn't available.
19226         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
19227         <michael@waxrat.com>.
19228
19229         * hashcash.el: Remove non-FSF copyright header.
19230
19231         * hashcash.el (hashcash-extra-generate-parameters): New variable.
19232         (hashcash-generate-payment): Use it.
19233         (hashcash-generate-payment-async): Use it.
19234
19235 2005-01-15  Simon Josefsson  <jas@extundo.com>
19236
19237         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19238         Suggested by Raymond Scholz <ray-2005@zonix.de>.
19239
19240         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19241         gnus-summary-idna-message.
19242         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19243         (gnus-summary-idna-message): New function.
19244
19245 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
19246
19247         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19248         gnus-novice-user.
19249
19250 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19251
19252         * nnrss.el (nnrss-request-delete-group): Delete entries in
19253         nnrss-group-alist as well.
19254         (nnrss-save-server-data): Insert newline.
19255
19256 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
19257
19258         * gnus.el (gnus-user-agent): Use list of symbols instead of
19259         symbols.  Display full version number for (S)XEmacs.
19260         Optionally display (S)XEmacs codename.
19261
19262         * gnus-util.el (gnus-emacs-version): Update for new
19263         `gnus-user-agent'.
19264
19265         * gnus-msg.el (gnus-extended-version): Make it possible to omit
19266         Gnus version.
19267
19268 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19269
19270         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
19271         which is unreadable in some setups.
19272
19273 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19274
19275         * gnus-spec.el (gnus-update-format-specifications): Flush the
19276         group format spec cache if it doesn't support decoded group names.
19277
19278 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
19279
19280         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
19281         Allow to apply decay on score files matching a regexp.
19282
19283 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19284
19285         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
19286         compatibility in %g and %c.
19287
19288 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19289
19290         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
19291         name for only %g and %c.
19292         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
19293         of gnus-tmp-group to decoded group name.
19294         (gnus-group-make-rss-group): Exclude `/'s from group names.
19295
19296 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19297
19298         * nnrss.el (nnrss-get-encoding): Fix regexp.
19299
19300 2004-12-27  Simon Josefsson  <jas@extundo.com>
19301
19302         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
19303         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
19304         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
19305
19306 2004-12-17  Kim F. Storm  <storm@cua.dk>
19307
19308         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
19309
19310         * gnus-sum.el (gnus-summary-mode-map): Likewise.
19311
19312 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19313
19314         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
19315
19316 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19317
19318         * nnrss.el: Require rfc2047 and mml.
19319         (nnrss-file-coding-system): New variable.
19320         (nnrss-format-string): Redefine it as an inline function.
19321         (nnrss-decode-group-name): New function.
19322         (nnrss-string-as-multibyte): Remove.
19323         (nnrss-retrieve-headers): Decode group name; don't use
19324         nnrss-format-string.
19325         (nnrss-request-group): Decode group name.
19326         (nnrss-request-article): Decode group name; allow a Message-ID as
19327         well as an article number; don't use nnrss-format-string; encode a
19328         Message-ID string which may contain non-ASCII characters; use
19329         mml-to-mime to compose a MIME article.
19330         (nnrss-request-expire-articles): Decode group name.
19331         (nnrss-request-delete-group): Decode group name.
19332         (nnrss-fetch): Clarify error message.
19333         (nnrss-read-server-data): Use insert-file-contents instead of load;
19334         bind file-name-coding-system; use multibyte buffer.
19335         (nnrss-save-server-data): Bind coding-system-for-write to the
19336         value of nnrss-file-coding-system; bind file-name-coding-system;
19337         add coding cookie.
19338         (nnrss-read-group-data): Use insert-file-contents instead of load;
19339         bind file-name-coding-system; use multibyte buffer.
19340         (nnrss-save-group-data): Bind coding-system-for-write to the
19341         value of nnrss-file-coding-system; bind file-name-coding-system.
19342         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
19343         make it work with non-ASCII text.
19344         (nnrss-find-el): Make it work with old xml.el as well.
19345
19346 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19347
19348         * nnrss.el (nnrss-get-encoding): New function.
19349         (nnrss-fetch): Use unibyte buffer initially; bind
19350         coding-system-for-read while performing mm-url-insert; remove ^Ms;
19351         decode contents according to the encoding attribute.
19352         (nnrss-save-group-data): Add coding cookie.
19353         (nnrss-mime-encode-string): New function.
19354         (nnrss-check-group): Use it to encode subject and author.
19355
19356 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
19357
19358         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
19359         imaginary variable.
19360
19361 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19362
19363         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
19364         correctly even if there are wide characters.
19365
19366 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
19367
19368         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
19369         downcased symbol names; make a new cache instead of reusing
19370         bbdb-hashtable.
19371
19372 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19373
19374         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19375         concatenating segments rather than before concatenating them.
19376         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19377
19378         * message.el (message-get-reply-headers): Bind `extra'.
19379
19380 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19381
19382         * message.el (message-extra-wide-headers): New variable.
19383         (message-get-reply-headers): Use it.
19384
19385 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19386
19387         * gnus-agent.el (gnus-agent-group-path): Decode group name.
19388         (gnus-agent-group-pathname): Ditto.
19389
19390         * gnus-cache.el (gnus-cache-file-name): Decode group name.
19391
19392         * gnus-group.el (gnus-group-make-group): Decode group name.
19393         (gnus-group-make-rss-group): Register the group data after opening
19394         the nnrss group.
19395
19396 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
19397
19398         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
19399         by expiry now get marked as read.
19400
19401 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19402
19403         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
19404
19405 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
19406
19407         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
19408         unify Latin characters in XEmacs.
19409         (mm-find-mime-charset-region): Use it.
19410
19411 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19412
19413         * gnus-util.el (gnus-delete-directory): New function.
19414
19415         * gnus-agent.el (gnus-agent-delete-group): Use it.
19416
19417         * gnus-cache.el (gnus-cache-delete-group): Use it.
19418
19419 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19420
19421         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
19422         names.
19423
19424 2004-12-16  Simon Josefsson  <jas@extundo.com>
19425
19426         * hashcash.el (hashcash-payment-alist): Fix custom :type.
19427
19428 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19429
19430         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
19431
19432         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
19433         (gnus-group-set-current-level): Decode group name.
19434
19435 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
19436
19437         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
19438         failed.
19439
19440 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19441
19442         * gnus-group.el (gnus-group-delete-group): Decode group name.
19443         (gnus-group-make-rss-group): Encode group name.
19444         (gnus-group-catchup-current): Decode group name.
19445         (gnus-group-kill-group): Decode group name.
19446
19447 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19448
19449         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
19450
19451 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19452
19453         * gnus-group.el (gnus-group-make-rss-group):
19454         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
19455
19456         * gnus-start.el (gnus-setup-news): Honor user's setting to
19457         gnus-message-archive-method.  Suggested by Lute Kamstra
19458         <lute@gnu.org>.
19459
19460 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
19461
19462         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
19463         global counterparts of the buffer-local variables.
19464
19465 2004-11-16  Romain Francoise  <romain@orebokech.com>
19466
19467         * gnus-sum.el (gnus-summary-exit): Don't clear the global
19468         counterparts of the buffer-local variables.
19469
19470 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19471
19472         * message.el (message-forbidden-properties): Fix typo in doc
19473         string.
19474
19475 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19476
19477         * gnus-util.el (gnus-replace-in-string): Add doc string.
19478
19479         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
19480         to avoid problems when splitting mails with many recipients.
19481
19482 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19483
19484         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
19485         pop-to-buffer, covered by the subsequent gnus-configure-windows.
19486
19487 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
19488
19489         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
19490         if there is no hashtable in memory or file modification time is
19491         newer than cached timestamp.
19492
19493 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
19494
19495         * gnus-sum.el (gnus-summary-limit-to-recipient):
19496         Implement not-matching option.
19497
19498 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
19499
19500         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
19501         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
19502         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
19503         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
19504         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
19505         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
19506
19507 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19508
19509         * message.el (message-forward-make-body-mml): Remove headers
19510         according to message-forward-ignored-headers if a message is decoded.
19511
19512 2004-12-02  Romain Francoise  <romain@orebokech.com>
19513
19514         * message.el (message-forward-make-body-plain): Always remove
19515         headers according to message-forward-ignored-headers.
19516
19517 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
19518
19519         * spam.el (spam-summary-prepare-exit): Remove the
19520         gnus-summary-limit pop for now, it has problems with ham marks for
19521         me.
19522
19523 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
19524
19525         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
19526         correctly.
19527
19528 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
19529
19530         * format-spec.el (format-spec): Message the char.
19531
19532 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
19533
19534         * gnus-art.el (gnus-split-methods): Reformat comments.
19535
19536         * spam.el (spam-summary-prepare-exit): Remove article limits
19537         before exiting the summary buffer.
19538
19539 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19540
19541         * lpath.el: Remove bbdb-create-internal, bbdb-records,
19542         spam-BBDB-register-routine and spam-enter-ham-BBDB.
19543
19544         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
19545         order to silence the byte compiler.
19546
19547         * spam.el: Fix the way to silence the byte compiler, which
19548         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
19549         bbdb-search-simple, spam-BBDB-register-routine,
19550         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
19551         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
19552         spam-stat-buffer-is-spam, spam-stat-load,
19553         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
19554         spam-stat-save and spam-stat-split-fancy.
19555
19556 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19557
19558         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
19559         which may confuse users.
19560         (canlock-password-for-verify): Ditto.
19561
19562         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
19563
19564         * gnus-art.el (gnus-emphasis-alist): Ditto.
19565
19566         * gnus-registry.el (gnus-registry-max-entries): Ditto.
19567
19568         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
19569
19570         * gnus-start.el (gnus-save-killed-list): Ditto.
19571
19572         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
19573         (gnus-sum-thread-tree-root): Ditto.
19574         (gnus-sum-thread-tree-false-root): Ditto.
19575         (gnus-sum-thread-tree-single-indent): Ditto.
19576
19577         * message.el (message-courtesy-message): Ditto.
19578         (message-archive-note): Ditto.
19579         (message-subscribed-address-file): Ditto.
19580         (message-user-fqdn): Ditto.
19581
19582         * spam-report.el (spam-report-gmane-regex): Ditto.
19583
19584         * spam.el (spam-blackhole-good-server-regex): Ditto.
19585
19586 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19587
19588         * mml.el (mml-preview): Widen the message buffer before copying
19589         the contents to the preview buffer; sort headers before previewing.
19590
19591         * message.el (message-hidden-headers): Fix the way to avoid a bug
19592         in the `repeat' widget in Emacs 21.3 or earlier.
19593
19594 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19595
19596         * message.el (message-hidden-headers): Default to "^References:".
19597         Improve customization type.  Suggested by Reiner Steib
19598         <Reiner.Steib@gmx.de>.
19599
19600 2004-11-25  Romain Francoise  <romain@orebokech.com>
19601
19602         * message.el (message-strip-forbidden-properties): Remove check for
19603         obsolete `message-hidden' text property, hidden headers are not
19604         accessible in the buffer anymore.
19605
19606 2004-11-22  Romain Francoise  <romain@orebokech.com>
19607
19608         * message.el (message-header-format-alist): Add `From' in list
19609         so that it can be sorted.
19610         (message-fix-before-sending): Widen and sort headers before
19611         sending.
19612         (message-hide-headers): Use narrowing to hide headers by moving
19613         them to the top of the buffer and narrowing to the region
19614         underneath.
19615
19616 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19617
19618         * message.el (message-strip-forbidden-properties):
19619         Bind buffer-read-only (etc) to nil.
19620
19621 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19622
19623         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19624         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19625
19626 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
19627
19628         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19629
19630 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19631
19632         * dns.el (query-dns): Use sit-for to time instead of
19633         accept-process-output, since that doesn't seem to work on udp
19634         sockets.
19635
19636 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19637
19638         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19639
19640 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
19641
19642         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19643         doc string.  Improve doc string.
19644
19645 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19646
19647         * nntp.el (nntp-request-update-info): Return nil if
19648         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19649         may not call gnus-activate-group which uselessly issues the GROUP
19650         commands for all nntp groups and wastes time.  Reported by Romain
19651         Francoise <romain@orebokech.com>.
19652
19653         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19654
19655 2004-11-15  Simon Josefsson  <jas@extundo.com>
19656
19657         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19658         headers separately.
19659         (gnus-button-openpgp): New function, inspired by Jochen Küpper
19660         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19661
19662 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19663
19664         * gnus-start.el (gnus-convert-old-newsrc):
19665         Assign legacy-gnus-agent to 5.10.7.
19666
19667 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19668
19669         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
19670         start of the lines.
19671
19672 2004-11-14  Magnus Henoch  <mange@freemail.hu>
19673
19674         * hashcash.el (hashcash-default-payment): Change default to 20.
19675         (hashcash-default-accept-payment): Change default to 20.
19676         (hashcash-process-alist): New variable.
19677         (hashcash-generate-payment-async): Add.
19678         (hashcash-already-paid-p): Add.
19679         (hashcash-insert-payment): Don't generate payments twice.
19680         (hashcash-insert-payment-async): Add.
19681         (hashcash-insert-payment-async-2): Add.
19682         (hashcash-cancel-async): Add.
19683         (hashcash-wait-async): Add.
19684         (hashcash-processes-running-p): Add.
19685         (hashcash-wait-or-cancel): Add.
19686         (mail-add-payment): New optional argument.  Conditionally start
19687         asynchronous calculation.
19688         (mail-add-payment-async): Add.
19689
19690         * message.el (message-send-mail): Wait for asynchronous hashcash
19691         results.  Don't clobber existing X-Hashcash headers.
19692         (message-setup-1): Call mail-add-payment-async when
19693         message-generate-hashcash is non-nil.
19694
19695 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19696
19697         * message.el (message-use-alternative-email-as-from): Examine the
19698         From header as well; use message-make-from in order to include a
19699         user's full name.
19700
19701 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19702
19703         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
19704         default; improve customization type.
19705         (gnus-emphasis-custom-with-format): New macro.
19706         (gnus-emphasis-custom-value-to-external): New function.
19707         (gnus-emphasis-custom-value-to-internal): New function.
19708
19709 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19710
19711         * dns.el (query-dns): Resolve reverse addresses.
19712
19713 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19714
19715         * gnus-group.el (gnus-group-get-new-news): Use it.
19716
19717         * gnus-start.el (gnus-check-reasonable-setup): New function.
19718
19719 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19720
19721         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
19722         "Args out of range" error.  Reported by Arnaud Giersch
19723         <arnaud.giersch@free.fr>.
19724
19725 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19726
19727         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
19728
19729 2004-11-04  Richard M. Stallman  <rms@gnu.org>
19730
19731         * spam.el (spam group): Add :version.
19732
19733         * pgg-def.el (pgg group): Add :version.
19734
19735 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19736
19737         * gnus-art.el (gnus-article-edit-article): Don't associate the
19738         article buffer with a draft file.  This is a temporary measure
19739         against the 2004-08-22 change to gnus-article-edit-mode.
19740
19741 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19742
19743         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
19744         (html2text-format-tags): Remove unused variable `attr'.
19745
19746 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19747
19748         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
19749
19750         * tls.el (tls-process-connection-type, tls-success)
19751         (tls-certtool-program): Add :version.
19752
19753         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
19754         (starttls-extra-arguments, starttls-process-connection-type)
19755         (starttls-connect, starttls-failure, starttls-success): Add :version.
19756
19757         * spam-stat.el (spam-stat): Add :version.
19758
19759         * sieve.el (sieve): Add :version.
19760
19761         * sha1.el (sha1): Add :version.
19762         (sha1-use-external): Remove redundant version.
19763
19764         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19765         (nnmail-cache-ignore-groups, nnmail-spool-hook)
19766         (nnmail-split-fancy-match-partial-words)
19767         (nnmail-split-lowercase-expanded): Add :version.
19768
19769         * nndiary.el (nndiary): Add :version.
19770
19771         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
19772
19773         * mml-sec.el (mml-default-sign-method)
19774         (mml-default-encrypt-method, mml-signencrypt-style-alist):
19775         Add :version.
19776
19777         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
19778
19779         * mm-url.el (mm-url-use-external, mm-url-program)
19780         (mm-url-arguments): Add :version.
19781
19782         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
19783         (mm-attachment-file-modes, mm-decrypt-option)
19784         (mm-w3m-safe-url-regexp): Add :version.
19785
19786         * message.el (message-cite-prefix-regexp)
19787         (message-sendmail-envelope-from, message-minibuffer-local-map)
19788         (message-user-fqdn, message-completion-alist): Add :version.
19789
19790         * gnus-win.el (gnus-configure-windows-hook)
19791         (gnus-use-frames-on-any-display): Add :version.
19792
19793         * gnus-art.el (gnus-article-address-banner-alist)
19794         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19795         (gnus-treat-from-picon, gnus-treat-mail-picon)
19796         (gnus-treat-x-pgp-sig): Add :version.
19797
19798         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19799         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19800         (gnus-summary-article-delete-hook)
19801         (gnus-summary-display-while-building): Add :version.
19802
19803         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
19804         (gnus-get-top-new-news-hook): Add :version.
19805
19806         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19807         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19808
19809         * gnus-registry.el (gnus-registry): Add :version.
19810
19811         * gnus-spec.el (gnus-use-correct-string-widths)
19812         (gnus-make-format-preserve-properties): Add :version.
19813
19814         * gnus.el (gnus-group-charter-alist)
19815         (gnus-group-fetch-control-use-browse-url)
19816         (gnus-install-group-spam-parameters): Add :version.
19817
19818         * gnus-diary.el (gnus-diary): Add :version.
19819
19820         * gnus-delay.el (gnus-delay): Add :version.
19821
19822         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
19823         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
19824         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
19825         Add :version.
19826
19827         * gnus-agent.el (gnus-agent-max-fetch-size)
19828         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
19829         (gnus-agent-prompt-send-queue): Add :version.
19830
19831         * deuglify.el (gnus-outlook-deuglify): Add :version.
19832
19833         * html2text.el: Beautify code.  Improve doc strings.
19834         Some checkdoc cleanup.
19835         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
19836
19837 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
19838
19839         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
19840
19841 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
19842
19843         * gnus-registry.el (gnus-registry-hashtb): Create the registry
19844         when package is loaded.
19845
19846         * spam.el (spam-summary-score-preferred-header): Add global preference
19847         for people who want to override the default SpamAssassin over
19848         Bogofilter preference (when both are set).
19849         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
19850         (spam-user-format-function-S):
19851         Check spam-summary-score-preferred-header.
19852         (spam-extra-header-to-number): Add X-Bogosity header parsing.
19853         (spam-user-format-function-S): Format the score correctly.
19854
19855 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19856
19857         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
19858         signature file.  Suggested by Manoj Srivastava
19859         <srivasta@golden-gryphon.com>.
19860
19861         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
19862         iso-2022-jp even in the Japanese language environment.
19863         Suggested by Jason Rumney <jasonr@gnu.org>.
19864
19865 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19866
19867         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
19868         use the same characters as the dummy marks; make it free from
19869         getting affected by the language environment.
19870         (gnus-summary-read-group-1): Update mark positions only when the
19871         format spec is updated.
19872
19873         * gnus-spec.el (gnus-update-format-specifications): Return a list
19874         of updated types.
19875
19876 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19877
19878         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
19879         of boundp to check if display-warning is available.
19880
19881 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
19882
19883         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
19884
19885 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19886
19887         * nnspool.el (nnspool-spool-directory): Use news-path if the
19888         news-directory variable is not bound.
19889
19890         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
19891         function instead of display-warning if it is not available.
19892
19893 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19894
19895         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
19896         v5-10: Use `point-at-bol'.
19897
19898 2004-10-26  Simon Josefsson  <jas@extundo.com>
19899
19900         * hashcash.el: Fix URL in comment, reported by Cheng Gao
19901         <chenggao@gmail.com>.
19902
19903 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19904
19905         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
19906         instead.
19907
19908 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
19909
19910         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
19911         to remove a server from the nnimap-server-buffer-alist.
19912         (nnimap-open-connection, nnimap-close-server): Use it.
19913
19914         * gnus-encrypt.el: Remove file in favor of encrypt.el.
19915
19916 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19917
19918         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
19919         running the major-mode function.
19920
19921 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19922
19923         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
19924         dummy marks in the right way.
19925
19926 2004-10-18  David Edmondson  <dme@dme.org>
19927
19928         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
19929         excessively.
19930
19931 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
19932
19933         * gnus-util.el (gnus-split-references): Accept a nil references
19934         string and go on blissfully.
19935
19936         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
19937         cases where the references string is non-nil but has no references.
19938
19939         * encrypt.el: Add autoload tags.
19940
19941         * spam.el (spam-resolve-registrations-routine): Remove article
19942         from unregistration list too.  Reported by David Hanak
19943         <dhanak@isis.vanderbilt.edu>
19944
19945 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
19946
19947         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
19948         nil.  Change custom type.
19949
19950 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
19951
19952         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
19953
19954         * gnus-sum.el (gnus-summary-move-article): Use it.
19955
19956 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
19957
19958         * encrypt.el: Add autoload cookies.
19959
19960         * spam.el (spam-backend-article-list-property)
19961         (spam-backend-get-article-todo-list)
19962         (spam-backend-put-article-todo-list)
19963         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
19964         Resolve registrations separately.
19965         (spam-register-routine): Format comments.
19966         (spam-unregister-routine, spam-register-routine): Always call with
19967         specific-articles, no default list.
19968         (spam-summary-prepare-exit): Use the spam-classifications function.
19969
19970         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
19971         gnus-encrypt.el.
19972
19973         * encrypt.el: Copied from gnus-encrypt.el.
19974
19975         * gnus-encrypt.el: Commented that it's obsolete.
19976
19977 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19978
19979         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
19980         (gnus-score-save): Use it.
19981
19982         * message.el (message-bury): Use `window-dedicated-p'.
19983
19984 2004-10-15  Simon Josefsson  <jas@extundo.com>
19985
19986         * pop3.el (top-level): Don't require nnheader.
19987         (pop3-read-timeout): Add.
19988         (pop3-accept-process-output): Add.
19989         (pop3-read-response, pop3-retr): Use it.
19990
19991 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
19992
19993         * spam.el (spam-register-routine): Move comment.
19994         (spam-verify-bogofilter): Use 'unknown for the initial
19995         spam-bogofilter-valid state, not 'never.
19996
19997         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
19998         for netrc-machine.
19999
20000         * nnimap.el (nnimap-open-connection):
20001         Use netrc-machine-user-or-password.
20002
20003 2004-10-17  Richard M. Stallman  <rms@gnu.org>
20004
20005         * gnus-registry.el (gnus-registry-unload-hook):
20006         Set as a variable with add-hook.
20007
20008         * nnspool.el (nnspool-spool-directory): Use news-directory instead
20009         of news-path.
20010
20011         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20012
20013         * spam.el: Delete duplicate `provide'.
20014         (spam-unload-hook): Set as a variable with add-hook.
20015
20016 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20017
20018         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20019         in the doc string.
20020
20021         * message.el (message-ignored-news-headers)
20022         (message-ignored-supersedes-headers)
20023         (message-ignored-resent-headers)
20024         (message-forward-ignored-headers): Improve custom type.
20025
20026 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20027
20028         * message.el (message-tokenize-header): Fix 2004-09-06 change
20029         which used point-min in the wrong place.
20030
20031 2004-10-12  Simon Josefsson  <jas@extundo.com>
20032
20033         * tls.el (tls-certtool-program): New variable.
20034         (tls-certificate-information): New function, based on
20035         ssl-certificate-information.
20036
20037 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20038
20039         * compface.el: Move the version of ELisp-based uncompface program
20040         to the contrib directory because of the copyright problem.
20041
20042 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20043
20044         * message.el (message-kill-buffer): Raise the current frame.
20045
20046 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
20047
20048         * gnus-sum.el: Mention that multibyte characters don't work as marks.
20049
20050         * gnus.el (message-y-or-n-p): Autoload.
20051
20052         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20053         (pop3-password-required, pop3-authentication-scheme)
20054         (pop3-leave-mail-on-server): Make customizable.
20055         (pop3): New custom group.
20056         (pop3-retr): Remove `sleep-for' statements.
20057         Suggested by Dave Love <fx@gnu.org>.
20058
20059         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20060         Windows/DOS.
20061
20062         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20063         (imap-parse-body): Fix incorrect use of `assert'.
20064         Suggested by Dave Love <fx@gnu.org>.
20065
20066         * mml.el (mml-minibuffer-read-disposition): Require match.
20067         Suggested by Dave Love <fx@gnu.org>.
20068
20069 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20070
20071         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
20072         doc string.
20073
20074 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20075
20076         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20077
20078 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20079
20080         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20081         instead of calling `mm-insert-inline', to decode text/* parts
20082         before displaying them.
20083
20084 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20085
20086         * mm-uu.el (mm-uu-text-plain-type): New variable.
20087         (mm-uu-pgp-signed-extract-1): Use it.
20088         (mm-uu-pgp-encrypted-extract-1): Use it.
20089         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20090         bind mm-uu-text-plain-type with that value.
20091         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20092         mm-uu-dissect.
20093
20094 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20095
20096         * gnus-group.el (gnus-update-group-mark-positions):
20097         * gnus-sum.el (gnus-update-summary-mark-positions):
20098         * message.el (message-check-news-body-syntax):
20099         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20100         of string-as-multibyte.
20101
20102 2004-10-05  Juri Linkov  <juri@jurta.org>
20103
20104         * gnus-group.el (gnus-update-group-mark-positions):
20105         * gnus-sum.el (gnus-update-summary-mark-positions):
20106         * message.el (message-check-news-body-syntax):
20107         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20108         8-bit unibyte values to a multibyte string for search functions.
20109
20110 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20111
20112         * mm-uu.el (mm-uu-dissect): Allow optional arg.
20113         (mm-uu-dissect-text-parts): New function.
20114
20115         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20116         dissect text parts.
20117
20118         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20119         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20120
20121         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20122
20123         * gnus-topic.el (gnus-topic-hierarchical-parameters):
20124         Use gnus-current-topics instead of gnus-current-topic.
20125
20126 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
20127
20128         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20129
20130 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
20131
20132         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
20133         where appropriate.
20134
20135         * nnml.el (nnml-generate-active-info): do.
20136
20137         * nndiary.el (nndiary-generate-active-info): do.
20138
20139         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20140         (gnus-topic-move): do.
20141
20142         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20143         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20144
20145         * gnus-srvr.el (gnus-server-prepare)
20146         (gnus-server-open-all-servers): do.
20147
20148         * gnus-msg.el (gnus-summary-cancel-article)
20149         (gnus-summary-resend-message)
20150         (gnus-summary-mail-crosspost-complaint): do.
20151
20152         * gnus-move.el (gnus-change-server): do.
20153
20154         * gnus-group.el (gnus-group-unmark-all-groups)
20155         (gnus-group-set-current-level): do.
20156
20157 2004-10-04  Simon Josefsson  <jas@extundo.com>
20158
20159         * message.el (message-generate-hashcash): Doc fix.
20160
20161 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
20162
20163         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20164         avoid infinite recursion via gnus-get-function.
20165
20166 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
20167
20168         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20169
20170         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20171
20172         * nnmail.el (nnmail-split-history): do.
20173
20174         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20175         (nnml-request-delete-group): do.
20176
20177         * nnslashdot.el (nnslashdot-read-groups): do.
20178
20179         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20180         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20181
20182         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20183         (nnspool-sift-nov-with-sed): Use last.
20184         (nnspool-retrieve-headers-with-nov): Use mapc.
20185         (nnspool-request-newgroups): Use dolist.
20186         (nnspool-request-group): Use last.
20187
20188         * nntp.el (nntp-read-server-type): Use dolist.
20189
20190         * nnvirtual.el (nnvirtual-create-mapping)
20191         (nnvirtual-update-read-and-marked): Use dolist.
20192         (nnvirtual-convert-headers): Simplify.
20193
20194 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20195
20196         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20197         Add support for sync'ing tick marks.
20198
20199 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20200
20201         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20202         there's no visible header.
20203
20204 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20205
20206         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20207         When necessary, pass full group name to gnus-request-set-marks.
20208
20209 2004-10-01  Simon Josefsson  <jas@extundo.com>
20210
20211         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
20212         acroread.
20213
20214 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20215
20216         * spam-report.el (spam-report-gmane): Fix interactive.
20217
20218         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20219
20220         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20221         when writing file.
20222         (gnus-agent-synchronize-flags): Don't default to being
20223         interactive.
20224
20225 2004-09-30  Simon Josefsson  <jas@extundo.com>
20226
20227         * message.el (message-generate-hashcash): Add.
20228         (message-send-mail): Use it, call mail-add-payment.
20229
20230 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
20231
20232         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20233
20234 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
20235
20236         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
20237         gnus-requst-update-info with explicit code to sync the in-memory
20238         info read flags with the marks being sync'd to the backend.
20239
20240         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
20241
20242 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20243
20244         * spam.el (spam-verify-bogofilter): Add new function.
20245         (spam-check-bogofilter)
20246         (spam-bogofilter-register-with-bogofilter): Use it.
20247         (spam-verify-bogofilter): Add small fixes.
20248
20249 2004-09-28  Simon Josefsson  <jas@extundo.com>
20250
20251         * hashcash.el (hashcash-generate-payment): Revert.
20252
20253 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20254
20255         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20256         Use gnus-extract-references instead of gnus-split-references.
20257
20258         * gnus-util.el (gnus-extract-references): Add new function, analogous
20259         to gnus-split-references but extracts only the message-ID without
20260         anything extra.
20261
20262         * hashcash.el (hashcash-generate-payment)
20263         (hashcash-check-payment): Do the right thing if hashcash-path is
20264         nil (because the hashcash program could not be found).
20265
20266         * spam.el (spam-use-hashcash): Remove comment.
20267
20268 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
20269
20270         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
20271         (gnus-cache-enter-article, gnus-cache-remove-article)
20272         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
20273
20274         * gnus-async.el (gnus-async-prefetch-remove-group): do.
20275
20276         * gnus-art.el (article-hide-boring-headers)
20277         (article-translate-strings, article-display-face)
20278         (gnus-article-mime-match-handle-first)
20279         (gnus-article-highlight-headers)
20280         (gnus-article-add-buttons-to-head): do.
20281
20282 2004-09-27  Simon Josefsson  <jas@extundo.com>
20283
20284         * hashcash.el: New version, from
20285         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
20286         ../contrib/.
20287
20288 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20289
20290         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
20291
20292 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
20293
20294         * gnus-dup.el (gnus-dup-open): Use mapc.
20295         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
20296
20297         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
20298         Reported by Stefan Wiens <s.wi@gmx.net>.
20299
20300         * gnus.el (gnus-shutdown): Use dolist.
20301
20302         * gnus-undo.el (gnus-undo): Use mapc.
20303
20304         * nnrss.el (nnrss-generate-active): do.
20305
20306         * message.el (message-cite-original-without-signature)
20307         (message-cite-original): Use mapc.
20308         (message-do-actions, message-make-forward-subject): Use dolist.
20309
20310 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20311
20312         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
20313         deletion to remove entire duplicate line.  Fixes merged article
20314         number bug.
20315
20316 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20317
20318         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
20319         servers that are offline.  Avoids having gnus-agent-toggle-plugged
20320         first ask if you want to open a server and then, even when you
20321         responded with no, asking if you want to synchronize the server's
20322         flags.
20323         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
20324         multi-line expressions.
20325         (gnus-agent-synchronize-group-flags): New internal function.
20326         Updates marks in memory (in the info structure) AND in the
20327         backend.
20328
20329         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
20330
20331         * nnagent.el (nnagent-request-set-mark):
20332         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
20333         method, to ensure that synchronization updates marks in the
20334         backend and in the info (in memory) structure.
20335
20336 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20337
20338         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
20339         convention fully; don't miss the root article of a thread; make
20340         the X-Draft-From header with correct article numbers.
20341
20342 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
20343
20344         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
20345         unless plugged.  Disable the agent so that an open failure causes
20346         an error.
20347
20348         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
20349         Revert 2004-09-21 change.  The backend must be opened while
20350         synchronizing flags even when the backend stores the flags
20351         locally.
20352
20353 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
20354
20355         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
20356         in `header' match.  Reported by Svend Tollak Munkejord.
20357
20358         * message.el (message-cite-original): Fix use of
20359         `message-cite-articles-with-x-no-archive'.
20360
20361 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20362
20363         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
20364         (gnus-window-to-buffer): Ditto.
20365
20366         * mml.el (mml-preview-buffer): New variable.
20367         (mml-preview): Manage window layout with gnus-buffer-configuration.
20368
20369         * gnus-msg.el (gnus-setup-message): Put article numbers into the
20370         X-Draft-From header even if those articles aren't quoted.
20371
20372 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
20373
20374         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
20375         (gnus-request-set-mark, gnus-request-update-mark): Use new
20376         g-s-t-u-l-m to decide to use backend even when unplugged.
20377
20378 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20379
20380         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
20381         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
20382
20383 2004-09-20  Simon Josefsson  <jas@extundo.com>
20384
20385         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
20386         "utf-16-le".
20387
20388 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20389
20390         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
20391
20392 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20393
20394         * uudecode.el (uudecode-use-external): Add :version.
20395
20396         * smime.el (smime-CA-file, smime-encrypt-cipher)
20397         (smime-dns-server): Add :version.
20398
20399         * smiley.el (gnus-smiley-file-types): Add :version.
20400
20401         * sha1.el (sha1-use-external): Add :version.
20402
20403         * pgg-def.el (pgg-query-keyserver): Add :version.
20404
20405         * nnmail.el (nnmail-fancy-expiry-targets)
20406         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
20407         Add :version.
20408
20409         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
20410         (nnimap-retrieve-groups-asynchronous): Add :version.
20411         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
20412
20413         * mml.el (mml-content-disposition-parameters)
20414         (mml-insert-mime-headers-always): Add :version.
20415
20416         * mm-util.el (mm-coding-system-priorities): Add :version.
20417
20418         * mm-decode.el (mm-inline-text-html-with-images)
20419         (mm-keep-viewer-alive-types, mm-external-terminal-program)
20420         (mm-verify-option): Add :version.
20421         (mm-text-html-renderer): Change :version.
20422
20423         * message.el (message-fcc-externalize-attachments)
20424         (message-required-headers, message-draft-headers)
20425         (message-subject-trailing-was-query)
20426         (message-subject-trailing-was-ask-regexp)
20427         (message-subject-trailing-was-regexp, message-mark-insert-begin)
20428         (message-mark-insert-end, message-archive-header)
20429         (message-archive-note, message-cross-post-default)
20430         (message-cross-post-note, message-followup-to-note)
20431         (message-cross-post-note-function, message-use-mail-followup-to)
20432         (message-subscribed-address-functions)
20433         (message-subscribed-address-file, message-subscribed-addresses)
20434         (message-subscribed-regexps, message-allow-no-recipients)
20435         (message-yank-cited-prefix, message-signature-insert-empty-line)
20436         (message-hidden-headers, message-hierarchical-addresses)
20437         (message-mail-user-agent, message-use-idna)
20438         (message-valid-fqdn-regexp)
20439         (message-strip-special-text-properties, message-header-synonyms)
20440         (message-beginning-of-line, message-tab-body-function): Add :version.
20441         (message-insert-canlock, message-wide-reply-confirm-recipients):
20442         Change :version.
20443
20444         * mail-source.el (mail-source-ignore-errors): Add :group, :type
20445         and :version.
20446         (mail-source-delete-old-incoming-confirm)
20447         (mail-source-movemail-program): Add :version.
20448
20449         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
20450         (gnus-agent-cache, gnus-agent): Change :version.
20451
20452         * gnus-util.el (gnus-use-byte-compile): Change :version.
20453
20454         * gnus-sum.el (gnus-summary-make-false-root-always)
20455         (gnus-summary-default-high-score)
20456         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
20457         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
20458         (gnus-read-all-available-headers, gnus-article-emulate-mime)
20459         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
20460         (gnus-sum-thread-tree-single-indent)
20461         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
20462         (gnus-sum-thread-tree-leaf-with-other)
20463         (gnus-sum-thread-tree-single-leaf): Add :version.
20464         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
20465         (gnus-article-loose-mime): Change :version.
20466
20467         * gnus-start.el (gnus-backup-startup-file)
20468         (gnus-save-startup-file-via-temp-buffer): Add :version.
20469
20470         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
20471         (gnus-server-offline-face): Add :version.
20472
20473         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
20474
20475         * gnus-msg.el (gnus-gcc-externalize-attachments)
20476         (gnus-debug-files, gnus-debug-exclude-variables)
20477         (gnus-discouraged-post-methods): Change :version.
20478         (gnus-confirm-mail-reply-to-news)
20479         (gnus-confirm-treat-mail-like-news): Add :version.
20480
20481         * gnus-int.el (gnus-server-unopen-status): Add :version.
20482
20483         * gnus-group.el (gnus-group-jump-to-group-prompt)
20484         (gnus-large-ephemeral-newsgroup)
20485         (gnus-fetch-old-ephemeral-headers): Add :version.
20486
20487         * gnus-fun.el (gnus-x-face-directory)
20488         (gnus-convert-pbm-to-x-face-command)
20489         (gnus-convert-image-to-x-face-command)
20490         (gnus-convert-image-to-face-command): Add :version.
20491
20492         * gnus-delay.el (gnus-delay-default-hour): Add :version.
20493
20494         * gnus-cite.el (gnus-cite-blank-line-after-header)
20495         (gnus-article-boring-faces): Add :version.
20496
20497         * gnus-art.el (gnus-buttonized-mime-types)
20498         (gnus-inhibit-mime-unbuttonizing)
20499         (gnus-treat-display-face)
20500         (gnus-treat-body-boundary): Change :version.
20501         (gnus-body-boundary-delimiter, gnus-picon-databases)
20502         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
20503         (gnus-treat-date-english, gnus-treat-fold-headers)
20504         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
20505         (gnus-treat-mail-picon, gnus-treat-wash-html)
20506         (gnus-article-encrypt-protocol)
20507         (gnus-use-idna, gnus-article-over-scroll)
20508         (gnus-mime-display-multipart-alternative-as-mixed)
20509         (gnus-mime-display-multipart-related-as-mixed)
20510         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
20511         (gnus-ctan-url, gnus-button-ctan-handler)
20512         (gnus-button-handle-ctan-bogus-regexp)
20513         (gnus-button-ctan-directory-regexp)
20514         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
20515         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
20516         (gnus-button-man-level, gnus-button-emacs-level)
20517         (gnus-button-message-level, gnus-button-browse-level): Add :version.
20518
20519         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
20520         (gnus-agent-go-online): Change :version.
20521         (gnus-agent-expire-unagentized-dirs)
20522         (gnus-agent-auto-agentize-methods): Add :version.
20523
20524         * flow-fill.el (fill-flowed-display-column)
20525         (fill-flowed-encode-column): Add :version.
20526
20527         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20528         (gnus-outlook-deuglify-unwrap-max)
20529         (gnus-outlook-deuglify-cite-marks)
20530         (gnus-outlook-deuglify-unwrap-stop-chars)
20531         (gnus-outlook-deuglify-no-wrap-chars)
20532         (gnus-outlook-deuglify-attrib-cut-regexp)
20533         (gnus-outlook-deuglify-attrib-verb-regexp)
20534         (gnus-outlook-deuglify-attrib-end-regexp)
20535         (gnus-outlook-display-hook): Add :version.
20536
20537         * binhex.el (binhex-use-external): Add :version.
20538
20539 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
20540
20541         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
20542         and `invisible'.
20543
20544 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
20545
20546         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
20547         in gnus-registry-trim.
20548
20549 2004-09-13  Simon Josefsson  <jas@extundo.com>
20550
20551         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
20552
20553         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
20554
20555         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
20556         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20557         <yamaoka@jpl.org>.
20558         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
20559         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20560         <yamaoka@jpl.org>.
20561
20562         * sieve.el (sieve-manage-mode): Ditto.
20563
20564 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
20565
20566         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
20567
20568 2004-09-11  Simon Josefsson  <jas@extundo.com>
20569
20570         * dns-mode.el: Add.
20571
20572         * mm-view.el (mm-display-dns-inline): Add.
20573
20574         * mm-decode.el (mm-inline-media-tests): Add text/dns.
20575         (mm-automatic-display): Ditto.
20576
20577         * mailcap.el (mailcap-mime-data): Add text/dns.
20578         (mailcap-mime-extensions): Map .soa to text/dns.
20579
20580 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
20581
20582         * gnus-art.el (article-decode-mime-words, article-babel)
20583         (gnus-article-highlight-signature, gnus-article-add-buttons)
20584         (gnus-signature-toggle): Remove unnecessary bindings of
20585         `inhibit-read-only' inherited from v5.10 merge.
20586
20587 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
20588
20589         * nntp.el (nntp): New customization group.
20590         (nntp-authinfo-file): Add customization group.
20591
20592         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
20593
20594         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
20595
20596         * gnus.el (to-address, to-list, subscribed)
20597         (large-newsgroup-initial): Ditto.
20598
20599         * flow-fill.el (fill-flowed-display-column)
20600         (fill-flowed-encode-column): Ditto.
20601
20602 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20603
20604         * message.el (message-tokenize-header, message-send-mail-with-qmail):
20605         Use point-min rather than 1.
20606         (message-send-mail): Use buffer-size rather than point-max.
20607
20608         * gnus-sum.el (gnus-summary-search-article-forward):
20609         Signal a specific `search-failed' rather than a generic `error'.
20610
20611         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20612         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20613         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20614
20615 2004-09-10  Simon Josefsson  <jas@extundo.com>
20616
20617         * nndb.el (require): Remove tcp and duplicate cl.
20618
20619 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20620
20621         * gnus-agent.el (directory-files-and-attributes): Move forward.
20622
20623 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20624
20625         * gnus-agent.el (directory-files-and-attributes):
20626         Optionally defined to support XEmacs.
20627
20628 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20629
20630         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
20631         to avoid run-time CL dependencies.
20632         (gnus-agent-unfetch-articles): New function.
20633         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20634         article numbers even when local .overview file is missing.
20635         (gnus-agent-read-article-number): New function.  Only accepts
20636         27-bit article numbers.
20637         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20638         Use gnus-agent-read-article-number.
20639         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20640         from backend while recognizing that article numbers in .overview
20641         must be valid.
20642         (gnus-agent-update-files-total-fetched-for):
20643         Use directory-files-and-attributes to improve performance.
20644         * gnus-int.el (gnus-request-move-article):
20645         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
20646         improve performance.
20647
20648         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
20649         some users confused by references to .newsrc when they only have a
20650         .newsrc.eld file.
20651         (gnus-convert-mark-converter-prompt)
20652         (gnus-convert-converter-needs-prompt): Fix use of property list.
20653         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
20654         New function.  Used internally to only display 'gnus converting
20655         files' message when actually necessary.
20656
20657         * gnus-sum.el (): Remove (require 'gnus-agent) as required
20658         methods now autoloaded.
20659
20660 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20661
20662         * gnus-sum.el (gnus-summary-insert-subject): Remove list
20663         identifiers.
20664
20665 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
20666
20667         * gnus-picon.el: Fix indentation and closing parenthesis.
20668
20669 2004-09-01  Simon Josefsson  <jas@extundo.com>
20670
20671         * message.el (message-canlock-generate): Require sha1, not
20672         sha1-el.  (Can we get rid of this require altogether?  It is ugly
20673         to require within a function.  Sadly, if sha1.el isn't loaded, the
20674         let binding in m-c-g will hide the defcustom definition, which is
20675         bad.)
20676
20677         * canlock.el: Require sha1, not sha1-el.
20678
20679         * message.el: Don't autoload sha1 (there is a autoload cookie in
20680         sha1.el).
20681
20682         * sha1-el.el: Rename to sha1.el.
20683
20684 2004-08-30  Juanma Barranquero  <lektu@terra.es>
20685
20686         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
20687
20688 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20689
20690         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
20691
20692 2004-08-30  Kim F. Storm  <storm@cua.dk>
20693
20694         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
20695
20696         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
20697         Add :group 'nnimap.
20698
20699 2004-08-30  Andreas Schwab  <schwab@suse.de>
20700
20701         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
20702         ?* and ?\;.
20703
20704         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
20705         and ?\' to symbol instead of whitespace.
20706
20707 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20708
20709         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
20710
20711         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
20712         instead of re-search-forward.
20713
20714         * gnus-uu.el (gnus-uu-save-article): Ditto.
20715         (gnus-uu-post-encode-uuencode): Ditto.
20716
20717         * html2text.el (html2text-clean-list-items): Ditto.
20718         (html2text-clean-dtdd): Ditto.
20719         (html2text-format-tags): Ditto.
20720
20721         * message.el (message-send-mail-with-sendmail): Fix regexp.
20722         (message-fill-field-general): Use search-forward instead of
20723         re-search-forward.
20724         (unbold-region): Ditto.
20725
20726         * nnrss.el (nnrss-request-article): Ditto.
20727
20728         * nnslashdot.el (nnslashdot-request-article): Ditto.
20729
20730         * nnweb.el (nnweb-gmane-wash-article): Ditto.
20731
20732         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
20733         "Unrecognized menu descriptor" error in XEmacs.
20734
20735 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20736
20737         * gnus-sum.el (gnus-read-header): Don't remove a header for the
20738         parent article of a sparse article in the thread hashtb.
20739
20740 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
20741
20742         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
20743         (nnmail-expand-newtext): Lowercase expanded entries if
20744         nnmail-split-lowercase-expanded is non-nil.
20745
20746 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20747
20748         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
20749
20750         * gnus-group.el (gnus-group-line-format-alist): Convert the value
20751         of gnus-tmp-news-method into string under XEmacs.  It will be
20752         passed to gnus-correct-length which takes only a string argument.
20753
20754 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20755
20756         * gnus-util.el (gnus-bind-print-variables): New macro.
20757         (gnus-prin1): Use it.
20758         (gnus-prin1-to-string): Use it.
20759         (gnus-pp): New function.
20760         (gnus-pp-to-string): New function.
20761
20762         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20763         Replace pp-to-string with gnus-pp-to-string.
20764         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20765         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20766         * gnus-msg.el (gnus-debug): Ditto.
20767         * gnus-score.el (gnus-score-save): Ditto.
20768         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20769         gnus-pp-to-string.
20770         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
20771         with gnus-pp.
20772         * score-mode.el (gnus-score-pretty-print): Ditto.
20773         * webmail.el (webmail-debug): Ditto.
20774
20775 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20776
20777         * gnus-art.el (article-display-face, article-display-x-face):
20778         Use buffer-read-only.
20779
20780 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20781
20782         * gnus-art.el (article-hide-list-identifiers):
20783         Bind inhibit-read-only as t.
20784
20785 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
20786
20787         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
20788
20789 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20790
20791         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
20792         (gnus-narrow-to-page): Don't assume point-min == 1.
20793         (gnus-article-edit-mode): Derive from message-mode.
20794
20795         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20796         point-min == 1.
20797
20798         * imap.el (imap-parse-address-list, imap-parse-body-ext):
20799         Disable incorrect use of `assert'.
20800
20801         * message.el (message-mode): Set comment-start-skip.
20802
20803
20804 2004-08-22  Sam Steingold  <sds@gnu.org>
20805
20806         * pop3.el (pop3-leave-mail-on-server): New user variable.
20807         (pop3-movemail): Delete mail only when it is nil.
20808
20809 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
20810
20811         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
20812
20813         * mml.el (mml-preview): Use `pop-to-buffer'.
20814
20815         * message.el (message-goto-mail-followup-to): Insert after "To".
20816         (message-carefully-insert-headers): Add comment.
20817
20818         * gnus.el: Remove unused variable `gnus-article-check-size'.
20819
20820         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
20821
20822         * gnus-art.el (gnus-button-alist):
20823         Improve `gnus-button-handle-library' entry.
20824
20825 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
20826
20827         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
20828         Use downcase, since XEmacs capitalizes error messages differently.
20829
20830 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
20831
20832         * nntp.el: Add (require 'gnus) due to reference to
20833         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
20834
20835 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
20836
20837         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
20838         Bind `mm-fill-flowed'.
20839
20840         * mm-decode.el (mm-dissect-singlepart): Check it.
20841
20842 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
20843
20844         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
20845         'imap' for netrc parsing.
20846
20847 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
20848
20849         * mailcap.el (mailcap-mime-data): Mark as risky.
20850
20851 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20852
20853         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
20854         may be included in the encoded word.
20855         (rfc2047-encode): Don't append a space if the encoded word
20856         includes close parenthesis.
20857
20858 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20859
20860         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
20861         of text within parentheses.
20862
20863 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
20864
20865         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
20866         (gnus-encrypt-write-file-contents): Make the password key the file
20867         name PLUS the cipher, not just the cipher.  Also remove failed
20868         passwords from the cache.
20869
20870 2004-08-06  Simon Josefsson  <jas@extundo.com>
20871
20872         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
20873         Doc fix.
20874
20875 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20876
20877         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
20878         LWSP.
20879
20880 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
20881
20882         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20883         Try to append in-reply-to: data to the references: header.
20884
20885         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
20886         (netrc-parse): Use gnus-encrypt.el functions.
20887
20888         * gnus-encrypt.el: Add new file for encryption support; currently
20889         does only a few GPG ciphers and an internal XOR cipher.
20890
20891         * password.el: Add comments on using password-read-and-add.
20892         (password-read-and-add): Add function to read and add the
20893         password to the cache at once.
20894
20895 2004-07-28  Simon Josefsson  <jas@extundo.com>
20896
20897         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
20898         parameter (but don't use it, for now).
20899
20900         * imap.el (imap-ssl-open): Use imap-process-connection-type,
20901         instead of hard coding to nil.
20902
20903 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20904
20905         * mm-view.el (mm-inline-image-emacs): Open lines under an image
20906         as mm-inline-image-xemacs does.
20907
20908 2004-07-26  Simon Josefsson  <jas@extundo.com>
20909
20910         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
20911         Revert part of 2004-07-17 change below.
20912
20913 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20914
20915         * rfc2047.el (rfc2047-encode-region): Don't infloop.
20916         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20917
20918 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20919
20920         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
20921         quotes that actually start with ">" at the beginning of the
20922         lines.
20923
20924 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20925
20926         * rfc2047.el (rfc2047-encode-region): Fix last change.
20927         (rfc2047-encode-parameter): Remove useless concat.
20928
20929 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20930
20931         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
20932         encode special characters; fix some kind of misconfigured headers;
20933         signal a real error if debug-on-quit or debug-on-error is non-nil.
20934         (rfc2047-encode-max-chars): New variable.
20935         (rfc2047-encode-1): Use it.
20936         (rfc2047-encode-parameter): New function.
20937
20938         * mml.el (mml-insert-parameter): Remove an excessive space.
20939
20940 2004-07-17  Simon Josefsson  <jas@extundo.com>
20941
20942         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
20943         Kai Grossjohann <kai@emptydomain.de>.
20944         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
20945         (gnus-group-make-menu-bar): Ditto.
20946
20947         * gnus-util.el (gnus-group-server): Add.
20948
20949 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
20950
20951         * message.el (message-clone-locals): Clone sendmail and smtp
20952         variables.
20953
20954 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20955
20956         * rfc2047.el (rfc2047-encode-region): Fix last change.
20957
20958 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20959
20960         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
20961         characters as non-special.
20962
20963 2004-07-09  Simon Josefsson  <jas@extundo.com>
20964
20965         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
20966         Users will lose all flag changes made while unplugged with
20967         e.g. nntp unless flag synchronization happens, thus `nil' is not a
20968         good default.  See numerous reports on ding mailing list.
20969
20970 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20971
20972         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
20973         add generate-head-function and generate-article-function to the
20974         rfc822-forward entry.
20975         (nndoc-rfc822-forward-generate-article): New function.
20976         (nndoc-rfc822-forward-generate-head): New function.
20977
20978         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
20979
20980 2004-07-06  Dan Christensen  <jdc@uwo.ca>
20981
20982         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
20983         respect display group parameter and gnus-summary-expunge-below.
20984         (gnus-articles-to-read): Remove unused reference to display group
20985         parameter.
20986
20987 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20988
20989         * nnheader.el (nnheader-uniquify-message-id): New experimental
20990         variable.
20991         (nnheader-nov-read-message-id): Use it.
20992
20993         * spam-report.el (spam-report-gmane): Add interactive.
20994
20995 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20996
20997         * mm-encode.el (mm-content-transfer-encoding-defaults):
20998         Use qp-or-base64 for the application/* types.
20999
21000 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
21001
21002         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21003
21004 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
21005
21006         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21007         trim value.
21008
21009 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21010
21011         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21012         New macro and function.
21013         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21014
21015 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21016
21017         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21018         after-load-alist.
21019
21020 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21021
21022         * gnus-group.el (gnus-group-get-new-news-this-group):
21023         Don't update info that isn't there.
21024
21025 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
21026
21027         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21028         entry.
21029
21030 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21031
21032         * mm-view.el (mm-inline-render-with-function): Use multibyte
21033         buffer; decode html source by charset.
21034
21035         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21036
21037         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21038         Mule-UCS is loaded under XEmacs.
21039         (mm-mime-mule-charset-alist): Avoid duplicated entries.
21040
21041 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
21042
21043         * nnheader.el (nnheader-max-head-length): Increase to 8192.
21044
21045 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21046
21047         * mm-util.el (mm-coding-system-p): Return a coding-system.
21048         (mm-mime-mule-charset-alist): Use shift_jis instead of
21049         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21050         entries for the mime charsets iso-2022-jp-3 and shift_jis.
21051         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21052         instead of japanese-shift-jis and iso-latin-1 respectively in
21053         order to share the default value with both Emacs and XEmacs-mule.
21054         (mm-mule-charset-to-mime-charset):
21055         Make mm-coding-system-priorities effective.
21056         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21057         while predicating of candidates upon the priorities.
21058
21059 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
21060
21061         * gnus-sum.el (gnus-summary-make-menu-bar):
21062         Add gnus-uu-invert-processable.
21063
21064         * gnus.el: Autoload gnus-uu-invert-processable.
21065
21066 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21067
21068         * mm-util.el (mm-with-multibyte-buffer): New macro.
21069
21070         * rfc2047.el (rfc2047-encode-string): Use it.
21071         (rfc2047-encode-region): Move point to the end of the region after
21072         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21073
21074 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21075
21076         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21077         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21078
21079 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21080
21081         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21082         (gnus-cite-parse): Ignore quoted envelope From_.
21083         Suggested by Karl Chen <quarl@nospam.quarl.org>.
21084
21085 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
21086
21087         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21088         invalid addresses.
21089
21090 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
21091
21092         * spam.el: Change section markers, revise TODO list.
21093         (spam-backends): Make new master list of all installed backends.
21094         (spam-summary-exit-behavior): Add new variable to determine how
21095         messages moves are done at summary exit.
21096         (spam-move-spam-nonspam-groups-only)
21097         (spam-process-ham-in-nonham-groups)
21098         (spam-process-ham-in-spam-groups): Remove variables, the
21099         spam-summary-exit-behavior variable should be used to manage this
21100         behavior.
21101         (spam-old-ham-articles, spam-old-spam-articles): Remove.
21102         (spam-old-articles): Add variable, replacing spam-old-ham-articles
21103         and spam-old-spam-articles.
21104         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21105         Add empty variables, placeholders for the backends they represent.
21106         (spam-set-difference): Move, unchanged.
21107         (spam-list-of-processors): Declare OBSOLETE, not used anymore
21108         unless the user has a processor variable.
21109         (spam-classifications, spam-classification-valid-p)
21110         (spam-backend-properties, spam-backend-property-valid-p)
21111         (spam-backend-function-type-valid-p)
21112         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21113         (spam-report-articles-gmane, spam-report-articles-resend):
21114         Remove functions, they are not needed.
21115         (spam-install-backend-super, spam-backend-list)
21116         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21117         (spam-backend-function, spam-backend-ham-registration-function)
21118         (spam-backend-spam-registration-function)
21119         (spam-backend-ham-unregistration-function)
21120         (spam-backend-spam-unregistration-function)
21121         (spam-backend-statistical-p, spam-backend-mover-p)
21122         (spam-install-backend-alias, spam-install-checkonly-backend)
21123         (spam-install-mover-backend, spam-install-nocheck-backend)
21124         (spam-install-backend, spam-install-statistical-backend)
21125         (spam-install-statistical-checkonly-backend): Add backend installation
21126         support.
21127         (spam-summary-prepare-exit): Rewrite to use the new backend code.
21128         (spam-group-processor-p): Use the new backend code and respect the
21129         summary exit behavior.
21130         (spam-mark-spam-as-expired-and-move-routine): Remove.
21131         (spam-summary-prepare): Change to use the new spam-old-articles
21132         variable.
21133         (spam-copy-or-move-routine, spam-copy-spam-routine)
21134         (spam-move-spam-routine, spam-copy-ham-routine)
21135         (spam-move-ham-routine): Add code to copy/move ham or spam.
21136         (spam-fetch-field-fast): Improve doc and code, plus allow the
21137         'number request.
21138         (spam-list-of-checks, spam-list-of-statistical-checks):
21139         Remove variables.
21140         (spam-split, spam-find-spam): Use the new backend code.
21141         (spam-registration-functions): Remove variable.
21142         (spam-unregister-routine): Add convenience wrapper.
21143         (spam-log-undo-registration, spam-register-routine)
21144         (spam-log-processing-to-registry)
21145         (spam-log-unregistration-needed-p): Rename "check" to "backend"
21146         where possible.
21147         (spam-check-gmane-xref, spam-check-regex-headers)
21148         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21149         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21150         (spam-check-bogofilter-headers, spam-check-spamoracle)
21151         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21152         (spam-check-crm114-headers): Use the spam-split-group that
21153         spam-split prepares, no need to determine it every time.
21154
21155         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21156         to the nnheader-parse-naked-head call.
21157
21158         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21159
21160         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21161         the nnheader-nov-read-message-id call.
21162
21163 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21164
21165         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21166         gnus-activate-group twice.  Suggested by Markus Peter
21167         <warp@spin.de>.
21168
21169 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21170
21171         * gnus-art.el (gnus-article-time-format): Exchange the order of
21172         day and month in the default value; fix customization type.
21173         (article-date-ut): Use add-text-properties.
21174         (article-make-date-line): Use message-make-date instead of
21175         current-time-string.
21176
21177         * message.el (message-fetch-field): Don't use set-text-properties.
21178         (message-make-date): Simplify.
21179
21180         * messagexmas.el (message-xmas-make-date): New function.
21181         (message-xmas-redefine): Defalias message-make-date to it.
21182
21183 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21184
21185         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21186         (rfc2047-encode-region): Treat text within parentheses as special;
21187         show the original text when error has occurred.
21188
21189         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21190         already-computed method to gnus-activate-group.
21191
21192         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21193         same select-methods identical Lisp objects.
21194
21195         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21196         object when modifying the info.
21197
21198 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21199
21200         * gnus-srvr.el (gnus-server-set-info): Remove the server from
21201         gnus-opened-servers since it has never been opened with the new
21202         configuration yet.
21203
21204 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21205
21206         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21207         arg to nnheader-generate-fake-message-id.
21208
21209 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
21210
21211         * nnheader.el (nnheader-generate-fake-message-id): Accept a
21212         number and build a fake message ID localized to a group and
21213         article number (so it's repeatable from that point on).
21214         (nnheader-fake-message-id-p): Change regex to accomodate new fake
21215         ID format.
21216
21217         * gnus-sum.el (gnus-get-newsgroup-headers):
21218         Call nnheader-generate-fake-message-id with the article number.
21219
21220 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
21221
21222         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21223         end-of-buffer.
21224
21225 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21226
21227         * message.el (message-ignored-supersedes-headers): Add Approved.
21228
21229 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21230
21231         * rfc2047.el (rfc2047-encode-message-header): Remove useless
21232         goto-char.
21233         (rfc2047-encode): Fold the line before encoding.
21234
21235 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21236
21237         * rfc2047.el (rfc2047-encode-message-header): Disabled header
21238         folding -- not all headers can be folded, and this should be done
21239         by the message composition mode.  Probably.  I think.
21240
21241 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21242
21243         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21244         fast.
21245
21246         * gnus-ems.el (gnus-remove-image): Don't use
21247         message-text-with-property; remove only the image found first.
21248
21249         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
21250         found first.
21251
21252 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
21253
21254         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
21255
21256 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21257
21258         * message.el (message-text-with-property): Make it fast and accept
21259         optional arguments.
21260         (message-strip-forbidden-properties): Use it.
21261         (message-fix-before-sending): Follow the m-t-w-p change.
21262
21263         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
21264
21265 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21266
21267         * gnus-art.el (article-hide-headers): Don't change the buffer
21268         mistakenly when performing mml-preview even if
21269         gnus-single-article-buffer is nil.
21270
21271 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
21272
21273         * message.el (message-expand-name-databases): New user option.
21274         (message-expand-name): Use it.
21275
21276 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
21277
21278         * spam.el (spam-report-articles-resend)
21279         (spam-report-resend-register-routine): Allow ham reporting.
21280         (spam-report-resend-register-ham-routine): Add wrapper.
21281         (spam-registration-functions): Add ham resending functions.
21282         (spam-list-of-processors): Add ham resend processor.
21283
21284         * gnus.el (ham-resend-to): Add new group parameter.
21285         (spam-process): Add ham resend option.
21286
21287         * spam-report.el (spam-report-resend): Allow reporting ham.
21288         (spam-report-resend-ham): Add wrapper.
21289
21290 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21291
21292         * message.el (message-cite-articles-with-x-no-archive):
21293         New variable.
21294         (message-cite-original): Use it.
21295
21296 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21297
21298         * message.el (message-cite-original): Respect X-No-Archive.
21299
21300 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21301
21302         * gnus-art.el (article-hide-headers): Refer to the values for
21303         gnus-ignored-headers and gnus-visible-headers in the summary
21304         buffer since a user may have set them as group parameters.
21305
21306 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
21307
21308         * assistant.el (assistant-node-name): Add convenience function.
21309         (assistant-render-text, assistant-render-node): Add error handling,
21310         plus handle multiple next nodes.
21311         (assistant-find-next-node): Comment out for now.
21312         (assistant-find-next-nodes): Add function, returns list of next
21313         nodes.
21314
21315 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
21316
21317         * mail-source.el (mail-source-directory): Fix doc-string.
21318
21319 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
21320
21321         * assistant.el (assistant-render-text, assistant-eval): Add :set
21322         widget type, which is different because it takes and returns a
21323         list.  Much hilarity ensues.
21324
21325 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
21326
21327         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
21328
21329         * gnus-group.el (gnus-group-get-new-news-this-group):
21330         Add doc-string.
21331
21332         * gnus-start.el (gnus-activate-group): Add doc-string.
21333
21334 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21335
21336         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
21337
21338 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
21339
21340         * assistant.el (assistant-render-text): Try to add a :set
21341         widget, more to come.
21342
21343         * spam.el (spam-group-spam-contents-p): Handle empty groupname
21344         strings.
21345         (spam-report-articles-resend)
21346         (spam-register-routine): Do registration iff any articles warrant
21347         it.
21348         (spam-summary-prepare-exit): Change log message for nil group
21349         destinations.
21350
21351 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
21352
21353         * spam.el (spam-report-resend-register-routine):
21354         Allow spam-report-resend-to to be a group parameter or a global value.
21355
21356 2004-05-26  Simon Josefsson  <jas@extundo.com>
21357
21358         * starttls.el: Merge with my GNUTLS based starttls.el.
21359         (starttls-gnutls-program, starttls-use-gnutls)
21360         (starttls-extra-arguments, starttls-process-connection-type)
21361         (starttls-connect, starttls-failure, starttls-success):
21362         New variables.
21363         (starttls-program, starttls-extra-args): Doc fix.
21364         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
21365         New functions.
21366         (starttls-negotiate, starttls-open-stream):
21367         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
21368         function if it is set.
21369
21370 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21371
21372         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
21373         structured fields.
21374
21375 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21376
21377         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
21378
21379 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
21380
21381         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
21382         Add variable.
21383         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
21384         assigning the spam-mark to new messages.
21385
21386 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
21387
21388         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
21389
21390 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21391
21392         * dgnushack.el: Autoload customize-set-variable for XEmacs.
21393
21394         * rfc2047.el (rfc2047-encodable-p): Don't move point.
21395         (rfc2047-decode): Treat the ascii coding-system as raw-text by
21396         default.
21397
21398 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
21399
21400         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
21401         correct data.
21402
21403 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
21404
21405         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
21406         (spam-group-processor-p): Fix function.
21407         (spam-group-processor-multiple-p)
21408         (spam-group-spam-processor-report-gmane-p)
21409         (spam-group-spam-processor-report-resend-p)
21410         (spam-group-spam-processor-bogofilter-p)
21411         (spam-group-spam-processor-blacklist-p)
21412         (spam-group-spam-processor-ifile-p)
21413         (spam-group-ham-processor-ifile-p)
21414         (spam-group-spam-processor-spamoracle-p)
21415         (spam-group-spam-processor-crm114-p)
21416         (spam-group-ham-processor-bogofilter-p)
21417         (spam-group-spam-processor-stat-p)
21418         (spam-group-ham-processor-stat-p)
21419         (spam-group-ham-processor-whitelist-p)
21420         (spam-group-ham-processor-BBDB-p)
21421         (spam-group-ham-processor-spamoracle-p)
21422         (spam-group-ham-processor-copy-p): Remove functions with some
21423         prejudice against unneeded code.
21424         (spam-report-articles-resend)
21425         (spam-report-resend-register-routine): Allow the group/topic
21426         spam-resend-to value to override spam-report-resend-to.
21427         (spam-summary-prepare-exit): Invoke spam-group-processor-p
21428         properly now.
21429
21430         * gnus.el (spam-resend-to): Add group/topic parameter.
21431         (spam-process): Move the OBSOLETE processors to the end of the
21432         choices.
21433
21434 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
21435
21436         * spam-report.el (spam-report-resend-to, spam-report-resend):
21437         Start with resend-to set to nil, and then ask the user if necessary.
21438         (spam-report-resend): spam-report-resend takes a list of articles, not
21439         separate article numbers.
21440
21441 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21442
21443         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
21444         addition to emacs-w3m.
21445
21446 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21447
21448         * assistant.el (assistant-authinfo-data): New function.
21449         (assistant-eval): Eval for entire assistant.
21450
21451         * netrc.el (netrc-services-file): New variable.
21452         (netrc-parse-services): New function.
21453         (netrc-find-service-name): New function.
21454         (netrc-find-service-number): New function.
21455         (netrc-port-equal): New function.
21456         (netrc-machine): Use it.
21457
21458         * nnimap.el (nnimap-open-connection): Use netrc.
21459
21460         * gnus-util.el (gnus-netrc-get): Remove aliases.
21461
21462         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
21463
21464         * assistant.el (wid-edit): Fix compilation.
21465
21466         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
21467
21468 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
21469
21470         * gnus-util.el (gnus-set-file-modes): New function.  (small
21471         patch).
21472
21473 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21474
21475         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
21476
21477         * assistant.el (assistant-render-node): Fix up rendering and
21478         read-only text.
21479         (assistant-render-node): Reset.
21480         (assistant-make-read-only): Not sticky.
21481
21482 2004-05-20  Danny Siu  <dsiu@adobe.com>
21483
21484         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
21485         centered even when gnus-auto-center-summary is t.
21486
21487 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21488
21489         * dns.el (dns-get-txt-answer): New function.
21490         (dns-read-txt): Ditto.
21491         (query-dns): Use it.
21492
21493 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21494
21495         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
21496         active for foreign groups even if the group level is higher than
21497         the specified value.
21498
21499 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21500
21501         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
21502         non-active groups.
21503
21504         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
21505
21506 2004-05-20  Magnus Henoch  <mange@freemail.hu>
21507
21508         * dns.el (dns-read-type): Add support for SVR.  (small patch)
21509
21510 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
21511
21512         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
21513         (spam-crm114-header, spam-crm114-spam-switch)
21514         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
21515         (spam-crm114-positive-spam-header)
21516         (spam-crm114-database-directory, spam-list-of-processors)
21517         (spam-group-spam-processor-crm114-p)
21518         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
21519         (spam-generic-score, spam-list-of-checks)
21520         (spam-list-of-statistical-checks, spam-registration-functions)
21521         (spam-check-crm114-headers, spam-crm114-score)
21522         (spam-check-crm114, spam-crm114-register-with-crm114)
21523         (spam-crm114-register-spam-routine)
21524         (spam-crm114-unregister-spam-routine)
21525         (spam-crm114-register-ham-routine)
21526         (spam-crm114-unregister-ham-routine): Add CRM114 support.
21527
21528 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
21529
21530         * gnus.el: Add spam-use-crm114.
21531
21532         * spam.el (spam-list-of-processors, spam-registration-functions):
21533         Add spam-use-resend.
21534         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
21535         (spam-report-articles-gmane): Add doc fix.
21536         (spam-report-articles-resend, spam-report-resend-register-routine):
21537         Add wrappers around spam-report-resend-to.
21538
21539         * spam-report.el (spam-report-resend-to, spam-report-resend):
21540         Add support for resending spam.
21541         (spam-report-gmane): Fix line length >80.
21542
21543         * gnus.el (spam-process): Add spam-use-resend.
21544
21545 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21546
21547         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
21548         number of processed spam messages.
21549         (spam-ham-copy-or-move-routine): Return the number of processed
21550         ham messages.
21551         (spam-summary-prepare-exit): Use the above values to decide
21552         whether status messages shouled be displayed.
21553
21554 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21555
21556         * rfc2047.el (rfc2047-encode-function-alist): Rename from
21557         `rfc2047-encoding-function-alist' in order to avoid conflicting
21558         with the old version.
21559         (rfc2047-encode-region): Concatenate words containing non-ASCII
21560         characters in structured fields; don't encode space-delimited
21561         ASCII words even in unstructured fields; don't break words at
21562         char-category boundaries.
21563         (rfc2047-encode-1): New function.
21564         (rfc2047-encode): Use it; encode text so that it occupies the
21565         maximum width within 76-column; work correctly on Q encoding for
21566         iso-2022-* charsets.
21567         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
21568         sure not to break a line just after the header name.
21569         (rfc2047-b-encode-region): Remove.
21570         (rfc2047-b-encode-string): New function.
21571         (rfc2047-q-encode-region): Remove.
21572         (rfc2047-q-encode-string): New function.
21573
21574         * mm-util.el (mm-replace-in-string): New function.
21575
21576 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21577
21578         * gnus-msg.el (gnus-inews-make-draft-meta-information):
21579         Really get it right.
21580         (gnus-inews-make-draft): Really.
21581
21582 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
21583
21584         * nnmh.el (nnmh-request-list-1): Don't check the link count
21585         before descending.  (small patch)
21586
21587 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21588
21589         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
21590         stuff.
21591
21592         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
21593         Match on real group name.
21594
21595         * gnus-art.el (gnus-signature-limit): Doc fix.
21596
21597         * gnus-msg.el (gnus-inews-make-draft): Quote list.
21598
21599         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
21600
21601 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
21602
21603         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
21604         isn't a string.
21605
21606 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21607
21608         * gnus-draft.el (gnus-draft-send):
21609         Bind rfc2047-encode-encoded-words.
21610
21611         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21612         (rfc2047-encodable-p): Say that =? needs encoding.
21613         (rfc2047-encode-encoded-words): New variable.
21614
21615         * gnus-group.el (gnus-group-select-group): Doc fix.
21616
21617         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
21618
21619         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21620         to nil.
21621
21622         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
21623
21624         * nnheader.el (nnheader-get-lines-and-char): New function.
21625
21626 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
21627
21628         * gnus-msg.el (gnus-summary-followup-with-original):
21629         Document yanking of region when active.
21630
21631 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21632
21633         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21634         groups if the group level is higher than the specified value.
21635
21636 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21637
21638         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
21639         (gnus-group-jump-to-group): Add prefix argument using
21640         `gnus-group-jump-to-group-prompt'.  Query before jumping to
21641         non-active group.
21642
21643         * compface.el (uncompface): Be verbose when changing
21644         `uncompface-use-external'.
21645
21646         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21647         handle manual section.
21648
21649 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21650
21651         * gnus-art.el (gnus-button-alist): Revert previous change.
21652
21653 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21654
21655         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
21656
21657 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21658
21659         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21660         whether backend can accept message.
21661
21662         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
21663
21664 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
21665
21666         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21667         Avoid creating directory when nntp-marks-is-evil is true.
21668         Reported by Reiner Steib.
21669
21670 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21671
21672         * gnus-picon.el (gnus-picon-insert-glyph):
21673         Add optional `nostring' argument.
21674
21675 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21676
21677         * gnus-picon.el (gnus-picon-style): New variable.
21678         (gnus-picon-transform-address): Support `gnus-picon-style'.
21679
21680 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21681
21682         * message.el (message-fill-field): Return point.
21683         (message-generate-headers): Go to end of field.
21684
21685         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21686         stuff for non-living groups.
21687
21688 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21689
21690         * gnus-art.el (gnus-article-followup-with-original)
21691         (gnus-article-reply-with-original): gnus-mark-active-p ->
21692         gnus-region-active-p.
21693
21694 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
21695
21696         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
21697         only when there is spam or ham to be processed.
21698
21699 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21700
21701         * mail-source.el (mail-source-delete-crash-box): Refactor.
21702         (mail-source-fetch): Use it.
21703         (mail-source-fetch-file): Ditto.
21704         (mail-source-fetch-directory): Run postscript in loop.
21705         (mail-source-fetch-pop): Delete.
21706         (mail-source-fetch-maildir): Ditto.
21707         (mail-source-fetch-imap): Ditto.
21708
21709         * imap.el (imap-authenticators): Comment out sasl.
21710
21711         * message.el (message-skip-to-next-address): New function.
21712         (message-fill-header-address): Refactor.
21713         (message-fill-address): Use it.
21714         (message-delete-address): Use it.
21715         (message-fill-header-general): Refactor.
21716         (message-fill-field-address): Rename.
21717         (message-narrow-to-field): Find the start of the header.
21718         (message-header-format-alist): Don't pre-fill.
21719         (message-fill-header): Remove.
21720         (message-insert-header): New function.
21721         (message-shorten-references): Use it.
21722
21723         * rfc2047.el (rfc2047-field-value): Strip props.
21724
21725         * mail-parse.el (mail-header-make-address): New alias.
21726
21727         * ietf-drums.el (ietf-drums-make-address): New function.
21728
21729         * imap.el: Add compiler directives.
21730
21731         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
21732
21733         * gnus-art.el (article-decode-idna-rhs): Don't use
21734         message-idna-inside-rhs-p.
21735
21736 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21737
21738         * message.el (message-idna-inside-rhs-p): Remove.
21739         (message-idna-to-ascii-rhs-1): Use proper address parsing.
21740
21741         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
21742         false positives.
21743
21744 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
21745
21746         * imap.el (imap-sasl-make-mechanisms): Use sasl.
21747
21748 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21749
21750         * nneething.el (nneething-file-name): Don't create spurious
21751         files.
21752
21753         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
21754         (gnus-inews-do-gcc): Remove sleep.
21755
21756         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
21757         part under point.
21758
21759         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
21760         (gnus-agent-regenerate-group): Using nil messages aren't valid.
21761
21762 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
21763
21764         * spam.el (spam-summary-prepare-exit): Fix (length).
21765
21766 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
21767
21768         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21769         as expired without moving it" message when there are spam
21770         messages left.
21771
21772 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
21773
21774         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
21775         header is not nil.
21776
21777 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
21778
21779         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21780         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
21781         (nntp-marks-changed-p): New arg SERVER.
21782         (nntp-request-update-info): Adjust caller.
21783
21784 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
21785
21786         * nntp.el (nntp-save-marks): Pass missing arg.
21787
21788 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
21789
21790         * nntp.el: Support marks.
21791         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
21792         (nntp-marks-modtime, nntp-marks-directory): New variables.
21793         (nntp-request-set-mark, nntp-request-update-info)
21794         (nntp-possibly-create-directory, nntp-marks-changed-p)
21795         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
21796         New functions.
21797
21798 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
21799
21800         * gnus-xmas.el (gnus-xmas-select-lowest-window)
21801         (gnus-xmas-redefine): Rename.
21802
21803         * gnus-score.el (gnus-score-insert-help):
21804         Use gnus-select-lowest-window.
21805
21806         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21807         appt-select-lowest-window and rename to gnus-select-lowest-window.
21808
21809         * gnus.el: do.
21810
21811 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21812
21813         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
21814         encodings of MIME-encoded words, in order to improve
21815         interoperability with several broken MUAs.
21816
21817 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21818
21819         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
21820         tags, only when charsets are not specified in headers.
21821         (mm-inline-text-html-render-with-w3m): Ditto.
21822
21823         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
21824         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
21825
21826 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21827
21828         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
21829         instead of MIME-decoded from fields when checking
21830         `gnus-article-address-banner-alist'.
21831
21832 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
21833
21834         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
21835         description rather than subject.
21836
21837 2004-05-02  Steve Youngs  <steve@youngs.au.com>
21838
21839         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
21840
21841 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21842
21843         * gnus.el (gnus-version-number): Bump.
21844
21845 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21846
21847         * gnus.el: No Gnus v0.2 is released.
21848
21849 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21850
21851         * gnus-agent.el (gnus-agent-read-agentview):
21852         Inline gnus-uncompress-range.
21853
21854 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21855
21856         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
21857         `exec-installed-p'.
21858
21859 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21860
21861         * gnus.el (spam-process, spam-autodetect-methods):
21862         Add bsfilter and bsfilter-headers.
21863
21864         * spam.el (spam-bsfilter): New customize group.
21865         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
21866         (spam-bsfilter-header, spam-bsfilter-probability-header)
21867         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
21868         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
21869         (spam-bsfilter-database-directory): New options.
21870         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
21871         (spam-list-of-statistical-checks, spam-registration-functions):
21872         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
21873         (spam-bsfilter-score): New command.
21874         (spam-check-bsfilter-headers, spam-check-bsfilter)
21875         (spam-bsfilter-register-with-bsfilter)
21876         (spam-bsfilter-register-spam-routine)
21877         (spam-bsfilter-unregister-spam-routine)
21878         (spam-bsfilter-register-ham-routine)
21879         (spam-bsfilter-unregister-ham-routine): New functions.
21880         (spam-generic-score): Support bsfilter; Accept an optional argument
21881         to recalcurate spam score even if scoring header has already been
21882         added.
21883         (spam-bogofilter-score, spam-spamassassin-score): Accept an
21884         optional argument to recalcurate spam score even if scoring header
21885         has already been added.
21886
21887 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
21888
21889         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
21890         strings!  Reported by David D. Smith <davidsmith@acm.org>.
21891         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
21892         link is missing.
21893
21894 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
21895
21896         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
21897         (html2text-get-attr): Rewrite.
21898
21899         * message.el (message-setup-1): Remove redundant put-text-property
21900         on mail-header-separator.
21901
21902 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
21903
21904         * gnus-registry.el (gnus-registry-cache-whitespace)
21905         (gnus-registry-action, gnus-registry-spool-action)
21906         (gnus-registry-split-fancy-with-parent): Change message levels
21907         from 5 to 3 or 7, as needed.
21908
21909         * spam.el (spam-summary-prepare-exit)
21910         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
21911         (spam-split, spam-find-spam, spam-log-undo-registration)
21912         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
21913         level from 5 to 6.
21914
21915 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21916
21917         * gnus-ems.el: Autoload appt-select-lowest-window (revert
21918         2004-03-04 change).
21919
21920 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
21921
21922         * sieve-manage.el (sieve-manage-open):
21923         * nnweb.el (nnweb-insert-html):
21924         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
21925         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
21926         * nnspool.el (nnspool-request-group):
21927         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
21928         * nnml.el (nnml-request-update-info):
21929         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
21930         (nnmh-request-create-group, nnmh-update-gnus-unreads):
21931         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
21932         (nnimap-request-set-mark):
21933         * nnfolder.el (nnfolder-request-update-info):
21934         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
21935         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
21936         * gnus-uu.el (gnus-uu-find-articles-matching):
21937         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
21938         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
21939         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
21940         * gnus-nocem.el (gnus-nocem-scan-groups):
21941         * gnus-int.el (gnus-start-news-server):
21942         * gnus-group.el (gnus-group-make-kiboze-group)
21943         (gnus-group-browse-foreign-server):
21944         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
21945         Use mapc when appropriate.
21946
21947 2004-04-22  Dan Christensen  <jdc@uwo.ca>
21948             Adam Sjøgren  <asjo@koldfront.dk>
21949             Wes Hardaker  <wes@hardakers.net>
21950             Michael Shields  <shields@msrl.com>
21951
21952         * spam.el (spam-necessary-extra-headers): Get the extra headers we
21953         may need for spam sorting and scoring.
21954         (spam-user-format-function-S): Add user format function suitable for
21955         general use.
21956         (spam-article-sort-by-spam-status): Add sorting function for summary
21957         sorting.
21958         (spam-extra-header-to-number): Add function to get a score from a
21959         header.
21960         (spam-summary-score): Add function to get a numeric score from the
21961         headers.
21962         (spam-generic-score): Fix function doc, was in wrong place.
21963         (spam-initialize): Take symbols when it's run, and install the
21964         extra headers that spam-necessary-extra-headers thinks we need.
21965
21966 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
21967
21968         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
21969         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
21970
21971 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
21972
21973         * gnus-sum.el (gnus-set-global-variables)
21974         (gnus-build-all-threads, gnus-get-newsgroup-headers)
21975         (gnus-article-get-xrefs, gnus-summary-best-group)
21976         (gnus-summary-next-article, gnus-summary-enter-digest-group)
21977         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
21978         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
21979         Use with-current-buffer.
21980
21981 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
21982
21983         * spam.el (spam-summary-prepare-exit): Simplify logic.
21984         (spam-fetch-article-header): Read the article header if it's not
21985         available.
21986         (spam-list-articles): Simplify logic.
21987         (spam-filelist-register-routine): Fix bug with unregister-list.
21988
21989         * gnus-registry.el: Fix comments at beginning.
21990
21991 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
21992
21993         * message.el (message-cater-to-broken-inn): Remove.
21994         (message-shorten-references): Make sure the total folded length of
21995         References is shorter than 998 characters to cater to a bug in INN
21996         2.3.  Also, don't pretend that references aren't folded -- this
21997         hasn't worked for a while.
21998
21999 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22000
22001         * gnus-agent.el (gnus-agentize):
22002         gnus-agent-send-mail-real-function no longer set to current value
22003         of message-send-mail-function but rather a lambda that calls
22004         message-send-mail-function.  The change makes the agent real-time
22005         responsive to user changes to message-send-mail-function.
22006
22007 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22008
22009         * legacy-gnus-agent.el
22010         (gnus-agent-convert-to-compressed-agentview): Fix typos with
22011         help from Florian Weimer <fw@deneb.enyo.de>
22012
22013 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22014
22015         * nnmail.el (nnmail-cache-insert): Revert last change.
22016
22017 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22018
22019         * nnmail.el (nnmail-cache-insert): Always check whether
22020         nnmail-cache-ignore-groups matches a group name.
22021
22022 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
22023
22024         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22025         (spam-find-spam, spam-log-processing-to-registry)
22026         (spam-log-registered-p, spam-log-unregistration-needed-p)
22027         (spam-log-undo-registration): Use gnus-message instead of
22028         gnus-error, none of these errors are fatal.
22029
22030         * gnus-registry.el (gnus-registry-clean-empty-function)
22031         (gnus-registry-clean-empty): Remove only empty entries without
22032         extra data.
22033
22034 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
22035
22036         * spam-stat.el (spam-stat-buffer-change-to-spam)
22037         (spam-stat-buffer-change-to-non-spam): Change (error) to
22038         (gnus-message 8) invocation.
22039
22040 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22041
22042         * nntp.el (nntp-via-netcat-command): New variable.
22043         (nntp-via-netcat-switches): New variable.
22044         (nntp-open-via-rlogin-and-netcat): New function.
22045         (nntp-open-connection-function): Doc fix.
22046         (nntp-telnet-command): Doc fix.
22047         (nntp-end-of-line): Doc fix.
22048         (nntp-via-rlogin-command): Doc fix.
22049         (nntp-via-user-name): Doc fix.
22050         (nntp-via-address): Doc fix.
22051
22052 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22053
22054         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22055         error in Emacs 21.1.
22056
22057 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
22058
22059         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
22060
22061 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22062
22063         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22064         (gnus-agent-with-refreshed-group): New macro.
22065         (gnus-agent-rename-group): New function.
22066         (gnus-agent-delete-group): New function.
22067         (gnus-agent-save-group-info): Use gnus-command-method when
22068         `method' parameter is nil.  Don't write nil entries into the
22069         active file.
22070         (gnus-agent-get-group-info): New function.
22071         (gnus-agent-fetch-articles):
22072         Use gnus-agent-update-files-total-fetched-for to increment disk space
22073         used.
22074         (gnus-agent-fetch-headers, gnus-agent-save-alist):
22075         Use gnus-agent-update-view-total-fetched-for to increment disk space
22076         used.
22077         (gnus-agent-get-local): Add optional parameters to avoid calling
22078         gnus-group-real-name and gnus-find-method-for-group.
22079         (gnus-agent-set-local): Delete stored entry if either min, or max,
22080         are nil.
22081         (gnus-agent-fetch-session): Reworded error/quit messages.
22082         On quit, use gnus-agent-regenerate-group to record existance of any
22083         articles fetched to disk before the quit occurred.
22084         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22085         gnus-agent-update-view-total-fetched-for, and
22086         gnus-agent-update-files-total-fetched-for to decrement disk space
22087         used.
22088         (gnus-agent-retrieve-headers):
22089         Use gnus-agent-update-view-total-fetched-for to increment disk space
22090         used.
22091         (gnus-agent-regenerate-group): Replace gnus-group-update-group
22092         with gnus-agent-update-files-total-fetched-for to decrement disk
22093         space and fresh group buffer.
22094         (gnus-agent-inhibit-update-total-fetched-for): New variable.
22095         (gnus-agent-need-update-total-fetched-for): New variable.
22096         (gnus-agent-update-files-total-fetched-for): New function.
22097         (gnus-agent-update-view-total-fetched-for): New function.
22098         (gnus-agent-total-fetched-for): New function.
22099
22100         * gnus-cache.el (gnus-cache-save-buffers):
22101         Use gnus-cache-update-overview-total-fetched-for to change disk space
22102         used by this group.
22103         (gnus-cache-possibly-enter-article):
22104         Use gnus-cache-update-file-total-fetched-for to increment disk space
22105         used by this group.
22106         (gnus-cache-possibly-remove-article):
22107         Use gnus-cache-update-file-total-fetched-for to decrement disk space
22108         used by this group.
22109         (gnus-cache-generate-nov-databases): Purge total fetched cache.
22110         (gnus-cache-rename-group): New function.
22111         (gnus-cache-delete-group): New function.
22112         (gnus-cache-inhibit-update-total-fetched-for): New variable.
22113         (gnus-cache-need-update-total-fetched-for): New variable.
22114         (gnus-cache-with-refreshed-group): New macro.
22115         (gnus-cache-update-file-total-fetched-for): New function.
22116         (gnus-cache-update-overview-total-fetched-for): New function.
22117         (gnus-cache-rename-group-total-fetched-for): New function.
22118         (gnus-cache-delete-group-total-fetched-for): New function.
22119         (gnus-cache-total-fetched-for): New function.
22120
22121         * gnus-group.el: Require gnus-sum and autoload functions to
22122         resolve warnings when gnus-group.el compiled alone.
22123         (gnus-group-line-format): Documented new %F.
22124         (size of Fetched data) group line format; identifies disk space
22125         used by agent and cache.
22126         (gnus-group-line-format-alist): Defined new F format.
22127         (gnus-total-fetched-for): New function.
22128         (gnus-group-delete-group): No longer update
22129         gnus-cache-active-altered as gnus-request-delete-group now keeps
22130         the cache in sync.
22131         (gnus-group-list-active): Let the agent store a server's active
22132         list if currently plugged.
22133
22134         * gnus-int.el (gnus-request-delete-group):
22135         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
22136         local disk in sync with the server.
22137         (gnus-request-rename-group):
22138         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
22139         local disk in sync with the server.
22140
22141         * gnus-start.el (gnus-get-unread-articles):
22142         Cosmetic simplification to logic.
22143
22144         * gnus-util.el (gnus-rename-file): New function.
22145
22146 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
22147
22148         * mm-util.el (mm-image-load-path): Handle nil in load-path.
22149
22150 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
22151
22152         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22153         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
22154
22155 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
22156
22157         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22158         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
22159
22160 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
22161
22162         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22163
22164 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
22165
22166         * spam.el (spam-set-difference): Add function to replace
22167         gnus-set-difference in spam.el.
22168         (spam-summary-prepare-exit): Use spam-set-difference.
22169
22170 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
22171
22172         * gnus-registry.el (gnus-registry-cache-file): Update to use
22173         gnus-dribble-directory OR gnus-home-directory OR ~.
22174         (gnus-registry-split-fancy-with-parent): Fix doc.
22175
22176 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22177
22178         * message.el (message-exchange-point-and-mark):
22179         Use message-mark-active-p.  Suggested by Jesper Harder
22180         <harder@ifa.au.dk>.
22181
22182 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22183
22184         * message.el (message-exchange-point-and-mark): Don't activate
22185         region if it was inactive.  Suggested by Hiroshi Fujishima
22186         <pooh@nature.tsukuba.ac.jp>.
22187
22188 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22189
22190         * gnus-art.el (article-display-face): Display Faces in the same
22191         order as X-Faces.
22192
22193 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22194
22195         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
22196
22197 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22198
22199         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22200         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22201         (gnus-article-mime-hierarchy): Remove.
22202         (gnus-article-mime-hierarchy-next): Remove.
22203         (gnus-article-mode): Revert 2004-03-19 change.
22204         (gnus-article-setup-buffer): Revert 2004-03-19 change.
22205         (gnus-insert-mime-button): Revert 2004-03-19 change.
22206         (gnus-mime-accumulate-hierarchy): Remove.
22207         (gnus-mime-enter-multipart): Remove.
22208         (gnus-mime-leave-multipart): Remove.
22209         (gnus-mime-display-part): Revert 2004-03-19 change.
22210         (gnus-mime-display-alternative): Revert 2004-03-19 change.
22211
22212         * mml.el (mml-preview): Revert 2004-03-19 change.
22213
22214 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
22215
22216         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
22217
22218 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22219
22220         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22221         t while entering a file name using the mm-with-multibyte macro.
22222         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22223
22224         * mm-util.el (mm-with-multibyte): New macro.
22225
22226 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22227
22228         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22229         New user option.
22230         (gnus-mime-multipart-functions): Doc and customization fix.
22231         (gnus-article-mime-hierarchy): New variable.
22232         (gnus-article-mime-hierarchy-next): New variable.
22233         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22234         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22235         gnus-article-mime-hierarchy-next to nil.
22236         (gnus-insert-mime-button): Show hierarchy numbers.
22237         (gnus-mime-accumulate-hierarchy): New function.
22238         (gnus-mime-enter-multipart): New function.
22239         (gnus-mime-leave-multipart): New function.
22240         (gnus-mime-display-part): Recompute hierarchical MIME structure.
22241         (gnus-mime-display-alternative): Show hierarchy numbers.
22242
22243         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22244         gnus-article-mime-hierarchy-next to nil.
22245
22246 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
22247
22248         * dns.el: Don't require gnus-xmas.
22249
22250 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
22251
22252         * mml.el (mml-generate-mime-1): Don't use format=flowed with
22253         inline PGP.
22254         (mml-menu): Disable mml-quote-region if mark is inactive.
22255
22256 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22257
22258         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22259         when the group's active is not available.
22260
22261 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22262
22263         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22264         error.
22265
22266 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
22267
22268         * imap.el (imap-store-password): New variable.
22269         (imap-interactive-login): Use it.
22270         Suggested by Mark Plaksin <happy@mcplaksin.org>.
22271
22272 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22273
22274         * gnus-art.el (gnus-article-read-summary-keys): Restore new
22275         window-start and hscroll to summary window.
22276
22277 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22278
22279         * gnus-start.el (gnus-convert-old-newsrc): Only write the
22280         conversion message to newsrc-dribble when an actual conversion is
22281         performed.
22282
22283 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
22284
22285         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
22286
22287 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22288
22289         * mm-decode.el (mm-complicated-handles): New function reviving
22290         former definition of mm-multiple-handles.
22291
22292         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
22293         (gnus-mime-delete-part): Use it.
22294
22295 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22296
22297         * gnus-agent.el (gnus-agent-read-local):
22298         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
22299         avoid the implicit assumption that they will always be equal.
22300         (gnus-agent-save-local): Bind buffer-file-coding-system, not
22301         coding-system-for-write, as the with-temp-file macro first prints
22302         to a buffer then saves the buffer.
22303
22304 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22305
22306         * gnus-art.el (gnus-article-edit-part): New function.
22307         (gnus-mime-save-part-and-strip): Use it; do query instead of
22308         signaling an error; don't use mm-multiple-handles.
22309         (gnus-mime-delete-part): Ditto.
22310
22311 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22312
22313         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
22314         old file versions.
22315         (gnus-group-prepare-hook): Remove function that converted list
22316         form of gnus-agent-expire-days to group properties.
22317
22318         * gnus-int.el: Autoload gnus-agent-regenerate-group.
22319         (gnus-request-accept-article): Re-indented.
22320
22321         * gnus-start.el (gnus-convert-old-newsrc): Registered new
22322         converters to handle old agent file formats.  Add logic for a
22323         "backup before upgrading warning".
22324         (gnus-convert-mark-converter-prompt): Developers can mark
22325         functions as needing (default), or not needing,
22326         gnus-convert-old-newsrc's "backup before upgrading warning".
22327         (gnus-convert-converter-needs-prompt): Tests whether the user
22328         should be protected from potentially irreversable changes by the
22329         function.
22330
22331         * legacy-gnus-agent.el: New.  Provides converters that are only
22332         loaded when gnus-convert-old-newsrc needs to call them.
22333
22334 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22335
22336         * mail-source.el (mail-source-touch-pop): Doc fix.
22337
22338         * message.el (message-smtpmail-send-it): Doc fix.
22339
22340 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
22341
22342         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
22343
22344         * nnmail.el (nnmail-split-fancy): do.
22345
22346         * gnus-kill.el (gnus-kill, gnus-execute): do.
22347
22348 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
22349
22350         * gnus-sum.el (gnus-widget-reversible-match)
22351         (gnus-widget-reversible-to-internal)
22352         (gnus-widget-reversible-to-external): New functions.
22353         (gnus-widget-reversible): New widget.
22354         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
22355
22356 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
22357
22358         * gnus-sum.el (gnus-thread-sort-functions)
22359         (gnus-article-sort-functions): Document `(not F)' items.
22360
22361 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
22362
22363         * spam.el (spam-use-gmane-xref): Add new backend.
22364         (spam-gmane-xref-spam-group): Add variable to control the name of the
22365         Gmane spam group.
22366         (spam-blackhole-servers, spam-blackhole-good-server-regex)
22367         (spam-regex-headers-spam, spam-regex-headers-ham)
22368         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
22369         (spam-list-of-checks): Add spam-use-gmane-xref to list of
22370         backends and checks.
22371         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
22372
22373         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
22374         an autodetect method.
22375
22376 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22377
22378         * gnus-int.el (gnus-request-accept-article): Inform the agent that
22379         articles are being added to a group.
22380         (gnus-request-replace-article): Inform the agent that articles
22381         need to be uncached as the cached contents are no longer valid.
22382
22383 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22384
22385         * binhex.el: Don't autoload executable-find.
22386
22387         * canlock.el: Don't autoload mail-fetch-field.
22388
22389         * dgnushack.el: Autoload c-mode for XEmacs.
22390
22391         * gnus-ems.el: Don't autoload appt-select-lowest-window.
22392
22393         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
22394         rmail-dont-reply-to and rmail-output.
22395
22396         * gnus-score.el: Don't autoload ffap-string-at-point.
22397
22398         * gnus-setup.el: Don't autoload sc-cite-original.
22399
22400         * imap.el: Don't autoload base64-decode-string,
22401         base64-encode-string and md5.
22402
22403         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
22404         and rmail-msg-restore-non-pruned-header.
22405
22406         * mm-decode.el: Don't autoload executable-find.
22407
22408         * mm-url.el: Don't autoload executable-find.
22409
22410         * mm-view.el: Don't autoload diff-mode.
22411
22412         * nndb.el: Don't autoload news-reply-mode, news-setup,
22413         cancel-timer and telnet.
22414
22415         * password.el: Don't autoload run-at-time for Emacs.
22416
22417         * sha1-el.el: Don't autoload executable-find.
22418
22419         * sieve-mode.el: Don't autoload c-mode.
22420
22421         * uudecode.el: Don't autoload executable-find.
22422
22423 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22424
22425         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
22426         (gnus-agent-possibly-alter-active): Avoid null in numeric
22427         comparison.
22428         (gnus-agent-set-local): Refuse to save null in local object table.
22429         (gnus-agent-regenerate-group): The REREAD parameter can now be a
22430         list of articles that will be marked as unread.
22431
22432 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22433
22434         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
22435
22436 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
22437
22438         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
22439         language tags.
22440
22441 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
22442
22443         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
22444         Don't bind "obarray".
22445
22446         * gnus-sum.el (gnus-thread-sort-functions):
22447         Add `gnus-thread-sort-by-most-recent-number' and
22448         `gnus-thread-sort-by-most-recent-date'.
22449         Reported by Kai Grossjohann <kai@emptydomain.de>.
22450
22451 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22452
22453         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
22454
22455 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22456
22457         * gnus-cus.el (gnus-agent-customize-category):
22458         Remove ignore-errors macro reference that required cl to be loaded at
22459         run-time.
22460
22461         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
22462         single-interval range of the form (min . max).  Previously the
22463         range had to look like ((min . max)).  Likewise, return
22464         (min . max) rather than ((min . max)).
22465         (gnus-range-map): Use gnus-range-normalize to accept
22466         single-interval range.
22467
22468         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
22469         the cache, but not the agent, now appear with their usual face.
22470
22471         * dgnushack.el (loaddir): New variable that is bound to the
22472         directory containing the dgnushack.el file. Use loaddir, rather
22473         than srcdir, to update load-path. Change lets dgnushack compile
22474         code in directories other than GNUS/lisp.
22475
22476 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22477
22478         * lpath.el: Don't bind w3m-safe-url-regexp.
22479
22480         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
22481         w3m-safe-url-regexp variable buffer-local.
22482
22483         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22484
22485 2004-02-27  Simon Josefsson  <jas@extundo.com>
22486
22487         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
22488         gnus-group-real-prefix.
22489         (gnus-summary-move-article): Use it, instead of
22490         gnus-group-real-prefix.
22491
22492 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22493
22494         * lpath.el: Bind w3m-safe-url-regexp.
22495
22496         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
22497         w3m-safe-url-regexp variable buffer-local and set it as the value
22498         of mm-w3m-safe-url-regexp.
22499
22500         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22501
22502         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
22503         parsing gnus-posting-styles when the message is not for replying.
22504
22505         * dgnushack.el: Autoload sgml-mode for XEmacs.
22506
22507         * nnrss.el (nnrss-opml-export):
22508         Use mm-set-buffer-file-coding-system instead of
22509         set-buffer-file-coding-system.
22510
22511 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
22512
22513         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
22514         of checkdoc.el).
22515         * nnrss.el: do.
22516         * gnus-mlspl.el: do.
22517         * gnus-ml.el: do.
22518         * gnus-srvr.el: do.
22519
22520         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
22521
22522 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
22523
22524         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
22525         Corrections to custom-manual links.
22526
22527         * gnus-art.el (gnus-article): Ditto.
22528
22529         * mm-decode.el (mime-display, mime-security): Ditto.
22530
22531 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22532
22533         * flow-fill.el: Typo.
22534
22535 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
22536
22537         * spam-wash.el: New file.
22538
22539 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
22540
22541         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
22542
22543 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
22544
22545         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
22546         to be run with new-articles as LIST1, not LIST2.
22547         (spam-registration-functions): Add spam-use-ham-copy as a nil
22548         registration backend.
22549
22550 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22551
22552         * spam-stat.el (spam-stat-washing-hook): New option.
22553         (spam-stat-buffer-words): Use it.
22554         (spam-stat-process-directory, spam-stat-test-directory):
22555         Use insert-file-contents-literally.
22556         (spam-stat-coding-system): New variable.
22557         (spam-stat-load, spam-stat-save): Use it.
22558
22559 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22560
22561         * spam-report.el (spam-report-plug-agent):
22562         Quote spam-report-url-to-file and spam-report-url-ping-plain.
22563
22564 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
22565
22566         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
22567         Allow / in mailto URLs.
22568
22569 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22570
22571         * spam-report.el (spam-report-process-queue): Fix interactive use.
22572         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
22573         (spam-report-unplug-agent): Doc fixes.
22574         (spam-report-url-ping-mm-url, spam-report-url-to-file)
22575         (spam-report-agentize, spam-report-deagentize): Autoload.
22576
22577 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22578
22579         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
22580
22581         * message.el (message-setup-fill-variables): Add mml tags to
22582         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
22583         <ajk@iu.edu>.
22584         (message-mode): Don't modify paragraph-separate there.
22585
22586 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22587
22588         * compface.el (uncompface-use-external): Default to undecided.
22589         (uncompface-use-external-threshold): New variable.
22590         (uncompface-float-time): New macro.
22591         (uncompface): Determine whether to use the external decoder if
22592         uncompface-use-external is undecided.
22593
22594 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22595
22596         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
22597         after images.
22598
22599         * gnus-art.el (gnus-mime-display-single): Remove dead code.
22600
22601 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
22602
22603         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
22604
22605         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
22606
22607         * gnus-sum.el (gnus-summary-limit-to-age)
22608         (gnus-summary-limit-children): do.
22609
22610         * gnus-int.el (gnus-request-scan): do.
22611
22612         * gnus-group.el (gnus-group-suspend): do.
22613
22614         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
22615
22616         * gnus-cite.el (gnus-cite-parse-attributions): do.
22617
22618         * gnus-agent.el (gnus-summary-set-agent-mark)
22619         (gnus-agent-regenerate-group): do.
22620
22621         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
22622
22623         * binhex.el (binhex-decode-region-internal): do.
22624
22625 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22626
22627         * gnus-fun.el (gnus-face-properties-alist): New user option.
22628         (gnus-display-x-face-in-from): Use it.
22629
22630         * gnus-art.el (article-display-face): Ditto.
22631
22632         * compface.el (uncompface-use-external): Default to nil.
22633
22634 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
22635
22636         * nntp.el (nntp-erase-buffer): New function.
22637         (nntp-retrieve-data, nntp-send-command)
22638         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22639         (nntp-possibly-change-group): Use it.
22640
22641         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22642         Use with-current-buffer.
22643
22644 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
22645
22646         * compface.el: Merge the ELisp-based uncompface program.
22647         (compface): New customization group.
22648         (uncompface-use-external): New user option.
22649         (uncompface): Call uncompface-internal if uncompface-use-external
22650         is nil.
22651         (uncompface-internal): New function.  Note that there are also
22652         some other functions and variables added for this function.
22653
22654 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
22655
22656         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22657         if necessary.
22658
22659 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
22660
22661         * spam-report.el (spam-report-unplug-agent)
22662         (spam-report-plug-agent, spam-report-deagentize)
22663         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22664         Add support for the Agent in spam-report: when unplugged, report to a
22665         file; when plugged, submit all the requests.
22666
22667         * spam.el (spam-register-routine): Fix message about
22668         registration.
22669
22670 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
22671
22672         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22673         dependencies.
22674         (rfc2047-encode): Use it.
22675
22676         * gnus-art.el (gnus-button-marker-list): Move before first
22677         reference.
22678
22679         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22680         (imap-parse-body): Fix format string mismatch.
22681
22682         * gnus-score.el (gnus-summary-increase-score): do.
22683
22684         * nnrss.el (nnrss-close): New function.
22685
22686 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
22687
22688         * nnrss.el (nnrss-make-filename): New function.
22689         (nnrss-request-delete-group, nnrss-read-server-data)
22690         (nnrss-save-server-data, nnrss-read-group-data)
22691         (nnrss-save-group-data): Use it.
22692         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22693         (nnrss-read-server-data, nnrss-read-group-data): Use load.
22694         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22695
22696 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
22697
22698         * mml.el (mml-compute-boundary-1): Don't uncompress files.
22699
22700 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
22701
22702         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22703         files.
22704
22705         * message.el (message-generate-headers-first): Don't quote nil
22706         and t in docstrings.
22707
22708         * imap.el (imap-id): do.
22709
22710         * gnus-agent.el (gnus-agent-consider-all-articles)
22711         (gnus-agent-queue-mail): do.
22712
22713 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
22714
22715         * spam-report.el (spam-report-process-queue): New function.
22716         Process requests from `spam-report-requests-file'.
22717         (spam-report-process-queue): Doc fix.
22718
22719 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
22720
22721         * spam.el (spam-register-routine)
22722         (spam-log-processing-to-registry, spam-log-registered-p)
22723         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22724         Change "check" to "spam-check" for semi-clarity.
22725
22726 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
22727
22728         * pop3.el: Require nnheader.
22729
22730         * mml-smime.el: Require cl.  Autoload message-fetch-field.
22731
22732         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22733
22734         * gnus-picon.el: Require cl.
22735
22736         * gnus-fun.el: Require gnus-ems and gnus-util.
22737
22738         * gnus.el (gnus-method-to-server): Move defsubst before first use.
22739
22740         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
22741
22742         * gnus-art.el (gnus-article-edit-mode): Define before first
22743         reference.
22744
22745 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
22746
22747         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
22748         (gnus-uu-post-encoded): Use point-at-bol.
22749
22750         * gnus-topic.el (gnus-group-active-topic-p): do.
22751
22752         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
22753
22754         * gnus-group.el (gnus-group-kill-region): do.
22755
22756         * gnus-art.el (article-date-ut): do.
22757
22758         * message.el (message-fetch-field): Remove redundant
22759         case-fold-search binding.
22760         (message-narrow-to-field): Simplify.
22761
22762 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
22763
22764         * spam.el (spam-directory): Derive from `gnus-directory'.
22765
22766         * spam-report.el (spam-report-url-to-file)
22767         (spam-report-requests-file): New function and variable for offline
22768         reporting.
22769         (spam-report-url-ping-function): Add `spam-report-url-to-file'
22770         and user defined function.
22771         (spam-report-url-ping-mm-url): Remove doubled slash.
22772
22773 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
22774
22775         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
22776
22777 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
22778
22779         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22780         Fix format string mismatch.
22781
22782         * sieve.el (sieve-deactivate-all): do.
22783
22784         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
22785
22786         * nnlistserv.el (nnlistserv-kk-wash-article): do.
22787
22788         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
22789
22790         * mm-bodies.el (mm-7bit-chars): Don't include \r.
22791
22792 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
22793
22794         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22795         the list of checks.
22796
22797 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
22798
22799         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22800         padding.
22801
22802 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
22803
22804         * mm-view.el (mm-fill-flowed): New variable.
22805         (mm-inline-text): Use it.
22806
22807 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
22808
22809         * spam.el (spam-spamassassin-register-ham-routine)
22810         (spam-spamassassin-register-spam-routine): Fix function names.
22811
22812 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22813
22814         * gnus.el (gnus-tmp-grouplens): Remove.
22815         (gnus-summary-line-format): Remove grouplens.
22816
22817         * gnus-group.el (gnus-group-line-format): Ditto.
22818
22819         * gnus-spec.el (gnus-format-specs): Ditto.
22820         (gnus-update-format-specifications): Flush the group format spec
22821         cache if there's the grouplens stuff.
22822         (gnus-parse-simple-format): Replace %l with the empty string.
22823
22824 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
22825
22826         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
22827         omission.
22828
22829 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22830
22831         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
22832         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22833
22834 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22835
22836         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
22837         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
22838         New macros and functions.
22839         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
22840         Handle > NLINK_MAX messages.
22841         * nnmaildir.el (nnmaildir-request-set-mark):
22842         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
22843
22844 2004-01-25  Alex Schroeder  <alex@gnu.org>
22845
22846         * spam-stat.el (spam-stat-process-directory-age): New option.
22847         (spam-stat-process-directory): Use it.
22848
22849 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
22850
22851         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
22852         (spam-stat-save): Accept prefix argument.
22853
22854 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
22855
22856         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
22857         links" error.
22858
22859 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22860
22861         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
22862         the rest of the and/or forms.
22863
22864 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22865
22866         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
22867         compatibility with old .newsrc.eld files.
22868
22869         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
22870
22871         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
22872
22873         * gnus-start.el (gnus-1): do.
22874
22875         * gnus-group.el (gnus-group-line-format-alist): do.
22876
22877         * gnus.el (gnus-use-grouplens, gnus-visual): do.
22878
22879         * gnus-gl.el: Remove.
22880
22881 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22882
22883         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
22884         marks consisting of a single range {for example, (3 . 5)} rather
22885         than a list of a single range { ((3 . 5)) }.
22886
22887 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22888
22889         * spam-stat.el (spam-stat-store-gnus-article-buffer):
22890         Use with-current-buffer.
22891         (spam-stat-store-current-buffer): Use insert-buffer-substring to
22892         avoid consing a string.
22893
22894         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
22895         Remove obsolete entries for big5 and gb2312.
22896
22897 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22898
22899         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
22900         uncompressed list.
22901
22902 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
22903
22904         * spam-stat.el (spam-stat-strip-xref): New function.
22905         (spam-stat-process-directory): Use it.
22906
22907         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
22908         here -- it's done in message-fetch-field.
22909
22910 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22911
22912         * gnus-agent.el (gnus-agent-queue-mail)
22913         (gnus-agent-prompt-send-queue): New variables.
22914         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
22915         * gnus-draft.el (gnus-group-send-queue): Pass the group name
22916         "nndraft:queue" along to gnus-draft-send.
22917         Use gnus-agent-prompt-send-queue.
22918         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
22919         is "nndraft:queue".  Suggested by Gaute Strokkenes
22920         <gs234@srcf.ucam.org>
22921
22922         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
22923         (agent-enable-undownloaded-faces): Add.
22924         (gnus-agent-cat-groups): Use eval-and-compile, not
22925         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
22926         method of gnus-agent-cat-groups even when the buffer has been
22927         evaled.
22928         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
22929         delete gnus-agent-save-active-1.
22930         (gnus-agent-save-groups): Delete.  Identical to
22931         gnus-agent-save-active.
22932         (gnus-agent-write-active): No longer adjust agent's copy of active
22933         file as agent's adjustments are now stored in their own
22934         file.  Remove optional parameter.
22935         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
22936         servers.  Add use of min/max range limits from server's local
22937         file.
22938         (gnus-agent-save-alist): Remove unused optional argument.
22939         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
22940         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
22941         (gnus-agent-set-local): A per-server file that keeps min/max range
22942         limits for articles known to the agent.  Provides a fast mechanism
22943         for altering many active ranges.
22944         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
22945         active file (local makes it unnecessary).
22946         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
22947
22948         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
22949         (agent-enable-undownloaded-faces): Add.
22950
22951         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
22952         disable it when sending to "nndraft:queue".
22953         (gnus-group-send-queue): Add safety check to avoid sending queue
22954         when unplugged.
22955
22956         * gnus-group.el (gnus-group-catchup): Use new
22957         gnus-sequence-of-unread-articles, not
22958         gnus-list-of-unread-articles, to avoid exhausting memory with huge
22959         numbers of articles.  Use gnus-range-map to avoid having to
22960         uncompress the unread list.
22961         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
22962         Fix invalid ange-ftp reference.
22963
22964         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
22965         (gnus-sorted-range-intersection): Intersection of two ranges
22966         without requiring that they first be uncompressed.
22967
22968         * gnus-start.el (gnus-activate-group): Unless blocked by the
22969         caller, possibly expand the active range to include both cached
22970         and agentized articles.
22971         (gnus-convert-old-newsrc): Rewrote in anticipation of having
22972         multiple version-dependent converters.
22973         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
22974         gnus-agent-save-active.
22975         (gnus-save-newsrc-file): Save dirty agent range limits.
22976
22977         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
22978         gnus-agent-possibly-alter-active.
22979         (gnus-adjust-marked-articles): Faster handling of simple lists.
22980
22981 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
22982
22983         * spam-stat.el (spam-stat-test-directory): New optional argument
22984         displays a list of files detected.  Suggested by Andrew Cohen
22985         <cohen@andy.bu.edu>.
22986         (spam-stat-buffer-words-with-scores): Don't narrow and change
22987         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
22988
22989 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
22990
22991         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
22992         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
22993         (spam-spamassassin-arguments)
22994         (spam-spamassassin-spam-flag-header)
22995         (spam-spamassassin-positive-spam-flag-header)
22996         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
22997         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
22998         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
22999         (spam-list-of-processors, spam-list-of-checks)
23000         (spam-list-of-statistical-checks, spam-registration-functions)
23001         (spam-check-spamassassin-headers, spam-check-spamassassin)
23002         (spam-spamassassin-score)
23003         (spam-spamassassin-register-with-sa-learn)
23004         (spam-spamassassin-register-spam-routine)
23005         (spam-spamassassin-register-ham-routine)
23006         (spam-assassin-register-spam-routine)
23007         (spam-assassin-register-ham-routine): Add SpamAssassin support.
23008         (spam-bogofilter-score): Fix to show article before scoring.
23009
23010 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
23011
23012         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23013         default scoring function.
23014         (spam-generic-score): Call spam-spamassassin-score if
23015         spam-use-spamassassin or spam-use-spamassassin-headers is on;
23016         spam-bogofilter-score otherwise.
23017
23018         * gnus.el (spam-process, spam-autodetect-methods):
23019         Add spamassassin and spamassassin-headers.
23020
23021 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
23022
23023         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23024         Suppress unnecessary messages.
23025
23026 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
23027
23028         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23029         make-hash-table.
23030
23031 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23032
23033         * canlock.el (base64-encode-string): Don't autoload it.
23034
23035 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23036
23037         * run-at-time.el: Remove useless (require 'itimer),
23038         eval-and-compile and (featurep 'xemacs).
23039
23040 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
23041
23042         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23043         GROUP is a virtual group.
23044
23045 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
23046
23047         * gnus.el: Autoload `message-y-or-n-p'.
23048
23049 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
23050
23051         * pgg-parse.el: Remove unnecessary (require 'custom).
23052
23053         * pgg-def.el: do.
23054
23055         * nnmail.el: do.
23056
23057         * gnus-undo.el: do.
23058
23059         * gnus-picon.el: do.
23060
23061         * gnus-util.el: do.
23062
23063 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
23064
23065         * gnus-sum.el (gnus-pick-line-number): Add autoload.
23066
23067 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23068
23069         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
23070         handle, as well as a list.
23071
23072         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
23073         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
23074         (mm-w3m-cid-retrieve): Simplify.
23075
23076 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
23077
23078         * message.el (message-kill-to-signature): Allow prefix arg to
23079         specify number of lines to keep before signature.
23080
23081 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
23082
23083         * message.el (message-kill-to-signature): Change docstring.
23084
23085 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23086
23087         * canlock.el: Always require sha1-el.
23088         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
23089
23090         * message.el: Autoload sha1 only when compiling.
23091
23092         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
23093         eudc-expand-inline for XEmacs.
23094
23095 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23096
23097         * message.el (message-canlock-generate): Require sha1-el.
23098
23099 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
23100
23101         * message.el (message-expand-name): Silence the byte compiler.
23102
23103         * lpath.el: Add detect-coding-system.
23104
23105         * dgnushack.el (dgnushack-compile): Remove obsolete check for
23106         cus-edit.
23107
23108 2004-01-13  Simon Josefsson  <jas@extundo.com>
23109
23110         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23111         Invoke gnus-score-mode.
23112         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23113
23114         * gnus-range.el (gnus-compress-sequence): Doc fix.
23115         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23116
23117 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23118
23119         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23120
23121 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
23122
23123         * spam.el (spam-get-article-as-string): Update to use
23124         gnus-request-article-this-buffer, much simpler.
23125         (spam-get-article-as-buffer): Remove.
23126
23127 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
23128
23129         * message.el (message-expand-name): Use EUDC if the user uses that.
23130
23131 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23132
23133         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23134         character for the encoding to avoid consing a string.
23135
23136         * rfc2047.el (rfc2047-decode-string): Don't cons a string
23137         unnecessarily.
23138
23139         * mm-util.el (mm-replace-chars-in-string): Remove.
23140
23141         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23142         of mm-replace-chars-in-string.
23143
23144 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
23145
23146         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
23147
23148         * mm-util.el (mm-subst-char-in-string): Support inplace.
23149
23150         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23151         a new string in every iteration.  Use shy groups.
23152
23153 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
23154
23155         * gnus-srvr.el (gnus-browse-unsubscribe-group):
23156         * gnus-soup.el (gnus-soup-group-brew):
23157         * gnus-msg.el (gnus-put-message):
23158         * gnus-move.el (gnus-group-move-group-to-server):
23159         * gnus-kill.el (gnus-batch-score):
23160         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23161         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23162         (gnus-group-update-group, gnus-group-read-group)
23163         (gnus-group-make-group, gnus-group-make-help-group)
23164         (gnus-group-make-archive-group, gnus-group-make-directory-group)
23165         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23166         (gnus-group-sort-by-unread, gnus-group-catchup)
23167         (gnus-group-unsubscribe-group, gnus-group-kill-group)
23168         (gnus-group-yank-group, gnus-group-set-info)
23169         (gnus-group-list-groups):
23170         * gnus.el (gnus-generate-new-group-name):
23171         * gnus-delay.el (gnus-delay-send-queue):
23172         * nnvirtual.el (nnvirtual-catchup-group):
23173         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23174         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23175         (gnus-group-prepare-topics, gnus-topic-check-topology):
23176         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23177         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23178         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23179         (gnus-group-make-articles-read):
23180         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23181         (gnus-group-change-level, gnus-kill-newsgroup)
23182         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23183         (gnus-get-unread-articles, gnus-make-articles-unread)
23184         (gnus-make-ascending-articles-unread): Use accessor
23185         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23186         to get group information for improved readability.
23187
23188
23189 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23190
23191         * gnus-art.el (article-decode-mime-words, article-babel)
23192         (gnus-article-highlight-signature, gnus-article-add-buttons)
23193         (gnus-signature-toggle): Use gnus-with-article-buffer.
23194
23195         * gnus-art.el (gnus-article-highlight-headers)
23196         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
23197
23198         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23199         (gnus-article-set-globals, gnus-request-article-this-buffer)
23200         (gnus-button-message-id, gnus-article-maybe-hide-headers)
23201         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23202         (gnus-mime-display-alternative): Use with-current-buffer.
23203
23204 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23205
23206         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23207         also under 80 char limit, and call gnus-error if needed.
23208         (spam-fetch-article-header): Fix - it was a
23209         buffer-local variable (gnus-newsgroup-data).
23210         (spam-find-spam): Use spam-generate-fake-headers, forget about
23211         spam-insert-fake-headers.
23212         (spam-insert-fake-headers): Remove.
23213
23214 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23215
23216         * deuglify.el (gnus-article-outlook-unwrap-lines)
23217         (gnus-outlook-rearrange-article)
23218         (gnus-outlook-repair-attribution-outlook)
23219         (gnus-outlook-repair-attribution-block)
23220         (gnus-outlook-repair-attribution-other): Remove redundant
23221         save-excursion.
23222
23223 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23224
23225         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23226         (spam-fetch-field-subject-fast)
23227         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23228         (spam-fetch-article-header): Add functions to deal with Gnus
23229         internals for fast retrieval of article header data.
23230         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
23231
23232 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23233
23234         * pop3.el (pop3-md5): Remove.
23235         (pop3-apop): Replace pop3-md5 with md5.
23236
23237         * mm-bodies.el: base64 is always built-in.
23238
23239         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23240         Use with-current-buffer.
23241
23242 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23243
23244         * canlock.el (canlock-insert-header): Remove excessive grouping in
23245         regexp.
23246
23247         * gnus-sum.el (gnus-summary-read-document): Ditto.
23248
23249         * gnus-uu.el (gnus-uu-part-number): Ditto.
23250
23251         * html2text.el (html2text-remove-tags): Ditto.
23252         (html2text-format-tags): Ditto.
23253         (html2text-format-single-elements): Ditto.
23254
23255         * mml.el (mml-parse-1): Ditto.
23256
23257 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23258
23259         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23260
23261         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23262
23263         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23264
23265         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23266
23267 2003-11-15  Simon Josefsson  <jas@extundo.com>
23268
23269         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
23270         (pgg-gpg-lookup-key): Use regexp match instead of
23271         split-string (split-string is different between emacs 21.2 and
23272         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
23273
23274 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23275
23276         * gnus-art.el (gnus-mime-view-all-parts)
23277         (gnus-article-part-wrapper, gnus-article-view-part):
23278         Use with-current-buffer.
23279
23280 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23281
23282         * spam.el (spam-disable-spam-split-during-ham-respool)
23283         (spam-spamoracle-database, spam-cache-lookups)
23284         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
23285         (spam-group-ham-mark-p, spam-group-spam-mark-p)
23286         (spam-group-ham-marks, spam-group-spam-marks)
23287         (spam-group-spam-contents-p, spam-group-ham-contents-p)
23288         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
23289         also add spam-use-blackholes to the statistical checks.
23290         (spam-fetch-field-fast): Add interface to fetching fields, may
23291         become a macro.
23292         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
23293         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
23294         (spam-insert-fake-headers): Fake an article when needed.
23295         (spam-find-spam): Fake article when possible.
23296         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
23297         (spam-check-bogofilter-headers): Use message-fetch-field instead
23298         of nnmail-fetch-field.
23299
23300 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
23301
23302         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
23303
23304 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23305
23306         * spam.el (spam-split): Do not require spam-use-CHECK to be
23307         enabled if that check is passed to spam-split explicitly; also
23308         fix so 'spam doesn't get converted to spam-split-group when
23309         spam-split-symbolic-return is t.
23310         (spam-find-spam): Find registrations of the article and use those
23311         instead of re-running spam-split to find the spam/ham
23312         classification of the article.
23313         (spam-log-processing-to-registry, spam-log-registered-p)
23314         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23315         Use gnus-error instead of gnus-message.
23316         (spam-log-registration-type): Add function to determine the
23317         classification of a message based on registry entries; will
23318         return nil if both 'spam and 'ham are found.
23319         (spam-check-BBDB): Expand all the BBDB macros here so we can have
23320         a reasonably fast local cache without the loading errors.
23321         (spam-cache-lookups): Set to t by default.
23322         (spam-find-spam): Don't try to guess spam-cache-lookups.
23323         (spam-enter-whitelist, spam-enter-blacklist): Clear the
23324         spam-caches entry.
23325         (spam-filelist-build-cache, spam-filelist-check-cache):
23326         Fix caching of whitelist/blacklist entries.
23327         (spam-check-whitelist, spam-check-blacklist):
23328         Invoke spam-from-listed-p with a type, not a cache variable.
23329         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
23330
23331 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23332
23333         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
23334
23335         * nnmail.el (nnmail-split-fancy): do.
23336
23337         * mml.el (mml-parse): do.
23338
23339         * gnus-score.el (gnus-enter-score-words-into-hashtb)
23340         (gnus-score-adaptive): do.
23341
23342 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23343
23344         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
23345         (gnus-mime-button-map): Don't set keymap parent.
23346         (gnus-button-ctan-directory-regexp): Use shy grouping.
23347         (gnus-prev-page-map): Don't set keymap parent.
23348         (gnus-prev-page-map): Remove duplicated one.
23349         (gnus-next-page-map): Don't set keymap parent.
23350         (gnus-mime-security-button-map): Ditto.
23351
23352         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
23353         version number.
23354
23355         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
23356
23357 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23358
23359         * canlock.el (canlock-sha1-function): Remove.
23360         (canlock-sha1-function-for-verify): Remove.
23361         (canlock-openssl-program): Remove.
23362         (canlock-openssl-args): Remove.
23363         (canlock-ignore-errors): Remove.
23364         (canlock-sha1-with-openssl): Remove.
23365         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
23366         (canlock-verify): Don't use canlock-ignore-errors.
23367
23368         * sha1-el.el (sha1-string-external): Make it can return a string
23369         in binary form.
23370         (sha1-region-external): Ditto.
23371         (sha1-string-internal): Ditto.
23372         (sha1-region-internal): Ditto.
23373         (sha1-region): Ditto.
23374         (sha1-string): Ditto.
23375         (sha1): Ditto.
23376
23377 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23378
23379         * spam.el (spam-report-articles-gmane): New command.
23380
23381 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23382
23383         * gnus.el: Don't make unnecessary *Group* buffer when loading.
23384
23385         * run-at-time.el (run-at-time-saved): Remove.
23386         (run-at-time): Doc fix.
23387
23388 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23389
23390         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
23391         (gnus-summary-limit-map): Add it.
23392         (gnus-summary-make-menu-bar): do.
23393
23394 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
23395
23396         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
23397         Make attempt at some caching support (done for BBDB only now).
23398         (spam-find-spam): Set spam-cache-lookups if there are more than 2
23399         addresses to be checked.
23400         (spam-clear-cache-BBDB): Add function, to be invoked by
23401         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
23402         (spam-check-BBDB): Check and use the caches, if
23403         spam-cache-lookups is on, remove superfluous (provide).
23404
23405 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
23406
23407         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
23408
23409 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
23410
23411         * run-at-time.el (run-at-time-saved): Move to after the definition
23412         of `run-at-time'.
23413
23414         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
23415
23416 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23417
23418         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
23419         mm-w3m-local-map-property.
23420
23421         * mm-view.el (mm-w3m-mode-map): Remove.
23422         (mm-w3m-local-map-property): Remove.
23423         (mm-inline-text-html-render-with-w3m): Don't use
23424         mm-w3m-local-map-property.
23425
23426 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23427
23428         * run-at-time.el: New file.
23429
23430         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
23431         under Emacs.
23432
23433         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
23434         of gnus-set-text-properties.
23435
23436         * gnus-uu.el (gnus-uu-save-article): Ditto.
23437
23438         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
23439
23440         * gnus-cite.el (gnus-cite-parse): Ditto.
23441
23442         * gnus-art.el (gnus-button-push): Use set-text-properties instead
23443         of gnus-.
23444
23445         * gnus-xmas.el (run-at-time): Require run-at-time.
23446
23447         * gnus.el: Change calls to nnheader-run-at-time and
23448         password-run-at-time throughout to use run-at-time directly.
23449
23450         * password.el: Remove definition of run-at-time.
23451
23452         * nnheaderxm.el: Remove definition of run-at-time.
23453
23454 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
23455
23456         * mml.el (mml-minibuffer-read-disposition): Show attachment type
23457         in prompt.
23458
23459 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23460
23461         * messagexmas.el (message-xmas-redefine): Alias
23462         `message-make-caesar-translation-table' to
23463         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
23464         version.
23465
23466         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
23467         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
23468         `gnus-xmas-set-text-properties'.
23469         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
23470         `gnus-xmas-completing-read'.
23471         (gnus-xmas-completing-read): Removed.
23472         (gnus-xmas-open-network-stream): Removed.
23473
23474         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
23475         XEmacs version.
23476
23477         * dns.el (dns-make-network-process): Use `open-network-stream'
23478         instead of `gnus-xmas-open-network-stream'.
23479
23480         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
23481
23482         * .cvsignore: Add auto-autoloads.el, custom-load.el.
23483
23484 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23485
23486         * gnus-art.el (gnus-mime-display-alternative)
23487         (gnus-insert-mime-button, gnus-insert-mime-security-button)
23488         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
23489         Don't use gnus-local-map-property.
23490
23491         * gnus-util.el (gnus-local-map-property): Remove.
23492
23493         * mm-view.el (mm-view-pkcs7-decrypt):
23494         Replace gnus-completing-read-maybe-default with completing-read.
23495
23496         * gnus-util.el (gnus-completing-read): do.
23497         (gnus-completing-read-maybe-default): Remove.
23498
23499 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23500
23501         * password.el: Only autoload `run-at-time' if not XEmacs.
23502         Only autoload the itimer functions if XEmacs.
23503
23504 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23505
23506         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
23507         XEmacsen.
23508
23509         * dgnushack.el: Autoload executable-find for XEmacs.
23510
23511 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23512
23513         * gnus-art.el (gnus-read-string): Remove.
23514         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
23515         read-string.
23516
23517 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
23518
23519         * netrc.el: Autoload password-read.
23520         (netrc): Add configuration group.
23521         (netrc-encoding-method, netrc-openssl-path):
23522         Add variables for encoding and decoding of files with symmetric
23523         ciphers.
23524         (netrc-encode): Add assistant function to encode a file with
23525         netrc-encoding-method.
23526         (netrc-parse): Add interactive parameter, added optional
23527         decoding if netrc-encoding-method is non-nil but otherwise
23528         behavior is standard.
23529         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
23530         Do s/encode/encrypt/ everywhere.
23531
23532         * spam.el: Remove executable-find autoload.
23533
23534 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23535
23536         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
23537
23538         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
23539
23540 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23541
23542         * gnus-art.el (gnus-treat-ansi-sequences)
23543         (article-treat-ansi-sequences): New variable and function.
23544         Suggested by Dan Jacobson <jidanni@jidanni.org>.
23545
23546         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
23547         Use it.
23548
23549 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23550
23551         * mm-util.el (mm-quote-arg): Remove.
23552
23553         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
23554         shell-quote-argument.
23555
23556         * gnus-uu.el (gnus-uu-command): do.
23557
23558         * gnus-sum.el (gnus-summary-insert-pseudos): do.
23559
23560         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
23561         with make-char.
23562
23563         * mm-util.el (mm-make-char): Remove.
23564
23565         * mml.el (mml-mode): Replace gnus-add-minor-mode with
23566         add-minor-mode.
23567
23568         * gnus-undo.el (gnus-undo-mode): do.
23569
23570         * gnus-topic.el (gnus-topic-mode): do.
23571
23572         * gnus-sum.el (gnus-dead-summary-mode): do.
23573
23574         * gnus-start.el (gnus-slave-mode): do.
23575
23576         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
23577
23578         * gnus-ml.el (gnus-mailing-list-mode): do.
23579
23580         * gnus-gl.el (gnus-grouplens-mode): do.
23581
23582         * gnus-draft.el (gnus-draft-mode): do.
23583
23584         * gnus-dired.el (gnus-dired-mode): do.
23585
23586         * gnus-ems.el (gnus-add-minor-mode): Remove.
23587
23588         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23589         Replace gnus-char-width with char-width.
23590
23591         * gnus-ems.el (gnus-char-width): Remove.
23592
23593         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23594         Replace gnus-char-width with char-width.
23595
23596         * gnus-ems.el (gnus-char-width): Remove.
23597
23598         * spam-stat.el (with-syntax-table): Remove with-syntax-table
23599         definition.
23600         Remove Emacs 20 hash table compatibility code.
23601
23602         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
23603         20 compatibility code.
23604
23605         * spam.el (spam-point-at-eol): Replace with point-at-eol.
23606
23607         * smime.el (smime-point-at-eol): Replace with point-at-eol.
23608
23609         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
23610         Replace with point-at-{eol,bol}.
23611
23612         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
23613
23614         * imap.el (imap-point-at-eol): Replace with point-at-eol.
23615
23616         * flow-fill.el (fill-flowed-point-at-bol)
23617         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
23618
23619         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23620         Replace with point-at-{eol,bol} throughout all files.
23621
23622 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23623
23624         * ntlm.el (ntlm-string-as-unibyte): New macro.
23625         (ntlm-build-auth-response): Use it.
23626
23627         Remove Emacs 20 stuff:
23628         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
23629         (butlast, mapc, remove): Remove the compiler macros.
23630         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23631         of delq and copy-sequence.
23632         * gnus-art.el (popup-menu): Remove the compiler macro.
23633         * nnmail.el (nnmail-split-fancy): Don't support customizing with
23634         Emacs 20.
23635
23636 2004-01-05  Simon Josefsson  <jas@extundo.com>
23637
23638         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
23639         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23640         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23641         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23642         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23643         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23644         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23645         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23646         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23647         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23648         ntlm-string-permute, string-lshift into ntlm-string-lshift,
23649         string-xor into ntlm-string-xor.
23650         Suggested by Jesper Harder <harder@myrealbox.com>.
23651
23652         * ntlm.el: Don't include poem.
23653
23654         * md4.el (print-int32, print-string-hexa): Remove.
23655         Suggested by Jesper Harder <harder@myrealbox.com>.
23656
23657         * sasl-ntlm.el, ntlm.el, md4.el: New files.
23658
23659         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
23660         probably breaks emacs with DL patch, but do we care? Is anyone
23661         still using the DL stuff?)
23662
23663         * sieve-manage.el: Use the password package.
23664         (sieve-manage-read-passwd): Remove.
23665         (sieve-manage-interactive-login): Use password.  Re-add
23666         condition-case around loop.
23667
23668         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
23669         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23670         Use the password package.
23671
23672 2003-02-19  Simon Josefsson  <jas@extundo.com>
23673
23674         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23675         token.
23676
23677 2002-08-07  Simon Josefsson  <jas@extundo.com>
23678
23679         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23680         (sieve-manage-authenticators):
23681         (sieve-manage-authenticator-alist): Add some SASL mechs.
23682         (sieve-sasl-auth): New function.
23683         (sieve-manage-cram-md5-auth):
23684         (sieve-manage-plain-auth): Rewrite using SASL library.
23685         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23686         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23687         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23688         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23689
23690 2004-01-05  Simon Josefsson  <jas@extundo.com>
23691
23692         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23693         New files.
23694
23695 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23696
23697         * gnus-group.el (gnus-no-groups-message): Update.
23698
23699         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23700
23701 2003-11-09  Simon Josefsson  <jas@extundo.com>
23702
23703         * imap.el: Support for ID IMAP extension (RFC 2971).
23704         (imap-local-variables): Add imap-id.
23705         (imap-id): New variable.
23706         (imap-id): New function.
23707         (imap-parse-response): Parse untagged ID response.
23708         * nnimap.el (nnimap-id): New variable.
23709         (nnimap-open-connection): Use it.
23710
23711 2003-12-28  Simon Josefsson  <jas@extundo.com>
23712
23713         * gnus-score.el (gnus-score-edit-all-score): New.
23714         * gnus-group.el (gnus-group-score-map): Bind it to W e.
23715
23716 2004-01-04  Simon Josefsson  <jas@extundo.com>
23717
23718         * password.el: Add.
23719
23720 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
23721
23722         * dns.el (dns-query-types): Fix typo.
23723         (dns-query-types): New function.
23724         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
23725         PTR and SOA replies, see RFC 1035.
23726
23727 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23728
23729         * gnus.el (gnus-logo-color-style): Change colors to `no'.
23730
23731         * Move to Changelog.2.
23732
23733 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23734
23735         * gnus.el (gnus-version-number): Bump version.
23736
23737 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23738
23739         * gnus.el: No Gnus v0.1 is released.
23740
23741 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23742
23743         * gnus.el: No Gnus v0.0 is released.
23744
23745 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23746
23747         * gnus.el (gnus-version-number): Bump.
23748         (gnus-version): No.
23749
23750 See ChangeLog.2 for earlier changes.
23751
23752   Copyright (C) 2004-2012  Free Software Foundation, Inc.
23753
23754   This file is part of GNU Emacs.
23755
23756   GNU Emacs is free software: you can redistribute it and/or modify
23757   it under the terms of the GNU General Public License as published by
23758   the Free Software Foundation, either version 3 of the License, or
23759   (at your option) any later version.
23760
23761   GNU Emacs is distributed in the hope that it will be useful,
23762   but WITHOUT ANY WARRANTY; without even the implied warranty of
23763   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23764   GNU General Public License for more details.
23765
23766   You should have received a copy of the GNU General Public License
23767   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23768
23769 ;; Local Variables:
23770 ;; coding: utf-8
23771 ;; fill-column: 79
23772 ;; add-log-time-zone-rule: t
23773 ;; End: